|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
My movie clip has only one frame, I animate it by using action script.
How can I looping its animation? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
if you're using the Tween class, listen for onMotionFinish (as2) or MOTION_FINISH (as3) to start the tween over.
|
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
[q]Originally posted by: dzedward
if you're using the Tween class, listen for onMotionFinish (as2) or MOTION_FINISH (as3) to start the tween over.[/q] no, my movie clip was animated by using for loop. What I want to do is no matter where I put my movie clip, it will contnuously move from left to right. for( i = 0; i < 200; i ++ ) { _root.mc._x += 10; } |
|
![]() |
| Outils de la discussion | |
|
|