home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / 5balls.dir / 00041.ls < prev    next >
Encoding:
Text File  |  1994-12-05  |  570 b   |  22 lines

  1. on exitFrame
  2.   global moveend, check, d, x, y, lh, lv, ballrect, holeout, h12, v12
  3.   puppetSound(0)
  4.   set the floatPrecision to 4
  5.   set moveend to 0
  6.   set check to [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]]
  7.   set d to [0, 0, 0, 0, 0]
  8.   set x to [0, 0, 0, 0, 0]
  9.   set y to [0, 0, 0, 0, 0]
  10.   set lh to []
  11.   set lv to []
  12.   set ballrect to [[], [], [], [], []]
  13.   set holeout to []
  14.   set h12 to 0
  15.   set v12 to 0
  16.   repeat with i = 8 to 12
  17.     puppetSprite(i, 1)
  18.     set the constraint of sprite i to 1
  19.     getPos(i)
  20.   end repeat
  21. end
  22.