home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactif 13 / CAI13.ISO / pc / w31qt.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1997-11-04  |  424 b   |  15 lines

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