home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / mac / FILES / EDISON.DIR / 00127_Script_127 < prev    next >
Text File  |  1997-05-26  |  140b  |  10 lines

  1. --s: mPlayAudio
  2.  
  3. on exitFrame
  4.  
  5.   if soundbusy( 1 ) then go the frame 
  6.   else
  7.     set the movierate of sprite 23 = 0
  8.   end if
  9.   
  10. end