Class com.sekati.draw.Shape

Description

Shape is the core class for creating clips of drawn shapes.

Constructor Detail

Shape

public function Shape(target:MovieClip, initObject:Object)

Shape Constructor

Parameters

target(MovieClip)
initObject(Object) object of properties to create MovieClip with. Depth will automatically be created if none is specified

Return

Void