Forum Discussion
JulieCoville
4 years agoCommunity Member
Creating a Jeopardy type game and I need the tile to change color or stay flipped ...
I am creating a game. Once the tile has been flipped and answered (layer 3) I need to return to the base layer and have it look as though the question tile is done and proceed onto another tile........... thoughts?
2 Replies
- JudyNolletSuper Hero
The easiest way is to give each tile a Visited state. An object with a Visited state will automatically change to that state when it is clicked.
If you don't want the user to be able to return to a given question, use a Disabled state instead. In that case, you'd also need to add a trigger to the object that changes it to Disabled when clicked.
- JulieCovilleCommunity Member
Thank you!
Sent from Mail for Windows
Related Content
- 4 months ago
- 4 months ago