Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

different fps each scene please? AS 2

Engaged ,
Nov 29, 2010 Nov 29, 2010

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

TOPICS
ActionScript
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 29, 2010 Nov 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Nov 29, 2010 Nov 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 29, 2010 Nov 29, 2010

Yoiu cannot mix AS2 and AS3 in the same file.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Dec 01, 2010 Dec 01, 2010
LATEST

I'm seeing you cannot do this either; kindly advise:

One html page, loadMovieNum swf levelxx for any of the different content, only ever one swf at a time.

These seem to all run at the same fps even if each swf has a different fps.  Is this correct?

I was even hoping we could embed different fps swf's in any one html page, so

that seems even more unlikely vis-a-vis above. ??

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines