local mxs#=MouseXSpeed() If mxs>0 Then xC=xC+0.3 ElseIf mxs<0 Then xC=xC-0.3 EndIf
xc=xc+0.3*sgn(MouseXSpeed())