home *** CD-ROM | disk | FTP | other *** search
- if(_root.weight > _root.recordweight)
- {
- _root.recordweight = _root.weight;
- }
- _root.savefile = SharedObject.getLocal("ags");
- _root.savefile.data.playername = _root.playername;
- _root.savefile.data.ballspeed = _root.ballspeed;
- _root.savefile.data.recordweight = _root.recordweight;
- _root.savefile.data.noofchampionships = _root.noofchampionships;
- _root.savefile.data.worldrecord = _root.worldrecord;
- _root.savefile.data.nationalrecord = _root.nationalrecord;
- _root.savefile.data.regionalrecord = _root.regionalrecord;
- _root.savefile.data.hometownrecord = _root.hometownrecord;
- _root.savefile.data.backyardrecord = _root.backyardrecord;
- _root.savefile.data.n_world = _root.n_world;
- _root.savefile.data.n_national = _root.n_national;
- _root.savefile.data.n_regional = _root.n_regional;
- _root.savefile.data.n_hometown = _root.n_hometown;
- _root.savefile.data.n_backyard = _root.n_backyard;
- _root.savefile.data.worldchampion = _root.worldchampion;
- _root.savefile.data.nationalchampion = _root.nationalchampion;
- _root.savefile.data.regionalchampion = _root.regionalchampion;
- _root.savefile.data.hometownchampion = _root.hometownchampion;
- _root.savefile.data.backyardchampion = _root.backyardchampion;
- _root.savefile.flush(80000);
- stop();
-