cuesound.bmx 185 B

123456789101112
  1. Rem
  2. CueSound example
  3. End Rem
  4. sound=LoadSound("shoot.wav")
  5. channel=CueSound(sound)
  6. Input "Press return key to play cued sound"
  7. ResumeChannel channel
  8. Input "Press return key to quit"