Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+7 votes

I am making two different pane for the game and I am doing one for the menu before we start the game. Does anyone know the best way to make the game appear when the player hit the 'play' button ??

Thank you.

asked in CSC305 Fall 2020 by (1 point)

1 Answer

+2 votes

What could potentially work is you could have the game window start if the button is true and then it should allow you to access the window for the game to continue.

answered by (1 point)
...