I'd like certain objectsto have new characteristic when a new level is created i.e in the next level the worms can move. How can I do this, I have tried with the following code but I know it's completely off.
public void act()
{
if(getWorld()==crabWorld()){
move();
}
}
}
