Create an action that is triggered only once

Hello,

So im working on a presentation and i want do add “tips gestures” appearing when specifics popups appears.
The thing is i want these tips to appear only once, not everytime the user make the pop up appears.

Is there a way to do it ?

As an example, this is how ive set it up “when pop up 1 appears then tip gesture 1 appears”

Thanx in advance

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