View Single Post
  #1 (permalink)  
Old 10-16-2008, 01:00 AM
Koolaz Games
 
Posts: n/a
Diggs:
Default 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



Reply With Quote
Sponsored Links