Hey men,
another question of mine:
I want to check if there is an Object in the World.
If there is one of this Objects (called "Explode2") in the World i want it to print out the score.
But the code
this.getOneIntersectingObject(Explode2.class)
does not work. (for a World)
How can i see if my world intersects with an object???
Thanks for helping :)

