home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 28 / Creative-Review-CD-ROM-28.iso / pc / kungfu / advert.dir / 00016_Script_16 < prev    next >
Text File  |  1997-08-08  |  154b  |  15 lines

  1.  
  2.  
  3.  
  4.  
  5. on exitFrame
  6.   
  7.   if soundBusy(1) then
  8.     go the frame
  9.   else
  10.     unloadcast
  11.     set the colorDepth to 16
  12.     play done
  13.   end if
  14.   
  15. end