Jump to content

Check if sprite is over another sprite


mau649612
 Share

Recommended Posts

Hello guys, is there a easy way if is an sprite over another sprite?

 

For example, in my game I can put 2 sprites in the world with random positions, but they must not cover up each other... I have a reference for both objects, so I was wondering if can I do something like this:

Phaser.Sprite.over(sprite1, sprite2); // true or false

both sprite1 and sprite2 is a reference for the created sprite.

 

Thanks!

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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