How do i make it so that you don't hear Sounds when i have a menu showing?
in other words, i want it so that i DON'T hear sounds when pressing Left or right keys on 1 menu, but then hearing them on another.
oh, and another thing, HOW do i hide something when it's "FOREVER HIDING AND SHOWING"!?
here's the script for the hiding and showing sprite.
When i receive [Game v] forever hide wait (0.5) secs show wait (0.5) secs if <key [space v] pressed?> hide endHere's the scripts for the Selection sprite.
when [left arrow v] key pressed move (-100) steps play sound [Button v]
when [right arrow v] key pressed move (100) steps play sound [Button v]
when [a v] key pressed play sound [Select v]PLEASE HELP!
Offline
forever if <(menu variable, 1 for showing, 0 for hiding) = (1)> stop all <not> pinks [but v] [sounds v]
Offline
Blayer98 wrote:
When i receive [Game v] forever hide wait (0.5) secs show wait (0.5) secs if <key [space v] pressed?> hide end
When i receive [Game v] repeat until (key [space v] pressed?) hide wait (0.5) secs show wait (0.5) secs end hide
Offline