User Tag List

Results 1 to 3 of 3

Thread: Easy question I'm sure!... Create object every X position

  1. #1
    Clicker Fusion 2.5 (Steam)Android Export Module (Steam)

    Join Date
    Mar 2014
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Easy question I'm sure!... Create object every X position

    I'm being a nub, I can't work out how to do this and I'm sure it should be simple!!

    How can I create an active object with equal distance on the horizontal axis - say every 500 pixels?

    I've used set position random (two numbers) etc before without issue but trying to create the object like above is proving difficult. I'm sure I should just RTFM, but can one of you guys help? Thanks!

  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,367
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    So, you want to do this using events?
    If so, use fastloops:

    * Start of frame
    - Start loop "create" 10 times

    * On loop "create"
    - Create object Active1
    - Active1: Set xposition to [left margin] + loopindex("create")*500 // replace [left margin] with a value

  3. #3
    Clicker Fusion 2.5 (Steam)Android Export Module (Steam)

    Join Date
    Mar 2014
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, thank you!

Similar Threads

  1. Replies: 3
    Last Post: 5th August 2015, 10:33 PM
  2. Create object at random position issue
    By MetaOsten in forum Fusion 2.5
    Replies: 4
    Last Post: 7th March 2015, 09:46 AM
  3. Easy Random Position
    By Sparckman in forum Guides, Tutorials, Examples, Widgets
    Replies: 0
    Last Post: 27th May 2014, 09:06 PM
  4. How to create object at mouse position?
    By qenio in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 26th June 2012, 09:49 AM
  5. Create object at same position of object destroyed
    By The Thinker in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 6th November 2006, 12:16 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
  •