Attach a sound to this
Attach a sound to this
Out of context: Reply #1
- Started
- Last post
- 1 Response
- function820
buttonSound = new Sound("beepNoise");
buttonSound.attachSound("beep");
buttonSound.start(0, 1);add a sound to the library and make its 'linkage' name beep
put this code in whatever state you want to have noise (over, down, etc.)
if you want to add code to it that can allow you to turn off sounds (event sound muting)
check out this short tutorial i wrote: