[COLOR=black][FONT=Arial]Hi all,[/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial]I’m in the middle of trying to make a site in flash and want to make it so that when I click on one of my buttons, it launches and internal movieclip which can be dragged and has a close button. I’ve got the drag function just about, but I haven’t got a clue how to do the rest. I’ve searched high and low for some tutorial or forum post I could use to start me off but have come up empty handed.:*( [/FONT][/COLOR][COLOR=black][FONT=Arial][/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial]Can anyone help me in my quest?[/FONT][/COLOR][COLOR=black][FONT=Arial][/FONT][/COLOR]
[COLOR=black][FONT=Arial] [/FONT][/COLOR]
[COLOR=black][FONT=Arial](Here’s an example of what I mean, [COLOR=#800080]http://www.blackmesasource.com/flash/index.html[/COLOR] - the about, updates and jobs bit.)[/FONT][/COLOR]
u can use attachMovie Script
place empty movieclip on the stage .
then
emptymc instancename.attachMovie(mclinkage name,new name,depth);
Thx for the quick reply,
Thats awsume, didn’t even know about that, not as difficult as my I imagined it would be :thumb2: