Persian-Rice
08-01-2003, 04:06 PM
is this code correct?
x++;
if (x=4) {
gotoAndPlay(31);
} else {
gotoAndPlay(1);
}
pretty much what im trying to to do is play frame 1 to 30, 3 times, once it play's this aniamtion 3 times, goto frame 31
this code is placed in frame 30.
is it fine? if not can you tell me what it is and explain it? TIA
x++;
if (x=4) {
gotoAndPlay(31);
} else {
gotoAndPlay(1);
}
pretty much what im trying to to do is play frame 1 to 30, 3 times, once it play's this aniamtion 3 times, goto frame 31
this code is placed in frame 30.
is it fine? if not can you tell me what it is and explain it? TIA