The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsonClipEvent(enterFrame){
if (_root.next_frame.hitTest(_x, _y, true)) {
nextFrame();
}
}
I have that at the very bottom of the player and it doesnt work, I have a movieclip called next_frame with the instance name next frame and its on the same layer as the ground which would be behind the player. is the code wrong? or should i just move it to a different layer? thanks
Its hard to say what the problem is without seeing how the movieclip is set up
You should try changing to nextFrame() to _parent.nextFrame()
:'(