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

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