Hi Guys..
How i make a menu game? for example : play, credit etc..
and then how i make a link for it?
help me..
public void act()
{
if (Greenfoot.mouseClicked(this))
{
Greenfoot.setWorld(new myWorld());
}
}