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

  1. on mouseDown
  2.   puppetSound(2, "click")
  3.   updateStage()
  4.   cursor(4)
  5.   sound fadeOut 1, 60
  6.   waitforfade()
  7.   puppetSprite(the clickOn, 0)
  8.   go("sect2")
  9.   cursor(-1)
  10. end
  11.