Categories


Description :

Called when a finger is lifted from the screen.

Uses :

This is called once when a finger stops touching the screen. Behaviour in scenes is different than that of classes. For classes this is only called if the finger was over an object just before it was lifted.

Example :

This code broadcasts a Deselect message as soon as a finger leaves the screen. If put in a class, the code will run only if the finger was over an object.