Replay button

facing problem for replay button. i want it to recount the number tat already counted after a go.


on (release) {
 
 unloadMovie("1c");
 if (count >= 3 ) {
	count = 0;
	}
 count.stop();
 //delete(count);
   _root.gotoAndPlay(1);
  
}

Usea behavior

on (release) {

//Movieclip GotoAndPlay Behavior
this.**(Container)**.gotoAndPlay("1");
//End Behavior

}

It might work but idk Iā€™m a newbie :smiley:

the gotoAndPlay(ā€œ1ā€); cannot use cos the 1 is not a main movie clip

n i dun have container