Skip to main content
Version: 3.9.0

Image Tap

Deprecation Notice

Starting in Effect House v2.1.0, the Image Tap node is deprecated. Alternatively, you can use the Screen Image Tap node.

Use Image Tap to execute next node when an input image is tapped. Image Tap is in the Utility category.

Input

NameData TypeDescription
ImageImageThe image people will tap to interact with.

Output

NameData TypeDescription
On Image TappedExecExecute the next node when the input image is tapped.
Is TappedBooleanReturn true when the image is tapped, otherwise return false.

Example

image tap example

↓ image_tap.zip

Think of Image Tap as a button that will detect the screen tap on the image selected. In this example, tapping onto the image will trigger the visibility of the next texture one tap by one tap.

image tap node