home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / mmvdemo.dir / 00050_Script_waitframe < prev    next >
Text File  |  1996-09-24  |  219b  |  13 lines

  1. on exitFrame
  2.   global gPlaying, gWaitTime
  3.   if gPlaying then
  4.     if soundbusy(1) or soundbusy(2) then
  5.       waitforvoiceover
  6.     else
  7.       wait (gWaitTime)
  8.     end if
  9.   else
  10.     go the frame
  11.   end if
  12.   
  13. end