Forum Discussion

JulieCoville's avatar
JulieCoville
Community Member
4 years ago

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

  • 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.