all groups > flash actionscript > march 2005 >
You're in the

flash actionscript

group:

Wanting to delay loadMovie



Wanting to delay loadMovie Rai_Kane33
3/1/2005 9:01:30 PM
flash actionscript: have a movie clip which changes size from a mouse button I want it so that I can have the MC change first then load the external SWF, allowing my MC to change size.

Re: Wanting to delay loadMovie NSurveyor
3/1/2005 10:57:24 PM
loader = function(){
my_mc.loadMovie('somemovie.swf');
clearInterval(loadID);
}
Re: Wanting to delay loadMovie Rai_Kane33
3/1/2005 11:36:34 PM
Re: Wanting to delay loadMovie NSurveyor
3/2/2005 12:00:00 AM
AddThis Social Bookmark Button