I made it so there is a button, that when pressed makes the sound play. When i tried to test it, i pressed the button. Instead of playing it once, it played it, what sounded like 20 times, overlayed into one. here is the code i used. Maybe there is some problem i did not notice in here. I cant seem to figure it out.
raesound=LoadSound("raegetton practice.wav") while not keydown(1) If MouseHit(1) whatwaspicked=CameraPick(camera,MouseX(),MouseY()) EndIf If whatwaspicked=raegetton Then raechan=PlaySound(raesound) EndIf