Would this be possible

hi i was wondering if it would be possible to scale a whole flash movie, at once, i know i could scale each individual clip and frame, but theres no telling what the exact size will be for all, i just want to make everything the same size, but smaller

any suggestions?

_level0._xscale = 50;
_level0._yscale = 50;

if everything is in _level0, then it will be smaller, but with the same proportions.
:slight_smile:
jeremy

k you guys just throw all this action script out there… where do i put this, and level 0 meaning scene 1, so all the movie clips inside it and what not should scale, right?

>bump<

allo?

cheez, do you wanna scale it after it’s been made? like in html?? if you wanna do that then just change the width and height values in the html… ex:

[AS]<EMBED src=“cheezmovie.swf” quality=high bgcolor=#000000 WIDTH=“100” HEIGHT=“50” NAME=“cheezmovie” ALIGN=""
TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/go/getflashplayer”></EMBED>
</OBJECT>[/AS]