i agree with the tired of making flash. i lost most of my energy towards it lately. i mainly make video which i cant post here so i only got these 2 crappy games up. but this had decent artwork. would of actually been good if you had put boundaries.
oh just erase the everything from else forward. you dont need that part. and change the part that says "collision detected" to whatever you want the guy to say. LEAVE THE QUOTATION MARKS! comment my profile if you got a question.
you really should not of submitted this at all. but there are a couple ways to do it. you could use this code:
onClipEvent (enterFrame) {
if (_root.YOURCHARACTER hitTest(_root.PERSONTOTALK)) {
_root.text = "Collision Detected";
} else {
_root.text = "No Collision";
}
}
change the parts in bold to whatever you are making your 2 people instance name.