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

  1. on exitFrame
  2.   repeat with i = 1 to 27
  3.     puppetSprite(i, 0)
  4.   end repeat
  5.   repeat with i = 1 to 37
  6.     set the cursor of sprite i to 0
  7.   end repeat
  8.   cursor(200)
  9.   go("scene1")
  10. end
  11.