Flash - Actionscript 2.0?

Caspire

New member
Actionscript 2.0

How to add / specify a MAXIMUM scale limit for this??

Code:
on (press) {
this._root.image_mc1._xscale += 7;
this._root.image_mc1._yscale += 7;
};
 
Back
Top