Hello,
the Actor class provides a getX/getY Method for obtaining the current position on the screen. Is there also a setX/setY Methode available to change the Position of an Actor on the screen?
regards
There is a setLocation method that takes an x and y coordinate. To find out what methods actor has, double click on Actor, which should bring up the API documentation, then click on Actor and you'll see the list of methods available.