User Tag List

Results 1 to 2 of 2

Thread: Quick Question about getting accurate time in relation to framerate

  1. #1
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    uncleswell's Avatar
    Join Date
    Jan 2007
    Location
    Wilkes-Barre, PA
    Posts
    121
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Quick Question about getting accurate time in relation to framerate

    Perhaps this has been asked before since it seems really simple and I'm a bit frustrated at myself for fumbling over it.. but I'm building something that is using the timer to increase a value every 1/100th second.. but the actual time is way off.. I'm assuming the timer is directly related to frame rate because when I make the frame rate 100fps, then the millisecond count is accurate.

    There must be a way to get an accurate timer at 60fps (since I'm going to be exporting to iOS)... or is it safe to keep it at 100 if that's the only way?

    I've been reading about and messing around with Vsync (sets frame rate to refresh rate) and the Timer based movements property.. but the only successful combination I've found is framerate: 100, vsync: off, timer-based movements: [seems accurate regardless of setting]

    Am I missing something? or is the timer object really just a frame counter that is independent of actual time?

  2. #2
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module
    ProdigyX's Avatar
    Join Date
    Jan 2011
    Posts
    1,197
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    If you condition is based on the frame rate (such as the Always condition) then the result will be based on the frame rate.

    If you want the frame rate to be based on the timer, you will have to use a timer condition(Every 1 millisecond).

    To answer your final question, the Timer object is independent of the frame rate. As far as I know, the Timer object has a direct relation to real time.

Similar Threads

  1. Quick Backdrop drops Framerate 20 fps!! :(
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 5
    Last Post: 25th August 2013, 01:07 AM
  2. Can't find Quick Time object in MMF2 developer
    By kikiriki in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 26th May 2013, 11:52 PM
  3. How to translate framerate to time?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 26th February 2012, 10:25 AM
  4. Question about Framerate and changing controlls
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 16th February 2011, 10:20 PM
  5. Question about framerate.
    By camelman in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 9th November 2008, 07:34 PM

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
  •