FractalTree (com.robertpenner.profmx.fractalTree.FractalTree)

MovieClip
        |
        +--com.robertpenner.profmx.fractalTree.FractalTree
class FractalTree
extends MovieClip

The FractalTree class.

Availability:

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.

maxLevels : Number

Usage


trace (fractalTree.maxLevels);

Description

The maxLevels property of the FractalTree.


maxBranches : Number

Usage


trace (fractalTree.maxBranches);

Description

The maxBranches property of the FractalTree.


filmFrames : Number

Usage


trace (fractalTree.filmFrames);

Description

The filmFrames property of the FractalTree.


posers : Array

Usage


trace (fractalTree.posers);

Description

The posers property of the FractalTree.


xCam : MotionCamera

Usage


trace (fractalTree.xCam);

Description

The xCam property of the FractalTree.


yCam : MotionCamera

Usage


trace (fractalTree.yCam);

Description

The yCam property of the FractalTree.