How can I change my Actor to SmoothMover?
I am doing a falling leaf project. My code for this part of the project is below...
public class Leaf extends SmoothMover
{
private static int NumLeaves;
private int timer = ((int)(Math.random()*5));
private double dx;
private boolean fallingRight;
int x = ((int)(Math.random()*2)+1);