Here's some code
Now the isTouching (which is commented now) is working this way, the removeTouching or getIntersectingObjects isn't working.... What am I doing wrong?
Yours,
Dennis
public void checkForItems(){ if(getIntersectingObjects(Coin.class)){ System.out.println("Ik zie een coin!!!"); } // if(isTouching(Coin.class)){ // System.out.println("Ik zie een coin!!!"); // } }