Lingo Dictionary > L-N > motionQuality

 

motionQuality

Syntax

sprite(whichQTVRSprite).motionQuality
motionQuality of sprite whichQTVRSprite

Description

QuickTime VR sprite property; the codec quality used when the user clicks and drags the QuickTime VR sprite. The property's value can be #minQuality, #maxQuality, or #normalQuality.

This property can be tested and set.

Example

This sets the motionQuality of sprite 1 to #minQuality.

sprite(1).motionQuality = #minQuality