A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: How do I change the framerate mid-movie?

  1. #1
    Complete Idiot
    Join Date
    Feb 2002
    Posts
    75

    How do I change the framerate mid-movie?

    ?
    <*}}><

  2. #2
    GAME ON!!!! megatoon's Avatar
    Join Date
    Jun 2001
    Location
    The Lonely End of the Rink
    Posts
    3,481
    You can't, he frame rate is locked. Even if load a swf file externally. The fps will always be that of the main swf file
    Wash My Dirty Mouth

  3. #3
    Complete Idiot
    Join Date
    Feb 2002
    Posts
    75
    are you sure? i could have sworn i saw it in a diff. movie...
    <*}}><

  4. #4
    GAME ON!!!! megatoon's Avatar
    Join Date
    Jun 2001
    Location
    The Lonely End of the Rink
    Posts
    3,481
    I'm posotive, the frame reate is locked by the main swf file
    Wash My Dirty Mouth

  5. #5
    Complete Idiot
    Join Date
    Feb 2002
    Posts
    75
    fine u win lol
    <*}}><

  6. #6
    forever depreciated™ aaron.martone's Avatar
    Join Date
    Dec 2002
    Location
    Florida, USA
    Posts
    448
    If you want to change your framerate, you can do so pseudo-ish.

    Set the movie FPS to the higher of the 2 FPS you want (suppose you want 12 and 24), set it to 24 in this example.

    When you want to "emulate" 12 FPS, you can create a timer that pauses/plays the movie (called once per frame) Remember if you're wanting to now run 12FPS and the movie is moving @ 24FPS, you need to decrease the speed by 50%. The problem here is that it'll only affect the main timeline unless you add that code on each MC timeline.
    (am)™ :: aaron.martone ::
    http://www.aaronmartone.com

    "I see in layers; I think in ActionScript; Life is my animation and animation is my life.... oh, and I like corn dogs."

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center