I want ask u people, when me - as player fall down in 2D world. How to make to stop actor on some block?
Thanks for any help. :)
public void act()
{
setLocation(getX() + 5, getY());
setLocation(getX() - 5, getY());
}