Hi,
I would like to know how to implement levels into my Game.
Any exampler of coding would be greatly appreciated
:)


1 2 3 4 5 6 | if (<example>) { World world; world = getWorld(); Greenfoot.setWorld( new <world you want>()); } |