Im making a game and I want to make i set its image only once. This is what I have:
The block keeps flickering from one image to another.
setImage("block" + Greenfoot.getRandomNumber(3) + ".png");
