I need to get the absolute(body) position for a Sprite.
The adjustment I did was:
aPosX = aPosX + jQuery(myRuntime.canvas).offset().left;
aPosY = aPosY + jQuery(myRuntime.canvas).offset().top;[/code:39lz7u5c]
But it is still off a bit to the upper left. What am I missing here?