Jump to content

Get the one sprite within group that collided / overlapped


lukaMis
 Share

Recommended Posts

Hi

 

I would like to ask for a small help with collision of group  with sprite. How can i access witch one sprite in group collided / overlapped with second sprite in a overlap callback. 

 

code:

this.physics.arcade.overlap(this.car, this.parkingGroup, this.carInParking , null, this);carInParking: function () {},
So in carInParking i would like to know exactly witch one sprite from this.parkingGroup overlapped with this.car. Is that possible? 
 
tnx
Luka
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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