Description
Trigger an event as soon as you touch an object. It is only called Once as soon as you touch.
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 for buttons, or anytime you want to trigger an event on a tap of a finger.
Related
0 Comments