How I make an alternate event. (In my case I want my event to do an action every 1.5 seconds but this action will alternated to action 1 and action 2. So it will be like:
action 1--> Wait 1.5 seconds --> action 2 --> Wait 1.5 seconds (And then make a infinite loop)
I tried to make that way, but when I test it the local number doesn't change I think. Just the first action is playing...
So it's like: action 1--> Wait 1.5 seconds --> action1 --> Wait 1.5 seconds.... (infinite loop)
PS: In my case Action 1 is the top event and action 2 is the bottom event.