AS2-MC repeat 'x' times
AS2-MC repeat 'x' times
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- nuggler0
you mean, play its timeline 3x?
on the 1st frame: var count = 0
on the last frame:
count++;
if(count>2){
stop();
}
else{gotoAndPlay(2)};
you mean, play its timeline 3x?
on the 1st frame: var count = 0
on the last frame:
count++;
if(count>2){
stop();
}
else{gotoAndPlay(2)};