PDA

View Full Version : How to insert an mc into the frame



patricktheking
April 4th, 2005, 04:03 PM
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?

nathan99
April 4th, 2005, 11:43 PM
wat exactly do you want to do?

frost_oni
April 4th, 2005, 11:49 PM
use attachMovie(...). Just link your movie clips out of the library and it should be fine. if you're lost, check the help. many people underestimate the potency of the help function....

patricktheking
April 5th, 2005, 05:31 PM
o ok.... attachmovie... i thoguht it meeans like attach it to some movie or something... thanks

eiefai
April 5th, 2005, 07:21 PM
o ok.... attachmovie... i thoguht it meeans like attach it to some movie or something... thanks

that's why the reference is for, i use it a lot :D