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

  1. on mouseDown
  2.   repeat with i = 1 to 36
  3.     set the cursor of sprite i to 0
  4.     puppetSprite(i, 0)
  5.   end repeat
  6.   cursor(200)
  7.   go("toMOTEL_B")
  8. end
  9.