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

  1. on exitFrame
  2.   global getpoints
  3.   set the cursor of sprite 29 to [243, 244]
  4.   set the cursor of sprite 30 to [243, 244]
  5.   set the cursor of sprite 1 to [249, 250]
  6.   if getAt(getpoints, 2) and getAt(getpoints, 3) and getAt(getpoints, 4) and getAt(getpoints, 5) and not getAt(getpoints, 6) then
  7.     go("YOUNGMAN_1")
  8.   else
  9.     go(the frame + 2)
  10.   end if
  11. end
  12.