on (release) {
var saveslot;
saveslot = SharedObject.getLocal("saveslot3");
saveslot.data.leveli = _root.level;
saveslot.data.ExpLV = _root.ExpLV;
saveslot.data.Monster = _root.Monster;
saveslot.data.str = _root.str;
saveslot.data.def = _root.def;
saveslot.data.wep = _root.wep;
saveslot.data.arm = _root.arm;
saveslot.data.hp = _root.hp;
saveslot.data.MAXhp = _root.MAXhp;
saveslot.data.armAbought = _root.armAbought;
saveslot.data.armBbought = _root.armBbought;
saveslot.data.armCbought = _root.armCbought;
saveslot.data.armDbought = _root.armDbought;
saveslot.data.armEbought = _root.armEbought;
saveslot.data.armFbought = _root.armFbought;
saveslot.data.wepAbought = _root.wepAbought;
saveslot.data.wepBbought = _root.wepBbought;
saveslot.data.wepCbought = _root.wepCbought;
saveslot.data.wepDbought = _root.wepDbought;
saveslot.data.wepEbought = _root.wepEbought;
saveslot.data.wepFbought = _root.wepFbought;
saveslot.data.wepGbought = _root.wepGbought;
saveslot.data.monsterHP = _root.GP;
saveslot.flush();
gotoAndStop(1);
}