1

Is it possible to change playback speed of only one MovieClip without changing framerate using only AS3? I mean, is there any function/property in MovieClip or somewhere that changes the playback speed of ONLY one MovieClip at the same time not affecting general framerate? Thank you in advance :-)

nicks
  • 2,161
  • 8
  • 49
  • 101

2 Answers2

2

using Timer class u can do that.

but, Timer will vary depends on the swf's framrate or available memory and other factors.

for more click here

Benny
  • 2,250
  • 4
  • 26
  • 39
1

you can use tween classes of flash as well as there is another external classes for tweening objects which i recommend for you here it is link for that

hardik
  • 9,141
  • 7
  • 32
  • 48