Create an action that is triggered only once

You could make a global variable interface asset. Set the variable to 0.
Add a trigger to tip gesture 1, so when it appears it sets the global variable to 1.
Add a condition to the trigger that shows tip gesture 1. Let it appear only if the global variable is 0.

Check out this topic for an explanation with screenshots:

2 Likes