Hello danpost, I have a question regarding the Scroller class, how can I get the X and Y of the actor in the current universe, because getX() and getY() only return the position of the actor in the frame, not in the whole world. Thanks !
int univX = scrollActor.getX() + scroller.getScrolledX(); int univY = scrollActor.getY() + scroller.getScrolledY();