I am making a game and I simply want to check if ClassA touched ClassB from MyWorld so then when ClassA touches ClassB, the game ends and shows a screen that says game over on it. The method I am trying right now does not work as getOneIntersectingObject shows this under it:
getOneIntersectingObject(java.lang.Class<?>) has protected access in greenfoot.Actor
Pls help :p
