Forum Discussion
Highlighting answer when the text entry is correct
Not a bad looking piece of work for the first week.
The problem is that on slide 1.6, the outlines are not on the base layer, they are on the Continue layer, (which is confusingly labelled "Continue Slide"):
They change state, but you can't see them because the layer is never shown. Move them to the base layer.
Then, the trigger to show the Continue layer needs to be on the base. Until a layer is shown, it's triggers don't operate.
If you want one of two entries to be correct, this trigger will work:
However, if you are using not equal, if Text Entry 1 = 3, then it doesn't = 03 and vice versa. The "or" means if either one is true (not equal), then change the state to Incorrect. Even if the entry is "3" or "03", it can't be the other one. One is always not equal, which means that the trigger executes its action.
Change the "OR" to "AND" and it will work. That means it has to be both "not 3" and "not 03" to turn the state to Incorrect.