home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / opening.dir / 00100.ls < prev    next >
Encoding:
Text File  |  1994-12-06  |  368 b   |  17 lines

  1. on mouseDown
  2.   global getpoints
  3.   set the castNum of sprite clickOn() to the castNum of sprite clickOn() + 1
  4.   updateStage()
  5.   loaddata()
  6.   if result() = 1 then
  7.     set the cursor of sprite 2 to 0
  8.     set the cursor of sprite 3 to 0
  9.     cursor(200)
  10.     if getpoints = [1, 1, 1, 1, 1, 1, 1, 1] then
  11.       go("toPICT")
  12.     else
  13.       go("to102")
  14.     end if
  15.   end if
  16. end
  17.