markergreen Posted March 27, 2015 Share Posted March 27, 2015 Is there a value I can access in body.touching.down that tells me which object my sprite is touching.down on? Link to comment Share on other sites More sharing options...
MichaelD Posted March 27, 2015 Share Posted March 27, 2015 When you declare the physics.arcade.collide function and callback, in the callback both the items that collide are returned. I would think that it is the physics engine job to notify which item is touching which, rather than being a property of the object itself. markergreen 1 Link to comment Share on other sites More sharing options...
markergreen Posted August 13, 2015 Author Share Posted August 13, 2015 Thanks so much! Link to comment Share on other sites More sharing options...
tips4design Posted August 13, 2015 Share Posted August 13, 2015 Programming is so sexy : body.touching.down Tilde, drhayes, markergreen and 1 other 4 Link to comment Share on other sites More sharing options...
Recommended Posts