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);
}
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
the gotoAndPlay(ā1ā); cannot use cos the 1 is not a main movie clip
n i dun have container
:: Copyright KIRUPA 2024 //--