Forum Discussion

ValSevilla-4fc5's avatar
ValSevilla-4fc5
Community Member
2 years ago

Change state when correct answer given

Hi! 

Desired Effect: In the main scene, there are numbers one through 10 pictured. As each number is clicked, the corresponding question is revealed. After the question is answered, the user is returned to the main room. If the response was correct, that number should change state to disabled. I'm having trouble assigning a trigger that changes state for the item in the main room based on the question response. Can this be done?

I will attach what I have done so far. There is no design at this point - I plan to work out the mechanics of the questions before adding any design. 

TIA,

Val

  • The attached file shows how to do what you want. It involves a T/F variable to track the user's answer to a given question, and then changing the state of the marker based on that variable. 

  • Thank you so much, Judy! I have opened the file and read it, but haven't had time yet to try it out.