Guys, I'm either very "dof" or there's something I'm not doing right. ops:

Code:
     if MyMen.Count > 0 then
                            for loop := MyMen.Count-1 downto 0 do
                             Begin
                                TMan(MyMen[loop]).DoMove(1);
                             end;
It does'nt work :evil: