Collisions in application that extends SimpleGame

Hi!



I need help.



I have an application that extends SimpleGame. Is similar to TestScenegraph. I add nodes(Box) to the scene at random positions and I want to verify (in my simpleInitGame() method), while I add the nodes, if there are collisions. But this is not working. Is this possible?



Thanks!!!