eventPassMode
 
Syntax SetIconProperty(@"IconTitle", #eventPassMode, value)

SetSpriteProperty(@"IconTitle", #eventPassMode, value)
Type Icon property, sprite property
 
Description  This property controls when a Flash movie passes mouse events to Authorware. The eventPassMode property can have these values:

#passAlways Always pass mouse events.
#passButton Pass mouse events only when a button in the Flash movie is clicked.
#passNotButton Pass mouse events only when a nonbutton object is clicked.
#passNever Never pass mouse events.

You can get and set the value of the eventPassMode property. The default setting is #passAlways.

To Table of Contents Back to Previous document Forward to next document