On hitTest go to next frame? Why doesn't this work?
Ok so I put this little hittest box at that takes u off the path and makes u go
to the other screen, I put these actions on it:
onClipEvent(enterFrame) {
if (this.hitTest(_root.Hero)) {
gotoAndStop("Woodhaven1");
}
}
But when ever the "Hero" walks on it it doesn't teleprt u to the other frame
("woodhaven1")... Can someone plz tell me what I'm doing wrong.
Thanks!
Koolaz Games
|