i need help again... sorry.
when menu1 clicked play sound [WiiMenuSelect1 v] broadcast [Wii Sports Intro v] play sound [ChannelLaunch v] wait (0.6) secs play sound [WiiSportsIntro v]then on the stage, what do i need to use to stop the "Wii Menu theme" from playing while the channel is open?
when I receive [Wii Sports Intro v]
Offline
First you'll need:
when gf clicked set [channel? v] to (0)And put this in your music scripts (other than the wii sports channel music):
if <(channel?) = (0)> music script here endAnd use this to play the wii sports intro music:
set [channel? v] to (1) stop all sounds play sound [wii sports intro v] until done wait until <not in channel> set [channel? v] to (0)
Last edited by ErnieParke (2012-09-28 16:08:42)
Offline
the sound keeps playing every time the mouse is on it...
when gf clicked show forever if <touching [mouse-pointer v]> set size to (110)% else set size to (100)% end if <touching [mouse-pointer v]> play sound [WiiMenuRollover v] else end endany help?
when gf clicked forever play sound [Wii Menu theme v] until done forever if <key [h v] pressed?> stop all sounds endif my scripts are wrong, please change them. thanks!
Offline