Hi,
I noticed that once you choose an option and currentScreen is changed to Screen.Password, if you then type ‘menu’, it returns to the menu, as designed, but currentScreen stays the same.
This may be addressed further down the course, but I fixed it by adding “currentScreen = Screen.MainMenu;” to the ShowMainMenu() function.
EDIT: Oh, ok it was fixed a couple of lectures later…