Stopping mc - still not there

on actions layer, frame 1 inside my movie clip I have:

counter

on the last frame of an animation layer inside the same mc I have:

if (counter < 4){
counter += 1;
gotoAndPlay(“frmStart”);
}

(and) it is still not stopping as desired…

please- any advice would be helpful

if (counter < 4){
counter += 1;
gotoAndPlay(“frmStart”);
this.stop();
}

now it only plays once…

?

the only place that I have counter is in frame 1 - do I need to declare this somewhere else?

if (counter < 4){
counter += 1;
gotoAndPlay(“frmStart”);
} else {
stop();
}

thank you to EVERYONE who responded…

<:}

Lol, so much ppl responded, anyways, You leak basics, take a look at this tutorial, very handy for newbies. :slight_smile:

http://downloads.junioronline.us/details.php?section=4&item=1