Actions of Actors in libgdx
I have made my Actor , but I am unclear on how to take advantage of the action and act methods. Outside of the basic Javadoc, I have not found a good tutorials on these methods. Can anyone provide an example with comments for actions on actors? Ludevik This answer is being rendered obsolete because of changes in LibGDX. For up to date documentation see scene2d wiki page . There are various available actions in LibGDX ready for you. They are in com.badlogic.gdx.scenes.scene2d.actions package. I would say that there are 3 kinds of actions: Animation actions Composite actions Other actions