home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / postrart.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1996-07-22  |  289 b   |  13 lines

  1. on exitFrame
  2.   SetPuppets(6, 7, 1)
  3.   SetPuppets(11, 12, 1)
  4.   puppetSprite(14, 1)
  5.   set the locH of sprite 14 to 30
  6.   set the locV of sprite 14 to 27
  7.   updateStage()
  8.   preLoad(marker(1), marker(1))
  9.   set the locH of sprite 14 to -999
  10.   set the locV of sprite 14 to -999
  11.   updateStage()
  12. end
  13.