User Tag List

Results 1 to 6 of 6

Thread: Paint program

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    mnovoa's Avatar
    Join Date
    Sep 2011
    Location
    Concepcion, Chile
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Paint program

    Hi all

    I'm trying to develop a basic paint-type program.
    What I do is create an object the size of a point when the user presses the mouse button.
    works, but does not seem very optimized.

    There is another method? Is there any api like "drawpoint (x, y)"?
    Obviously I can not draw the object using the flash.

    greetings and thanks

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your best bet would be the surface object.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    mnovoa's Avatar
    Join Date
    Sep 2011
    Location
    Concepcion, Chile
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank "Game_Master", but where found surface object.
    beta flash?

    bye

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    mnovoa's Avatar
    Join Date
    Sep 2011
    Location
    Concepcion, Chile
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i found the extension, thanks "game_master"

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperMac Export Module

    Join Date
    Nov 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying something similar. The "Draw Object's" Brush is too big for me and can't be made smaller, right? I want to draw free with a 1px thick brush.

    Now I tried to use the surface object and made something like

    repeat while mouse button pressed - set pixel(xmouse,ymouse) color 0,0,0.

    This draws individual pixels when the mouse moves and not a continuous path.

    Any help would be appreciated, thanks!

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    mnovoa's Avatar
    Join Date
    Sep 2011
    Location
    Concepcion, Chile
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello
    Perhaps this occurs because when an 1 event is generated and moves the mouse X pixel. It is best if you draw a line.

    I hope you help

    bye

Similar Threads

  1. paint program to export to flash
    By mnovoa in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 1st November 2011, 03:57 PM
  2. Paint Program Example
    By Ran_TH in forum File Archive
    Replies: 4
    Last Post: 10th May 2008, 12:53 PM
  3. Paint Program for my 3 year old
    By kungsangun in forum File Archive
    Replies: 22
    Last Post: 1st February 2008, 05:07 PM
  4. My Attempt at Paint Program (also BETA testing)
    By Game_Master in forum File Archive
    Replies: 44
    Last Post: 7th December 2007, 09:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •