private void change()
{
if (Greenfoot.mouseClicked(this)){
this.setBackground("Story2.png");
if (Greenfoot.mouseClicked(this)){
this.setBackground("Story3.png");
if (Greenfoot.mouseClicked(this)){
Greenfoot.setWorld(new AreaFiftyFifty());
}
}
}
}
