HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Creating a Sound

04-22-2009, 11:01 AM#1
wraithseeker
Collapse JASS:
 set SLEEP =CreateSoundFromLabel("UndeadSleepBirth1",false,false,false,10,10)

Is in my Init function

Collapse JASS:
 call StartSound(SLEEP)

Is played at the actions

Collapse JASS:
 private sound SLEEP 

At globals block.

Now why does this not work? I need to create sounds for my spells else they look really dull.

If you do not know what Sound I am using, I am using Internal/Abilities/Spells/Undead/SleepBirth1
04-22-2009, 12:17 PM#2
Anitarf
Is this your problem?
04-22-2009, 12:41 PM#3
wraithseeker
I don't think so, I played the sound at map Init which was called with StartSound(SLEEP).
04-22-2009, 11:24 PM#4
darkwulfv
Try playing it after map Init? Are you sure the sound is set properly? (Volume, range, etc.)