Sprite.MouseDown Event
Animation Studio Reference

Sprite.MouseDown Event

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

[Visual Basic]
Public Event MouseDown As MouseEventHandler
[C#]
public event MouseEventHandler MouseDown;

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