Hey im trying to add a chatmenu from my library when my 2 guys hit. Heres my fla.
right now i have this code to bring the mx from the library to the stage.
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
// how to i make the menu from the library appear on screen?
MovieClip.attachMovie(chat_log);
}
}
heres the fla… please help