At 11/8/08 06:27 PM, zuperxtreme wrote:
_root._xscale = 50
_root._yscale = 50
???
This may work, I haven't tried yet.
But I got it, in case anybody is curious:
this._width=this._width - (the amount of pixels you want to subtract) ;
this._height=this._height - (the amount of pixels you want to subtract);
Then change the whole document dimensions to:
Width: Whatever it was before - the amount of pixels you want to subtract.
Height: Whatever it was before - the amount of pixels you want to subtract.
Lol, I couldn't explain it more confusing, ah?
But it works, at least for me.