i have noticed that some games has about 2 or 3 menus, which includes choosing a character, level, difficulty and etc. does anyone know the script that will allow me to let the player choose, i think it includes variables, like tanner fbis make ur own game
can you help me with the script?
Offline
Well, it is a very long script with multiple sprites, but here is the breakdown:
The menu buttons show when green flag clicked and everything else hides. When you click a menu button, play for example, it will broadcast a message. In this case, play. Than it hides. The other buttons will hide when they receive play, and the actualy game sprites will show when they receive play. For character choosing, do the exact same thing, but a different button like customize, a different broadcast like customize, and maybe different sprites.
Offline