you put
Code:
this.mobList[i].spd = 0;
instead of
Code:
this.spd = 0;
_root.mobList[i].spd = 0;
that may be the problem.