You are moving the movieclip by 1250pixels in 1 go. You need to move it 1 pixel at a time.
MovieClip(root).mainContainer.illustration.x = MovieClip(root).mainContainer.illustration.x - 1;
|
Results 1 to 4 of 4
Thread: Movieclip tween on moveThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |