Authorware Help Sprite Properties

The Sprite properties are only accessible when a DirectMediaXtra sprite is being displayed on the presentation window.

Currenttime - The current position of the Media file, in milliseconds.
Example: result:=GetSpriteProperty(@"DirectMediaXtra", #currenttime)
Trace(result)
-- 22345

Mediabusy - Indicates whether the Media file is playing. Possible values are 0 (FALSE) and 1 (TRUE) .
Example: result:=GetSpriteProperty(@"DirectMediaXtra", #mediabusy)
Trace(result)
-- 1

MostRecentCuePoint - The index number of the last cue point passed.
Example: result:=GetSpriteProperty(@"DirectMediaXtra", #mostrecentcuepoint)
Trace(result)
-- 2

 

DirectMediaXtra Help