home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / OPEN.DIR / 00054_Script_54 < prev    next >
Text File  |  1997-03-05  |  186b  |  9 lines

  1. on mouseDown
  2.   if soundBusy(1)=1 then
  3.     set the visible of sprite 16=1
  4.     sound stop 1 
  5.   else 
  6.     set the visible of sprite 16=0
  7.     sound playFile 1,("main_S")
  8.   end if
  9. end