Hi all,
I have a sprite that when touched within a certain time you gain points.
But how do I make it so that when it is not touched you would lose some energy?
In advance Thanks to whoever can help.
I think inverting it won't work, but adding a "ELSE" works
So like
Every x Seconds + Touching Sprite - Do nothing
ELSE - Lose energy
If the else repeats too much, you may also need to duplicate the every x seconds with the else.
Develop games in your browser. Powerful, performant & highly capable.
Hi, I tried inverting and it didn't work so I will try your suggestion.
Cheers. I'll let you know.