This site requires JavaScript, please enable it in your browser!
Greenfoot back
Libraoct7
Libraoct7 wrote ...

2020/4/13

No world is created

Libraoct7 Libraoct7

2020/4/13

#
Hi, I created a new scenario with the name "CarsRacingScenario". I deleted the "MyWorld" subclass of the World and created a new subclass of the World and named it "MyRaceWorld". But the world is not shown. I don't know what I am missing. I know I can instead of deleting the "MyWorld" subclass, I can rename it to "MyRaceWorld", but I want to know why I can't delete it and create another one? This is how it looks like!
danpost danpost

2020/4/13

#
Please supply image to an image hosting site -- like imgur. I, for one, like to see what type of file it is before downloading to my computer. Can you right click on the class (in the Classes area) and select new MyRaceWorld() ? If not, open its editor, go to the end of the top line and press "enter" and then press "backspace". Then see what happens.
You need to login to post a reply.