home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / map.dir / 00062.ls < prev    next >
Encoding:
Text File  |  1994-12-12  |  121 b   |  7 lines

  1. on mouseDown
  2.   set the castNum of sprite 2 to the castNum of sprite 2 + 1
  3.   updateStage()
  4.   cursor(200)
  5.   go("name")
  6. end
  7.