MovieClip | +--com.robertpenner.profmx.fractalTree.FractalTree
The FractalTree class.
ActionScript 2.0; Flash Player 6
Property summary
Property | Description |
---|---|
maxLevels:Number |
The maxLevels property of the FractalTree. |
maxBranches:Number |
The maxBranches property of the FractalTree. |
filmFrames:Number |
The filmFrames property of the FractalTree. |
posers:Array |
The posers property of the FractalTree. |
xCam:MotionCamera |
The xCam property of the FractalTree. |
yCam:MotionCamera |
The yCam property of the FractalTree. |
trace (fractalTree.maxLevels);
The maxLevels property of the FractalTree.
trace (fractalTree.maxBranches);
The maxBranches property of the FractalTree.
trace (fractalTree.filmFrames);
The filmFrames property of the FractalTree.
trace (fractalTree.posers);
The posers property of the FractalTree.
trace (fractalTree.xCam);
The xCam property of the FractalTree.
trace (fractalTree.yCam);
The yCam property of the FractalTree.