MySound: tSound = LoadSound("boom.wav")
PlaySound MySound
How can i test if "MySound" is playing ?
thanks!
Gianluca
PlaySound MySound
How can i test if "MySound" is playing ?
thanks!
Gianluca
' channelplaying.bmx sound = LoadSound ("shoot.wav") Input "Hit return to begin channelplaying test, use ctrl-C to exit" channel=PlaySound (sound) While True Print "ChannelPlaying(channel)="+ChannelPlaying(channel) Wend