Hmm still getting the error with the new if statement.
It says in console closeEnough is -0.14 but the parameters are closeEnough > -0.1 && closeEnough < 0.1 yet it still enters the statement :S
EDIT: I'm gonna try squaring the value and just working with positive numbers
EDIT2: Found a similar error, thanks again