home *** CD-ROM | disk | FTP | other *** search
/ Undercover - Rock on Multimedia 2 / UNDERCOVER2.BIN / main.dir / 00218_Script_218 < prev    next >
Text File  |  1996-01-27  |  152b  |  11 lines

  1. on exitFrame
  2.   global gTimes,gIndex
  3.   if soundbusy(1) then
  4.     go the frame
  5.   else
  6.     sound stop 1
  7.     playMusic
  8.     go "gexit"
  9.   end if
  10. end
  11.