Help with student project

Hello,
On the 2nd screen, when the 2nd button "WAN" is pressed, the whole app stops. It seems to be happening with the other buttons as well on the 2nd screen.

This is one of those situations where the student asks, "Do you know why this isn't working" while giving me no knowledge of what it is supposed to do or how it works.
Onlinegameattempt.aia (10.8 KB)

Hello,

it is busy in this loop...for ever...

Text1 and Text2 are inside of a VerticalArrangement6...which is set to Visible=false when initializing...remove that loop and app will not freeze.

If you want to check at intervals if both texts are equal, you can use a clock...if you want to check if the CheckBox has changed, you have an event for that.

1 Like