Description :
Scales the object by the amount specified in percent. Objects cannot become smaller than 10% or larger than 500%.
Uses :
Use this for changing the scale of an object step by step. This can be used for creating a smooth Zoom-In or Zoom-Out effect.
Example :
The following code increases the scale of the object by 5% whenever the up key is pressed.