I am trying to use an event observer to send me to a second UI after passing a defined distance but after the game over is trigered. game over - (if distance is under 100) then go to UI 1 game over - (if distance is over 100) then go to UI 2 I've tried adding 2 event observers but that just redirects as soon as it hits 100. Anyone able to help me out?
i think? Maybe have one event observer set 100, anything 100 and over will go to one UI, and the other event observer set to 1anything over 1 will go to other UI. hope that helps..
It doesn’t work like that if distance over 100 it take you to ui 1 and if distance is over 200 it take you to ui 2 try that
I tried moving the event observers to a UI after the end game observer but it always goes to the lowest, even after passing other observers.
You only need 1 Event Observer Set to >100 Distant on the Game Over UI, sending you to the second UI.