Vulcan Posted August 15, 2014 Share Posted August 15, 2014 How do I stop the sound? I can not find any Stop(). Sound* sound; sound = Sound::Load(wav_file); sound->Play(); Quote Link to comment Share on other sites More sharing options...
AggrorJorn Posted August 15, 2014 Share Posted August 15, 2014 The Sound class plays a sound once. http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/sound/soundplay-r515 For more control over sound you should use Sources http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/source/ Quote Link to comment Share on other sites More sharing options...
Vulcan Posted August 15, 2014 Author Share Posted August 15, 2014 Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.