ok so you know how games have main menus that say start, intructions and stuff like that
well im trying to make a good game but here is what happens
i have my main menu done, i add another background and all the sprites i used for the main menu are somehow in my 2nd background, does anyone know how i can fix this?
Offline
From what it sounds like, the sprites you used in your menu aren't being hidden. Try using a script like this when an item on the menu is clicked:
When [menu option] clicked broadcast [hide menu v]Then in all of the menu sprites, including the one you just added a script to, add these two scritps:
When I receive [hide menu v] hide
when gf clicked show
Last edited by silvershine (2012-05-27 00:32:28)
Offline
where is the when the menu option clicked control i can't find it
Offline
how do you rename sprites so there not sprite 1?
Offline