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

  1. on exitFrame
  2.   puppetSprite(15, 1)
  3.   puppetSprite(16, 1)
  4.   if the locV of sprite 16 < 480 then
  5.     nothing()
  6.   else
  7.     set the locV of sprite 16 to the locV of sprite 16 - 2
  8.     set the locV of sprite 15 to the locV of sprite 16 + 1
  9.   end if
  10.   updateStage()
  11.   go(the frame)
  12. end
  13.