User Tag List

Results 1 to 3 of 3

Thread: creating an object at a random position

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jul 2006
    Posts
    140
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    creating an object at a random position

    This question has probably already been asked before but I could not find it with the search forum feature. I want to create an object placed at a random y position. I have tried creating the object and then setting it's y position but that doesn't work. How do I do this?

    Jason

  2. #2
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: creating an object at a random position

    You do exactly as you said.
    Create the object, then set its Y position to random(n) where n is the maximim number you want.
    If it doesnt work then it would mean that the order of your events are wrong. I have done this plenty of times before and it works fine

  3. #3
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: creating an object at a random position

    make sure the create is before setting x/y and make sure all three are one one event and not on different ones.

Similar Threads

  1. Random Loot Position Bug
    By Top_of_the_Temple in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 1st September 2013, 11:14 PM
  2. Creating a random object from a qualifier group
    By Ravenius in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th April 2010, 05:37 PM
  3. Random position a created object
    By Rabagast in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 29th June 2008, 11:08 AM
  4. Creating a Random object
    By im2famous4u in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th March 2008, 12:09 AM
  5. Random Position
    By dingdong in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 17th February 2007, 10:50 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
  •