Hey i have a hittest of two objects and when they collide i want a menu to kinda pop in the frame that will ask a yes or no answer… now how do i do that?bolded part is where im lost
onClipEvent (enterFrame) {
if (_root.dude.hitTest(_root.object)) {
Insert.mcname.into movie?
_root.mcname._y = 232;
_root.mcname._x = 211;
}
}
how would i do it?