flash background scaling
flash background scaling
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- PonyBoy0
Enter response:
in the listener - first say:
movie_mc._width = Stage.width;
then... follow that with:
movie_mc._yscale = movie_mc._xscale;
that should keep you to scale.