guys i want to make a refference from one actor to anoughter to get the X and Y position of number one. That way i can make the second actor add or subtract one pixel from the position to get it closer to the first actor.
if ( ! getWorld().getObjects(NumberOne.class).isEmpty() )
{
Actor n1 = (Actor)getWorld().getObjects(NumberOne.class).get(0);
...