User Tag List

Results 1 to 2 of 2

Thread: Frame rate and timer: am I missing something?

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

    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    54
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Frame rate and timer: am I missing something?

    Hi everybody!

    Many apps I made in MMF 1.5 use timer triggered events and actions. Before I convert those apps to MMF2, I wanted to see how the new frame rate option is reliable. So I made this little test, with 1000 FPS selected:

    [events]

    Clicking on the button start the "Test chrono" Group events

    *Button clicked
    -Hide list
    -Set counter1 to timer
    -Activate Group "Test chrono"

    In the Group events "Test chrono", every 00.20, timer value is put in a new line in the list object for 5 seconds

    .Test chrono
    *Every 00.20
    -Set counter2 to timer
    -Add line Str$(value("counter2"))
    *timer + 5000>=value("timer1")
    -Deactivate group "Test chrono"
    -show list [/g]

    [/events]

    And nothing shows up in the list, as the group is deactivated after 3ms, not 5 seconds...

    Any cue?

    MB

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    54
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Frame rate and timer: am I missing something?

    Oops! My mistake! [blush]

    Action should be: timer >=value("timer1") + 5000

    Sorry!

    Now, for your information, an app at 1000 RPS with a condition that says "always" capture timer for a 200ms duration returns about 70 captures. That's about a capture every 3ms. Which is fast. Not as fast as 1 every ms but still very fast!

    MB

Similar Threads

  1. Low Frame Rate at the beginning of the frame
    By LittleTinyBabyMan in forum Multimedia Fusion 2 - Technical Support
    Replies: 16
    Last Post: 6th June 2012, 11:54 AM
  2. help me understand frame rate VS movement timer
    By BrashMonkey in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th October 2011, 07:16 PM
  3. Frame rate and Timer
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 12th July 2009, 03:44 PM
  4. Frame Rate
    By Robert_Matos_Jr in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 19th August 2007, 08:08 PM
  5. Frame Rate
    By Bruto in forum Multimedia Fusion 2 - Technical Support
    Replies: 33
    Last Post: 3rd July 2006, 02:38 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
  •