|
|
timeline.layerCount
AvailabilityFlash
MX 2004.
DescriptionRead-only
property; an integer that represents the number of layers in the specified
timeline.
ExampleThe
following example uses the NumLayer variable to
store the number of layers in the current scene:
var NumLayer = fl.getDocumentDOM().getTimeline().layerCount;
|