Click to See Complete Forum and Search --> : gotoandStop Help


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.

may_myanmar
02-07-2008, 12:11 AM
hi,

as my side, you need to put "gotoAndPlay(frame 1) or (Sence 1).
you should put frame or sence.

Good Luck