I haven't actually used sound effects in my projects before so this will be a learning experience. I've searched the forums and looked through the wiki, but there seems to be rather limited material on how to implement sound effects properly. Here's my situation, or at least a similar situation that I can get what I need from. What is the proper event setup for:
Is Button Held?
Play Sound
And, more importantly, stopping the sound as soon as the button is released.
Now, some questions:
Can I start the sound where it left off?
Can I force it to loop if it ends?
How do I prevent it from starting over and over again each tick?