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

  1. on Namensvergabe
  2.   i = 69
  3.   repeat while i <= 84
  4.     member(i, "Animation").name = "Robo_" & i - 68
  5.     i = 1 + i
  6.   end repeat
  7. end
  8.