Hey there.
We're a team at school doing a game project, due this Thursday.
I'm working on the game menu, with 3 buttons: "Start game", "How to play" and "Credits".
What I'm wondering is how to get the buttons clickable, and when they are clicked the screen either starts the game, or show the "How to play" or "Credits" pages.
Should be fairly simple, I guess?
Offline
Simple . You need to broadcast messages. For instance:
If your Play button is pressed, it will broadcast play
Now make everything react to that like a background change, other buttons hiding, stuff like that.
Offline
You could use my game skeleton as an example... http://scratch.mit.edu/projects/SonicPopsDad/235092
Offline
replace all when green flag clicked blocks with when I recieve broadcast(start) blocks. make a sprite button with start written on it and a background with instructions. make it so when the green flag is pressed the sprite shows. make it so when it is clicked it broadcasts start and when it recieves start it hides, and the background switches to the game background.
Offline
How do you create a starter menu for a game, in English!
Offline
The same way as was previously described...
Also, please don't bump old topics - you can always create your own.
Offline