Hm, no auto-save... Mhm... To save: In first main frame: saveas=SharedObject.getLocal("cookie");
when you want to save: _root.saveas.data.grass_amount=_root.grass_amount; when you want to load: if(_root.saveas.data.grass_amount!=undefined){grass_amount=_root.saveas.data.grass_amount}