Stopping a MovieClip on a Certain Frame
I am doing an animation of a van and need the wheels to stop when the van stops. The van is in a movieclip has a motion tween on it moving it left to right. I tried putting the following on the timeline of the last frame (frame 72) in the movie clip but it doesn't work. The wheels keep spinning.
stop();
this.vanRight.rotatingTires.backWheel.Stop();
this.vanRight.rotatingTires.frontWheel.Stop();
Help is appreciated, and need it in ActionScript 2
Thanks!