2012/3/20
2012/3/23
public void stopped() { Greenfoot.start(); }
static AWorld me; public AWorld() { super(600,400,1); /*Put at the end*/if(me != null)Greenfoot.setWorld(me); else me = this; }
X