Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
Develop games in your browser. Powerful, performant & highly capable.
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.
Hi, I tried inverting and it didn't work so I will try your suggestion.
Cheers. I'll let you know.