Can someone help me with my problem. I can't find the solution for my code. Already thank you very much for helping me. I'm sorry for my horrible English.
't find the solution to finish my code. It is a World-code
public void act()
{
if(getObjects(Complete.class).size() = 1 && !ready())
{
Greenfoot.delay(200);
Greenfoot.setWorld(new Instructiescherm2());
}
}
public boolean ready()
{
getObjects(Complete2.class).size() = 2;
}
