home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / SEATTLE.DIR / 00462.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  350 b   |  13 lines

  1. on exitFrame
  2.   global LeftOne, LeftTwo, LeftThree, direction, tempSound
  3.   set LeftOne to the locH of sprite 2
  4.   set LeftTwo to the locH of sprite 3
  5.   set LeftThree to the locH of sprite 4
  6.   set tempSound to 1
  7.   set direction to #left
  8.   repeat with i = 2 to 4
  9.     puppetSprite(i, 1)
  10.   end repeat
  11.   preloadMember(member "SE1989.AIF", "SE1997.AIF")
  12. end
  13.