Hi guys, I am using the scroller code of danpost. there is this:
How can I change it, that just two Actor objects are moving?
for (Object obj : world.getObjects(null))
{
Actor actor = (Actor) obj;
actor.setLocation(actor.getX()-dsx, actor.getY()-dsy);
}
