Vulcan Posted August 15, 2014 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
AggrorJorn Posted August 15, 2014 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
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.