nix
nix

Reputation: 2285

Is it possible to change playback speed of only one MovieClip without changing framerate using only AS3?

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 :-)

Upvotes: 1

Views: 1835

Answers (2)

hardik
hardik

Reputation: 9319

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

Upvotes: 1

Benny
Benny

Reputation: 2228

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

Upvotes: 2

Related Questions