in my game im trying to make it so if you fall off the level it goes to the gamover frame(frame 2)
if (Player.hitTest(Limit)) {
gotoAndPlay(2);
}
that is the action script ive tried on the player, limit (a box off screen below the level) and the frame but nothing happens.
some help please?
in my game im trying to make it so if you fall off the level it goes to the gamover frame(frame 2)
if (Player.hitTest(Limit)) {
gotoAndPlay(2);
}
that is the action script ive tried on the player, limit (a box off screen below the level) and the frame but nothing happens.
some help please?