The Check For Tag action checks objects for particular Tag. It has two modes.

As an example, this action is useful in combination with the Draggable component to create objects that respond when dragged over certain types of targets.

Mode

  • Check for tags under an object is similar to [Check if Objects Overlap](Actions/Check_If_Objects_Overlap], but looks specifically for objects that are lower in the layer list (“under”) the test object, and only considers those objects with the specified tag.
  • Check an object’s tag inspects the Object itself.

Object

The object to test or to search under for tagged objects.

Tag

The tag to search for.

Assign overlapping object to channel

When using the Check for tags under an object mode, the top-most tagged object under the test object will be assigned to this channel.

Action if overlapping

The action to run when a matching tag is found.

Action if not overlapping:

The action to run when no matching tag is found (or no overlapping object carries the tag).