ForumsProgramming Forumhow do i fix this?

1 4743
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
Showing 16-15 of 1