home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / PC16.DIR / 00132.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  204 b   |  13 lines

  1. on mouseDown
  2.   global gt
  3.   set gt to 0
  4.   puppetSound(2, "click")
  5.   updateStage()
  6.   cursor(4)
  7.   sound fadeOut 1, 60
  8.   waitforfade()
  9.   puppetSprite(the clickOn, 0)
  10.   go(label("sect7") + 5)
  11.   cursor(-1)
  12. end
  13.