|
Flash CS4 Resources |
Shape object
DescriptionThe Shape object is a subclass of the Element object. The Shape object provides more precise control than the drawing APIs when manipulating or creating geometry on the Stage. This control is necessary so that scripts can create useful effects and other drawing commands (see Element object). All Shape methods and properties that change a shape or any of its subordinate parts must be placed between shape.beginEdit() and shape.endEdit() calls to function correctly. Method summaryIn addition to the Element object methods, you can use the following methods with the Shape object:
Property summaryIn addition to the Element object properties, the following properties are available for the Shape object:
|