Lingo Dictionary > T-Z > trackCount (sprite property)

 

trackCount (sprite property)

Syntax

sprite(whichDigitalVideoSprite).trackCount()
trackCount(sprite whichSprite)

Description

Digital video sprite property; returns the number of tracks in the specified digital video sprite.

This property can be tested but not set.

Example

This statement determines the number of tracks in the digital video sprite assigned to channel 10 and displays the result in the Message window:

put sprite(10).trackCount()