Evangela Posted June 17, 2019 Posted June 17, 2019 Something like..int iSound = mySound.Play(self) if iSound == 0 ...stuff endif
Malinson Posted October 30, 2022 Posted October 30, 2022 Pl On 6/17/2019 at 10:16 AM, Rasikko said: 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.
Sphered Posted October 31, 2022 Posted October 31, 2022 Nvm. Someone felt it was necessary to revisit a dead thread
Recommended Posts