Hi!
I was wondering if anyone knows how to adjust the size (width*height) of a externally loaded movie?
I need help quick, need to be finished soon!! :hangover:
Hi!
I was wondering if anyone knows how to adjust the size (width*height) of a externally loaded movie?
I need help quick, need to be finished soon!! :hangover:
Are you loading it into an empty movie clip or onto a level?
:hr:
obviously not in that big of a hurry…
maybe he/she figured it out . . .
haha, that is a possibility.
sorry, just the smartass coming out in me.
hi!
it seems that i’m not in such a big hurry as I first thought. but I need to find it out before tuesday.
lunatic> it’s being loaded into an emty movie clip.
so… help please
Well then you can just adjust the properties of the empty MC once the external swf is loaded. So if your empty MC is called, say, holder, then it’s just
holder._width = 100;
holder._height = 250;
holder._xscale = 125
holder._yscale = 175;
etc.
If your external swf is large in size then you’ll have to make sure that it is loaded completely before you resize the holder clip. You can do this by using th code you find in the preloader tutorials, or do a search on the forums as this has come up a bunch of times before.
:hr:
wow, man.
thanks a lot!
:: Copyright KIRUPA 2024 //--