I want to make a checkbox sprite that user clicks and only after clicking the button is enabled to send the data to the database.
Try this demo:
dropbox.com/s/hpuwi4w42qglmc0/SpriteCheckbox.c3p
Develop games in your browser. Powerful, performant & highly capable.
Thank you, this worked from the visual perspective perfectly. I only added additional line, to actually prevent clicking the button:
If anyone finds that helpful.