justinmind-logo
 
Upvote 1

For a booking a seat app I need to know how to get the seat to change color when it's been clicked

Answered Jpithamber 5 years ago

How to change color of a seat

Replies (1)
photo
1

If the 'seat' is a shape (rectangle, ellipse etc.) or an .svg image, you can create an "On Click" + "Change Style" event, and have it change the color of the 'seat'. If you'd like the seat color to be changed when it's clicked once, but revert back to the original color when clicked again, change the event to "On Toggle" + "Change Style" instead.

Hope this helps, and let me know if you have any questions.

Leave a Comment
 
Attach a file