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

  1. on exitFrame
  2.   puppetSprite(34, 1)
  3.   repeat with POS = 1 to 10
  4.     set the locH of sprite 34 to 682 - (55 * POS)
  5.     updateStage()
  6.   end repeat
  7.   go(the frame + 1)
  8. end
  9.