home *** CD-ROM | disk | FTP | other *** search
/ Human & Space in Asia / ARIF_ASCI.ISO / pc / tacmahp.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1996-09-12  |  420 b   |  14 lines

  1. on mouseUp
  2.   global nosound, ChannelNumofButtons, FirstChannel, Piece
  3.   set nosound to not nosound
  4.   if nosound then
  5.     set the visible of sprite ((Piece * Piece) + FirstChannel + ChannelNumofButtons) to 1
  6.   else
  7.     set the visible of sprite ((Piece * Piece) + FirstChannel + ChannelNumofButtons) to 0
  8.   end if
  9.   set the soundEnabled to 1
  10.   set the soundLevel to 7
  11.   puppetSound("KeyPressedSound")
  12.   updateStage()
  13. end
  14.