home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactif 13 / CAI13.ISO / pc / onlinesw.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  1997-11-05  |  1.6 KB  |  44 lines

  1. on exitFrame
  2.   global s35H, s36H, s37H, s38H, s39H, s40H, s41H, s42H, s43H, s44H, s45H, s46H, s35V, s36V, s37V, s38V, s39V, s40V, s41V, s42V, s43V, s44V, s45V, s46V
  3.   set the puppet of sprite 2 to 1
  4.   set the visible of sprite 2 to 0
  5.   set the puppet of sprite 3 to 1
  6.   set the visible of sprite 3 to 0
  7.   set the puppet of sprite 4 to 1
  8.   set the visible of sprite 4 to 0
  9.   set the puppet of sprite 5 to 1
  10.   set the visible of sprite 5 to 0
  11.   set the cursor of sprite 10 to [22, 23]
  12.   set the cursor of sprite 19 to [16, 17]
  13.   set the cursor of sprite 20 to [16, 17]
  14.   set the cursor of sprite 21 to [16, 17]
  15.   repeat with x = 38 to 46
  16.     set the cursor of sprite x to [14, 15]
  17.     set the constraint of sprite x to 24
  18.   end repeat
  19.   set s35H to the locH of sprite 35
  20.   set s36H to the locH of sprite 36
  21.   set s37H to the locH of sprite 37
  22.   set s38H to the locH of sprite 38
  23.   set s39H to the locH of sprite 39
  24.   set s40H to the locH of sprite 40
  25.   set s41H to the locH of sprite 41
  26.   set s42H to the locH of sprite 42
  27.   set s43H to the locH of sprite 43
  28.   set s44H to the locH of sprite 44
  29.   set s45H to the locH of sprite 45
  30.   set s46H to the locH of sprite 46
  31.   set s35V to the locV of sprite 35
  32.   set s36V to the locV of sprite 36
  33.   set s37V to the locV of sprite 37
  34.   set s38V to the locV of sprite 38
  35.   set s39V to the locV of sprite 39
  36.   set s40V to the locV of sprite 40
  37.   set s41V to the locV of sprite 41
  38.   set s42V to the locV of sprite 42
  39.   set s43V to the locV of sprite 43
  40.   set s44V to the locV of sprite 44
  41.   set s45V to the locV of sprite 45
  42.   set s46V to the locV of sprite 46
  43. end
  44.