Description
Trigger an event as soon as you stop touching an object. It is only called once as soon as you release your finger from the screen.
Properties
Triggers Once on Event
Object A |
This is the object that will trigger the event when touching. |
Use World Coordinates |
This toggle switches the output to be relative to the world instead of the bottom left corner of the object. |
Outputs
X Position | This will output the x coordinates where you touch. |
Y Position | This will output the y coordinates where you touch. |
Object ID
|
This outputs the Object ID. |
Examples
You can use this behavior to to perform an action when you stop touching an object.
Related
0 Comments