2013/3/21
ActorY actorY = (ActorY)getWorld().getObjects(ActorY).get(0);
ActorY actorY = (ActorY) getOneIntersectingObject(ActorY.class);
X