I just want to know. The code I have now:
private int astroSpeed = 2;
public void act()
{
breakApart();
setLocation(getX() + astroSpeed, getY() - astroSpeed);
}
