Hey there, fellas. Can someone help me out with an actionscript problem I'm having?
onClipEvent(enterFrame) {
if(_root.guy.hitTest(_root.win)) {
_root.gotoAndPlay("you win smart", 1);
}
}
However, when "guy" hits "win", he just keeps on going and nothing happens. All instances are labeled correctly, I quadruple checked. And when I set it to just go to another frame of the same scene, it works fine. I suppose I could just combine the two scenes, but that is just a short term solution, and I really want to know how to get this to work.
HELP ME PLZTHX