User Tag List

Results 1 to 6 of 6

Thread: any idea?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    israel
    Posts
    207
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    any idea?

    hi
    any idea how to make an active object that will go in a random direction in all the screen and will draw a line after him ?

    thank's

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: any idea?

    I don't exactly know what you want, but you can always make a bouncing ball, make it bounce around the screen and set its display properties to not save background and chose vipe with a color.
    That should be the easiest way <img src="/center/images/graemlins/smile.gif" alt="" />

  3. #3
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    israel
    Posts
    207
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: any idea?

    i try it
    thank you

  4. #4
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    israel
    Posts
    207
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: any idea?

    it's work but i want to control the shape of the line that the active object create after him , the idea of mine is to make a screen saver that will draw a pictures .

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: any idea?

    Ok, try this instead:

    Make an active object that will be the "pencil stroke". It may only be a pixel or 2, or bigger if you want.

    Then have an event to always create this object at 0.0 from the main object:
    * Always
    : Create "pencil stroke" at 0.0 from Active1


    A smart thing can be to add these actions in the same event:
    : paste "pencil stroke" to background
    : destroy "pencil stroke"


    Without these actions there will be too many active objects and it may slow down the program alot.

  6. #6
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: any idea?

    Use overlay Redux and always draw a line between the old coordinates of the pencil and the new coordinates. <img src="/center/images/graemlins/wink.gif" alt="" />
    It's better than pasting active objects.

Similar Threads

  1. Brilliant Idea! No idea how to implement!
    By ProdigyX in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 27th November 2011, 04:46 PM
  2. PMO Idea
    By Impresario in forum File Archive
    Replies: 2
    Last Post: 28th February 2008, 03:27 PM
  3. SDK Idea
    By vortex2 in forum Extension Developers Lobby
    Replies: 13
    Last Post: 26th December 2006, 02:44 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
  •