Does anyone understand why the global variables go crazy? instead of picking up one of the two values, comparing the global variable and then waiting 10 seconds to choose another value.
https://www.dropbox.com/s/07yl4ajj1ntb5 ... .capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
you need a trigger once while true condition on your events without it you event is triggering everytick that your condition is true
Thanks a lot! It worked!