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

2012/4/13

Compile - clears the screen each time?

rdlatimer rdlatimer

2012/4/13

#
If I have a scenario, like a group of turtles in the World (trick-the-turtle for example), and I make a simple change to the code, like move(4) to move(10) - this will automatically clear the screen? So each time I make a code change I'll need to recreate my World scenario? I guess the solution will be to have a method that will automatically create the world scene. I'll keep watching the tutorial videos.
kiarocks kiarocks

2012/4/13

#
There is an option called save the world if you right click on the background.
IsVarious IsVarious

2012/4/21

#
I would think of it like this, every time you add a new line of code, the computer doesn't know you did it, untill you compile the project again. That's why you're having to reload the world every time.
jpmyers15 jpmyers15

2014/11/13

#
kiarocks wrote...
There is an option called save the world if you right click on the background.
Thanks for the advice. I had the same problem and I believe it is resolved now after doing the Save The World before changing the code.
You need to login to post a reply.