Skip to main content
March 15, 2010
Answered

changing FPS

  • March 15, 2010
  • 3 replies
  • 1208 views

how do you change and keep FPS from scene to scene and/or movie clip?    

i.e.  scene 1, 24 FPS  to scene 2, 11 FPS.

    This topic has been closed for replies.
    Correct answer
    1. Make a new layer.
    2. Name it Actions.
    3. Select the first frame of the Actions layer in the TImeline.
    4. Hit F9 or Option-F9 (or select Actions from the Window menu).
    5. Type this.stage.frameRate = 24;

            (Put your desired frame rate instead of 24).

    3 replies

    March 15, 2010

    On frame one of each scene:

    this.stage.frameRate = 24;

    March 15, 2010

    ?????

    Correct answer
    March 15, 2010
    1. Make a new layer.
    2. Name it Actions.
    3. Select the first frame of the Actions layer in the TImeline.
    4. Hit F9 or Option-F9 (or select Actions from the Window menu).
    5. Type this.stage.frameRate = 24;

            (Put your desired frame rate instead of 24).

    March 15, 2010

    I didn't even realizes till JUST NOW that is the flash player forum.

    all i read was "flash" and thought it was "flash cs4"

    I am sorry

    pwillener
    Legend
    March 15, 2010

    What product is this - Flash, Dreamwaver, ...?

    You have a better chance to get an answer if you post in the appropriate forum.