User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Countdown not working in flash

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Sep 2011
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Countdown not working in flash

    I have a counter that counts down in a game. In normal testing it works. When opening a web browser the timer is zeroed from the beginning. Any ideas?

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Countdown not working in flash

    Can you upload an MFA so we can identify exactly whats not working in the flash runtime?

    There are a couple different ways to do this type of counter/timer and I don't want to assume how your doing it.

    Then I am sure it can get corrected pretty quickly.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Sep 2011
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Countdown not working in flash

    Here you are. Try playing normally and with SWF.
    Attached files Attached files

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Sep 2011
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Countdown not working in flash

    Any updates ?

  5. #5
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Countdown not working in flash

    Not really.

    Its going to be a little bit the bug will be investigated first and a fix produced and tested.

    So if you need to do this right now you might have to switch to a counter and countdown via the events and not use the timer.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Sep 2011
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Countdown not working in flash

    Well, I'm new to MMF. Just purchased it 5 days ago. Can you elaborate more on the counter method?

  7. #7
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Countdown not working in flash

    Put a counter on the screen

    Start of frame set the counter to the value you want

    Make an event -- Every second reduce the counter by 1

    Make another event -- Test for the counter to be = to 0

    Downside of this is it will only count the seconds -- Hopefully Francois can look into the other timer to see why its not working right.


  8. #8
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Countdown not working in flash

    Couldn't he also use the Every 00:02 seconds (for 20 milliseconds) for more precision?

    HYPERMATTER, I would do:

    * Every 00:02 seconds
    - Add 0.02 to counter

    * Counter - x <= 0 //X being the amount of seconds you want to wait
    + Only one action when event loops
    - Do stuff

  9. #9
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Countdown not working in flash

    Sure and if he wants to display the partial seconds he will need to do a bit of event work.

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Sep 2011
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Countdown not working in flash

    This is great guys. Thanks for the help it worked. Although i found another bug. Text counters get cropped from below when exported to flash. You have to make the enclosing icon area wider from below thave it appear complete.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Can't get lacewing working in flash
    By marat in forum SWF/Flash Export Module Version 2.0
    Replies: 1
    Last Post: 16th September 2012, 11:54 AM
  2. Countdown not working in flash
    By HYPERMATTER in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 4th October 2011, 01:47 PM
  3. Get object not working with Flash
    By Zoglu in forum SWF/Flash Export Module Version 2.0
    Replies: 1
    Last Post: 17th May 2011, 10:05 PM
  4. Get Object not working in Flash
    By K1kk0z90 in forum SWF/Flash Export Module Version 2.0
    Replies: 7
    Last Post: 3rd February 2011, 03:40 PM
  5. countdown timer clock for MMF2 not working right!
    By SMASH7782 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 19th April 2010, 08:18 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
  •