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)