First, thanks for the like :), and I'm glad it is helpful!
The second, to get an object of the class Key which intersects another object, use the method getOneIntersectingObject(Key.class). Example:
[code]// in the class which wants to interact with keys:
Key key = (Key) getOneIntersectingObject(Key.class);
// now you can use the key object[/code]
Is this what you mean?
2012/11/7
Physics2
2012/11/7
Physics2
2012/11/2
Cube Collision
2012/11/2
BoxBot3-9
2012/11/2
BoxBot3-9
2012/10/31
Lab 3 - Music is fun
2012/10/30
star scrolling
2012/10/30
Scrolling world
2012/10/23
Demon time