SCALE keyword

Scales an object.

Syntax

SCALE object, scale, duration

Parameters

  • object: object (required)
  • scale: integer value from 10 to 1000; 100 is default scale (required)
  • duration: duration for animation; default is instant

Example

SCALE myImage, 50          ' Image is half size
SCALE myImage, 200, 4000 ' Image doubles in size in 4 seconds

Go back to list of Keywords.