+HELP quick flashMX?
+HELP quick flashMX?
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- CISNKY0
Put in your first frame.
if (run == 3) {
stop();
} else {
play();
}In your last frame
run ++
gotoAndStop(1);
Put in your first frame.
if (run == 3) {
stop();
} else {
play();
}
In your last frame
run ++
gotoAndStop(1);