I put this code in a World.
There is a fault in line 5 with getWorld. I only have no idea what the actual fault is. Can someone help me???
public void act()
{
if (bButton.ready() && bButton.ready() && rButton.ready() && yButton.ready())
{
getWorld.addObject (new Complete1(), 6,5);
Greenfoot.delay(200);
Greenfoot.setWorld(new Finisch());
}
}
