I was doing a sound effect and it kept on playing, is there a way for a sound effect to only play once?
Offline
Yes you set up a broadcast script on one sprite and then you do when receive (whatever broadcast name is) play sound (whatever it is)on the other sprite or the same sprite even. Make sure you dont put the sound in a loop
Offline
thanks, Lanie!
Offline
If it's a music file stored in the project then simply use this:
<stop all sounds>
Offline