User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: Any ways to set an action for Wait a certain time?

  1. #11
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)
    BackStaged's Avatar
    Join Date
    Aug 2010
    Location
    France
    Posts
    693
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah yes Zem, but it is not an Action, it is a Condition finally, it's always same problem: Unable to make a pause (which not freeze the app) as an action line :/
    Actually only methods with Function EggTimer extension's object do the trick (perhaps the solution of Konidias too)

  2. #12
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Yeah my method works fine and it's the typical solution in game programming to just have a value count up or down per game tick and then just check that value at a certain point. Essentially it's:

    1. Value starts at 0
    2. Set a flag
    3. If flag is set and Value is less than some number, add 1 to value.
    4. If flag is set and Value reaches certain number, do action, turn off flag that was set and then set Value back to 0. Now you're back at step 1.

  3. #13
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)
    BackStaged's Avatar
    Join Date
    Aug 2010
    Location
    France
    Posts
    693
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes Konidias, agree totally

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Using Time X to delay an action...
    By 38cjc38 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 20th October 2011, 12:43 AM
  2. Wait X amount of time? and score issues...
    By Shmuper in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 4th April 2010, 10:36 PM
  3. How to wait a certain amount of time?
    By n89 in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 3rd January 2008, 08:29 PM
  4. Bug R243 - Timer action set time.
    By joewski in forum File Archive
    Replies: 0
    Last Post: 26th January 2007, 03:41 AM

Tags for this Thread

Posting Permissions

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