home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / multi / singing / atrium.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  156 b   |  9 lines

  1. on exitFrame
  2.   repeat with i = 53 down to 41
  3.     set the castNum of sprite 2 to i
  4.     delaytime(10)
  5.     updateStage()
  6.   end repeat
  7.   puppetSprite(2, 0)
  8. end
  9.