Am having trouble trying to get the gameOver GUI on screen. When program is run it says that “Component ‘/gui#gameOver’ could not be found when dispatching message ‘disable’ sent from main:/script#tetris”.
The program runs but just doesn’t display the gameOver GUI.
Other GUI being used (score GUI) works fine.
It should be possible to enable/disable the gameOver GUI without a gameOver GUI script because it is just about enabling/disabling it with no more functionality, this should be able to be done just from the main script.
Any help is appreciated, thanks!