home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / OPEN.DIR / 00054.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  184 b   |  10 lines

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