User Tag List

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

Thread: [REQUEST] - Timers ID

  1. #1
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    [REQUEST] - Timers ID

    Hi everybody,

    This extension allows to count the time elapsed by an ID...

    Just a little request, i think this is extension can to be simple to make:

    [ACTIONS]
    Start Timer (id$)
    Pause Timer (id$)
    Resume Timer (id$)
    -----
    Reset Timer (id$)

    [CONDITIONS]
    Every... (id$, value in milliseconds)
    Compare Timer (id$, comparebox)
    ----
    timer is pause? (id$)
    timer is reset? (id$)

    [EXPRESSIONS]
    GetTime (id$)

    Unfortunally, "Timer X" don't do this!

    If you have some ideas
    If a developer is interested, I can to make a icon for object ...
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] - Timers ID

    Interestingly enough, I was thinking about an object like this the other day.

    Stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  3. #3
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] - Timers ID

    This sounds like a great idea!
    Working as fast as I can on Fusion 3

  4. #4
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: [REQUEST] - Timers ID


    You'd be interested to develop it?
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Jun 2006
    Location
    Australia
    Posts
    988
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] - Timers ID

    Time X does infact do all this. The only thing it won't do is the condition "timer is pause? (id$)". But you can start and stop individual timers.

    When you place the extension, it asks how many timers you want. These are the Global Timers.

    Then to get their value, you simply use the expression:
    GetTimer( "Time X", 4)

    where 4 is the ID of the timer you want.

    There are actions and conditions for comparing the timers, starting, stopping, and resetting the timers.

  6. #6
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: [REQUEST] - Timers ID

    Ah!? but how to do "every x seconds on Timer N°4" by example ?
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

  7. #7
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: [REQUEST] - Timers ID

    Ah yeah, you've reason, I can do it!
    I think can to be simplify, but I can do this!
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Jun 2006
    Location
    Australia
    Posts
    988
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] - Timers ID

    You're right. It doesn't have the "every x seconds" condition, but you can just make that yourself with the general comparision:

    GetTimer( "Time X", 1) mod 10000 = 0

    For every 10 seconds.

  9. #9
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] - Timers ID

    Or use the Restrict actions condition when the counter is counting.
    Working as fast as I can on Fusion 3

  10. #10
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: [REQUEST] - Timers ID

    Yes, I use "Timer is counting (id)" condition with "Every" and it's OK
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Unique Timers
    By wizaerd in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 16th September 2013, 02:39 PM
  2. Timers..
    By Jibs in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 1st November 2011, 06:02 AM
  3. Multiple timers ?
    By Orelbe in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 13th August 2011, 10:24 PM
  4. multiple simultaneous timers possible?
    By Mudstick in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 2nd July 2008, 12:25 PM
  5. multiple timers
    By Jason in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 17th July 2006, 02:17 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
  •