When i want my movieclip(block1) to gotoAndPlay to frame 2, it goes to frame 2 in the movieclip timeline. I REALLY dont want that. heres the code:
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
gotoAndPlay(2);
}
}
plz help.
When i want my movieclip(block1) to gotoAndPlay to frame 2, it goes to frame 2 in the movieclip timeline. I REALLY dont want that. heres the code:
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
gotoAndPlay(2);
}
}
plz help.
:: Copyright KIRUPA 2024 //--