Sprite.Click Event
Animation Studio Reference

Sprite.Click Event

This event fires, when the mouse is clicked within the visible region of a sprite.

[Visual Basic]
Public Event Click As EventHandler
[C#]
public event EventHandler Click;

Remarks

You can add this event to the sprite, by double clicking the event in the Event Pane of the property tab in the designer.

See Also

Sprite Class | AnimationStudio Namespace