home *** CD-ROM | disk | FTP | other *** search
/ Fun Online 1997 March / FOL0397.ISO / bindata / part1.dxr / Internal_42.ls < prev    next >
Encoding:
Text File  |  1997-06-25  |  268 b   |  11 lines

  1. on animierh kanal, dast1, dastl, zeit, xmal
  2.   global anicnt, timecnt
  3.   repeat with cstnum = dast1 to dastl
  4.     set the memberNum of sprite kanal to cstnum
  5.     updateStage()
  6.     set i to the timer
  7.     repeat while the timer < (i + zeit)
  8.     end repeat
  9.   end repeat
  10. end
  11.