Hello,
I’m completely new to ActionScript 3.
I have a SWF file with a few movieclips. The framerate of the document is 1 fps. One of the movieclips has, originaly a framerate of 25 fps. How can I play the movieclip in that framerate?
I heard of ‘Stage.frameRate’. But I don’t know how to use this in this situation!? What I did: I opened the movieclip within Flash CS3, added a layer and added this as Action:
Stage.frameRate = 25;
Then I exported the whole SWF file, with the proper CS3/Player 9/ActionScript 3 settings.
Well… the movieclip plays with a framerate of 1 fps.
How can I solve this problem (In dummy language ;))? Please help me.
Vincent