软件更新:
Greenfoot 1.3.0 (1. November 2007)
- Internationalization of Greenfoot UI
- German translation of UI.
- Greeenfoot no longer quits when closing last scenario.
- Opening of recently opened projects.
- Actors getWidth() and getHeight() can now be called from the Actors constructor.
- "Save as" for projects.
- Better handling of laptops going into sleep mode, and changing network connections.
- Click-order of Actors in the world will always select top most Actor.
- API-change: Greenfoot.delay(int) takes a parameter to specify how long to wait.
- API-change: added act() method to World.