F4llfield Posted March 20, 2023 Share Posted March 20, 2023 (edited) Hi, What script function should I use to play a short sound file (wave) when I show my notification ? added: I found that the function Play() could play a sound but it will loop and needs to be stop using the function StopInstance(). Is there a way to play a sound file just once? Edited March 20, 2023 by F4ll0uta Link to comment Share on other sites More sharing options...
LarannKiar Posted March 20, 2023 Share Posted March 20, 2023 StopInstance() is one way to stop playing the sound but Play() doesn't force it to loop so it should stop normally. Probably the Sound form is set to loop. Link to comment Share on other sites More sharing options...
F4llfield Posted March 20, 2023 Author Share Posted March 20, 2023 Thanks for the info. I think I have everything I need to make it work now. Link to comment Share on other sites More sharing options...
Recommended Posts