Any idea's why this is and how to have more than one hittest.
I have the code on a single frame of a movie clip.
I have another movie called box2_mc.
The user uses the key board to move the movie.
I'd like to send text and have the movie stop moving when hiting any of the 4 diffrent boundry movies.
Any idea's
onClipEvent (enterFrame) {
if(hitTest(_root.box2_mc)) {
_root.limittext= "Collision Detected";
} else {
_root.limittext= "";
gotoAndStop (1);
}
}

New Topic/Question
Reply



MultiQuote





|