broadcastProps
 
Syntax SetIconProperty(@"IconTitle", #broadcastProps, boolean)
 
Type Icon property
 
Description  This property controls whether changes made to the sprite icon are broadcast to its sprites. The broadcastProps property can have these values:

TRUE Changes made to the sprite icon are immediately broadcast to its displayed sprites.
FALSE Changes made to the sprite icon don't affect its displayed sprites.

When this property is set to FALSE, changes made to the sprite icon are used as defaults for new sprites or when the sprite icon is erased and redisplayed.
 

Example  This example sets the viewScale property of a Flash sprite icon; that change is broadcast to its sprite. The following statement then prevents the Flash movie from broadcasting changes to its sprites.

SetIconProperty(@"Flash Icon", #viewScale, 200)
SetIconProperty(@"Flash Icon", #broadcastProps, False)

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