With the pipes and bird they actually look fine i can make it smaller but would that help them from not disappearing?
if (getOneIntersectingObject(Coin.class)!= null) {
removeTouching(Coin.class);getWorld().removeObjects(getObjectsInRange(200, Coin.class));
getWorld().removeObjects(getObjectsInRange(200, Coin.class));
if (getObjectsInRange(FlappyBird.class).size() > 0 ) {
getWorld().removeObjects(getObjectsInRange(200, Coin.class));
}if (getObjectsInRange(50, FlappyBird.class).size() > 0)
{
getWorld().removeObject(this);
}