rickard13 Posted June 17, 2019 Share Posted June 17, 2019 The title says everything. Link to comment Share on other sites More sharing options...
Evangela Posted June 17, 2019 Share Posted June 17, 2019 Something like.. int iSound = mySound.Play(self) if iSound == 0 ...stuff endif Link to comment Share on other sites More sharing options...
Malinson Posted October 30, 2022 Share Posted October 30, 2022 Pl Something like.. int iSound = mySound.Play(self) if iSound == 0 ...stuff endifPlace a small wait command after the play otherwise your sound could still delay playing, even though a return was made on its instanceID, A wait of 0.1 seconds will do it. Link to comment Share on other sites More sharing options...
Sphered Posted October 31, 2022 Share Posted October 31, 2022 Nvm. Someone felt it was necessary to revisit a dead thread Link to comment Share on other sites More sharing options...
Recommended Posts