Showing posts with label sex classes. Show all posts
Showing posts with label sex classes. Show all posts

Monday, February 25, 2013

Cards now work better and better


Okay so you can now add sex acts to the main card and see it them updated when you do that act.  That's not a bad upgrade I don't think, float over for it works too.  Good enough for a day off.

Daisy

Tuesday, August 7, 2012

Some Bugs and working on Sex Classes

More bug fixes and was working on generic's for sex classes learning. Just basic boring stuff as I try to polish the shit ball.

Daisy

8/5/12

need to remove extra room junk - reminder

=====================================================================

Flash Novice July 30 build 1053

Click on assistant’s icon from home in the middle (the room selection card) to take you to the screen with her details.  Her favorite and hated jobs are all listed as ‘ws’

the code for ws is fine

public static function ws(str:String):String {
if(GameData.worksafe == true) {
return "ws";
}
return str;
}
--- i think this might be an issue with initial build...
--- added a purge feature to the assistant screen...
needs testing in non-worksafe enviroment
--- confirmed fixed
==============================================================

8/3/12  rudi_stoned build 1056

* Changing the pay of an assistant immediately sets the loyalty and affection display bars to zero.

-- this was a timing issue... basically the bars were being made and updated at the same time.   Since the bars are loaded on the fly from external files they wern’t being resized correctly.  Added a 1/10 of a second delay when the sceen is built and that fixed issue.

Tuesday, July 31, 2012

Playing with new events and a help file



So working a bit on playing with the new sex learning events.  More for the hell of it then anything.  I need to make a lot of them and to tell you the truth I've been spending much more time playing with Skyrim again.

Also started work on a new help system.  Now that we have event system that will run anywhere and a menu that appears in ALMOST all screens.  Why not have a help button to try to help players along.  Lots of text and images that need to get done though.

Help!  Google Doc

That will be an on going project and then encoded once I feel that it is ready.

Daisy