http://newgrounds.com/portal/view/275185
i was playing this game and i noticed that in the options it lets you scale down the movie. Anyone know where i can get a tutorial on this?
Printable View
http://newgrounds.com/portal/view/275185
i was playing this game and i noticed that in the options it lets you scale down the movie. Anyone know where i can get a tutorial on this?
I think, it loads the game just in another MovieClip, and scales this one per width and height. Would be the easiest way to do this.
Maybe you meant the quality of the game, this is easy to done with _quality..
mfg Dave
how do u scale the game using actionscript?
PS: no this isnt _quality
The game is in one MC which is scaled down using _xscale and _yscale.
oh i get it.
i just use this
this._xscale-=50
this._yscale-=50
well it would be:
this._xscale = 50
this._yscale = 50
but yeah, simple