home *** CD-ROM | disk | FTP | other *** search
/ ATComputers Catalog / AutoCont+ATcomp.bin / Data / 01_reception.dxr / Animation_1.ls next >
Encoding:
Text File  |  2003-07-23  |  132 b   |  8 lines

  1. on Namensvergabe
  2.   i = 59
  3.   repeat while i <= 139
  4.     member(i, "Animation").name = "walk_" & i - 58
  5.     i = 1 + i
  6.   end repeat
  7. end
  8.