A property is an item that defines something about the Object. Some properties are read only, whereas others are read/ write. The properties that an Object contains are defined according to the class it belongs to. This means that different types of Objects may have different properties.
For example, a Sprite and standard drawing Objects contain a number of properties that define the Object's size and position within the Movie.