I thought this would be relatively easy to do but I’ve spent hours trying to get this to work and still can’t find a solution!
Basically I am creating a game that has a bomb, the bomb is on a timer and will explode after 8 seconds. The bomb moves around the screen and when it explodes I need to know what object (if any) it is touching and or overlapping which will then allow me to fire a function to explode the particular object in question.
I’ve tried lots of different things and the closest I have got to any sort of feedback is using event.contact.isTouching although this will of course only provide true or false but not the object my bomb is actually touching or overlapping.
Any help would be much appreciated,I honestly thought this would be easy!
[import]uid: 107915 topic_id: 34874 reply_id: 334874[/import]
[import]uid: 69826 topic_id: 34874 reply_id: 138579[/import]