User Tag List

Results 1 to 6 of 6

Thread: Random question

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    S.East England
    Posts
    744
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Random question

    Hey Guys,

    I've got a question - i've been messing around trying to get it to work but no joy so far.

    Basically, i have a active that "flys" from right to left at random intervals.

    ie
    ---
    every 5 seconds
    +1 chances out of 3 at random
    ---

    However..
    What i want is for the active to randomly drop an item. Currently the only way I could do this was to have it enter a zone and drop an item. I however would prefer it to not always drop in the same place, everytime it flys across the screen.

    I have 4 or 5 different power ups that it will randomly drop.

    Firstly, i tried putting each power up as a direction. Secondly, I made 4/5 actives.

    Now what i need to do - is randomly pick one of these items and then drop it at a random place across the screen.

    I could probably muster something up as an example of what i have tried.. but its not working well (plus im at work).

    So.. any ideas people?

    Appreciate any response!

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS 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)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like this?
    Attached files Attached files

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    S.East England
    Posts
    744
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by King_Cool View Post
    Like this?
    It was that straight forward !! Thanks I've given it a quick test and looks like it should be fine. Will stick it into my game later.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    S.East England
    Posts
    744
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks that worked (after a few issues) but its for left to right. how would i change it for the opposite ? (right to left)

    edit: hmm not so sure now. Basically the item drops as soon as it enters the frame (or is created)

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS 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)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ( Im assuming your not talking about the Aircraft Movement )
    In the Event Editor, instead of going...

    If DropCoordinateX_ > AircraftX

    do...

    If DropCoordinateX_ < AircraftX

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    S.East England
    Posts
    744
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks its working.

Similar Threads

  1. One more random question
    By Captain_Harris in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 1st October 2012, 07:03 AM
  2. Random Number Question
    By scottige in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 8th October 2011, 02:13 PM
  3. question about random objects:
    By piki in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st January 2008, 10:10 AM
  4. How to best solve a random question
    By Tiny in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 17th December 2006, 02:56 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
  •