GarryPlays Posted June 26, 2018 Share Posted June 26, 2018 Hi, I have a flying ship, and coins, I want to collect the coins But how do I do that? at the moment ship and coins are matter physics objects and I can collect them, yes, but each time I "collect" a coin, I bump into it and you can feel that it does bump into it. I am new to matter, I miss a simple overlap as in arcade physics. How do I technically approach this situation, I don't want to collide, I just want to collect the coins. Here my code: Link to comment Share on other sites More sharing options...
GarryPlays Posted June 27, 2018 Author Share Posted June 27, 2018 Antriel had the solution. setSensor(true) Now it is a static coin, still has an collision event, but no more bumping into coins. Glorious rgk 1 Link to comment Share on other sites More sharing options...
Recommended Posts