I want to change this to have it do these two things. Make the part that you see shorter and wider and make the part that you cant see shorter and a lot wider. Can anyone help me?
Sorry, I am attempting to have the screen in http://www.greenfoot.org/scenarios/6719 be about 300 high and about 600 wide. Then the entire world be wider and about 300 high
Just plug the appropriate values in the 'super' command in the world constructor of your sub-class of 'SWorld'. See the documentation of the 'SWorld' class to see what values go where.