home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 3 / RO3_CD.bin / menu.dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1997-11-05  |  190 b   |  13 lines

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