home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / bar.dir / 00097.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  346 b   |  17 lines

  1. on mouseDown
  2.   global sheriffcheck, youngsheriff
  3.   if (sheriffcheck <= 4) and not youngsheriff then
  4.     set youngsheriff to 1
  5.     go("scene3*")
  6.   else
  7.     repeat with i = 1 to 27
  8.       puppetSprite(i, 0)
  9.     end repeat
  10.     repeat with i = 1 to 37
  11.       set the cursor of sprite i to 0
  12.     end repeat
  13.     cursor(200)
  14.     go("scene1")
  15.   end if
  16. end
  17.