If you look in the Actor class API documentation on the method move, you will find it requires an int parameter for how far to move (in cells). This method also requires that the actor moving be in a world (makes no sense, otherwise, and will throw an IllegalStateException error).