home *** CD-ROM | disk | FTP | other *** search
/ Comic Book Maker: The Smurfs / COMIC.iso / mac / data_m / dialog / 00044_pauseFrameScript.ls < prev    next >
Encoding:
Text File  |  1999-07-07  |  86 b   |  8 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     pause()
  6.   end if
  7. end
  8.