$(this).css("top", "" + (posy + HEART_SPEED) + "px");
do I replace that with:
$(this).y(posy + HEART_SPEED, true);
And if I have:
var posy = parseInt($(this).css("top"));
Would I get that data like this: $(this).y();
Can someone elaborate on that migration change?
Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!