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);
  
}