ForumsProgramming Forumhow do i fix this?

1 4732
zech221
offline
zech221
1 posts
Nomad

onClipEvent (enterFrame){
if (_root.char.hitTest(this)){
gotoAndStop (3);
}
}

that's supposed to be a script that sends you to the "game over" screen when you fall offscreen
however it is not working
how do i fix it??
(also, i'm using AS2 if that helps)

  • 1 Reply
nuwbie
offline
nuwbie
11 posts
Nomad

Which bracket are you getting to? Does it get into the second bracket? The first bracket? Or does not get in anywhere at all?

Showing 1-1 of 1