Need to scale whole thing 90% - help needed

Hi, I've been editing a supplied lash file, which has many scenes. I've made the changes quite easily, but I need to create the whole thing at 90% of it's original size. Anyone any ideas how to do this please? I'm not an expert in Flash, I can can change the size in porperties, but this only changes the stage size, rather than scale the whole thing.
Any suggestions gratefuly accepted, but I don't hancy selecting each layer and tramsforming, as I'm sure to muck something up!
Thanks

I'll assume you mean instructions for blondes and not blonde instructions, though having grown up blond and shifting as years past, you may find you get a bit of both...
Create a new file that is dimensioned to be 90% of the size of your current file.  In the file's first frame add the following code and see if it works...
this.createEmptyMovieClip("holder",this.getNextHighestDepth());
holder._xscale = 90;
holder._yscale = 90;
loadMovie("your.swf", holder); // change file name as needed
With that you can continue to work in the larger file for editing the content.  Because one file loads the other dynamically, both files need to be utlized for displaying it in whatever final home it will have.

Similar Messages

Maybe you are looking for