I'm making a clicker, I have a Sprite (picture) on the screen. I want to make it so that when 50 clicks are reached, the Sprite changes to a different image. It's the same with 100 clicks, 150, and so on.
How to do it?
Develop games in your browser. Powerful, performant & highly capable.
You can add a variable to the sprite and do this:
Just make sure the animation in the sprite editor is set to speed 0
EDIT: didn't realize your question is in construct2. My example is in construct3, I don't know if it will be the same.