this.patrol_addPoint( new me.Vector2d(100, 100));
this.patrol_addPoint( new me.Vector2d(200, 100));
this.patrol_addPoint( new me.Vector2d(200, 200));
this.patrol_addPoint( new me.Vector2d(100, 200));
how can i convert moment of 2D to 'isometric sprite animation' movement .Please can anyone help??