channelplaying.bmx 224 B

12345678910
  1. ' channelplaying.bmx
  2. sound = LoadSound ("shoot.wav")
  3. Input "Hit return to begin channelplaying test, use ctrl-C to exit"
  4. channel=playsound (sound)
  5. while true
  6. print "ChannelPlaying(channel)="+ChannelPlaying(channel)
  7. wend