Question
goToandStop doesn't work
in the onClipEvent script of one of my MC's, "player" I tell
that MC to gotoandstop. But it doesn't work. What am I doing wrong?
_root.player.gotoandstop(1);
I've also tried
this.gotoandstop(1);
_root.player.gotoandstop(1);
I've also tried
this.gotoandstop(1);