Hi, I am making a game, and I want to make a pause menu (using P) with a track list, volume and loads of other things like that.(Also a mute button using M)hsa
I have any scripts for this so far but please help as I cant think of Anythin!
I check back regularly and so will be happy to reply to any questions, solutions or anything else as fast as possible.
Thanks again and Please Help!
DoowNimajneb
Offline
Also, please can anyone submit any other options they can think of because I am fairly stuck right now,
Thanks!
Offline
for the pause, put this on a pause menu sprite and all the clickable buttons (must be seperate sprites to be clickable) on it:
when key P pressed
change (pause) by 1
if (pause) = 1
show
else
hide
if (pause) > 1
set (pause) to 0
this will open and close the menu, i think, try it anyways
Offline