home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 4 / RO4_CD.bin / menu.dxr / 00028.ls < prev    next >
Encoding:
Text File  |  1998-09-23  |  169 b   |  12 lines

  1. on mouseDown
  2.   set the visible of sprite 6 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   puppetSound(0)
  8.   set the visible of sprite 6 to 0
  9.   updateStage()
  10.   go("breakout")
  11. end
  12.