Properties

Size and Position

Mostly you will refer to Movie Symbols in your code since Movie Symbols are elements that usually "doing" something on the screen. Most often changing properties are size and positioning. Let's create an illustrative example.

On this example you've referred to properties of the "photo" instance of Movie Symbol on the stage.

All Movie symbols are inherited from MovieClip Flash object. You may explore it's other property in Flash Help ActionScript Dictionary. Find out how to change the code for zooming buttons using _xscale and _uscale instead of _width and _height .

Next