Alright, so to make a button that is initially hidden and appears when the player presses the "Play" button, we can use a property called Visible. This property controls whether the button is visible or not, and we can set it to false by default to hide the button. Then, when the player presses the "Play" button, we can change the Visible property to true to make the hidden button appear on the screen.
#Buttons
3 messages · Page 1 of 1 (latest)
** You are now Level 2! **