I am moving the actor using setLocation(int x, int y) method in downwards direction. The actor keeps moving downward until it crosses the bottom edge of the screen. But it halts halfway its height.
How to make the actor pass continuously out of the world until it completely disappears?

