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

  1. on Namensvergabe
  2.   i = 31
  3.   repeat while i <= 48
  4.     member(i, "Animation").name = "BioTuer_" & i - 30
  5.     i = 1 + i
  6.   end repeat
  7. end
  8.