home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / invest.dir / 00800_Script_800 < prev    next >
Text File  |  1997-05-26  |  155b  |  13 lines

  1. --s VO SCRIPT
  2.  
  3.  
  4.  
  5. on exitFrame
  6.  
  7.   if not(soundBusy(2)) or (the mousedown)then 
  8.     sound stop 2
  9.     go the frame + 1
  10.   else go the frame
  11.   
  12. end
  13.