Jump to content

Collisions when changing Sprite's position directly


endel
 Share

Recommended Posts

Hey guys, 

 

I'm changing the Sprite position directly via tweens, how do I handle collisions in this case?

I can't use body acceleration/speed due the precision needed on the start/end positions.

 

The collider is using `sprite.body` position and can't trigger my callback, due `sprite.position.x` isn't the same as `sprite.body.x`.

 

Any help?

Thanks

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...