- Home /
Question by
kilian277 · Apr 22, 2011 at 08:53 PM ·
guisoundwaitforsecondsmessagebox
Let Sound Clip wait for x seconds before sounding ?
Hi,
Is there someone that can help me with a script that let's a sound from Start wait for x amount of seconds before it sounds.
- There must also be a message box displayed on the screen along with the sound
How do i do that ?
Comment
Answer by Bryan 4 · Apr 22, 2011 at 10:37 PM
Coroutine with a yield WaitForSeconds(1) then your message box and sound code will work.
Your answer
Follow this Question
Related Questions
Can someone help me with this script please 2 Answers
how to apply "WaitForSeconds" ? Help Me 1 Answer
Play Sound when GUI button is pressed. 7 Answers
Sound to play when clicking buttons on GUI 1 Answer
GUI.Button Hover = Sound 1 Answer