
 Controller.MOVE_LEFT for ACRockets
Code:
function Update(self)
   if self:GetController():IsState(Controller.MOVE_LEFT) then
      self.Velocity = Vector (-10,0)
   end
end  --Tabs are correct
Do ACRockets have different a Controller.MOVE_LEFT thing than other units. The above doesn't work.