home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2001 December (Bonus) / HAWKING.ISO / 02.DIR / 00020.ls < prev    next >
Encoding:
Text File  |  1995-04-03  |  173 b   |  9 lines

  1. on exitFrame
  2.   repeat with i = 30 to 32
  3.     set the puppet of sprite i to 1
  4.   end repeat
  5.   repeat with i = 31 to 32
  6.     set the constraint of sprite i to 2
  7.   end repeat
  8. end
  9.