home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / microsft / mmcat / demos / publish / pub3demo.exe / pub3demo.DXR / 00587.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  284 b   |  12 lines

  1. on exitFrame
  2.   puppetSprite(18, 1)
  3.   puppetSprite(19, 1)
  4.   puppetSprite(21, 1)
  5.   set the locV of sprite 18 to the bottom of sprite 17 + 4
  6.   updateStage()
  7.   set the locV of sprite 19 to the bottom of sprite 18 + 4
  8.   set the locH of sprite 21 to -320
  9.   updateStage()
  10.   startTimer()
  11. end
  12.