Slickwilly9
01-28-2008, 03:45 PM
I am trying to create an ad which will loop twice, and then stop at frame 13. So far I have
i = 1;
if(x == 1) {
gotoAndPlay(1);
x=2;
}
if(x == 2) {
gotoAndStop(11);
}
But it still repeats and loops through. It is such a simple question I am sure. A quick help would be appreciated. Thanks.
i = 1;
if(x == 1) {
gotoAndPlay(1);
x=2;
}
if(x == 2) {
gotoAndStop(11);
}
But it still repeats and loops through. It is such a simple question I am sure. A quick help would be appreciated. Thanks.