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

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