Yes, I got it to work with....
if($("#piece").offset().left == 924.5) {alert("I am an alert box!");}
But what I am really trying to do is change the position if that happens. I'm starting to think that you cant move an object by changing its coordinates. Correct?