Button for two clicks

I want to create a button, when you click on it for the first time, for example, you can show the text, and when you click on the same button again, the text disappears. I’ve been scratching my head over variables and events for a long time, please help.

1 Like

The best way to do this would be with the Boolean toggle event

You could either just show/hide the object, or delete/recreate the object.

Edit: added trigger once conditions.

1 Like

Sorry forgot to add trigger once while true conditions (please add those if you use this example).

This sounds pretty interesting. I just want to prototype a Tycoon game like Jurassic Park Builder. I want several buttons to appear at once from one button, that’s why I asked. Thanks for your reply.

This is an ingenious solution. Thank you, thanks to you I’m one step closer to creating good projects. I wish you good luck with your developments!

1 Like

Glad it worked :slight_smile: Good luck to you as well!