Lingo Dictionary > S > stopTime

 

stopTime

Syntax

sprite(whichSprite).stopTime
the stopTime of sprite whichSprite

Description

Sprite property; determines when the specified digital video sprite stops. The value of stopTime is measured in ticks.

This property can be tested and set.

Example

This statement stops the digital video sprite in channel 5 at 100 ticks into the digital video:

sprite(5).stopTime = 100