It my character is at 0,0
what ive tried is:
Code: Select all
if myBools then
    begin
      StepQ (PredictedDirection, True);
      myBools := False;
    end;thanks
Code: Select all
if myBools then
    begin
      StepQ (PredictedDirection, True);
      myBools := False;
    end;