home *** CD-ROM | disk | FTP | other *** search
- WaitSound theChannel
- Use this function to hold continue looping on a frame until the sound in a specified channel is finished. Good for tempo stuff.
- Example: This code fragment waits for sound in channel 1 to finish regardless of the tempo setting.
-
- on exitFrame
- waitSound(1)
- end exitFrame