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)
|