Skip to main content
Inspiring
November 29, 2010
Question

different fps each scene please? AS 2

  • November 29, 2010
  • 1 reply
  • 1402 views

how can i program scene one to run at 12 fps and scene two to run at 0.5 fps?

Mac CS3 AS 2

Thanks

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
November 29, 2010

You cannot program the frame rate in AS2, but you can in AS3.  So in AS2 you'd have to use some other means to control apparent play speed.  If you set the movie to play 12 fps, then in Scene two you could spread your content farther out over the timeline to get the equivalent of .5 fps.

Inspiring
November 29, 2010

thank you yes, i was afraid of that spreading out option, as I would have to spread out 35 frames and then identify 35x2 more button actions... !

Can I put AS3 mixed in there?

Do you know the AS3 script for that?

Ned Murphy
Legend
November 30, 2010

Yoiu cannot mix AS2 and AS3 in the same file.