Monday, July 19, 2010

Saving Finished

I think saving is working now, I got an odd feeling though that bugs will probably show up along the line. It works... moving on. Enjoy your maid 4 pack.

7/18/10

loading - deleting of old instance object character and assistant - working
bug - image of item floating on main screen and character appearing on load - fixed maybe(?) when fixing other bugs
bug - loading multiple times adds to total points - fixed
bug - loading - when loading from existing games still having character and assistant objects remaining - only happening on an old game onto a new game - fixed order of operations error
bug - pushing the load button on an empty file will crash the game... not that surprising - fixed

Saving - Effects - looks good
Loading - Effects - looks good
---Saving done... expect new bugs to appear but no known at the moment

now that the mini creation is an arch function see yesterday going to shift the minis to the girl.swfs-- failed, though it works now for actual creation in auction screen but they still have to be in the actual .as, is still better automation but drivin me crazy.
stumped
Code:

function MugiMakeMini():Object {
//var result = new mugi.MiniMugi1();
var result = new MiniMugi1();
addChild(result);
result.visible = false;
return result;
}

working version is shown... for broke version just switch to external version. Anyone got any ideas I'm more then willing to listen.

front maid dresses added

Same series different girl. I'm hoping I finally stumped you guys only took a ten year old series.

Daisy

1 comment: