Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
280 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I created a jump sound using bxfr and went to put it in my game, but the sound only plays once and then it stops
Can anyone tell me why?
Can you show your program ID or source code?
I think You need to call Sound.Stop("jump.wav")
before calling Sound.Play("Jump.wav")
I made changes in Small Visual Basic to make the Play method implicitly call the Stop method before playing the sound.