markfuno
01-26-2005, 11:39 PM
i need to loop a banner ad like 3 times or so. i use this code in the last frame.
var i = 0;
while (i<3) {
gotoAndPlay(1);
i++;
}
i figured it would stop after playing 3 times. but it keeps repeating. what am i doing wrong??? :mad:
var i = 0;
while (i<3) {
gotoAndPlay(1);
i++;
}
i figured it would stop after playing 3 times. but it keeps repeating. what am i doing wrong??? :mad: