home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / SEX.DIR / 00128.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  261 b   |  12 lines

  1. on exitFrame
  2.   global count
  3.   repeat with n = 34 down to 4
  4.     puppetSprite(n, 1)
  5.     set count to the castNum of sprite n
  6.     set count to (count + 1) mod 9
  7.     set the castNum of sprite n to 175 + count
  8.     puppetSprite(n, 0)
  9.   end repeat
  10.   updateStage()
  11. end
  12.