Hi there, I have set my actor to ideal size using
{GreenfootImage image = getImage();
image.scale(100, 150);
setImage(image);
}
when I place the actor into the world it is the correct size however when I press run it returns to its original size, how would I get him to stay the intended size after running the scenario?
