Detecting collision() while using jQuery's Animate() method
Hi Selim,
I'm currently using the following code to move a sprite item across the screen....
$("#player").animate({'left':50px},800,'easingplugin');
How can I make gameQuery's collision detection work for my #player item, using animate()?
At the moment, it doesn't work when my player collides with other sprites in the playground.
Thanks for any advice!
I'm currently using the following code to move a sprite item across the screen....
$("#player").animate({'left':50px},800,'easingplugin');
How can I make gameQuery's collision detection work for my #player item, using animate()?
At the moment, it doesn't work when my player collides with other sprites in the playground.
Thanks for any advice!
Comments