home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / quit / 00013.ls < prev    next >
Encoding:
Text File  |  1999-10-18  |  211 b   |  10 lines

  1. on exitFrame
  2.   repeat with x = 2 to 3
  3.     set the puppet of sprite x to 1
  4.     set the visible of sprite x to 0
  5.   end repeat
  6.   repeat with x = 10 to 11
  7.     set the cursor of sprite x to [11, 12]
  8.   end repeat
  9. end
  10.