Loading...

Logo
DocumentationBehaviorsInteractionStarted Touching
Interaction

Started Touching

Last updated November 19, 2015

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 PositionThis will output the x coordinates where you touch.
Y PositionThis 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.

Download Example Project

While Touching

Stopped Touching

StartedTouchingReference.gif