I have an extremely weird error that I cannot figure out.
float distance = Utils.distance(this.spriteStartX, this.spriteStartY, this.getX(), this.getY()); Utils
Remove the semicolon after the if statement.
if (distance >= this.spriteDistance) { Utils.log(distance+" is greater than "+this.spriteDistance); }
Remove the semi-colon at the end of the if statement.