Categories


Description :

Called when any mouse button is released.

Uses :

This is called once when the mouse button is released. Behaviour in scenes is different than that of classes. For classes this is only called if the mouse button is released over an object.

Example :

This code broadcasts a Deselect message as soon as the mouse button is released. If put in a class, the code will run only if the mouse pointer was over an object.