Frame 1
var saveState = SharedObject.getLocal("testcookie3");
var saveTwo = SharedObject.getLocal("SaveStateTwo");
var saveThree = SharedObject.getLocal("SaveStateThree");
var saveFour = SharedObject.getLocal("SaveStateFour");
var saveFive = SharedObject.getLocal("SaveStateFive");
txt_loadText.text = this.loadText;
txt_total.text = bytes_total;
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
gotoAndStop ("Start");
}
var player_type = System.capabilities.playerType;
if (((player_type == "External") || (player_type == "ActiveX")) || (player_type == "PlugIn")) {
var cxmenu = new ContextMenu();
cxmenu.hideBuiltInItems();
}
if ((player_type == "external") || (player_type == "StandAlone")) {
var cxmenu = new ContextMenu();
cxmenu.hideBuiltInItems();
fscommand ("showmenu", "false");
fscommand ("trapallkeys", "true");
}
this.menu = cxmenu;
Button.prototype.useHandCursor = false;
Button.prototype.tabEnabled = false;
Frame 4
gotoAndPlay (1);
Frame 5
stop();
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
maxenergy = 100;
maxrwc = 1000;
introTune = new Sound();
introTune.attachSound("introMusic");
themeCurrent = new Sound();
themeCurrent.attachSound("Theme1");
ringFX = new Sound();
ringFX.attachSound("beeping");
victory = new Sound();
victory.attachSound("getitem");
overBeep = new Sound();
overBeep.attachSound("overbeep");
showerFX = new Sound();
showerFX.attachSound("shower");
pageTurn = new Sound();
pageTurn.attachSound("pageturn");
titleSelect = new Sound();
titleSelect.attachSound("titleselect");
warning = new Sound();
warning.attachSound("warning");
getnothing = new Sound();
getnothing.attachSound("NOTHING");
warning.start(0, 1);
Frame 10
gotoAndStop ("Start");
Frame 20
introTune = new Sound();
introTune.attachSound("introMusic");
themeCurrent = new Sound();
themeCurrent.attachSound("Theme1");
ringFX = new Sound();
ringFX.attachSound("beeping");
victory = new Sound();
victory.attachSound("getitem");
overBeep = new Sound();
overBeep.attachSound("overbeep");
showerFX = new Sound();
showerFX.attachSound("shower");
pageTurn = new Sound();
pageTurn.attachSound("pageturn");
titleSelect = new Sound();
titleSelect.attachSound("titleselect");
warning = new Sound();
warning.attachSound("warning");
getnothing = new Sound();
getnothing.attachSound("NOTHING");
introTune.start(0, 100);
Frame 39
stop();
Frame 50
if ((saveState.data.LocalPlace == "undefined") || (saveState.data.LocalPlace == undefined)) {
dayOne.text = "0";
rwcOne.text = "0";
ringsOne.text = "0";
locaOne.text = "Click To Start New Game";
} else {
dayOne.text = saveState.data.IDA;
rwcOne.text = saveState.data.IDB;
ringsOne.text = saveState.data.IDC;
if (saveState.data.LocalPlace == 1) {
locaOne.text = "Vanilla's Home";
} else if (saveState.data.LocalPlace == 2) {
locaOne.text = "Downtown City";
}
}
if ((saveTwo.data.LocalPlace == "undefined") || (saveTwo.data.LocalPlace == undefined)) {
dayTwo.text = "0";
rwcTwo.text = "0";
ringsTwo.text = "0";
locaTwo.text = "Click To Start New Game";
} else {
dayTwo.text = saveTwo.data.IDA;
rwcTwo.text = saveTwo.data.IDB;
ringsTwo.text = saveTwo.data.IDC;
if (saveTwo.data.LocalPlace == 1) {
locaTwo.text = "Vanilla's Home";
} else if (saveTwo.data.LocalPlace == 2) {
locaTwo.text = "Downtown City";
}
}
if ((saveThree.data.LocalPlace == "undefined") || (saveThree.data.LocalPlace == undefined)) {
dayThree.text = "0";
rwcThree.text = "0";
ringsThree.text = "0";
locaThree.text = "Click To Start New Game";
} else {
dayThree.text = saveThree.data.IDA;
rwcThree.text = saveThree.data.IDB;
ringsThree.text = saveThree.data.IDC;
if (saveThree.data.LocalPlace == 1) {
locaThree.text = "Vanilla's Home";
} else if (saveThree.data.LocalPlace == 2) {
locaThree.text = "Downtown City";
}
}
if ((saveFour.data.LocalPlace == "undefined") || (saveFour.data.LocalPlace == undefined)) {
dayFour.text = "0";
rwcFour.text = "0";
ringsFour.text = "0";
locaFour.text = "Click To Start New Game";
} else {
dayFour.text = saveFour.data.IDA;
rwcFour.text = saveFour.data.IDB;
ringsFour.text = saveFour.data.IDC;
if (saveFour.data.LocalPlace == 1) {
locaFour.text = "Vanilla's Home";
} else if (saveFour.data.LocalPlace == 2) {
locaFour.text = "Downtown City";
}
}
if ((saveFive.data.LocalPlace == "undefined") || (saveFive.data.LocalPlace == undefined)) {
dayFive.text = "0";
rwcFive.text = "0";
ringsFive.text = "0";
locaFive.text = "Click To Start New Game";
} else {
dayFive.text = saveFive.data.IDA;
rwcFive.text = saveFive.data.IDB;
ringsFive.text = saveFive.data.IDC;
if (saveFive.data.LocalPlace == 1) {
locaFive.text = "Vanilla's Home";
} else if (saveFive.data.LocalPlace == 2) {
locaFive.text = "Downtown City";
}
}
Frame 60
SMain = [100, 1, 0, 99999, false, false, 1, 4, false, false];
SStats = [1, 99, 99, 99, 99, 99, 0, 3, false, true];
DayVent = [false, false, false, 0, 0, false, false, false, false, false, false, false, false, 5];
SexVent = [false, false, false, false, false, false, false, false, false, false, false];
Cellphone = [false, false, false, false, false, false, false];
SexScore = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
ItemStats = [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false];
ItemList = ["Empty"];
LocalPlace = 1;
ComeOver = "Empty";
Frame 70
stop();
LocalPlace = 1;
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
Instance of Symbol 363 MovieClip in Frame 70
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Instance of Symbol 365 MovieClip in Frame 70
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 659 MovieClip "ENG" in Frame 70
onClipEvent (load) {
this.energyInfo.text = "Energy: " + _root.SMain[0];
this.mcEnergyBar._width = (_root.SMain[0] / _root.maxenergy) * 375.1;
if (_root.SMain[0] <= 0) {
mcEnergyBar._visible = false;
} else {
mcEnergyBar._visible = true;
}
}
onClipEvent (enterFrame) {
this.energyInfo.text = "Energy: " + _root.SMain[0];
this.mcEnergyBar._width = (_root.SMain[0] / _root.maxenergy) * 375.1;
if (_root.SMain[0] <= 0) {
mcEnergyBar._visible = false;
} else {
mcEnergyBar._visible = true;
}
}
Instance of Symbol 663 MovieClip "RWC" in Frame 70
onClipEvent (load) {
energyInfo.text = "RWC: " + _root.SMain[2];
mcEnergyBar._width = (_root.SMain[2] / _root.maxrwc) * 375.1;
if (_root.SMain[0] <= 0) {
mcEnergyBar._visible = false;
} else {
mcEnergyBar._visible = true;
}
}
onClipEvent (enterFrame) {
energyInfo.text = "RWC: " + _root.SMain[2];
mcEnergyBar._width = (_root.SMain[2] / _root.maxrwc) * 375.1;
if (_root.SMain[2] <= 0) {
mcEnergyBar._visible = false;
} else {
mcEnergyBar._visible = true;
}
}
Instance of Symbol 1077 MovieClip in Frame 80
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Instance of Symbol 365 MovieClip in Frame 80
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Frame 90
PeepRandom = random(100) + 1;
Instance of Symbol 365 MovieClip in Frame 90
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 1118 MovieClip in Frame 100
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Instance of Symbol 365 MovieClip in Frame 100
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Frame 110
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
Instance of Symbol 1351 MovieClip in Frame 110
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Instance of Symbol 365 MovieClip in Frame 110
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 1511 MovieClip in Frame 120
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Instance of Symbol 365 MovieClip in Frame 120
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 365 MovieClip in Frame 130
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 1668 MovieClip in Frame 139
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Instance of Symbol 365 MovieClip in Frame 140
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 1803 MovieClip in Frame 150
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Instance of Symbol 365 MovieClip in Frame 160
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 1962 MovieClip in Frame 170
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Instance of Symbol 365 MovieClip in Frame 170
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 2158 MovieClip "sumOutside" in Frame 179
onClipEvent (load) {
if (_root.Action == 10) {
_root.Action = 0;
gotoAndStop ("Nude2");
} else if (_root.Action == 50) {
_root.Action = 20;
gotoAndStop ("Beach1");
}
}
Instance of Symbol 1077 MovieClip in Frame 180
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Instance of Symbol 2282 MovieClip "sumKit" in Frame 180
onClipEvent (load) {
if (_root.ComeOver == "Tails") {
gotoAndStop ("Tails1");
}
if (_root.ComeOver == "Amy") {
gotoAndStop ("Amy1");
}
if (_root.ComeOver == "Knux") {
gotoAndStop ("Knux1");
}
if (_root.ComeOver == "Sally") {
gotoAndStop ("Sally1");
}
}
Frame 190
stop();
LocalPlace = 2;
Instance of Symbol 365 MovieClip in Frame 190
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 365 MovieClip in Frame 200
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 365 MovieClip in Frame 210
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 365 MovieClip in Frame 220
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 365 MovieClip in Frame 230
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 365 MovieClip in Frame 240
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 365 MovieClip in Frame 250
onClipEvent (load) {
if (_root.SMain[1] == 1) {
weekInfo = "FRIDAY";
} else if (_root.SMain[1] == 2) {
weekInfo = "SATURDAY";
} else if (_root.SMain[1] == 3) {
weekInfo = "SUNDAY";
} else if (_root.SMain[1] == 4) {
weekInfo = "MONDAY";
} else if (_root.SMain[1] == 5) {
weekInfo = "TUESDAY";
} else if (_root.SMain[1] == 6) {
weekInfo = "WEDNESDAY";
} else if (_root.SMain[1] == 7) {
weekInfo = "THURSDAY";
}
dayInfo.text = (("Day " + _root.SMain[1]) + " - ") + weekInfo;
}
Instance of Symbol 3067 MovieClip in Frame 259
onClipEvent (load) {
if (_root.Cellphone[5] == true) {
gotoAndStop ("RougeStore");
}
}
Frame 270
stop();
themeCurrent.stop();
rainVar = random(100) + 1;
SMain[0] = SMain[0] + 100;
SMain[1]++;
SMain[6] = 0;
SMain[7] = 4;
if (SMain[0] > 100) {
SMain[0] = 100;
}
if ((rainVar <= 25) || (SMain[1] == 5)) {
DayVent[6] = true;
} else {
DayVent[6] = false;
themeCurrent.attachSound("Theme1");
}
SLEEP.info_day.text = ("It is now day " + SMain[1]) + " and your energy is recovered.";
SStats[8] = false;
DayVent[0] = false;
DayVent[1] = false;
DayVent[2] = false;
DayVent[3] = 0;
DayVent[4]--;
DayVent[5] = false;
DayVent[7] = false;
DayVent[8] = false;
DayVent[9] = false;
DayVent[10] = false;
DayVent[11] = false;
DayVent[12] = false;
DayVent[13] = 5;
Frame 280
themeCurrent.stop();
Frame 285
themeCurrent.stop();
Frame 290
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
Instance of Symbol 3112 MovieClip in Frame 290
onClipEvent (load) {
if (_root.SMain[5] == true) {
gotoAndStop ("Ending3");
} else if ((_root.SMain[5] == false) && (_root.SStats[0] >= 50)) {
gotoAndStop ("Ending1");
} else {
gotoAndStop ("Ending2");
}
}
Frame 300
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
Symbol 58 Button
on (release) {
warning.stop();
gotoAndStop ("Avalon");
}
Symbol 83 Button
on (release) {
gotoAndPlay ("Title");
}
Symbol 93 MovieClip Frame 279
_root.gotoAndPlay("Title");
Symbol 98 Button
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
introTune.stop();
titleSelect.start(0, 1);
gotoAndStop ("Intro");
}
Symbol 99 Button
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
gotoAndStop ("Tutorial");
}
Symbol 100 Button
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
ringFX.start(0, 1);
gotoAndStop ("LoadGame");
}
Symbol 125 Button
on (release) {
getURL ("http://inkbunny.net/Aval0nX", "_blank");
}
Symbol 129 Button
on (rollOver) {
gotoAndStop (2);
}
on (rollOut) {
gotoAndStop (1);
}
Symbol 132 MovieClip Frame 1
stop();
Symbol 175 Button
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
gotoAndStop ("DS");
}
Symbol 186 Button
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
nextFrame();
}
Symbol 194 Button
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
prevFrame();
}
Symbol 207 Button
on (release) {
gotoAndStop ("DS");
}
Symbol 208 Button
on (rollOver) {
overBeep.start(0, 1);
FileOne._alpha = 75;
}
on (rollOut) {
FileOne._alpha = 50;
}
on (release) {
SMain = new Array();
var a = 0;
while (a < saveState.data.SMain.length) {
SMain[a] = saveState.data.SMain[a];
a++;
}
SStats = new Array();
var b = 0;
while (b < saveState.data.SStats.length) {
SStats[b] = saveState.data.SStats[b];
b++;
}
DayVent = new Array();
var c = 0;
while (c < saveState.data.DayVent.length) {
DayVent[c] = saveState.data.DayVent[c];
c++;
}
SexVent = new Array();
var d = 0;
while (d < saveState.data.SexVent.length) {
SexVent[d] = saveState.data.SexVent[d];
d++;
}
Cellphone = new Array();
var e = 0;
while (e < saveState.data.Cellphone.length) {
Cellphone[e] = saveState.data.Cellphone[e];
e++;
}
SexScore = new Array();
var f = 0;
while (f < saveState.data.SexScore.length) {
SexScore[f] = saveState.data.SexScore[f];
f++;
}
ItemStats = new Array();
var g = 0;
while (g < saveState.data.ItemStats.length) {
ItemStats[g] = saveState.data.ItemStats[g];
g++;
}
ItemList = new Array();
var h = 0;
while (h < saveState.data.ItemList.length) {
ItemList[h] = saveState.data.ItemList[h];
h++;
}
LocalPlace = saveState.data.LocalPlace;
ringFX.start(0, 1);
}
on (release) {
introTune.stop();
if (saveState.data.LocalPlace == 1) {
trace(SMain);
trace(DayVent);
gotoAndStop ("Living");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else if (saveState.data.LocalPlace == 2) {
gotoAndStop ("Downtown");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else {
gotoAndStop ("Intro");
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
titleSelect.start(0, 1);
}
}
Symbol 234 Button
on (rollOver) {
overBeep.start(0, 1);
FileTwo._alpha = 75;
}
on (rollOut) {
FileTwo._alpha = 50;
}
on (release) {
_root.SMain = new Array();
var a = 0;
while (a < _root.saveTwo.data.SMain.length) {
_root.SMain[a] = _root.saveTwo.data.SMain[a];
a++;
}
_root.SStats = new Array();
var b = 0;
while (b < _root.saveTwo.data.SStats.length) {
_root.SStats[b] = _root.saveTwo.data.SStats[b];
b++;
}
_root.DayVent = new Array();
var c = 0;
while (c < _root.saveTwo.data.DayVent.length) {
_root.DayVent[c] = _root.saveTwo.data.DayVent[c];
c++;
}
_root.SexVent = new Array();
var d = 0;
while (d < _root.saveTwo.data.SexVent.length) {
_root.SexVent[d] = _root.saveTwo.data.SexVent[d];
d++;
}
_root.Cellphone = new Array();
var e = 0;
while (e < _root.saveTwo.data.Cellphone.length) {
_root.Cellphone[e] = _root.saveTwo.data.Cellphone[e];
e++;
}
_root.SexScore = new Array();
var f = 0;
while (f < _root.saveTwo.data.SexScore.length) {
_root.SexScore[f] = _root.saveTwo.data.SexScore[f];
f++;
}
_root.ItemStats = new Array();
var g = 0;
while (g < _root.saveTwo.data.ItemStats.length) {
_root.ItemStats[g] = _root.saveTwo.data.ItemStats[g];
g++;
}
_root.ItemList = new Array();
var h = 0;
while (h < _root.saveTwo.data.ItemList.length) {
_root.ItemList[h] = _root.saveTwo.data.ItemList[h];
h++;
}
LocalPlace = saveTwo.data.LocalPlace;
ringFX.start(0, 1);
}
on (release) {
introTune.stop();
if (saveTwo.data.LocalPlace == 1) {
trace(SMain);
trace(DayVent);
gotoAndStop ("Living");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else if (saveTwo.data.LocalPlace == 2) {
gotoAndStop ("Downtown");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else {
gotoAndStop ("Intro");
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
titleSelect.start(0, 1);
}
}
Symbol 240 Button
on (rollOver) {
overBeep.start(0, 1);
FileThree._alpha = 75;
}
on (rollOut) {
FileThree._alpha = 50;
}
on (release) {
_root.SMain = new Array();
var a = 0;
while (a < _root.saveThree.data.SMain.length) {
_root.SMain[a] = _root.saveThree.data.SMain[a];
a++;
}
_root.SStats = new Array();
var b = 0;
while (b < _root.saveThree.data.SStats.length) {
_root.SStats[b] = _root.saveThree.data.SStats[b];
b++;
}
_root.DayVent = new Array();
var c = 0;
while (c < _root.saveThree.data.DayVent.length) {
_root.DayVent[c] = _root.saveThree.data.DayVent[c];
c++;
}
_root.SexVent = new Array();
var d = 0;
while (d < _root.saveThree.data.SexVent.length) {
_root.SexVent[d] = _root.saveThree.data.SexVent[d];
d++;
}
_root.Cellphone = new Array();
var e = 0;
while (e < _root.saveThree.data.Cellphone.length) {
_root.Cellphone[e] = _root.saveThree.data.Cellphone[e];
e++;
}
_root.SexScore = new Array();
var f = 0;
while (f < _root.saveThree.data.SexScore.length) {
_root.SexScore[f] = _root.saveThree.data.SexScore[f];
f++;
}
_root.ItemStats = new Array();
var g = 0;
while (g < _root.saveThree.data.ItemStats.length) {
_root.ItemStats[g] = _root.saveThree.data.ItemStats[g];
g++;
}
_root.ItemList = new Array();
var h = 0;
while (h < _root.saveThree.data.ItemList.length) {
_root.ItemList[h] = _root.saveThree.data.ItemList[h];
h++;
}
LocalPlace = saveThree.data.LocalPlace;
ringFX.start(0, 1);
}
on (release) {
introTune.stop();
if (saveThree.data.LocalPlace == 1) {
trace(SMain);
trace(DayVent);
gotoAndStop ("Living");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else if (saveThree.data.LocalPlace == 2) {
gotoAndStop ("Downtown");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else {
gotoAndStop ("Intro");
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
titleSelect.start(0, 1);
}
}
Symbol 246 Button
on (rollOver) {
overBeep.start(0, 1);
FileFour._alpha = 75;
}
on (rollOut) {
FileFour._alpha = 50;
}
on (release) {
_root.SMain = new Array();
var a = 0;
while (a < _root.saveFour.data.SMain.length) {
_root.SMain[a] = _root.saveFour.data.SMain[a];
a++;
}
_root.SStats = new Array();
var b = 0;
while (b < _root.saveFour.data.SStats.length) {
_root.SStats[b] = _root.saveFour.data.SStats[b];
b++;
}
_root.DayVent = new Array();
var c = 0;
while (c < _root.saveFour.data.DayVent.length) {
_root.DayVent[c] = _root.saveFour.data.DayVent[c];
c++;
}
_root.SexVent = new Array();
var d = 0;
while (d < _root.saveFour.data.SexVent.length) {
_root.SexVent[d] = _root.saveFour.data.SexVent[d];
d++;
}
_root.Cellphone = new Array();
var e = 0;
while (e < _root.saveFour.data.Cellphone.length) {
_root.Cellphone[e] = _root.saveFour.data.Cellphone[e];
e++;
}
_root.SexScore = new Array();
var f = 0;
while (f < _root.saveFour.data.SexScore.length) {
_root.SexScore[f] = _root.saveFour.data.SexScore[f];
f++;
}
_root.ItemStats = new Array();
var g = 0;
while (g < _root.saveFour.data.ItemStats.length) {
_root.ItemStats[g] = _root.saveFour.data.ItemStats[g];
g++;
}
_root.ItemList = new Array();
var h = 0;
while (h < _root.saveFour.data.ItemList.length) {
_root.ItemList[h] = _root.saveFour.data.ItemList[h];
h++;
}
LocalPlace = saveFour.data.LocalPlace;
ringFX.start(0, 1);
}
on (release) {
introTune.stop();
if (saveFour.data.LocalPlace == 1) {
trace(SMain);
trace(DayVent);
gotoAndStop ("Living");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else if (saveFour.data.LocalPlace == 2) {
gotoAndStop ("Downtown");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else {
gotoAndStop ("Intro");
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
titleSelect.start(0, 1);
}
}
Symbol 252 Button
on (rollOver) {
overBeep.start(0, 1);
FileFive._alpha = 75;
}
on (rollOut) {
FileFive._alpha = 50;
}
on (release) {
_root.SMain = new Array();
var a = 0;
while (a < _root.saveFive.data.SMain.length) {
_root.SMain[a] = _root.saveFive.data.SMain[a];
a++;
}
_root.SStats = new Array();
var b = 0;
while (b < _root.saveFive.data.SStats.length) {
_root.SStats[b] = _root.saveFive.data.SStats[b];
b++;
}
_root.DayVent = new Array();
var c = 0;
while (c < _root.saveFive.data.DayVent.length) {
_root.DayVent[c] = _root.saveFive.data.DayVent[c];
c++;
}
_root.SexVent = new Array();
var d = 0;
while (d < _root.saveFive.data.SexVent.length) {
_root.SexVent[d] = _root.saveFive.data.SexVent[d];
d++;
}
_root.Cellphone = new Array();
var e = 0;
while (e < _root.saveFive.data.Cellphone.length) {
_root.Cellphone[e] = _root.saveFive.data.Cellphone[e];
e++;
}
_root.SexScore = new Array();
var f = 0;
while (f < _root.saveFive.data.SexScore.length) {
_root.SexScore[f] = _root.saveFive.data.SexScore[f];
f++;
}
_root.ItemStats = new Array();
var g = 0;
while (g < _root.saveFive.data.ItemStats.length) {
_root.ItemStats[g] = _root.saveFive.data.ItemStats[g];
g++;
}
_root.ItemList = new Array();
var h = 0;
while (h < _root.saveFive.data.ItemList.length) {
_root.ItemList[h] = _root.saveFive.data.ItemList[h];
h++;
}
LocalPlace = saveFive.data.LocalPlace;
ringFX.start(0, 1);
}
on (release) {
introTune.stop();
if (saveFive.data.LocalPlace == 1) {
trace(SMain);
trace(DayVent);
gotoAndStop ("Living");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else if (saveFive.data.LocalPlace == 2) {
gotoAndStop ("Downtown");
if (SStats[9] == true) {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
themeCurrent.start(0, 999);
} else {
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
}
} else {
gotoAndStop ("Intro");
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
titleSelect.start(0, 1);
}
}
Symbol 267 Button
on (release) {
_root.ringFX.start(0, 1);
nextFrame();
}
Symbol 296 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Cream");
}
Symbol 297 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
if (BGM._visible == true) {
BGM._visible = false;
} else {
BGM._visible = true;
}
if (ReadBox._visible == true) {
ReadBox._visible = false;
} else {
ReadBox._visible = true;
}
if ((COne._visible == true) && (ROne._visible == true)) {
COne._visible = false;
ROne._visible = false;
} else {
COne._visible = true;
ROne._visible = true;
}
if ((CTwo._visible == true) && (RTwo._visible == true)) {
CTwo._visible = false;
RTwo._visible = false;
} else {
CTwo._visible = true;
RTwo._visible = true;
}
if ((CThree._visible == true) && (RThree._visible == true)) {
CThree._visible = false;
RThree._visible = false;
} else {
CThree._visible = true;
RThree._visible = true;
}
}
Symbol 299 Button
on (release) {
_root.ringFX.start(0, 1);
nextFrame();
}
Symbol 316 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] + 5;
gotoAndStop ("Two");
}
Symbol 317 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[1] = _root.SStats[1] + 3;
gotoAndStop ("Five");
}
Symbol 318 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[5] = _root.SStats[5] + 3;
gotoAndStop ("Four");
}
Symbol 319 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] - 5;
gotoAndStop ("One");
}
Symbol 320 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[6] = _root.SStats[6] - 3;
gotoAndStop ("Three");
}
Symbol 336 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Living");
}
Symbol 347 MovieClip Frame 30
stop();
_root.themeCurrent.start(0, 100);
ReadBox.text = "Sonic: Vanilla, the hot MILF from next door, has asked me to come over. I wonder what for?";
Symbol 347 MovieClip Frame 31
stop();
ReadBox.text = "Vanilla: Hello Sonic. I was wondering if you could do me a huge favor.";
Symbol 347 MovieClip Frame 32
stop();
ReadBox.text = "Sonic: Sure, I'm always happy to help in times in need. What can I do for you?";
Symbol 347 MovieClip Frame 33
stop();
ReadBox.text = "Vanilla: *Grin* Good. I have to go to Station Square this week and sadly I can't take Cream with me. I need someone to babysit her while I'm gone. I'd usually rely on Amy but apparently she's busy this week.";
Symbol 347 MovieClip Frame 34
stop();
ReadBox.text = "Sonic: Babysitting? Well...\nI guess I can do that for you Mrs. V. I can't imagine Cream being too much trouble.";
Symbol 347 MovieClip Frame 35
stop();
ReadBox.text = "Vanilla: Great! Here's 500 rings and the keys to the house. I'll be back in a week but if anything comes up you can give me a call for advice. Just make sure you two have fun and dont forget...";
Symbol 347 MovieClip Frame 36
stop();
ReadBox.text = "Vanilla leands forward and presses her large breasts against your chest.";
Symbol 347 MovieClip Frame 37
stop();
ReadBox.text = "Vanilla: Keep my little Creamie happy and I'll make you very happy. And I'll give the two of you 'BIG' rewards when I come back.";
Symbol 347 MovieClip Frame 38
ReadBox.text = "Cream: Hello there Mr. Sonic. Mommy said you are going to watching me this week.";
Symbol 347 MovieClip Frame 45
ReadBox.text = "Cream: Umm.... Uhhh.... Yeah....\n...I'm gonna go to my room now...";
Symbol 347 MovieClip Frame 50
ReadBox.text = "Cream: It's okay Mr. Sonic. I'll be in my room if you need me.";
Symbol 347 MovieClip Frame 55
ReadBox.text = "Well that was kind of a dick thing to do, making it sound like babysitting is a chore.";
Symbol 347 MovieClip Frame 60
ReadBox.text = "Cream responds kindly to the warm hug as you get a chance to feel her up slightly.";
Symbol 347 MovieClip Frame 65
ReadBox.text = "Cream: Weeee!\nThe toss in the air gives you a really nice peek at her panties.";
Symbol 369 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Foyer");
}
on (keyPress "a") {
overBeep.start(0, 1);
gotoAndStop ("Foyer");
}
Symbol 371 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Kitchen");
}
on (keyPress "d") {
overBeep.start(0, 1);
gotoAndStop ("Kitchen");
}
Symbol 375 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
gotoAndStop ("LivingSum");
}
Symbol 380 Button
on (rollOver) {
Informer.text = "Read Journal";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
mcJournalMenu.gotoAndPlay(8);
}
Symbol 384 Button
on (rollOver) {
Informer.text = "Use Cellphone";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
mcCellphone.gotoAndPlay("Cellphone");
}
Symbol 394 Button
on (release) {
gotoAndPlay ("CellphoneExit");
}
Symbol 395 Button
on (rollOver) {
_root.overBeep.start(0, 1);
callInfo.text = "CALL\rVANILLA...";
}
on (rollOut) {
callInfo.text = "";
}
on (release) {
_root.SMain[7]--;
gotoAndStop ("Vanilla");
}
Symbol 396 Button
on (rollOver) {
_root.overBeep.start(0, 1);
callInfo.text = "CALL\rAMY...";
}
on (rollOut) {
callInfo.text = "";
}
on (release) {
_root.SMain[7]--;
if (_root.Cellphone[3] == true) {
gotoAndStop ("Amy2");
} else {
gotoAndStop ("Amy");
}
}
Symbol 397 Button
on (rollOver) {
_root.overBeep.start(0, 1);
callInfo.text = "CALL\rTAILS...";
}
on (rollOut) {
callInfo.text = "";
}
on (release) {
_root.SMain[7]--;
if (((_root.SMain[6] > 10) || (_root.SexVent[2] == true)) || (_root.DayVent[6] == 2)) {
gotoAndStop ("Tails4");
} else if ((_root.SMain[5] == true) && (_root.Cellphone[0] == true)) {
gotoAndStop ("Tails5");
} else {
gotoAndStop ("Tails");
}
}
Symbol 398 Button
on (rollOver) {
_root.overBeep.start(0, 1);
callInfo.text = "CALL\rSALLY...";
}
on (rollOut) {
callInfo.text = "";
}
on (release) {
_root.SMain[7]--;
if (_root.Cellphone[2] == true) {
gotoAndStop ("Sally2");
} else {
gotoAndStop ("Sally");
}
}
Symbol 399 Button
on (rollOver) {
_root.overBeep.start(0, 1);
callInfo.text = "CALL\rKNUX...";
}
on (rollOut) {
callInfo.text = "";
}
on (release) {
_root.SMain[7]--;
if (_root.Cellphone[1] == true) {
gotoAndStop ("Knux2");
} else {
gotoAndStop ("Knux");
}
}
Symbol 406 Button
on (rollOver) {
_root.overBeep.start(0, 1);
callInfo.text = "DIAL\rNUMBER";
}
on (rollOut) {
callInfo.text = "";
}
on (release) {
nextFrame();
}
Symbol 408 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "1";
}
Symbol 409 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "2";
}
Symbol 410 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "3";
}
Symbol 411 Button
on (release) {
_root.overBeep.start(0, 1);
_root.SMain[7]--;
if (((callInfo.text == "913347") && (_root.Cellphone[4] == false)) && (_root.ItemStats[11] == false)) {
gotoAndStop ("Moshi");
} else if (((callInfo.text == "913347") && (_root.Cellphone[4] == true)) && (_root.ItemStats[11] == true)) {
gotoAndStop ("Moshi2");
} else {
gotoAndStop ("Invalid");
}
}
Symbol 412 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "4";
}
Symbol 413 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "5";
}
Symbol 414 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "6";
}
Symbol 415 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "7";
}
Symbol 416 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "8";
}
Symbol 417 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "9";
}
Symbol 418 Button
on (release) {
_root.overBeep.start(0, 1);
callInfo.text = callInfo.text + "0";
}
Symbol 420 Button
on (release) {
gotoAndPlay ("CellphoneExit");
}
Symbol 424 Button
on (release) {
_root.ringFX.start(0, 1);
nextFrame();
}
Symbol 427 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop (1);
}
Symbol 433 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Tails3");
}
Symbol 434 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Tails2");
}
Symbol 438 Button
on (release) {
_root.ringFX.start(0, 1);
_root.ComeOver = "Tails";
_root.gotoAndStop("Convos");
}
Symbol 445 Button
on (release) {
_root.Cellphone[0] = true;
gotoAndPlay ("CellphoneExit");
}
Symbol 446 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexVent[2] = true;
gotoAndStop (1);
}
Symbol 449 Button
on (release) {
_root.ringFX.start(0, 1);
_root.Cellphone[3] = true;
gotoAndStop (1);
}
Symbol 452 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy5");
}
Symbol 453 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
if ((ranCome >= 50) || (_root.SMain[6] < 11)) {
gotoAndStop ("Amy3");
} else {
gotoAndStop ("Amy4");
}
}
Symbol 457 Button
on (release) {
_root.ringFX.start(0, 1);
_root.ComeOver = "Amy";
_root.gotoAndStop("Convos");
}
Symbol 477 Button
on (release) {
_root.ringFX.start(0, 1);
_root.Cellphone[1] = true;
gotoAndStop (1);
}
Symbol 480 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
if ((ranCome >= 50) || (_root.SMain[6] < 11)) {
gotoAndStop ("Knux3");
} else {
gotoAndStop ("Knux3A");
}
}
Symbol 484 Button
on (release) {
_root.ringFX.start(0, 1);
_root.ComeOver = "Knux";
_root.gotoAndStop("Convos");
}
Symbol 501 Button
on (release) {
_root.ringFX.start(0, 1);
_root.Cellphone[2] = true;
gotoAndStop (1);
}
Symbol 504 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Sally5");
}
Symbol 505 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
if ((ranCome >= 50) || (_root.SMain[6] < 11)) {
gotoAndStop ("Sally3");
} else {
gotoAndStop ("Sally4");
}
}
Symbol 509 Button
on (release) {
_root.ringFX.start(0, 1);
_root.ComeOver = "Sally";
_root.gotoAndStop("Convos");
}
Symbol 521 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Sally5");
} else {
nextFrame();
}
}
Symbol 533 MovieClip Frame 1
stop();
Symbol 533 MovieClip Frame 2
_root.ringFX.start(0, 1);
Symbol 533 MovieClip Frame 11
stop();
if (_root.SMain[7] <= 0) {
gotoAndStop ("DeadBat");
}
Instance of Symbol 405 MovieClip in Symbol 533 MovieClip Frame 11
onClipEvent (load) {
if (_root.SMain[7] == 5) {
gotoAndStop (5);
} else if (_root.SMain[7] == 4) {
gotoAndStop (4);
} else if (_root.SMain[7] == 3) {
gotoAndStop (3);
} else if (_root.SMain[7] == 2) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 533 MovieClip Frame 12
callInfo.text = "";
Symbol 533 MovieClip Frame 23
gotoAndStop ("CellphoneClose");
Symbol 533 MovieClip Frame 30
Reader.text = "Sonic: Maybe Vanilla could tell me what Cream likes to do...";
Symbol 533 MovieClip Frame 31
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 32
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 33
Reader.text = "We are sorry the phone number you are trying to call is unavailable at the moment. Please try again later.";
Symbol 533 MovieClip Frame 34
Reader.text = "*CLICK*";
Symbol 533 MovieClip Frame 40
Reader.text = "Tails: Uhh... H-hello... Who is this?";
Symbol 533 MovieClip Frame 41
Reader.text = "Sonic: Tails buddy! It's me!";
Symbol 533 MovieClip Frame 42
Reader.text = "Tails: Uhh... H-hi S-sonic...";
Symbol 533 MovieClip Frame 43
Reader.text = "Sonic: What's wrong little buddy?";
Symbol 533 MovieClip Frame 44
Reader.text = "Tails: Y-you're babysitting Cream... Right?";
Symbol 533 MovieClip Frame 45
Reader.text = "";
Symbol 533 MovieClip Frame 50
Reader.text = "Tails: O-ok\u00E2\u0080\u00A6 I\u00E2\u0080\u0099ll be there in a bit\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 51
Reader.text = "*click*";
Symbol 533 MovieClip Frame 60
Reader.text = "Tails: Uhh\u00E2\u0080\u00A6 Whenever I go over Cream and I play video games and watch cartoons. Sometimes we swim in the pool\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 61
Reader.text = "Sonic: I see...";
Symbol 533 MovieClip Frame 62
Reader.text = "Sonic: Thanks Tails, I appreciate it.";
Symbol 533 MovieClip Frame 63
Reader.text = "*click*";
Symbol 533 MovieClip Frame 70
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 71
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 72
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 73
Reader.text = "Sonic: I guess he isn't home...";
Symbol 533 MovieClip Frame 74
Reader.text = "*click*";
Symbol 533 MovieClip Frame 80
Reader.text = "Sonic: Hey Tails... Are you angry with me or something?";
Symbol 533 MovieClip Frame 81
Reader.text = "Tails: Uhhhhh\u00E2\u0080\u00A6 ... YES! I\u00E2\u0080\u0099m angry! I\u00E2\u0080\u0099m furious! I hate you\u00E2\u0080\u00A6 I know what you are doing!";
Symbol 533 MovieClip Frame 82
Reader.text = "Tails: She doesn\u00E2\u0080\u0099t deserve to be treated that way, you\u00E2\u0080\u0099re always looking at her naughtily and showing off in front of her, and\u00E2\u0080\u00A6 and...";
Symbol 533 MovieClip Frame 83
Reader.text = "Sonic: you know I\u00E2\u0080\u0099m fucking her\u00E2\u0080\u00A6right\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 84
Reader.text = "Tails: Wahhhh!!!!!!! *cries* You monster! I\u00E2\u0080\u0099m going to call the police on you!";
Symbol 533 MovieClip Frame 85
Reader.text = "Sonic: Sure, and tell them that the hero is fucking a little rabbit. That\u00E2\u0080\u0099s gonna work just fine.";
Symbol 533 MovieClip Frame 86
Reader.text = "Sonic: When the officer gets here I\u00E2\u0080\u0099ll put my innocent 'I'm-the-fucking-hero' face and get away with it.";
Symbol 533 MovieClip Frame 87
Reader.text = "Sonic: Tails, I always get away with it. Sheeesh I\u00E2\u0080\u0099ve even fucked Sally. SALLY!";
Symbol 533 MovieClip Frame 88
Reader.text = "Sonic: If anything goes wrong, I\u00E2\u0080\u0099ll simply give HER a call and guess what. My slate is clean, just like that.";
Symbol 533 MovieClip Frame 89
Reader.text = "Tails: \u00E2\u0080\u00A6 ... ...";
Symbol 533 MovieClip Frame 90
Reader.text = "Sonic: Tails?...Tails?...";
Symbol 533 MovieClip Frame 91
Reader.text = "You can hear Tails sobbing in the background.";
Symbol 533 MovieClip Frame 92
Reader.text = "Sonic: He he he...";
Symbol 533 MovieClip Frame 93
Reader.text = "*click* ";
Symbol 533 MovieClip Frame 100
Reader.text = "Sonic: Well Amy has been Cream\u00E2\u0080\u0099s babysitter for a long time, maybe she knows what to do\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 101
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 102
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 103
Reader.text = "Amy: S-sonic! This is a surprise!";
Symbol 533 MovieClip Frame 104
Reader.text = "Sonic: Heeeyyy! Uhhh so, I\u00E2\u0080\u0099m taking care of Cream and stuff\u00E2\u0080\u00A6 Got any advice?";
Symbol 533 MovieClip Frame 105
Reader.text = "Amy: Well first of all Cream is a good girl. She\u00E2\u0080\u0099s well behaved and will do almost anything you tell her too.";
Symbol 533 MovieClip Frame 106
Reader.text = "Amy: She loves carrots. Make sure to keep her well fed and give her some privacy to play with her dolls. You are a guy after all...";
Symbol 533 MovieClip Frame 107
Reader.text = "Amy: And don\u00E2\u0080\u0099t swim in the pool too much, or she\u00E2\u0080\u0099ll get tired quickly. Also\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 108
Reader.text = "Amy: Please\u00E2\u0080\u00A6 Be nice to her\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 109
Reader.text = "Sonic: Alright, alright I got it.\n*click*";
Symbol 533 MovieClip Frame 110
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 111
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 112
Reader.text = "Amy: Hello?";
Symbol 533 MovieClip Frame 113
Reader.text = "";
ranCome = random(100) + 1;
Symbol 533 MovieClip Frame 120
Reader.text = "Amy: Sure thing, be there in a bit.";
Symbol 533 MovieClip Frame 121
Reader.text = "*click*";
Symbol 533 MovieClip Frame 130
Reader.text = "Amy: I\u00E2\u0080\u0099m a little busy at the moment\u00E2\u0080\u00A6 Besides shouldn\u00E2\u0080\u0099t you pay more attention to Cream right now?";
Symbol 533 MovieClip Frame 131
Reader.text = "*click*";
Symbol 533 MovieClip Frame 140
Reader.text = "Amy: I heard Rouge got a little carried away with Shadow, and is\u00E2\u0080\u00A6 You know\u00E2\u0080\u00A6 Expecting a little package\u00E2\u0080\u00A6 He he he...";
ranVar = random(7) + 1;
if (ranVar == 1) {
stop();
} else if (ranVar == 2) {
gotoAndStop ("A1");
} else if (ranVar == 3) {
gotoAndStop ("A2");
} else if (ranVar == 4) {
gotoAndStop ("A3");
} else if (ranVar == 5) {
gotoAndStop ("A4");
} else if (ranVar == 6) {
gotoAndStop ("A5");
} else if (ranVar == 7) {
gotoAndStop ("A6");
}
Symbol 533 MovieClip Frame 141
Reader.text = "";
Symbol 533 MovieClip Frame 145
Reader.text = "Amy: I heard Blaze was in town. I saw her with Sally the other day. They went to the Sleazy\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 146
Reader.text = "Amy: Errr I mean Sleep Eazy Hotel yesterday. I bet they\u00E2\u0080\u0099re having diplomatic talks there.";
Symbol 533 MovieClip Frame 147
Reader.text = "*click*";
Symbol 533 MovieClip Frame 150
Reader.text = "Amy: I heard that officer Nina likes to stroll the park, that bitch, she once gave me a ticket for littering!";
Symbol 533 MovieClip Frame 151
Reader.text = "Amy: I wasn\u00E2\u0080\u0099t eating candy! It was that little bitch in the swing\u00E2\u0080\u00A6 S-sorry I got a little carried away\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 152
Reader.text = "*click*";
Symbol 533 MovieClip Frame 155
Reader.text = "Amy: I heard you and Sally are back together\u00E2\u0080\u00A6 For the five hundreth time\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 156
Reader.text = "Sonic: Oh come on you\u00E2\u0080\u0099re just jealous\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 157
Reader.text = "*click*";
Symbol 533 MovieClip Frame 160
Reader.text = "Amy: I heard Julie-su and Knuckles where trying for a kid. I\u00E2\u0080\u0099m sure they\u00E2\u0080\u0099ll make great parents one day.";
Symbol 533 MovieClip Frame 161
Reader.text = "*click* ";
Symbol 533 MovieClip Frame 165
Reader.text = "Amy: I heard that a local Mochi-Mochi shop opened somewhere in the market area, I haven\u00E2\u0080\u0099t found it though.";
Symbol 533 MovieClip Frame 166
Reader.text = "*click*";
Symbol 533 MovieClip Frame 170
Reader.text = "Amy: I heard Charmy bee OD\u00E2\u0080\u0099d recently. He\u00E2\u0080\u0099s in the hospital recovering\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 171
Reader.text = "Amy: Poor knux, I heard he was crying\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 172
Reader.text = "*click*";
Symbol 533 MovieClip Frame 180
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 181
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 182
Reader.text = "Julie-su: Hello?";
Symbol 533 MovieClip Frame 183
Reader.text = "Sonic: Julie?! Wait\u00E2\u0080\u00A6 Is Knux there?";
Symbol 533 MovieClip Frame 184
Reader.text = "Julie-su: Gimme a minute\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 185
Reader.text = "Knux: WHAT?!";
Symbol 533 MovieClip Frame 186
Reader.text = "Sonic: Sheeshh buddy relax!";
Symbol 533 MovieClip Frame 187
Reader.text = "Knux: I\u00E2\u0080\u0099m a Little busy right now. Besides, shouldn\u00E2\u0080\u0099t you be, ya know, watching Cream or something?";
Symbol 533 MovieClip Frame 188
Reader.text = "Sonic: Umm ok\u00E2\u0080\u00A6 I\u00E2\u0080\u0099ll call you later then\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 189
Reader.text = "*click*";
Symbol 533 MovieClip Frame 190
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 191
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 192
Reader.text = "Knux: Yes?";
Symbol 533 MovieClip Frame 193
Reader.text = "";
ranCome = random(100) + 1;
Symbol 533 MovieClip Frame 200
Reader.text = "Knux: Sure, sounds like you could use come male company.";
Symbol 533 MovieClip Frame 201
Reader.text = "Sonic: Make sure to bring some beers too.";
Symbol 533 MovieClip Frame 202
Reader.text = "Knux: Oh right. Vanilla stopped drinking quite a while ago. Sure thing buddy.";
Symbol 533 MovieClip Frame 203
Reader.text = "*click*";
Symbol 533 MovieClip Frame 205
Reader.text = "Knux: Well I'd love too but I'm a little pre occupied at the moment.";
Symbol 533 MovieClip Frame 206
Reader.text = "Knux: Julie-Su is in the mood if you know what I mean...";
Symbol 533 MovieClip Frame 207
Reader.text = "Sonic: I hear ya loud and clear Knuckles. Have fun.";
Symbol 533 MovieClip Frame 208
Reader.text = "*click*";
Symbol 533 MovieClip Frame 215
Reader.text = "Knux: Well I did hear about Shadow and Rouge finally deciding to get together or something.";
ranVar = random(6) + 1;
if (ranVar == 1) {
stop();
} else if (ranVar == 2) {
gotoAndStop ("K1");
} else if (ranVar == 3) {
gotoAndStop ("K2");
} else if (ranVar == 4) {
gotoAndStop ("K3");
} else if (ranVar == 5) {
gotoAndStop ("K4");
} else if (ranVar == 6) {
gotoAndStop ("K5");
}
Symbol 533 MovieClip Frame 216
Reader.text = "Knux: HA! I give them a month at best.";
Symbol 533 MovieClip Frame 217
Reader.text = "*click*";
Symbol 533 MovieClip Frame 220
Reader.text = "Knux: Well I did hear about Fiona appearing all of a sudden one day looking for Dr. Quack.";
Symbol 533 MovieClip Frame 221
Reader.text = "Knux: She had a pretty big belly. Maybe she\u00E2\u0080\u0099s got an eating disorder, hahahaha!";
Symbol 533 MovieClip Frame 222
Reader.text = "*click*";
Symbol 533 MovieClip Frame 225
Reader.text = "Knux: Well I did hear that Charmy bee was\u00E2\u0080\u00A6 Having problems\u00E2\u0080\u00A6 Ya know\u00E2\u0080\u00A6 With the drink and the powder\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 226
Reader.text = "Mighty found the poor guy on an alley the other days\u00E2\u0080\u00A6*sniff*";
Symbol 533 MovieClip Frame 227
Reader.text = "Sonic: Knux\u00E2\u0080\u00A6are you?";
Symbol 533 MovieClip Frame 228
Reader.text = "Knux: What?! No I... I got a cold\u00E2\u0080\u00A6*fake sneeze followed by light sobbing*";
Symbol 533 MovieClip Frame 229
Reader.text = "*click*";
Symbol 533 MovieClip Frame 230
Reader.text = "Knux: Well I did hear that Vector was angry about something. I not sure what\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 231
Reader.text = "*click*";
Symbol 533 MovieClip Frame 235
Reader.text = "Knux: Espeo was around town recently. I think he\u00E2\u0080\u0099s on vacation or something\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 236
Reader.text = "*click*";
Symbol 533 MovieClip Frame 240
Reader.text = "Knux: The other days Sally came over. She didn\u00E2\u0080\u0099t say a thing.";
Symbol 533 MovieClip Frame 241
Reader.text = "Knux: She just went into my bedroom with Julie, locked the door, and came out 2 hours later...";
Symbol 533 MovieClip Frame 242
Reader.text = "Knux: Damnit man, can\u00E2\u0080\u0099t you keep her on a leash?!";
Symbol 533 MovieClip Frame 243
Reader.text = "Sonic: I\u00E2\u0080\u0099ll try\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 244
Reader.text = "*click*";
Symbol 533 MovieClip Frame 250
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 251
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 252
Reader.text = "Sally: Hey Sonic, what is it? Wait\u00E2\u0080\u00A6 Aren\u00E2\u0080\u0099t you supposed to be babysitting Cream?";
Symbol 533 MovieClip Frame 253
Reader.text = "Sonic: Yeah, I\u00E2\u0080\u0099m taking a little break\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 254
Reader.text = "Sally: That\u00E2\u0080\u0099s good. Is she giving you any trouble?";
Symbol 533 MovieClip Frame 255
Reader.text = "Sonic: Not really\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 256
Reader.text = "Sally: That\u00E2\u0080\u0099s good to hear. So right now you're all alone with Cream\u00E2\u0080\u00A6 In a secluded neighborhood\u00E2\u0080\u00A6 While her mommy is away\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 257
Reader.text = "Sonic: What are you getting at?";
Symbol 533 MovieClip Frame 258
Reader.text = "Sally: Oh nothing! I'm just saying, if you need me to come over and, y\u00E2\u0080\u0099know, \u00E2\u0080\u009Chelp\u00E2\u0080\u009D YOU out in anyway, just give me a call. ";
Symbol 533 MovieClip Frame 259
Reader.text = "Sally: I\u00E2\u0080\u0099d be happy to keep you company, you know what I mean\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 260
Reader.text = "Sonic: *grin* You're such a slut Sally.";
Symbol 533 MovieClip Frame 261
Reader.text = "Sally: Love ya Sonic.";
Symbol 533 MovieClip Frame 262
Reader.text = "*click*";
Symbol 533 MovieClip Frame 270
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 271
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 272
Reader.text = "Sally: Yes?";
Symbol 533 MovieClip Frame 273
Reader.text = "";
ranCome = random(100) + 1;
Symbol 533 MovieClip Frame 280
Reader.text = "Sally: Watch some TV? What a fucking cheap line. I\u00E2\u0080\u0099ll be there in a few, and you\u00E2\u0080\u0099d better be in Vanilla\u00E2\u0080\u0099s bed when I get there.";
Symbol 533 MovieClip Frame 281
Reader.text = "*click*";
Symbol 533 MovieClip Frame 290
Reader.text = "Sally: You don't have to use a cheep line on me to get me over there. Too bad I have my hands full at the moment. Maybe next time.";
Symbol 533 MovieClip Frame 291
Reader.text = "*click*";
Symbol 533 MovieClip Frame 300
Reader.text = "Sally: I heard Amy was seen around the market place. I bet she was looking for the Mochi-Mochi shop.";
Symbol 533 MovieClip Frame 301
Reader.text = "Sally: I know where it and I'm buying my toys there from now on. But I\u00E2\u0080\u0099m not telling where it is. Hahahah";
Symbol 533 MovieClip Frame 302
Reader.text = "*click*";
Symbol 533 MovieClip Frame 305
Reader.text = "Sally: I heard Knux was trying for a kid with Julie. I should know. I was right there! Hehehe.";
Symbol 533 MovieClip Frame 306
Reader.text = "Sally: I wanted you to come over and participate, but It was kind off short notice. I gave you a call but I had a feeling you'd be asleep.";
Symbol 533 MovieClip Frame 307
Reader.text = "Too bad...";
Symbol 533 MovieClip Frame 308
Reader.text = "*click*";
Symbol 533 MovieClip Frame 310
Reader.text = "Sally: I heard Charmy Bee escaped from rehab the other day. He then went on a 24 hour drinking and partying binge.";
Symbol 533 MovieClip Frame 311
Reader.text = "Sally: Last I herd he OD\u00E2\u0080\u0099d in an alley and was found by Mighty.";
Symbol 533 MovieClip Frame 312
Reader.text = " Apparently, mighty cried his way to the hospital with Charmy in his arms.";
Symbol 533 MovieClip Frame 313
Reader.text = "*click*";
Symbol 533 MovieClip Frame 315
Reader.text = "Sally: I heard Vanilla keeps a stack of toys somewhere in her house. I bet she\u00E2\u0080\u0099s got quite a collection\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 316
Reader.text = "*click*";
Symbol 533 MovieClip Frame 320
Reader.text = "Sally: I've always herd that Vanilla is quite the slut as well. Have you found out if Cream is the same way yet?";
Symbol 533 MovieClip Frame 321
Reader.text = "Sonic: WHAT?! NO! I MEAN!! WHY WOULD YOU SAY THAT?!";
Symbol 533 MovieClip Frame 322
Reader.text = "Sally: I\u00E2\u0080\u0099m just joking. Sheeeshh get a grip...";
Symbol 533 MovieClip Frame 323
Reader.text = "Sonic: Heh, oh\u00E2\u0080\u00A6 Ok...";
Symbol 533 MovieClip Frame 324
Reader.text = "*click*";
Symbol 533 MovieClip Frame 325
Reader.text = "Sonic: Heh, you better believe she is.";
Symbol 533 MovieClip Frame 326
Reader.text = "Sally: Then invite me over next time. I wanna have some fun with you and Cream as well.";
Symbol 533 MovieClip Frame 327
Reader.text = "*click*";
Symbol 533 MovieClip Frame 340
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 341
Reader.text = "???: Hello. Mochi-Mochi headquarters. How can I help you?";
Symbol 533 MovieClip Frame 342
Reader.text = "Sonic: Uhh\u00E2\u0080\u00A6 Hello is Vanilla available?";
Symbol 533 MovieClip Frame 343
Reader.text = "???: We are sorry you must have a wrong number.";
Symbol 533 MovieClip Frame 344
Reader.text = "Sonic: Oh, sorry\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 345
Reader.text = "*click*";
Symbol 533 MovieClip Frame 350
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 351
Reader.text = "*ring*\n*ring*";
Symbol 533 MovieClip Frame 352
Reader.text = "Secretary: Hello Mochi-Mochi headquarters, how can I help you?";
Symbol 533 MovieClip Frame 353
Reader.text = "Sonic: I demand to speak with Vanilla! This is important!";
Symbol 533 MovieClip Frame 354
Reader.text = "Secretary: I am sorry you mus\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 355
Reader.text = "Sonic: OH SHUT IT! I know Vanilla\u00E2\u0080\u0099s the CEO, put her on RIGHT NOW!";
Symbol 533 MovieClip Frame 356
Reader.text = "Secretary: \u00E2\u0080\u00A6you\u00E2\u0080\u0099re going to get in a lot of trouble for this\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 357
Reader.text = "Sonic: Try me\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 358
Reader.text = "Secretary: One minute\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 359
Reader.text = "*holding music*";
Symbol 533 MovieClip Frame 360
Reader.text = "Vanilla: So\u00E2\u0080\u00A6 I guess you found out already\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 361
Reader.text = "Sonic: What the hell are you trying to\u00E2\u0080\u00A6";
Symbol 533 MovieClip Frame 362
Reader.text = "Vanilla: Shush. Come on over and bring Cream with you if you want me to explain everything right now.";
Symbol 533 MovieClip Frame 363
Reader.text = "Vanilla: The keys to my car are in the foyer under the plant. The buses don't go out to Stations Square so I'll let you drive my Camero.";
Symbol 533 MovieClip Frame 364
Reader.text = "Sonic: *grumble*";
Symbol 533 MovieClip Frame 365
Reader.text = "*click*";
Symbol 533 MovieClip Frame 380
Reader.text = "Sorry but the number you have dialed is invalid. Please hang up and try again.";
Symbol 538 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop (1);
}
Symbol 539 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Stats");
}
Symbol 540 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Score");
}
Symbol 541 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Items");
}
Symbol 542 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Options");
}
Symbol 543 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Save");
}
Symbol 544 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Quit");
}
Symbol 592 Button
on (rollOver) {
_root.Dist = _root.ItemList[1];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 593 Button
on (rollOver) {
_root.Dist = _root.ItemList[2];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 594 Button
on (rollOver) {
_root.Dist = _root.ItemList[3];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 595 Button
on (rollOver) {
_root.Dist = _root.ItemList[4];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 596 Button
on (rollOver) {
_root.Dist = _root.ItemList[5];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 597 Button
on (rollOver) {
_root.Dist = _root.ItemList[6];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 598 Button
on (rollOver) {
_root.Dist = _root.ItemList[9];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 599 Button
on (rollOver) {
_root.Dist = _root.ItemList[10];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 600 Button
on (rollOver) {
_root.Dist = _root.ItemList[11];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 601 Button
on (rollOver) {
_root.Dist = _root.ItemList[12];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 602 Button
on (rollOver) {
_root.Dist = _root.ItemList[13];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 603 Button
on (rollOver) {
_root.Dist = _root.ItemList[7];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 604 Button
on (rollOver) {
_root.Dist = _root.ItemList[8];
}
on (rollOut) {
_root.Dist = "";
}
Symbol 606 Button
on (release) {
_root.ringFX.start(0, 1);
_root.themeCurrent.stop();
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("Theme1");
_root.themeCurrent.start(0, 99);
_root.SStats[9] = true;
}
Symbol 607 Button
on (release) {
_root.ringFX.start(0, 1);
_root.themeCurrent.stop();
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("ThemeX");
_root.SStats[9] = false;
}
Symbol 608 Button
on (release) {
_root.ringFX.start(0, 1);
if (DayVent[6] == true) {
_root.themeCurrent.stop();
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("raining");
_root.themeCurrent.start(0, 99);
}
}
Symbol 609 Button
on (release) {
_root.ringFX = new Sound();
_root.ringFX.attachSound("beeping");
_root.victory = new Sound();
_root.victory.attachSound("getitem");
_root.overBeep = new Sound();
_root.overBeep.attachSound("overbeep");
_root.showerFX = new Sound();
_root.showerFX.attachSound("shower");
_root.pageTurn = new Sound();
_root.pageTurn.attachSound("pageturn");
_root.ringFX.start(0, 1);
}
Symbol 610 Button
on (release) {
_root.ringFX = new Sound();
_root.ringFX.attachSound("ThemeX");
_root.victory = new Sound();
_root.victory.attachSound("ThemeX");
_root.overBeep = new Sound();
_root.overBeep.attachSound("ThemeX");
_root.showerFX = new Sound();
_root.showerFX.attachSound("ThemeX");
_root.pageTurn = new Sound();
_root.pageTurn.attachSound("ThemeX");
}
Symbol 618 Button
on (release) {
gotoAndStop ("Stats");
}
Symbol 619 Button
on (rollOver) {
overBeep.start(0, 1);
FileOne._alpha = 75;
}
on (rollOut) {
FileOne._alpha = 50;
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop (45);
}
Symbol 624 Button
on (rollOver) {
overBeep.start(0, 1);
FileTwo._alpha = 75;
}
on (rollOut) {
FileTwo._alpha = 50;
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop (46);
}
Symbol 629 Button
on (rollOver) {
overBeep.start(0, 1);
FileThree._alpha = 75;
}
on (rollOut) {
FileThree._alpha = 50;
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop (47);
}
Symbol 634 Button
on (rollOver) {
overBeep.start(0, 1);
FileFour._alpha = 75;
}
on (rollOut) {
FileFour._alpha = 50;
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop (48);
}
Symbol 639 Button
on (rollOver) {
overBeep.start(0, 1);
FileFive._alpha = 75;
}
on (rollOut) {
FileFive._alpha = 50;
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop (49);
}
Symbol 644 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.saveState.clear();
IDA = _root.SMain[1];
IDB = _root.SMain[2];
IDC = _root.SMain[0];
_root.saveState.data.IDA = IDA;
_root.saveState.data.IDB = IDB;
_root.saveState.data.IDC = IDC;
_root.saveState.data.SMain = new Array();
var a = 0;
while (a < _root.SMain.length) {
_root.saveState.data.SMain[a] = _root.SMain[a];
a++;
}
_root.saveState.data.SStats = new Array();
var b = 0;
while (b < _root.SStats.length) {
_root.saveState.data.SStats[b] = _root.SStats[b];
b++;
}
_root.saveState.data.DayVent = new Array();
var c = 0;
while (c < _root.DayVent.length) {
_root.saveState.data.DayVent[c] = _root.DayVent[c];
c++;
}
_root.saveState.data.SexVent = new Array();
var d = 0;
while (d < _root.SexVent.length) {
_root.saveState.data.SexVent[d] = _root.SexVent[d];
d++;
}
_root.saveState.data.Cellphone = new Array();
var e = 0;
while (e < _root.Cellphone.length) {
_root.saveState.data.Cellphone[e] = _root.Cellphone[e];
e++;
}
_root.saveState.data.SexScore = new Array();
var f = 0;
while (f < _root.SexScore.length) {
_root.saveState.data.SexScore[f] = _root.SexScore[f];
f++;
}
_root.saveState.data.ItemStats = new Array();
var g = 0;
while (g < _root.ItemStats.length) {
_root.saveState.data.ItemStats[g] = _root.ItemStats[g];
g++;
}
_root.saveState.data.ItemList = new Array();
var h = 0;
while (h < _root.ItemList.length) {
_root.saveState.data.ItemList[h] = _root.ItemList[h];
h++;
}
_root.saveState.data.LocalPlace = _root.LocalPlace;
_root.saveState.flush();
_root.ringFX.start(0, 1);
gotoAndStop ("Stats");
}
Symbol 645 Button
on (release) {
gotoAndStop ("Save");
}
Symbol 646 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.saveTwo.clear();
IDA = _root.SMain[1];
IDB = _root.SMain[2];
IDC = _root.SMain[0];
_root.saveTwo.data.IDA = IDA;
_root.saveTwo.data.IDB = IDB;
_root.saveTwo.data.IDC = IDC;
_root.saveTwo.data.SMain = new Array();
var a = 0;
while (a < _root.SMain.length) {
_root.saveTwo.data.SMain[a] = _root.SMain[a];
a++;
}
_root.saveTwo.data.SStats = new Array();
var b = 0;
while (b < _root.SStats.length) {
_root.saveTwo.data.SStats[b] = _root.SStats[b];
b++;
}
_root.saveTwo.data.DayVent = new Array();
var c = 0;
while (c < _root.DayVent.length) {
_root.saveTwo.data.DayVent[c] = _root.DayVent[c];
c++;
}
_root.saveTwo.data.SexVent = new Array();
var d = 0;
while (d < _root.SexVent.length) {
_root.saveTwo.data.SexVent[d] = _root.SexVent[d];
d++;
}
_root.saveTwo.data.Cellphone = new Array();
var e = 0;
while (e < _root.Cellphone.length) {
_root.saveTwo.data.Cellphone[e] = _root.Cellphone[e];
e++;
}
_root.saveTwo.data.SexScore = new Array();
var f = 0;
while (f < _root.SexScore.length) {
_root.saveTwo.data.SexScore[f] = _root.SexScore[f];
f++;
}
_root.saveTwo.data.ItemStats = new Array();
var g = 0;
while (g < _root.ItemStats.length) {
_root.saveTwo.data.ItemStats[g] = _root.ItemStats[g];
g++;
}
_root.saveTwo.data.ItemList = new Array();
var h = 0;
while (h < _root.ItemList.length) {
_root.saveTwo.data.ItemList[h] = _root.ItemList[h];
h++;
}
_root.saveTwo.data.LocalPlace = _root.LocalPlace;
_root.saveTwo.flush();
_root.ringFX.start(0, 1);
gotoAndStop ("Stats");
}
Symbol 647 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.saveThree.clear();
IDA = _root.SMain[1];
IDB = _root.SMain[2];
IDC = _root.SMain[0];
_root.saveThree.data.IDA = IDA;
_root.saveThree.data.IDB = IDB;
_root.saveThree.data.IDC = IDC;
_root.saveThree.data.SMain = new Array();
var a = 0;
while (a < _root.SMain.length) {
_root.saveThree.data.SMain[a] = _root.SMain[a];
a++;
}
_root.saveThree.data.SStats = new Array();
var b = 0;
while (b < _root.SStats.length) {
_root.saveThree.data.SStats[b] = _root.SStats[b];
b++;
}
_root.saveThree.data.DayVent = new Array();
var c = 0;
while (c < _root.DayVent.length) {
_root.saveThree.data.DayVent[c] = _root.DayVent[c];
c++;
}
_root.saveThree.data.SexVent = new Array();
var d = 0;
while (d < _root.SexVent.length) {
_root.saveThree.data.SexVent[d] = _root.SexVent[d];
d++;
}
_root.saveThree.data.Cellphone = new Array();
var e = 0;
while (e < _root.Cellphone.length) {
_root.saveThree.data.Cellphone[e] = _root.Cellphone[e];
e++;
}
_root.saveThree.data.SexScore = new Array();
var f = 0;
while (f < _root.SexScore.length) {
_root.saveThree.data.SexScore[f] = _root.SexScore[f];
f++;
}
_root.saveThree.data.ItemStats = new Array();
var g = 0;
while (g < _root.ItemStats.length) {
_root.saveThree.data.ItemStats[g] = _root.ItemStats[g];
g++;
}
_root.saveThree.data.ItemList = new Array();
var h = 0;
while (h < _root.ItemList.length) {
_root.saveThree.data.ItemList[h] = _root.ItemList[h];
h++;
}
_root.saveThree.data.LocalPlace = _root.LocalPlace;
_root.saveThree.flush();
_root.ringFX.start(0, 1);
gotoAndStop ("Stats");
}
Symbol 648 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.saveFour.clear();
IDA = _root.SMain[1];
IDB = _root.SMain[2];
IDC = _root.SMain[0];
_root.saveFour.data.IDA = IDA;
_root.saveFour.data.IDB = IDB;
_root.saveFour.data.IDC = IDC;
_root.saveFour.data.SMain = new Array();
var a = 0;
while (a < _root.SMain.length) {
_root.saveFour.data.SMain[a] = _root.SMain[a];
a++;
}
_root.saveFour.data.SStats = new Array();
var b = 0;
while (b < _root.SStats.length) {
_root.saveFour.data.SStats[b] = _root.SStats[b];
b++;
}
_root.saveFour.data.DayVent = new Array();
var c = 0;
while (c < _root.DayVent.length) {
_root.saveFour.data.DayVent[c] = _root.DayVent[c];
c++;
}
_root.saveFour.data.SexVent = new Array();
var d = 0;
while (d < _root.SexVent.length) {
_root.saveFour.data.SexVent[d] = _root.SexVent[d];
d++;
}
_root.saveFour.data.Cellphone = new Array();
var e = 0;
while (e < _root.Cellphone.length) {
_root.saveFour.data.Cellphone[e] = _root.Cellphone[e];
e++;
}
_root.saveFour.data.SexScore = new Array();
var f = 0;
while (f < _root.SexScore.length) {
_root.saveFour.data.SexScore[f] = _root.SexScore[f];
f++;
}
_root.saveFour.data.ItemStats = new Array();
var g = 0;
while (g < _root.ItemStats.length) {
_root.saveFour.data.ItemStats[g] = _root.ItemStats[g];
g++;
}
_root.saveFour.data.ItemList = new Array();
var h = 0;
while (h < _root.ItemList.length) {
_root.saveFour.data.ItemList[h] = _root.ItemList[h];
h++;
}
_root.saveFour.data.LocalPlace = _root.LocalPlace;
_root.saveFour.flush();
_root.ringFX.start(0, 1);
gotoAndStop ("Stats");
}
Symbol 649 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.saveFive.clear();
IDA = _root.SMain[1];
IDB = _root.SMain[2];
IDC = _root.SMain[0];
_root.saveFive.data.IDA = IDA;
_root.saveFive.data.IDB = IDB;
_root.saveFive.data.IDC = IDC;
_root.saveFive.data.SMain = new Array();
var a = 0;
while (a < _root.SMain.length) {
_root.saveFive.data.SMain[a] = _root.SMain[a];
a++;
}
_root.saveFive.data.SStats = new Array();
var b = 0;
while (b < _root.SStats.length) {
_root.saveFive.data.SStats[b] = _root.SStats[b];
b++;
}
_root.saveFive.data.DayVent = new Array();
var c = 0;
while (c < _root.DayVent.length) {
_root.saveFive.data.DayVent[c] = _root.DayVent[c];
c++;
}
_root.saveFive.data.SexVent = new Array();
var d = 0;
while (d < _root.SexVent.length) {
_root.saveFive.data.SexVent[d] = _root.SexVent[d];
d++;
}
_root.saveFive.data.Cellphone = new Array();
var e = 0;
while (e < _root.Cellphone.length) {
_root.saveFive.data.Cellphone[e] = _root.Cellphone[e];
e++;
}
_root.saveFive.data.SexScore = new Array();
var f = 0;
while (f < _root.SexScore.length) {
_root.saveFive.data.SexScore[f] = _root.SexScore[f];
f++;
}
_root.saveFive.data.ItemStats = new Array();
var g = 0;
while (g < _root.ItemStats.length) {
_root.saveFive.data.ItemStats[g] = _root.ItemStats[g];
g++;
}
_root.saveFive.data.ItemList = new Array();
var h = 0;
while (h < _root.ItemList.length) {
_root.saveFive.data.ItemList[h] = _root.ItemList[h];
h++;
}
_root.saveFive.data.LocalPlace = _root.LocalPlace;
_root.saveFive.flush();
_root.ringFX.start(0, 1);
gotoAndStop ("Stats");
}
Symbol 650 Button
on (release) {
_root.themeCurrent.stop();
_root.gotoAndPlay("Title");
}
Symbol 651 MovieClip Frame 1
stop();
_root.ENG._visible = true;
_root.RWC._visible = true;
Symbol 651 MovieClip Frame 8
_root.ENG._visible = false;
_root.RWC._visible = false;
Symbol 651 MovieClip Frame 20
stop();
stop();
info_day.text = _root.SMain[1];
info_rings.text = _root.SMain[3];
info_rwc.text = _root.SMain[2];
info_alignment.text = _root.SStats[6];
info_peep.text = _root.SStats[1];
info_lust.text = _root.SStats[2];
info_jerkoff.text = _root.SStats[3];
info_exposure.text = _root.SStats[4];
info_touch.text = _root.SStats[5];
info_happiness.text = _root.SStats[0];
info_hunger.text = _root.SStats[7];
Symbol 651 MovieClip Frame 25
info_shower.text = _root.SexScore[0];
info_slept.text = _root.SexScore[1];
info_grope.text = _root.SexScore[2];
info_blowjob.text = _root.SexScore[3];
info_jerked.text = _root.SexScore[4];
info_sex.text = _root.SexScore[5];
info_carrot.text = _root.SexScore[6];
info_creamcum.text = _root.SexScore[7];
info_shared.text = _root.SexScore[8];
info_others.text = _root.SexScore[9];
one = _root.SexScore[0] * 50;
two = _root.SexScore[1] * 50;
three = _root.SexScore[2] * 100;
four = _root.SexScore[3] * 150;
five = _root.SexScore[4] * 100;
six = _root.SexScore[5] * 300;
seven = _root.SexScore[6] * 200;
eight = _root.SexScore[7] * 200;
nine = _root.SexScore[8] * 300;
ten = _root.SexScore[9] * 150;
score = ((((((((one + two) + three) + four) + five) + six) + seven) + eight) + nine) + ten;
info_score.text = score;
Symbol 651 MovieClip Frame 30
if (_root.ItemList[1] != undefined) {
One.text = _root.ItemList[1];
}
if (_root.ItemList[2] != undefined) {
Two.text = _root.ItemList[2];
}
if (_root.ItemList[3] != undefined) {
Three.text = _root.ItemList[3];
}
if (_root.ItemList[4] != undefined) {
Four.text = _root.ItemList[4];
}
if (_root.ItemList[5] != undefined) {
Five.text = _root.ItemList[5];
}
if (_root.ItemList[6] != undefined) {
Six.text = _root.ItemList[6];
}
if (_root.ItemList[7] != undefined) {
Seven.text = _root.ItemList[7];
}
if (_root.ItemList[8] != undefined) {
Seven.text = _root.ItemList[8];
}
if (_root.ItemList[9] != undefined) {
Nine.text = _root.ItemList[9];
}
if (_root.ItemList[10] != undefined) {
Ten.text = _root.ItemList[10];
}
if (_root.ItemList[11] != undefined) {
Eleven.text = _root.ItemList[11];
}
if (_root.ItemList[12] != undefined) {
Twelve.text = _root.ItemList[12];
}
Instance of Symbol 591 MovieClip in Symbol 651 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.Dist == "Garage Door Keys") {
this.Inform.text = "These appear to be the garage keys. Click on the garage doors to open them.";
} else if (_root.Dist == "Cream's Bikini Top") {
this.Inform.text = "You can't use this item, but having it may come in handy.";
} else if (_root.Dist == "Digital Camera") {
this.Inform.text = "You could probably take some great photos of Cream with it.";
} else if (_root.Dist == "Camaro Car Keys") {
this.Inform.text = "Use them to drive Vanilla's bitchin Camaro, if you dare.";
} else if (_root.Dist == "Large Dildo") {
this.Inform.text = "It's large. Can probably make a good weapon too.";
} else if (_root.Dist == "Mighty XL Brand Condoms") {
this.Inform.text = "100 pack, so you can go all week.";
} else if (_root.Dist == "Business Card") {
this.Inform.text = "CEO: Vanilla the Rabbit. Phone: 913347.";
} else if (_root.Dist == "Carrot Sex Toy") {
this.Inform.text = "Cute little carrot vibrator.";
} else if (_root.Dist == "Special Ice Cream") {
this.Inform.text = "Flavor: Horny Cream Cake.";
} else if (_root.Dist == "Batteries") {
this.Inform.text = "Double D size.";
} else if (_root.Dist == "Special Panties") {
this.Inform.text = "Lacy, sexy, and small.";
} else {
this.Inform.text = "";
}
}
Symbol 651 MovieClip Frame 40
if ((_root.saveState.data.LocalPlace == "undefined") || (_root.saveState.data.LocalPlace == undefined)) {
dayOne.text = "0";
rwcOne.text = "0";
ringsOne.text = "0";
locaOne.text = "New Game";
} else {
dayOne.text = _root.saveState.data.IDA;
rwcOne.text = _root.saveState.data.IDB;
ringsOne.text = _root.saveState.data.IDC;
if (_root.saveState.data.LocalPlace == 1) {
locaOne.text = "Vanilla's Home";
} else if (_root.saveState.data.LocalPlace == 2) {
locaOne.text = "Downtown City";
}
}
if ((_root.saveTwo.data.LocalPlace == "undefined") || (_root.saveTwo.data.LocalPlace == undefined)) {
dayTwo.text = "0";
rwcTwo.text = "0";
ringsTwo.text = "0";
locaTwo.text = "New Game";
} else {
dayTwo.text = _root.saveTwo.data.IDA;
rwcTwo.text = _root.saveTwo.data.IDB;
ringsTwo.text = _root.saveTwo.data.IDC;
if (_root.saveTwo.data.LocalPlace == 1) {
locaTwo.text = "Vanilla's Home";
} else if (_root.saveTwo.data.LocalPlace == 2) {
locaTwo.text = "Downtown City";
}
}
if ((_root.saveThree.data.LocalPlace == "undefined") || (_root.saveThree.data.LocalPlace == undefined)) {
dayThree.text = "0";
rwcThree.text = "0";
ringsThree.text = "0";
locaThree.text = "New Game";
} else {
dayThree.text = _root.saveThree.data.IDA;
rwcThree.text = _root.saveThree.data.IDB;
ringsThree.text = _root.saveThree.data.IDC;
if (_root.saveThree.data.LocalPlace == 1) {
locaThree.text = "Vanilla's Home";
} else if (_root.saveThree.data.LocalPlace == 2) {
locaThree.text = "Downtown City";
}
}
if ((_root.saveFour.data.LocalPlace == "undefined") || (_root.saveFour.data.LocalPlace == undefined)) {
dayFour.text = "0";
rwcFour.text = "0";
ringsFour.text = "0";
locaFour.text = "New Game";
} else {
dayFour.text = _root.saveFour.data.IDA;
rwcFour.text = _root.saveFour.data.IDB;
ringsFour.text = _root.saveFour.data.IDC;
if (_root.saveFour.data.LocalPlace == 1) {
locaFour.text = "Vanilla's Home";
} else if (_root.saveFour.data.LocalPlace == 2) {
locaFour.text = "Downtown City";
}
}
if ((_root.saveFive.data.LocalPlace == "undefined") || (_root.saveFive.data.LocalPlace == undefined)) {
dayFive.text = "0";
rwcFive.text = "0";
ringsFive.text = "0";
locaFive.text = "New Game";
} else {
dayFive.text = _root.saveFive.data.IDA;
rwcFive.text = _root.saveFive.data.IDB;
ringsFive.text = _root.saveFive.data.IDC;
if (_root.saveFive.data.LocalPlace == 1) {
locaFive.text = "Vanilla's Home";
} else if (_root.saveFive.data.LocalPlace == 2) {
locaFive.text = "Downtown City";
}
}
Instance of Symbol 617 MovieClip in Symbol 651 MovieClip Frame 40
onClipEvent (load) {
myRandom = random(3) + 1;
if (myRandom == 2) {
gotoAndStop (2);
} else if (myRandom == 3) {
gotoAndStop (3);
} else if (myRandom == 1) {
gotoAndStop (4);
}
}
Symbol 653 Button
on (release) {
if (ItemStats[0] == false) {
ItemStats[0] = true;
ItemList.push("Garage Door Keys");
gotoAndStop ("LivingSum");
sumLiving.gotoAndStop("Keys");
}
}
Symbol 665 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Living");
}
Symbol 666 Button
on (rollOver) {
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[4] == true) {
gotoAndStop ("Panties");
} else {
Reaction.gotoAndStop(3);
ReadBox.text = "Mr. Sonic, why would you ask me that?";
}
}
Symbol 667 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 5) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Board1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 668 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Game1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 669 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Toon1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 677 MovieClip Frame 1
stop();
Symbol 680 Button
on (rollOver) {
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[5] == true) {
gotoAndStop ("Naked");
} else {
Reaction.gotoAndStop(3);
ReadBox.text = "I don't feel comfortable taking off my panties right now Mr. Sonic...";
}
}
Symbol 681 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Tickle1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 682 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Up1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 683 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Race1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 692 MovieClip Frame 1
stop();
Symbol 694 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Cock1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 695 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Explore1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 696 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Porno1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 699 Button
on (release) {
_root.ringFX.start(0, 1);
_root.themeCurrent.start(0, 1);
_root.gotoAndStop("Living");
}
Symbol 704 Button
on (release) {
if (BGM._visible == true) {
BGM._visible = false;
} else {
BGM._visible = true;
}
if (ReadBox._visible == true) {
ReadBox._visible = false;
} else {
ReadBox._visible = true;
}
if ((COne._visible == true) && (ROne._visible == true)) {
COne._visible = false;
ROne._visible = false;
} else {
COne._visible = true;
ROne._visible = true;
}
if ((CTwo._visible == true) && (RTwo._visible == true)) {
CTwo._visible = false;
RTwo._visible = false;
} else {
CTwo._visible = true;
RTwo._visible = true;
}
if ((CThree._visible == true) && (RThree._visible == true)) {
CThree._visible = false;
RThree._visible = false;
} else {
CThree._visible = true;
RThree._visible = true;
}
if (_root.ItemStats[4] == true) {
if ((CSpecial._visible == true) && (RSpecial._visible == true)) {
CSpecial._visible = false;
RSpecial._visible = false;
} else {
CSpecial._visible = true;
RSpecial._visible = true;
}
}
}
Symbol 706 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Living");
}
Symbol 707 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
Placehold.text = "";
if (_root.SStats[7] > 0) {
gotoAndStop ("Toon3");
} else {
gotoAndStop ("Toon2");
}
}
Symbol 712 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Toon5");
}
Symbol 713 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[1]++;
Placehold.text = "+1 Peep";
gotoAndStop ("Toon4");
}
Symbol 717 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SStats[3] >= 10) || (_root.SMain[5] == true)) {
_root.SStats[6]--;
Placehold.text = "-1 Moral Alignment";
gotoAndStop ("Toon7");
} else {
Placehold.text = "";
gotoAndStop ("Toon6");
}
}
Symbol 718 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (((_root.SStats[4] >= 10) && (_root.SMain[2] >= 600)) && (_root.SexScore[3] > 0)) {
gotoAndStop ("Toon11");
} else {
gotoAndStop ("Toon10");
}
}
Symbol 722 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[1]++;
if (_root.ItemStats[1] == true) {
_root.SStats[2]++;
Placehold.text = "+1 Peep\n+1 Lust";
gotoAndStop ("Toon12");
} else {
Placehold.text = "+1 Peep";
gotoAndStop ("Toon13");
}
}
Symbol 726 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
_root.SStats[6]--;
_root.gotoAndStop("Living");
}
Symbol 728 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[0] = _root.SStats[0] - 2;
Placehold.text = "-2 Happiness";
gotoAndStop ("Toon8");
}
Symbol 729 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[0]--;
Placehold.text = "-1 Happiness";
gotoAndStop ("Toon9");
}
Symbol 735 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2]++;
_root.SStats[4]++;
_root.gotoAndStop("Living");
}
Symbol 737 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.DayVent[3]++;
_root.SexScore[3]++;
_root.gotoAndStop("Living");
}
Symbol 738 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Hallway");
}
Symbol 741 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (_root.SMain[4] == true) {
gotoAndStop ("Toon15");
} else {
gotoAndStop ("Toon14");
}
}
Symbol 744 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[3]++;
Placehold.text = "+1 Jerk Off";
gotoAndStop ("Toon16");
}
Symbol 747 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 4;
_root.SStats[0]--;
_root.gotoAndStop("Vanilla");
}
Symbol 749 Button
on (release) {
_root.ringFX.start(0, 1);
_root.ItemStats[1] = true;
_root.ItemList.push("Carrot Sex Toy");
_root.gotoAndStop("Vanilla");
}
Symbol 752 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[6] = _root.SStats[6] - 2;
Placehold.text = "-2 Moral Alignment";
gotoAndStop ("Game5");
}
Symbol 755 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[5]++;
Placehold.text = "+1 Touch";
gotoAndStop ("Game2");
}
Symbol 758 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SStats[5] >= 10) || (_root.SMain[5] == true)) {
gotoAndStop ("Game7");
} else {
gotoAndStop ("Game6");
}
}
Symbol 759 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Game4");
}
Symbol 762 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Game3");
}
Symbol 764 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]++;
_root.SStats[6]++;
_root.gotoAndStop("Living");
}
Symbol 767 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[1]++;
Placehold.text = "+1 Peep";
gotoAndStop ("Game9");
}
Symbol 771 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Game8");
}
Symbol 775 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] - 2;
_root.gotoAndStop("Living");
}
Symbol 777 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if ((_root.SMain[2] >= 350) || (_root.SStats[5] >= 5)) {
gotoAndStop ("Game18");
} else {
gotoAndStop ("Game17");
}
}
Symbol 778 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SMain[2] >= 550) || (_root.SStats[5] >= 10)) {
Placehold.text = "";
gotoAndStop ("Game20");
} else {
_root.SStats[5]++;
Placehold.text = "+1 Touch";
gotoAndStop ("Game16");
}
}
Symbol 782 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SStats[6] <= -10) {
nextFrame();
} else {
_root.gotoAndStop("Hallway");
}
}
Symbol 783 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Hallway");
}
Symbol 784 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
Placehold.text = "";
gotoAndStop ("Game19");
}
Symbol 788 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SStats[1] >= 10) || (_root.SMain[5] == true)) {
gotoAndStop ("Game15");
} else {
gotoAndStop ("Game14");
}
}
Symbol 789 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Game13");
}
Symbol 792 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Game10");
}
Symbol 795 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Game12");
}
Symbol 796 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Game11");
}
Symbol 800 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]++;
_root.SStats[5]++;
_root.gotoAndStop("Vanilla");
}
Symbol 801 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.SStats[0]--;
_root.gotoAndStop("Living");
}
Symbol 804 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[4]++;
_root.gotoAndStop("Vanilla");
}
Symbol 806 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 4;
_root.gotoAndStop("Vanilla");
}
Symbol 807 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2] = _root.SStats[2] + 2;
_root.gotoAndStop("Vanilla");
}
Symbol 810 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[5]++;
_root.SStats[0]--;
_root.gotoAndStop("Living");
}
Symbol 811 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[1] = _root.SStats[1] + 2;
_root.gotoAndStop("Living");
}
Symbol 814 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[4] == true) {
_root.gotoAndStop("Living");
} else {
nextFrame();
}
}
Symbol 815 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[4] = true;
_root.gotoAndStop("Living");
}
Symbol 817 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[4]++;
_root.gotoAndStop("Hallway");
}
Symbol 819 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[7]++;
_root.gotoAndStop("Living");
}
Symbol 821 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[4] == true) {
if (_root.SevVent[8] == true) {
if (_root.SMain[5] == true) {
gotoAndStop ("HBG3");
} else {
gotoAndStop ("HBG2");
}
} else {
gotoAndStop ("HBG1");
}
} else {
gotoAndStop ("Board2");
}
}
Symbol 822 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranPick > 65) {
gotoAndStop ("Board3");
} else if ((ranPick <= 65) || (ranPick >= 31)) {
gotoAndStop ("Board5");
} else if (ranPick < 31) {
gotoAndStop ("Board6");
}
}
Symbol 824 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[8] == true) {
gotoAndStop ("Board4");
} else {
nextFrame();
}
}
Symbol 825 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[3] = _root.SMain[3] - 20;
_root.SStats[0] = _root.SStats[0] + 5;
_root.SMain[8] = true;
_root.gotoAndStop("Living");
}
Symbol 829 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[6]++;
Placehold.text = "+1 Moral Alignment";
gotoAndStop ("Board8");
}
Symbol 830 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
Placehold.text = "";
gotoAndStop ("Board7");
}
Symbol 834 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[6]--;
_root.SStats[0]--;
_root.gotoAndStop("Living");
}
Symbol 837 Button
on (release) {
if (_root.SMain[5] == true) {
gotoAndStop ("HBG1A");
} else {
nextFrame();
}
}
Symbol 838 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Board2");
}
Symbol 839 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
DaRules = 1;
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Rules");
}
Symbol 842 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (_root.SMain[5] == true) {
gotoAndStop ("HBG5");
} else {
gotoAndStop ("HBG4");
}
}
Symbol 845 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
DaRules = 2;
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Rules");
}
Symbol 848 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("HBG4");
}
Symbol 851 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
DaRules = 3;
Placehold.text = "";
gotoAndStop ("Rules");
}
Symbol 854 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("HBG5");
}
Symbol 856 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranVar <= 24) {
gotoAndStop ("Foreplay1");
} else if ((ranVar >= 25) && (ranVar <= 49)) {
gotoAndStop ("Food1");
} else if ((ranVar >= 50) && (ranVar <= 74)) {
gotoAndStop ("Tor1");
} else if (ranVar >= 75) {
gotoAndStop ("Twister1");
}
}
Symbol 858 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranVar <= 24) {
gotoAndStop ("Foreplay2");
} else if ((ranVar >= 25) && (ranVar <= 49)) {
gotoAndStop ("Food1");
} else if ((ranVar >= 50) && (ranVar <= 74)) {
gotoAndStop ("Tor1");
} else if (ranVar >= 75) {
gotoAndStop ("Twister1");
}
}
Symbol 861 Button
on (release) {
_root.ringFX.start(0, 1);
if (DaRules == 3) {
gotoAndStop (506);
} else if (DaRules == 2) {
gotoAndStop (496);
} else {
gotoAndStop (490);
}
}
Symbol 862 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranVar <= 29) {
gotoAndStop ("Food1");
} else if ((ranVar >= 30) && (ranVar <= 59)) {
if (SMain[5] == true) {
gotoAndStop ("Foreplay2");
} else {
gotoAndStop ("Tor1");
}
} else if (ranVar >= 60) {
gotoAndStop ("Tor1");
}
}
Symbol 865 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranVar > 50) {
gotoAndStop ("Food2");
} else {
gotoAndStop ("Food6");
}
}
Symbol 867 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Food5");
} else if ((_root.SMain[5] == false) && (_root.SStats[5] >= 12)) {
gotoAndStop ("Food4");
} else {
gotoAndStop ("Food3");
}
}
Symbol 869 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Vanilla");
}
Symbol 871 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[7]++;
_root.gotoAndStop("Vanilla");
}
Symbol 874 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Food9");
} else if ((_root.SMain[5] == false) && (_root.SStats[4] >= 12)) {
gotoAndStop ("Food8");
} else {
gotoAndStop ("Food7");
}
}
Symbol 877 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[4]++;
_root.gotoAndStop("Vanilla");
}
Symbol 880 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranVar > 50) {
gotoAndStop ("Tor2");
} else {
gotoAndStop ("Tor3");
}
}
Symbol 881 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if ((_root.SMain[5] == true) || (_root.SexScore[3] > 0)) {
gotoAndStop ("Dare3");
} else if ((_root.SMain[2] >= 600) || (_root.SexScore[3] == 0)) {
gotoAndStop ("Dare4");
} else {
gotoAndStop ("Dare5");
}
}
Symbol 882 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if ((_root.SMain[5] == true) || (_root.SStats[1] >= 12)) {
gotoAndStop ("Dare2");
} else {
gotoAndStop ("Dare6");
}
}
Symbol 885 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Dare1");
}
Symbol 888 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (_root.SMain[5] == true) {
gotoAndStop ("Truth4");
} else {
gotoAndStop ("Truth3");
}
}
Symbol 889 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Truth2");
}
Symbol 892 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Truth1");
}
Symbol 895 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranVar <= 29) {
gotoAndStop ("Dare7");
} else if ((ranVar >= 30) && (ranVar <= 59)) {
gotoAndStop ("Dare8");
} else if ((ranVar >= 60) && (ranVar <= 89)) {
gotoAndStop ("Dare9");
} else if ((ranVar >= 90) && (ranVar <= 119)) {
gotoAndStop ("Truth6");
} else if ((ranVar >= 120) && (ranVar <= 149)) {
gotoAndStop ("Truth7");
} else if (ranVar >= 150) {
gotoAndStop ("Truth9");
}
}
Symbol 898 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Tor4");
}
Symbol 901 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[4]++;
_root.gotoAndStop("Living");
}
Symbol 903 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[3]++;
_root.SexScore[4]++;
_root.DayVent[3]++;
_root.gotoAndStop("Living");
}
Symbol 905 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
_root.SMain[0] = _root.SMain[0] - 5;
_root.gotoAndStop("Living");
}
Symbol 908 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] + 3;
_root.gotoAndStop("Living");
}
Symbol 911 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SStats[2] >= 12) {
nextFrame();
} else {
gotoAndStop ("Dare10");
}
}
Symbol 914 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.gotoAndStop("Living");
}
Symbol 920 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Truth45");
}
Symbol 921 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.ItemStats[8] == true) {
Placehold.text = "";
gotoAndStop ("Truth5");
} else {
Placehold.text = "You don't have any condoms";
}
}
Symbol 925 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
_root.gotoAndStop("Living");
}
Symbol 927 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.gotoAndStop("Living");
}
Symbol 930 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Truth8");
}
Symbol 931 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
nextFrame();
}
Symbol 936 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranVar > 50) {
gotoAndStop ("Food1");
} else {
gotoAndStop ("Tor1");
}
}
Symbol 939 Button
on (release) {
_root.ringFX.start(0, 1);
CreamP = 0;
SonicP = 0;
gotoAndStop ("Sonic1");
}
Symbol 940 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranVar <= 19) {
gotoAndStop ("Sonic2");
} else if ((ranVar >= 20) && (ranVar <= 39)) {
gotoAndStop ("Sonic3");
} else if ((ranVar >= 40) && (ranVar <= 59)) {
gotoAndStop ("Sonic4");
} else if ((ranVar >= 60) && (ranVar <= 79)) {
gotoAndStop ("Sonic5");
} else if (ranVar >= 80) {
gotoAndStop ("Sonic6");
}
}
Symbol 942 Button
on (release) {
_root.ringFX.start(0, 1);
if (CreamP >= 100) {
gotoAndStop ("Orgasm2");
} else if (SonicP >= 100) {
gotoAndStop ("Orgasm1");
} else {
gotoAndStop ("Cream1");
}
}
Symbol 948 Button
on (release) {
_root.ringFX.start(0, 1);
if (ranVar <= 19) {
gotoAndStop ("Cream2");
} else if ((ranVar >= 20) && (ranVar <= 39)) {
gotoAndStop ("Cream3");
} else if ((ranVar >= 40) && (ranVar <= 59)) {
gotoAndStop ("Cream4");
} else if ((ranVar >= 60) && (ranVar <= 79)) {
gotoAndStop ("Cream5");
} else if (ranVar >= 80) {
gotoAndStop ("Cream6");
}
}
Symbol 950 Button
on (release) {
_root.ringFX.start(0, 1);
if (CreamP >= 100) {
gotoAndStop ("Orgasm2");
} else if (SonicP >= 100) {
gotoAndStop ("Orgasm1");
} else {
gotoAndStop ("Sonic1");
}
}
Symbol 957 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Dare8");
}
Symbol 962 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Race3");
}
Symbol 963 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
Placehold.text = "+5 RWC";
gotoAndStop ("Race2");
}
Symbol 968 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[2] >= 550) {
_root.SStats[1]++;
Placehold.text = "+1 Peep";
gotoAndStop ("Race7");
} else {
Placehold.text = "";
gotoAndStop ("Race6");
}
}
Symbol 969 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[5]++;
Placehold.text = "Touch +1";
gotoAndStop ("Race4");
}
Symbol 972 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[5]++;
Placehold.text = "Touch +1";
gotoAndStop ("Race5");
}
Symbol 975 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (((_root.SStats[5] >= 10) && (_root.SStats[2] >= 10)) || (_root.SMain[5] == true)) {
gotoAndStop ("Race9");
} else {
gotoAndStop ("Race8");
}
}
Symbol 979 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (((_root.SStats[5] >= 10) && (_root.SStats[4] >= 10)) || (_root.SMain[5] == true)) {
gotoAndStop ("Race19");
} else {
nextFrame();
}
}
Symbol 982 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 4;
_root.gotoAndStop("Kitchen");
}
Symbol 984 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
_root.gotoAndStop("Living");
}
Symbol 986 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SStats[5] >= 10) || (_root.SMain[2] >= 650)) {
_root.SStats[3]++;
Placehold.text = "+1 Jerk Off";
gotoAndStop ("Race11");
} else {
Placehold.text = "";
gotoAndStop ("Race10");
}
}
Symbol 991 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2]++;
_root.gotoAndStop("Living");
}
Symbol 993 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] - 5;
_root.gotoAndStop("Living");
}
Symbol 995 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Race17");
}
Symbol 996 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (_root.SMain[2] >= 600) {
gotoAndStop ("Race18");
} else {
gotoAndStop ("Race12");
}
}
Symbol 999 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (_root.SMain[2] >= 700) {
gotoAndStop ("Race13");
} else {
gotoAndStop ("Race12");
}
}
Symbol 1003 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
Placehold.text = "";
if (((_root.SMain[2] >= 700) && (_root.SStats[2] >= 10)) && (_root.SMain[5] == false)) {
gotoAndStop ("Race20");
} else if (((_root.SMain[2] >= 700) && (_root.SStats[2] >= 10)) || (_root.SMain[5] == true)) {
gotoAndStop ("Race16");
} else {
gotoAndStop ("Race15");
}
}
Symbol 1004 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Race14");
}
Symbol 1009 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("GOI");
}
Symbol 1011 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
_root.gotoAndStop("Vanilla");
}
Symbol 1014 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[3]++;
_root.DayVent[3]++;
_root.gotoAndStop("Living");
}
Symbol 1017 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
_root.SMain[5] = true;
_root.gotoAndStop("Vanilla");
}
Symbol 1019 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (_root.SMain[2] >= 600) {
gotoAndStop ("Up7");
} else {
gotoAndStop ("Up8");
}
}
Symbol 1020 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[3]++;
Placehold.text = "+1 Jerk Off";
gotoAndStop ("Up6");
}
Symbol 1023 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Up2");
}
Symbol 1026 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Up5");
}
Symbol 1027 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (((_root.SStats[5] >= 10) && (_root.SStats[3] >= 10)) || (_root.SMain[5] == true)) {
_root.SStats[2]++;
_root.SStats[1]++;
gotoAndStop ("Up4");
} else {
gotoAndStop ("Up9");
}
}
Symbol 1030 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Up3");
}
Symbol 1033 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[6]++;
_root.gotoAndStop("Hallway");
}
Symbol 1038 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[7]++;
_root.gotoAndStop("Hallway");
}
Symbol 1042 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
Placehold.text = "";
if ((_root.SStats[5] >= 14) || (_root.SMain[5] == true)) {
gotoAndStop ("Tickle4");
} else if ((_root.SStats[5] >= 7) && (_root.SStats[4] >= 7)) {
gotoAndStop ("Tickle2");
} else {
gotoAndStop ("Tickle3");
}
}
Symbol 1046 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[4]++;
_root.SStats[2]++;
_root.SexScore[4]++;
_root.gotoAndStop("Living");
}
Symbol 1048 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[3]++;
_root.SStats[0]--;
_root.gotoAndStop("Vanilla");
}
Symbol 1050 Button
on (release) {
_root.ringFX.start(0, 1);
_root.DayVent[3]++;
_root.SexScore[3]++;
_root.gotoAndStop("Living");
}
Symbol 1052 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScpre[3]++;
_root.DayVent[3]++;
_root.gotoAndStop("Living");
}
Symbol 1055 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[4]++;
_root.SexScore[7] = _root.SexScore[7] + 3;
_root.gotoAndStop("Living");
}
Symbol 1058 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Explore3");
}
Symbol 1059 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.ItemStats[8] == true) {
Placehold.text = "";
gotoAndStop ("Explore2");
} else {
Placehold.text = "You don't have any condoms";
}
}
Symbol 1062 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7] = _root.SexScore[7] + 2;
_root.gotoAndStop("Living");
}
Symbol 1065 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7] = _root.SexScore[7] + 2;
_root.SexScore[10]++;
_root.gotoAndStop("Living");
}
Symbol 1070 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScpre[3]++;
_root.DayVent[3]++;
_root.SexScore[4]++;
_root.gotoAndStop("Living");
}
Symbol 1071 MovieClip Frame 1
stop();
Symbol 1071 MovieClip Frame 30
_root.themeCurrent.stop();
_root.victory.start(0, 1);
Symbol 1071 MovieClip Frame 40
ReadBox.text = "Cream: Cartoons! Cartoons!";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1071 MovieClip Frame 41
ReadBox.text = "Sonic: Alright, let?s watch some cartoons.";
Placehold.text = "";
Symbol 1071 MovieClip Frame 42
ReadBox.text = "Cream: Yaaaaaaaaaay!";
Symbol 1071 MovieClip Frame 43
ReadBox.text = "The two of you sit down to watch some cartoons. Cream is entertained while you are not that into it. Half an hour passes and the cartoon ends.";
Symbol 1071 MovieClip Frame 44
ReadBox.text = "You flip through the programming menu and notice an animated movie that Cream might like\u00E2\u0080\u00A6";
Symbol 1071 MovieClip Frame 50
ReadBox.text = "Cream: Cartoons! Cartoons!";
Symbol 1071 MovieClip Frame 51
ReadBox.text = "Cream hops on closer and sits down to watch the movie with you.";
Symbol 1071 MovieClip Frame 52
ReadBox.text = "About an hour into the movie, you can hear Cream's stomach growl. Soon yours starts to as well and it becomes too distracting to watch the movie anymore.";
Symbol 1071 MovieClip Frame 60
ReadBox.text = "Cream: Cartoons! Cartoons!";
Symbol 1071 MovieClip Frame 61
ReadBox.text = "Cream hops on closer and sits down to watch the movie with you.";
Symbol 1071 MovieClip Frame 62
ReadBox.text = "Despite being Cream's favorite movie, she soon falls asleep next to you. As she snuggles up to get comfortable, you can't help but notice her dress has slid up, giving you a peak at her panties.";
Symbol 1071 MovieClip Frame 63
ReadBox.text = "What will you do?";
Symbol 1071 MovieClip Frame 70
ReadBox.text = "Carefully you pull up her dress, giving you a perfect view of her panties. Your heart races for a minute, you begin to get aroused, you find yourself pitching a pretty big tent.";
Symbol 1071 MovieClip Frame 71
ReadBox.text = "Looking over at Cream, you notice she is still fast asleep. You unzip your shorts and pull out your hardening cock, gently stoking it at the sight of her panties. Despite the small noises and occasional soft moan of pleasure, Cream continues to sleep as you begin to feel the pleasure build up...";
Placehold.text = "";
Symbol 1071 MovieClip Frame 72
ReadBox.text = "What will you do?";
Symbol 1071 MovieClip Frame 80
ReadBox.text = "The movie soon puts you to sleep as well, as it just isn\u00E2\u0080\u0099t that interesting. After a short while, you wake up and notice Cream is no longer next to you. You're about to do something else, when you notice a noise coming from Cream's room.";
Symbol 1071 MovieClip Frame 81
ReadBox.text = "What will you do?";
Symbol 1071 MovieClip Frame 90
ReadBox.text = "You begin to lose control and furiously jerk yourself off, as you pick up the pace. The fapping noises causes Cream to wake as you cum hard onto her face. Her eyes open up into big white saucers as your cum hits her square in the face.";
Symbol 1071 MovieClip Frame 91
ReadBox.text = "She starts screaming and runs to the bathroom holding her face completely unsure of what hit her. Looks like she didn't see you cumming.";
Placehold.text = "-2 Happiness\n-1 Moral Alignment";
Symbol 1071 MovieClip Frame 100
ReadBox.text = "You begin to pick up the pace, groaning furiously as you jerk your manhood in front of Cream quietly. Suddenly you clinch hard on your cock, as you release a powerful strand of semen on the little bunny\u00E2\u0080\u0099s face.";
Symbol 1071 MovieClip Frame 101
ReadBox.text = "Cream groans and begins to wake but by then you\u00E2\u0080\u0099re already dressed and sneaking away. She puts her hand to her face in horror...";
Symbol 1071 MovieClip Frame 102
ReadBox.text = "Cream: AAAIIEEEEE! Mr. Sonic what\u00E2\u0080\u0099s this?!";
Symbol 1071 MovieClip Frame 110
ReadBox.text = "You quickly run to Vanilla's room before Cream has time to ask any more questions. All she can do now is just mope back to her room sticky and confused.";
Symbol 1071 MovieClip Frame 120
ReadBox.text = "Sonic: Oh *Giggles lightly* I\u00E2\u0080\u0099m sorry Cream, I have this terrible flu and I accidentally sneezed on you\u00E2\u0080\u00A6";
Symbol 1071 MovieClip Frame 121
ReadBox.text = "Cream: EWWWWWWWWW!!!";
Placehold.text = "";
Symbol 1071 MovieClip Frame 122
ReadBox.text = "She vaults over to the bathroom to clean herself off. You stand there relieved with a smug grin for what you got away with.";
Symbol 1071 MovieClip Frame 130
ReadBox.text = "You sit on the toilet, still stroking yourself furiously at the site of Cream's panties earlier. You run your paw up and down your long hedgehog cock, as pre-cum begins to leak onto your hand. Soon you cum, a torrent of sticky fluids shoot all over your chest.";
Symbol 1071 MovieClip Frame 131
ReadBox.text = "As you open your eyes and look up you notice, Cream peaking through a crack in the door. Before you can say anything she eeps and runs off. You're not sure how long she's been there but the thought of her watching, gets you more aroused.";
Placehold.text = "+1 Lust\n+1 Exposure";
Symbol 1071 MovieClip Frame 140
ReadBox.text = "You begin stroking yourself quite hard as you picture Vanilla\u00E2\u0080\u0099s huge tits and of all the other girls, you\u00E2\u0080\u0099ve screwed around with. You start getting so completely lost in your imagination until you feel , a sudden increase in pleasure.";
Symbol 1071 MovieClip Frame 141
ReadBox.text = "Pre-cum begins to flow from the tip of your cock when suddenly you hear a giggle.";
Symbol 1071 MovieClip Frame 142
ReadBox.text = "You open your eyes and to your amazement Cream is standing right in front of you. She smiles and moves your hand away and begins to fondle your raging erection. You tense up from the feeling of her soft paws but after a few seconds you relax.";
Symbol 1071 MovieClip Frame 143
ReadBox.text = "Cream: *Giggle brightly* I\u00E2\u0080\u0099ve seen my mommy do this to her friends, when they come to visit.";
Symbol 1071 MovieClip Frame 144
ReadBox.text = "She opens her mouth and approaches your cock, as you see clear strands of saliva slip from her mouth. Slowly the young rabbit begins to bob her head up and down the tip of your cock, having a bit of trouble going down further.";
Symbol 1071 MovieClip Frame 145
ReadBox.text = "She slowly pulls back her cheeks, full of your cum and before you even get to utter a single word of thanks, she clinches hard and swallows the whole load. She looks so cute forcing it down, you can't help but give her a kiss after performing such a wonderful feat.";
Symbol 1071 MovieClip Frame 146
ReadBox.text = "Sonic: That was incredible Creamie... *Pant*";
Symbol 1071 MovieClip Frame 147
ReadBox.text = "Cream gives you a small kiss on the lips and hops along, as you crash down once again, exhausted.";
Placehold.text = "-5 Energy";
Symbol 1071 MovieClip Frame 150
ReadBox.text = "You find Cream playing in her room peacefully, so you go and find something else to do.";
Symbol 1071 MovieClip Frame 160
ReadBox.text = "You stand in the hallway hearing a buzzing noise emulating from the room. As you slowly crack the door open, you get quite a sight...";
Symbol 1071 MovieClip Frame 161
ReadBox.text = "You see Cream, without her dress on, laying there holding something between her legs. Upon closer inspection it looks to be a vibrator, shaped like a carrot.";
Symbol 1071 MovieClip Frame 162
ReadBox.text = "You're quickly aroused by the sight rubbing your pants, as you wonder what to do...";
Symbol 1071 MovieClip Frame 170
ReadBox.text = "Sonic: Cream? What are you doing in here?";
Symbol 1071 MovieClip Frame 171
ReadBox.text = "Cream: Mis... Mis... Mr. Sonic?";
Symbol 1071 MovieClip Frame 172
ReadBox.text = "Cream: EEEEEEeeeeeepppp!!!";
Symbol 1071 MovieClip Frame 173
ReadBox.text = "Cream throws the carrot toy at your head knocking you out and causing you to lose some energy, as you hit the ground. Cream realizing what she has done runs up to you.";
Symbol 1071 MovieClip Frame 174
ReadBox.text = "Cream: I'm so sorry Mr. Sonic. I... I didn't mean to do that...";
Symbol 1071 MovieClip Frame 175
ReadBox.text = "Still in a daze, you tell her that it's all right. She quickly hides the toy and runs off as you get up and stumble to Vanilla's room to lay down for a moment.";
Placehold.text = "-4 Energy\n-1 Happiness";
Symbol 1071 MovieClip Frame 180
ReadBox.text = "Sonic: Cream, did you take something from your mommy's room without permission?";
Symbol 1071 MovieClip Frame 181
ReadBox.text = "Cream looks up at you with a worried look on her face. The toy drops to the ground and vibrates over to you, as you pick it up and turn it off.";
Symbol 1071 MovieClip Frame 182
ReadBox.text = "Cream: Please... Please don't tell my mommy, I was using her toy. I'd seen her use it before by accident and I was curious... *Tears*";
Symbol 1071 MovieClip Frame 183
ReadBox.text = "Sonic: It's okay Cream, I won't tell your mommy about this. I'm just gonna put this back in her room, okay?";
Symbol 1071 MovieClip Frame 184
ReadBox.text = "Cream nods and smiles as she puts her dress back on, as you go back to Vanilla's room. Seeing Cream play with this toy has given you a wicked idea though, as you decide to hold onto it.";
Symbol 1071 MovieClip Frame 185
ReadBox.text = "(The carrot toy is now in your inventory. This will come in handy later in the game.)";
Symbol 1071 MovieClip Frame 190
ReadBox.text = "You can't stand it, as you almost rip open your pants and furiously jack off to Cream pleasuring herself. The pleasure builds up and intensifies between the two of you, as you and Cream get ready to cum.";
Symbol 1071 MovieClip Frame 191
ReadBox.text = "Cream cries out, as she orgasms all over her bed. The noise pushes you over the edge, as you cum hard all over the door to her bedroom. You look back up to Cream and notice she has passed out from the pleasure. Feeling satisfied, you let her rest, as you clean up the mess you made.";
Symbol 1071 MovieClip Frame 200
ReadBox.text = "You and Cream decide to play Mobian Kombat for about an hour. Despite your experience, she seems to be really good at it. She knows almost every secret about this game. You are in utter shock, as she beats you 6 rounds in a row.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1071 MovieClip Frame 201
ReadBox.text = "Cream: Wow Mr. Sonic... You?re not really good at this game.";
Placehold.text = "";
Symbol 1071 MovieClip Frame 210
ReadBox.text = "You grab hold of Cream and begin to tickle her mercilessly. She laughs and wiggles trying to escape your grip but is unable to, as you won't let up for a single second, getting her in all the right spots.";
Symbol 1071 MovieClip Frame 211
ReadBox.text = "Cream: Mr. Sonic *Giggles* Sonic please! *Giggles* Stop! I'm gonna... *Laughs* Mr. *Giggles* Mr. Sonic! Stop!";
Placehold.text = "";
Symbol 1071 MovieClip Frame 212
ReadBox.text = "What will you do?";
Symbol 1071 MovieClip Frame 220
ReadBox.text = "You let up giving Cream a chance to breath, she is still slightly giggling. She then looks up at you with a smile giving you a peck on the cheek, before running off.";
Placehold.text = "+1 Moral Alignment\n+1 Happiness";
Symbol 1071 MovieClip Frame 230
ReadBox.text = "You keep tickling, as Cream begs you to stop almost screaming, as she suddenly kicks you off and runs frantically to the bathroom.";
Symbol 1071 MovieClip Frame 231
ReadBox.text = "Cream: Mister Sonic! You big meanie!";
Symbol 1071 MovieClip Frame 232
ReadBox.text = "You hear the door to the bathroom slam, as you're left all alone in the living room.";
Symbol 1071 MovieClip Frame 240
ReadBox.text = "You slam the controller onto the ground and start yelling at her calling her names, accusing her of being a button masher. She is suddenly brought to tears from your sudden anger, as she looks at you with sad eyes.";
Symbol 1071 MovieClip Frame 241
ReadBox.text = "Cream: Mr... Mr. Sonic... *sniff*";
Symbol 1071 MovieClip Frame 242
ReadBox.text = "Cream: WAAAAAAAAAAAAA!!!";
Symbol 1071 MovieClip Frame 243
ReadBox.text = "She runs off to her room, screaming as she slams the door. You start wondering if maybe you went too far, as you determine what to do next.";
Symbol 1071 MovieClip Frame 244
ReadBox.text = "What will you do?";
Symbol 1071 MovieClip Frame 250
ReadBox.text = "While she is distracted, you attempt to slip your hands under her dress. Cream gets shocked and immediately pushes you away.";
Symbol 1071 MovieClip Frame 251
ReadBox.text = "Cream: MR. SONIC! NO!";
Symbol 1071 MovieClip Frame 252
ReadBox.text = "She runs to her room and slams the door. Looks like she doesn't trust you enough to do something like that.";
Symbol 1071 MovieClip Frame 253
ReadBox.text = "(Keep building your relationship with her before you do something like that again.)";
Placehold.text = "-2 Happiness";
Symbol 1071 MovieClip Frame 260
ReadBox.text = "While she is distracted, you slip your hands under her dress, brushing your hands up against her fur as you keep tickling. Before she knows what hit her, you then start to play with her nipples. She blushes and moans from the feeling, as she looks up at you.";
Symbol 1071 MovieClip Frame 261
ReadBox.text = "Cream: Mr. Sonic... *cute moan* What... What are you doing?";
Placehold.text = "";
Symbol 1071 MovieClip Frame 262
ReadBox.text = "You grin and keep massaging her nipples, while enjoying her cute sounds.";
Symbol 1071 MovieClip Frame 263
ReadBox.text = "";
Symbol 1071 MovieClip Frame 270
ReadBox.text = "You apologize to Cream, who is still crying her eyes out from your outburst.";
Symbol 1071 MovieClip Frame 271
ReadBox.text = "Cream: You were... *sniff* so mean... *pout* Mis... Mis... Mr. Sonic...";
Symbol 1071 MovieClip Frame 272
ReadBox.text = "You give her a light back rub in hopes to calm her down. It works as her sniffles come to a stop. You continue to rub moving slowly up and down her back, as she lets out a slight moan, blushing a little. She soon falls asleep.";
Symbol 1071 MovieClip Frame 273
ReadBox.text = "";
Symbol 1071 MovieClip Frame 280
ReadBox.text = "You see that Cream was in such a hurry to use the bathroom that she didn't shut the door all the way. As you peep in, you get an eye full, as Cream sits on the toilet in a way showing you everything. You get pretty aroused, as your mind is clouded with lust.";
Symbol 1071 MovieClip Frame 281
ReadBox.text = "You are unsure of what you should do...";
Symbol 1071 MovieClip Frame 290
ReadBox.text = "You attempt to make your way to the living room.";
Symbol 1071 MovieClip Frame 291
ReadBox.text = "Cream: Mr. Sonic what are you doing?";
Symbol 1071 MovieClip Frame 292
ReadBox.text = "You panic wondering if she saw you peeping on her or not.";
Symbol 1071 MovieClip Frame 300
ReadBox.text = "Cream: I'm okay Mr. Sonic, but what you did was really mean...";
Symbol 1071 MovieClip Frame 301
ReadBox.text = "You nod and apologize for what you did. She gives you a big hug and accepts your apology, as she runs off to her room.";
Placehold.text = "+1 Happiness\n+1 Touch";
Symbol 1071 MovieClip Frame 310
ReadBox.text = "You quickly rush out of the room leaving Cream feeling sad and confused, as she walks back to her room.";
Placehold.text = "-5 RWC\n-1 Happiness";
Symbol 1071 MovieClip Frame 320
ReadBox.text = "Unable to take the sight anymore, you lean up against the wall and quickly jerk off hoping to finish before Cream comes out of the bathroom. You're so caught up in the moment though; you don't hear the toilet flush as Cream comes out.";
Symbol 1071 MovieClip Frame 321
ReadBox.text = "Cream: Mr. Sonic?!";
Symbol 1071 MovieClip Frame 322
ReadBox.text = "You look to Cream, still holding your cock tightly as you're close to cumming. She looks at it blushing, as she looks back up to you.";
Symbol 1071 MovieClip Frame 323
ReadBox.text = "Sonic: I... Uhh... Really need to use the bathroom to and almost couldn\u00E2\u0080\u0099t wait...";
Symbol 1071 MovieClip Frame 324
ReadBox.text = "Cream just continues to blush, as she runs off to her room. Looks like you're in the clear.";
Placehold.text = "+1 Exposure";
Symbol 1071 MovieClip Frame 330
ReadBox.text = "Cream: Mr. Sonic?! You PERVERT!!!";
Symbol 1071 MovieClip Frame 331
ReadBox.text = "She marches up to the door and slams the door in your face hurting you.";
Placehold.text = "-4 Energy";
Symbol 1071 MovieClip Frame 340
ReadBox.text = "You've gotten really good at peeping on Cream without getting caught. She wipes herself clean and washes up, as you make your exit, so you don't get caught.";
Placehold.text = "+2 Lust";
Symbol 1071 MovieClip Frame 350
ReadBox.text = "You pull Cream towards you giving her gentle kiss on the lips. She blushes brightly, as you try to give her another one but she turns her head.";
Symbol 1071 MovieClip Frame 351
ReadBox.text = "Cream: Mr. Sonic... I'm... no... I don\u00E2\u0080\u0099t\u00E2\u0080\u00A6";
Symbol 1071 MovieClip Frame 352
ReadBox.text = "She gets up and runs off. She doesn't look angry at you, just a little confused.";
Placehold.text = "+1 Touch\n-1 Happiness";
Symbol 1071 MovieClip Frame 360
ReadBox.text = "You begin to pull up Cream's dress, as she starts to look very nervous. Suddenly she pushes her dress down, asking you to stop, as she runs off to her room. Even though that didn't go successful, you did get a really nice look at her panties.";
Placehold.text = "+2 Peep";
Symbol 1071 MovieClip Frame 370
ReadBox.text = "You begin to pull up Cream's dress, as she starts to look very nervous. Slowly you pull it over her head and off of her body.";
Symbol 1071 MovieClip Frame 371
ReadBox.text = "Sonic: You look very cute without your dress, Cream.";
Symbol 1071 MovieClip Frame 372
ReadBox.text = "Cream: *Blush* Th... Thank you Mr. Sonic. Um... I'm not used to being in my undies around others. Mommy and I are usually in our undies, when no one else is around. But I\u00E2\u0080\u0099m ok around you now, Mr. Sonic.";
Symbol 1071 MovieClip Frame 373
ReadBox.text = "Cream now feels more comfortable around you. Next time you summon her, you can ask her to take off her dress.";
Symbol 1071 MovieClip Frame 380
ReadBox.text = "Cream is fast asleep in her bed, this is the chance you\u00E2\u0080\u0099ve been waiting for. You stand above her confident that she is exhausted from all that crying. Quickly, you unzip your shorts and begin massaging your cock softly.";
Symbol 1071 MovieClip Frame 381
ReadBox.text = "After a few minutes, you\u00E2\u0080\u0099ve established a healthy rhythm, as your hedgehog cock has fully harden. She moans softly in her sleep, as you continue to furiously beat yourself off next to her.";
Symbol 1071 MovieClip Frame 382
ReadBox.text = "Suddenly, you feel that familiar tightness run through your muscles and with a soft grunt, you shoot your orgasm onto her cute face. She somehow continues to sleep soundly, as you pull your pants up and make an evil grin.";
Symbol 1071 MovieClip Frame 383
ReadBox.text = "You walk towards the door and turn off the lights, leaving Cream in her room.";
Symbol 1071 MovieClip Frame 390
ReadBox.text = "You pull Cream towards you and slowly press your lips against hers. She falls back on the couch and the two of you continue kissing for several minutes. Cream\u00E2\u0080\u0099s moans begin to arouse you, encouraging you to slip your tongue deep into her mouth and deepen the kiss...";
Symbol 1071 MovieClip Frame 391
ReadBox.text = "You continue to passionately kiss her for several more minutes. The passion itself starts to become a little too much causing her to have a mini orgasm. Once done, Cream gets up giving you one more kiss before walking off to do something else.";
Symbol 1071 MovieClip Frame 400
ReadBox.text = "Cream: Okay Mr. Sonic. Which one should we play?";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 1071 MovieClip Frame 401
ReadBox.text = "Sonic: I'm not really familar with the boardgames you have. How about you pick one.";
Placehold.text = "";
Symbol 1071 MovieClip Frame 410
ReadBox.text = "Cream: Well there's a lot to choose fromthere's a lot to choose from here. How about...";
ranPick = random(100) + 1;
Symbol 1071 MovieClip Frame 420
ReadBox.text = "Cream pulls out a deck of cards.";
Symbol 1071 MovieClip Frame 421
ReadBox.text = "Sonic: Okay, should we play go fish, or old maid?";
Symbol 1071 MovieClip Frame 422
ReadBox.text = "Cream: Let's play poker.";
Symbol 1071 MovieClip Frame 423
ReadBox.text = "You eyes go a little wide from the suggestion.";
Symbol 1071 MovieClip Frame 424
ReadBox.text = "Sonic: Aren't you a little young to know how to play poker.";
Symbol 1071 MovieClip Frame 425
ReadBox.text = "Cream: Nah, mommy and I play it together all the time. We usually bet with cookies... Though I'm still not that good at it.";
Symbol 1071 MovieClip Frame 426
ReadBox.text = "There doesn't seem to be any harm in playing a couple round of poker with Cream. Since there are no cookies in the house, you decide to divide some of your rings up for her to play with. However, as soon as the two of you start playing, you can sense that something is off.";
Symbol 1071 MovieClip Frame 427
ReadBox.text = "Suddenly Cream becomes a whole other person as soon as she picks up the deck. She starts shuffling and dealing like a real casino dealer. Then, she strikes you with the hardest poker face you've ever seen. You try to act calm but you find it very difficult to.";
Symbol 1071 MovieClip Frame 428
ReadBox.text = "Before you know it Cream has won several hands and has taken most of your rings.";
Symbol 1071 MovieClip Frame 429
ReadBox.text = "Sonic: How... How... Uh?";
Symbol 1071 MovieClip Frame 430
ReadBox.text = "Cream: My mommy is a great teacher, isn't she?";
Symbol 1071 MovieClip Frame 431
ReadBox.text = "She takes her rings and skips off back to her room. You're ready to take them back from her but she beat you fair and square, but you remind yourself to never play poker with her or her mom again.";
Placehold.text = "+5 Happiness\n-20 Rings";
Symbol 1071 MovieClip Frame 435
ReadBox.text = "Sonic: Oh no, we're not going through that again. Let's just play, go fish...";
Symbol 1071 MovieClip Frame 436
ReadBox.text = "Cream: Awww...";
Symbol 1071 MovieClip Frame 437
ReadBox.text = "Cream get's teary eyed but you ignore it and deal out the cards for, go fish. It's not as exciting as poker but the two of you have fun.";
Symbol 1071 MovieClip Frame 445
ReadBox.text = "Cream pulls out a checker board.";
Symbol 1071 MovieClip Frame 446
ReadBox.text = "Cream: Let's play, Mr. Sonic.";
Symbol 1071 MovieClip Frame 447
ReadBox.text = "The two of you play checkers for about an hour. Cream certainly takes her time with her moves, leading you to a little bit of frustration. That seems to be her strategy, though as she moves her piece to your end of the board.";
Symbol 1071 MovieClip Frame 448
ReadBox.text = "Cream: King me, Mr. Sonic!";
Symbol 1071 MovieClip Frame 449
ReadBox.text = "You sigh. In that move she took most of your pieces. You king her, and it doesn't take long for her to take the rest of your pieces.";
Symbol 1071 MovieClip Frame 450
ReadBox.text = "Cream: That was fun, Mr. Sonic.";
Symbol 1071 MovieClip Frame 451
ReadBox.text = "She runs back to her room with a happy look on her face, leaving you to clean up in defeat.";
Symbol 1071 MovieClip Frame 455
ReadBox.text = "Cream pulls out Jenga. It takes a while to stack up the pieces but you eventually get it up and going. Cream goes first pulling out a middle piece and then stacking it on top. You follow suit doing the same thing.";
Symbol 1071 MovieClip Frame 456
ReadBox.text = "As the tower grows and becomes unstable, you begin to shake. Cream on the other hand, is a cool as a cucumber, as she attempts to place the next piece on top. You start wondering what to do.";
Symbol 1071 MovieClip Frame 465
ReadBox.text = "Cream is completely focused on placing that next piece on top of the tower. She doesn't notice you slipping closer to the tower ready to knock it over. As soon as she sets the piece down, you tip the tower in her direction causing it to fall on her.";
Symbol 1071 MovieClip Frame 466
ReadBox.text = "Cream: Oh no!";
Symbol 1071 MovieClip Frame 467
ReadBox.text = "You grin and giggle a little. Cream dusts herself off from the block, giving you a mean look.";
Symbol 1071 MovieClip Frame 468
ReadBox.text = "Cream: I saw that, Mr. Sonic. You cheated.";
Symbol 1071 MovieClip Frame 469
ReadBox.text = "Sonic: I don't know what you're talking about, Cream.";
Symbol 1071 MovieClip Frame 470
ReadBox.text = "She marches back to her room, clearly unhappy about what you did.";
Symbol 1071 MovieClip Frame 475
ReadBox.text = "You stand back letting Cream place the next piece on top. Carefully, she moves back and sighs feeling safe about that move. Now it's your turn.";
Symbol 1071 MovieClip Frame 476
ReadBox.text = "At this point the tower is just too unstable. You take a piece, near the top but the whole thing collapses in an instant.";
Placehold.text = "";
Symbol 1071 MovieClip Frame 477
ReadBox.text = "Cream: Yay! That was fun, Mr. Sonic. Thank you for playing with me.";
Symbol 1071 MovieClip Frame 478
ReadBox.text = "She runs back to her room with a happy look on her face, leaving you to clean up in defeat.";
Symbol 1071 MovieClip Frame 485
ReadBox.text = "Cream blushes a little running to her mommy's room, and then running back with a large box in her hands. You recognize the game from the initials on the box. It's known as the 'Heart Break Game' or HBG for short.";
Symbol 1071 MovieClip Frame 486
ReadBox.text = "Cream: Mommy and I sometimes play this with Amy and Blaze. I feel comfortable playing it with you Mr. Sonic.";
Symbol 1071 MovieClip Frame 487
ReadBox.text = "Cream: Though we can only play by 'mommy' rules, so we can't play on the whole board, and we can only go down to our undies. But it's still a fun game to play.";
Symbol 1071 MovieClip Frame 488
ReadBox.text = "Sonic: We don't have to play by 'mommy' rules, if you don't want to, Cream.";
Symbol 1071 MovieClip Frame 489
ReadBox.text = "Cream: I... I don't feel comfortable playing the full game around you yet, Mr. Sonic... Let's just play the 'mommy' rules for now.";
Symbol 1071 MovieClip Frame 490
ReadBox.text = "What will you do?";
Symbol 1071 MovieClip Frame 494
ReadBox.text = "Cream: Okay, we can play the full rules version.";
Symbol 1071 MovieClip Frame 495
ReadBox.text = "Cream blushes a little running to her mommy's room, and then running back with the Heart Break Game held tightly in her hands.";
Symbol 1071 MovieClip Frame 496
ReadBox.text = "Cream: I enjoyed playing this game with you, Mr. Sonic. Want to play again?";
Symbol 1071 MovieClip Frame 505
ReadBox.text = "Cream blushes a little running to her mommy's room, and then running back with the Heart Break Game held tightly in her hands.";
Symbol 1071 MovieClip Frame 506
ReadBox.text = "Cream: I feel comfortable playing the full game with you this time, if you want to, Mr. Sonic.";
Symbol 1071 MovieClip Frame 515
ReadBox.text = "The two of you, quickly get started choosing your pieces and rolling the dice to see, who will go first. It doesn't take long for the two of you to wind up in your underwear and eventually, get two matching cards.";
Symbol 1071 MovieClip Frame 525
ReadBox.text = "The two of you, quickly get started choosing your pieces and rolling the dice to see, who will go first. It doesn't take long for the two of you, to wind up completely naked. After a few more moves, you eventually, get two matching cards.";
Symbol 1071 MovieClip Frame 530
ReadBox.text = "Created By: Crimson Cradle Games. By the looks of the rules sheet, this game looks like it's played regularly. It's recommended for four players for more fun, but can be enjoyed by two players. You have no idea how Vanilla would let Cream take part in such a game but it looks like the fun could be innocent enough.";
Symbol 1071 MovieClip Frame 531
ReadBox.text = "For ages 18 and over! 1-4 players. Players start at any purple point on the board. Using two die, ONLY, the players move around the main part of the board in a clockwise direction. If a player rolls a double, he/she gets an extra turn. A player cannot enter into a colored zone until A) all their clothes are off, and B) they have slected a transfer card to said area.";
Symbol 1071 MovieClip Frame 532
ReadBox.text = "There are three types of squares in the main board section. Purple, C.P. (Clothing Penalty), and ? squares. C.P. are Clothing penaltys. When landed on, the player has to remove 1 item of clothing.";
Symbol 1071 MovieClip Frame 533
ReadBox.text = "? sqaures are Game Transfer commands. These can only be used once the player is completely naked. When that is done, and a ? is landed on, the player picks up a card from the center of the board. This card will tell the player what Zone they will go to.";
Symbol 1071 MovieClip Frame 534
ReadBox.text = "Rremember! A player can hold a game transfer card for 2 cycles (that's twice around all the players) After that, the card must be shuffled back into the deck on the board. If a player lands on another ? square while holding a card, he/she can decide to either keep the card, or replace it and pick up anothe rone.";
Symbol 1071 MovieClip Frame 535
ReadBox.text = "The colored zones are multiplayer! So you can only gain access to them once two or more people have gained het same color Transfer card. The game is over however once all but one player has reached an orgasm.";
Symbol 1071 MovieClip Frame 536
ReadBox.text = "The rest of the games are pretty self explanitory. Truth or dare, food foreplay, twister, and actual foreplay. Mommy rules forbid the actual foreplay section when Cream is playing though, and twister only works with more then two people.";
Symbol 1071 MovieClip Frame 540
ReadBox.text = "You both get RED cards, which leads to the Twister part of the board game. Unfortunately, Twister proves not to be so fun, with there's only being two people playing and at least one person, needs to be on the side to control the spinner. Perhaps, next time if you're able to invite someone else to play the game, you can have more fun playing this part of the board.";
Symbol 1071 MovieClip Frame 550
ReadBox.text = "You both get BLUE cards, which leads to the Food Foreplay part of the board game. Cream seems to be very excited about playing this part with you.";
Symbol 1071 MovieClip Frame 551
ReadBox.text = "Cream: Yay! I like this part. We get to; get a little messy with my favorite kinds of food.";
Symbol 1071 MovieClip Frame 552
ReadBox.text = "Sonic: Uh, yeah. Let's see, what happens first.";
Symbol 1071 MovieClip Frame 553
ReadBox.text = "You and Cream, first gather up the sweets to play this game, along with a bunch of towels, so you don't get the floors messy. You roll first, getting a chance to cover Cream with a little chocolate sauce. Cream grins, after rolling her turn and getting to cover you in a little whip cream.";
Symbol 1071 MovieClip Frame 560
ReadBox.text = "Luck seems to be on your side, as you get to cover Cream in more sweet confectionaries and as an added bonus, she's had to apply and massage a lot on herself, as well. She looks like an ice cream sundae, that's ready to eat. You can't help but giggle at the aspect of that.";
Symbol 1071 MovieClip Frame 561
ReadBox.text = "Cream: Come on Mr. Sonic, I don't look that silly.";
Symbol 1071 MovieClip Frame 562
ReadBox.text = "Sonic: Perhaps not, but you do look good enough to eat.";
Symbol 1071 MovieClip Frame 563
ReadBox.text = "Cream blushes at your comment, as you roll the dice again. Luck apparently continues to play in your favor, though as you land on the spot to taste the other player. You grin, giving a bit of an evil vibe, as you approach Cream.";
Symbol 1071 MovieClip Frame 570
ReadBox.text = "Sonic: Mmm, I wonder what you'll taste like.";
Symbol 1071 MovieClip Frame 571
ReadBox.text = "Cream starts to look a little nervous, as you begin to lick her cheeks. Slowly, you begin to lick and suck down her neck towards her chest. It's all too easy, to get lost in the feeling of tasting this delicious chocolate coated bunny. However, Cream isn't enjoying this so much, as you move towards her sensitive whipped cream nipples.";
Symbol 1071 MovieClip Frame 572
ReadBox.text = "Cream: Mr. Sonic, stop... I...";
Symbol 1071 MovieClip Frame 573
ReadBox.text = "You stop looking Cream in the eyes.";
Symbol 1071 MovieClip Frame 574
ReadBox.text = "Cream: I'm not comfortable with this now. Let's just wrap things up.";
Symbol 1071 MovieClip Frame 575
ReadBox.text = "Deep down, you don't want to do anything that may upset Cream, so you clean up. Cream runs into the shower first to wash up before you do. The chocolate sauce proves a little difficult to clean out of your fur, but you manage to get it all off.";
Symbol 1071 MovieClip Frame 580
ReadBox.text = "Sonic: Mmm, I wonder what you'll taste like.";
Symbol 1071 MovieClip Frame 581
ReadBox.text = "Cream starts to look a little nervous, as you begin to lick her cheeks. Slowly you, begin to lick and suck down her neck towards her chest. It's all too easy, to get lost in the feeling of tasting this delicious chocolate coated bunny. Eventually, you find yourself nibbling her whipped cream nipples, making her cry out in a bit of pleasure.";
Symbol 1071 MovieClip Frame 582
ReadBox.text = "Cream: Ah! Mr... Mr. Sonic, I...";
Symbol 1071 MovieClip Frame 583
ReadBox.text = "You lay Cream back on her towel, just taking the view of her messy body in. The panties prove to be in the way, though. You agreed to keep her panties on for the rules, so you decide to just slip your hand in there, smearing the chocolate and whipped cream between her little legs. This sends Cream into a pleasure frenzy, as you begin to lick and suck on her belly button.";
Symbol 1071 MovieClip Frame 584
ReadBox.text = "Cream: AH! AH! AHHHH!!!";
Symbol 1071 MovieClip Frame 585
ReadBox.text = "Cream cums on your skilled fingers, as she looks to be on the verge of passing out.";
Symbol 1071 MovieClip Frame 586
ReadBox.text = "Cream: Aww... I lost...";
Symbol 1071 MovieClip Frame 587
ReadBox.text = "Sonic: It's okay Cream, I'm sure you'll win next time...";
Symbol 1071 MovieClip Frame 588
ReadBox.text = "The two of you go to the bathroom to clean up. The chocolate sauce proves a little difficult to clean out of your fur but you manage to get it all off.";
Symbol 1071 MovieClip Frame 590
ReadBox.text = "Cream doesn't look too nervous about you getting ready to eat her, like an ice cream sundae. In fact she looks ready for just about anything, you could do to her as that cream and chocolate melt down her body. You grab her, pulling her messy body against yours and begin to kiss her before tasting her, deliciously sweet body.";
Symbol 1071 MovieClip Frame 591
ReadBox.text = "You start with her flat chest, giving her whipped cream nipples extra attention. You then, move down to her stomach, licking up the loose chocolate sauce, which has run into her belly button. Before long, you start licking her pussy, which too is covered in your sweet confectionary.";
Symbol 1071 MovieClip Frame 592
ReadBox.text = "The taste of chocolate and cream mixed with her sweet pussy juice, which becomes almost too much to bear. You use the chocolate sauce to beat yourself off, while Cream drives close to her own orgasm. One more, long hard lick is all it takes for you to cum, simultaneously making you both pant in a mixture of sweets and sweat.";
Symbol 1071 MovieClip Frame 593
ReadBox.text = "Sonic: *Pant* Shoot... Looks like we both lost...";
Symbol 1071 MovieClip Frame 594
ReadBox.text = "Cream: No, I'd say... *pant* We both won, very much.";
Symbol 1071 MovieClip Frame 595
ReadBox.text = "The two of you, hug and kiss one more time, before making your way to the bathroom to clean up. The chocolate sauce proves a little difficult to clean out of your fur but you manage to get it all off.";
Symbol 1071 MovieClip Frame 600
ReadBox.text = "Luck doesn't seem to be on your side this time. Not only, does Cream cover you with confections, but you seem to keep landing on the spots to cover yourself, with whipped cream and chocolate sauce, as well. She is unable to hold back her laughter, as she has turned you into an ice cream sundae.";
Symbol 1071 MovieClip Frame 601
ReadBox.text = "Sonic: Well Cream, you can just eat me...";
Symbol 1071 MovieClip Frame 602
ReadBox.text = "What was meant to be an insult, ends up becoming literal, as she lands on the 'Taste Other Player' spot. She gets close to you and begins to taste you a little.";
Symbol 1071 MovieClip Frame 610
ReadBox.text = "Cream seems to be a little hesitant, as she begins to lick your body. The intimate feel of her licks and touches, begin to get you a little aroused, as you can see a bulge growing in your undies. It doesn't take long for Cream to notice, as she moves down your body to lick your stomach. You've become, so aroused that the tip of your cock, ends up popping out of the elastic waistband of your undies.";
Symbol 1071 MovieClip Frame 611
ReadBox.text = "The sudden surprise of the pop, causes Cream to fall over, not expecting that at all.";
Symbol 1071 MovieClip Frame 612
ReadBox.text = "Cream: Uh, Mr. Sonic... I'm not comfortable with this anymore...";
Symbol 1071 MovieClip Frame 613
ReadBox.text = "Sonic: Yeah, things are getting a bit too messy. Let's just call it a day for now.";
Symbol 1071 MovieClip Frame 614
ReadBox.text = "Deep down, you don't want to do anything that may upset Cream, so you clean up. Cream runs into the shower first to wash up, before you do. The chocolate sauce proves a little difficult to clean out of your fur but you manage to get it all off.";
Symbol 1071 MovieClip Frame 620
ReadBox.text = "Cream seems to be a little hesitant, as she begins to lick your body. The intimate feel of her licks and touches, begin to get you a little aroused, as you can see a bulge growing in your undies. It doesn't take long for Cream to notice, as she moves down your body to lick your stomach.";
Symbol 1071 MovieClip Frame 621
ReadBox.text = "You've become, so aroused that the tip of your cock, ends up popping out of the elastic waistband of your undies.";
Symbol 1071 MovieClip Frame 622
ReadBox.text = "At first Cream is surprised by your arousal, but as soon as some of the melting whipped cream plops on top of your cock tip, Cream doesn't hesitate to lick it off. The feeling of her tongue on your cock, nearly makes you orgasm, as a little of your own whipped cream begins to leak from your tip.";
Symbol 1071 MovieClip Frame 623
ReadBox.text = "Cream: Hehehe, you liked that didn't you, Mr. Sonic.";
Symbol 1071 MovieClip Frame 624
ReadBox.text = "Before you can respond, Cream gathers up some more whipped cream and chocolate and begins rubbing it all over your cock, so she can lick it up. This proves to be too much, as you begin cumming almost immediately. You end up covering Cream with your own hedgehog brand cream before passing out on a towel.";
Symbol 1071 MovieClip Frame 625
ReadBox.text = "Cream: Hey Mr. Sonic, it wasn't your turn to cover me with something.";
Symbol 1071 MovieClip Frame 626
ReadBox.text = "Sonic: It's okay, you won... I can't go on...";
Symbol 1071 MovieClip Frame 627
ReadBox.text = "Cream: Yay! I rock!";
Symbol 1071 MovieClip Frame 628
ReadBox.text = "Cream does a victory dance, as you begin to get up, so you can clean up. The two of you go to the bathroom to clean up. All those confections prove to be a little difficult to clean out of your fur but you manage to get it all off.";
Symbol 1071 MovieClip Frame 630
ReadBox.text = "Cream doesn't hesitate to jump on you, rubbing her naked body all over your messy fur. The feeling sends you into an instant erection, bumping Cream on the back of her tail. She grins, moving down your body and towards your chocolate covered hedgehog cock.";
Symbol 1071 MovieClip Frame 631
ReadBox.text = "Cream: Hehehe, how about we make an extra messy sundae. Huh, Mr. Sonic?";
Symbol 1071 MovieClip Frame 632
ReadBox.text = "You're powerless to resist and she uses the chocolate and cream to jerk you off, as hard as possible. You try to resist but as soon, as she wraps her little mouth around your cock tip, you begin to erupt. The first spurt hits her tongue, warning her to pull off.";
Symbol 1071 MovieClip Frame 633
ReadBox.text = "With a few more jerks, she begins spraying the rest of your cum, all over your chest and stomach. You pass out on the towel behind you and Cream begins to mix your cum with the chocolate and cream. It's a taste she REALLY enjoys; the saltiness mixed with the sweetness just fills her with joy.";
Symbol 1071 MovieClip Frame 634
ReadBox.text = "Sonic: Looks like you win Cream, and you get a tasty treat to go with that victory.";
Symbol 1071 MovieClip Frame 635
ReadBox.text = "Cream: Mmhmm that was a lot of fun, Mr. Sonic.";
Symbol 1071 MovieClip Frame 636
ReadBox.text = "Cream does a victory dance, as you begin to get up, so you can clean up. The two of you go to the bathroom to clean up. All those confections prove to be a little difficult to clean out of your fur but you manage to get it all off.";
Symbol 1071 MovieClip Frame 640
ReadBox.text = "You both get GREEN cards, which leads to the 'Truth or Dare' part of the board game. Cream giggles a little, thinking of fun things she's going to ask you. You prepare yourself, as well unsure of how this game will turn out.";
Symbol 1071 MovieClip Frame 641
ReadBox.text = "It starts out innocent enough, as you two warm up with some simple dares. You dare Cream to stand on her head and she dares you to do a really silly dance. Once the warm up is over, you decided to take it up a notch.";
Symbol 1071 MovieClip Frame 650
ReadBox.text = "You land of dare and look to Cream wondering what you should tell her to do.";
Symbol 1071 MovieClip Frame 660
ReadBox.text = "You land on truth and look to Cream wondering what you should ask her.";
Symbol 1071 MovieClip Frame 670
ranVar = random(180) + 1;
if (ranVar > 89) {
TOR = "truth";
} else {
TOR = "dare";
}
ReadBox.text = ("Now that your turn is done, Cream is ready to kick it up a notch as well, as she lands on " + TOR) + ".";
Symbol 1071 MovieClip Frame 680
ReadBox.text = "Cream makes a pretty grossed out face but realizes that she has to do it. She gets a small bowl of ice cream and places a pickle in it. You watch intently, as she begins to eat it. She doesn't seem too grossed out, as she begins to eat. But as she finishes it up, she looks like she's ready to vomit.";
Symbol 1071 MovieClip Frame 681
ReadBox.text = "Cream: I'm gonna get you back for this, Mr. Sonic.";
Symbol 1071 MovieClip Frame 690
ReadBox.text = "Cream gives you a really weird look, but you keep a straight face, requesting Cream to wear her underwear on her head and dance. She sighs and does what she's told. It's a bit comical, seeing her try to get her floppy ears through the leg holes but somehow, she manages to do it.";
Symbol 1071 MovieClip Frame 691
ReadBox.text = "Sonic: Here, let me set the mood.";
Symbol 1071 MovieClip Frame 692
ReadBox.text = "You turn on a little music from Vanilla's stereo and Cream begins to wiggle her hips. At first, she's hesitant but then, she eventually gets into it, spinning around the living room in times with the beat.";
Symbol 1071 MovieClip Frame 693
ReadBox.text = "You begin to find yourself, getting very aroused by the sight, but do your best to keep in under control, as Cream's dance comes to an end.";
Symbol 1071 MovieClip Frame 694
ReadBox.text = "Cream: Okay Mr. Sonic, it's my turn.";
Symbol 1071 MovieClip Frame 700
ReadBox.text = "Cream giggles at your suggestion and doesn't hesitate to jump towards you and pull down your underwear. You cock gets hard almost instantly, as her little velvet paws take hold.";
Symbol 1071 MovieClip Frame 701
ReadBox.text = "Cream: Hehehe, it isn't much of a dare if I enjoy doing it too, Mr. Sonic.";
Symbol 1071 MovieClip Frame 702
ReadBox.text = "She does make a good point, as she begins to suck you off. You can feel her really working over your cock, as her saliva runs down your shaft. You already begin to get pretty close to orgasming, while Cream begins to slow down her efforts. As your cock throbs, Cream moves off and back off grinning happily.";
Symbol 1071 MovieClip Frame 703
ReadBox.text = "Sonic: Creamie, what are you doing?";
Symbol 1071 MovieClip Frame 704
ReadBox.text = "Cream: You dared me to suck you off, not make you cum. Now it's my turn.";
Symbol 1071 MovieClip Frame 705
ReadBox.text = "Cream giggles, as she leaves you in a very awkward position. She rolls the dice and lands on dare grinning towards you, as you try to control your lust.";
Symbol 1071 MovieClip Frame 706
ReadBox.text = "Cream: All right Sonic. I dare you to cum.";
Symbol 1071 MovieClip Frame 707
ReadBox.text = "Without hesitation, you grab your cock and jerk as hard as you can. The amount of pressure held up in you explodes, all over the room hitting Cream directly on her face and stomach. The force pushes her back, as some more cum lands on her hips and stomach. You fall to your side in complete exhaustion, enjoying that delayed orgasm, though Cream on the other hand isn't looking too happy.";
Symbol 1071 MovieClip Frame 708
ReadBox.text = "Cream: Aww, I didn't say you could cum on me Mr. Sonic...";
Symbol 1071 MovieClip Frame 709
ReadBox.text = "Sonic: You didn't say I couldn't, Cream...";
Symbol 1071 MovieClip Frame 710
ReadBox.text = "You catch her in a logic fault, as she gets up and heads to the bathroom to clean up. Looks like the game is over for now.";
Symbol 1071 MovieClip Frame 715
ReadBox.text = "You pull your hardening cock right out in front of Cream, making her fall back a little in surprise.";
Symbol 1071 MovieClip Frame 716
ReadBox.text = "Sonic: *Grin* Well, Cream. It isn't going to suck itself off.";
Symbol 1071 MovieClip Frame 717
ReadBox.text = "Cream is hesitant, but you've developed enough trust with her that she's willing to give it a try. She begins to picture it like a lollipop, as she starts to lick around the tip. Her inexperienced mouth proves to be almost too much for you, when she begins to suck on the tip.";
Symbol 1071 MovieClip Frame 718
ReadBox.text = "Cream: Its... It tastes kind of salty. But, not bad.";
Symbol 1071 MovieClip Frame 719
ReadBox.text = "You nod and guide Cream's mouth back to your cock. Slowly, she begins to take more of it, making her cheeks puff out a little. She begins, to hold onto your balls for support, but feeling those velvet like paws sends you over the edge, as you begin to cum. Cream was completely unprepared and tries to swallow what she can.";
Symbol 1071 MovieClip Frame 720
ReadBox.text = "The rest either flies out the side of her mouth or goes through her nose.";
Symbol 1071 MovieClip Frame 721
ReadBox.text = "Even though, you came first and lost, you still feel like a winner. You grab a couple paper towels and clean Cream up, while telling her that she won. She grins and begins to dance around happily to her victory.";
Symbol 1071 MovieClip Frame 725
ReadBox.text = "You pull your hardening cock right out in front of Cream making her fall back a little in surprise.";
Symbol 1071 MovieClip Frame 726
ReadBox.text = "Cream: Mr... Mr. Sonic?";
Symbol 1071 MovieClip Frame 727
ReadBox.text = "You begin to advance towards her but she quickly becomes uncomfortable crying out for you to stop. Unfortunately, you were standing too close and she kicks you between the legs making you fall in pain.";
Symbol 1071 MovieClip Frame 728
ReadBox.text = "Cream: I umm... I don't think we should play anymore today, Mr. Sonic...";
Symbol 1071 MovieClip Frame 729
ReadBox.text = "You?re not and head over to the kitchen to grab some ice.";
Placehold.text = "-5 Energy\n-1 Happiness";
Symbol 1071 MovieClip Frame 735
ReadBox.text = "Cream gives you a really weird look, but you keep a straight face requesting Cream to wear her underwear on her head and dance. She sighs and begins to pull down her underwear. You get a nice peak of her cute little butt, but then she pulls her undies back up and blushes really hard.";
Symbol 1071 MovieClip Frame 736
ReadBox.text = "Cream: I'm sorry Mr. Sonic; I don't feel comfortable playing this anymore.";
Symbol 1071 MovieClip Frame 737
ReadBox.text = "You nod in agreement, not wanting to upset the little bunny. You and Cream begin to clean up and decide to do something else for today.";
Symbol 1071 MovieClip Frame 745
ReadBox.text = "Cream: Hehehe, okay, Mr. Sonic. I just landed on dare, and I've got an interesting dare for you.";
Symbol 1071 MovieClip Frame 746
ReadBox.text = "Sonic: Oh boy...";
Symbol 1071 MovieClip Frame 747
ReadBox.text = "Cream runs into the kitchen and runs back with a phonebook. She begins, looking through and then hands you the phone.";
Symbol 1071 MovieClip Frame 748
ReadBox.text = "Cream: I want you to pull a crank call on this place and ask them this.";
Symbol 1071 MovieClip Frame 749
ReadBox.text = "She whispers, what she wants you to say in your ear. You feel embarrassed, deep inside to do something that's so juvenile, but this is the official dare, so you have to do it. You dial the number and wait for an answer. Cream gets close to you so she can listen.";
Symbol 1071 MovieClip Frame 750
ReadBox.text = "Phone: Daddy Jack's Pizza. What can I get for you.";
Symbol 1071 MovieClip Frame 751
ReadBox.text = "Sonic: Hi, umm... I'm looking for my friend. Seamore Butts.";
Symbol 1071 MovieClip Frame 752
ReadBox.text = "Phone: Oh yeah sure, he's here with Amanda Hugnkiss, Hue Jass, and I.P. Freely. Listen asshole, those kind of pranks just don't work anymore. Call back when you no longer in a rerun of the Simpsons... *Click*";
Symbol 1071 MovieClip Frame 753
ReadBox.text = "Cream falls over laughing, as you hang up realizing you've been had.";
Symbol 1071 MovieClip Frame 754
ReadBox.text = "Sonic: You made me call, there knowing that I was going to get chewed out.";
Symbol 1071 MovieClip Frame 755
ReadBox.text = "Cream nods and runs off giggling. Looks like she got the upper hand on you.";
Placehold.text = "+3 Happiness";
Symbol 1071 MovieClip Frame 760
ReadBox.text = "Cream: All right, Mr. Sonic. You're going to be my man servant for the next half hour.";
Symbol 1071 MovieClip Frame 761
ReadBox.text = "Sonic: Okay... What do you want me to do first, your highness?";
Symbol 1071 MovieClip Frame 762
ReadBox.text = "Cream: Good. I want you to address me like that from now on. Now, give me a piggyback ride around the house.";
Symbol 1071 MovieClip Frame 763
ReadBox.text = "You do, what Cream tells you to do for the next twenty minutes. By then, though you're feeling pretty tired.";
Symbol 1071 MovieClip Frame 764
ReadBox.text = "Cream: Again, my servant.";
Symbol 1071 MovieClip Frame 765
ReadBox.text = "Sonic: Cream, I'm getting a little tired. Can we call it a day on this game?";
Symbol 1071 MovieClip Frame 766
ReadBox.text = "Cream: No, and for questioning my order, you deserved to get punished. You must... um... Lick my royal feet.";
Symbol 1071 MovieClip Frame 767
ReadBox.text = "Cream begins to wiggle her cute little toes in front of you. You're a bit hesitant but decide to have some fun with it. You take her big toe in your mouth and begin to suck on it a little. This seems to send a small shiver of pleasure up, through her body and back down her ears. You continue your treatment, giving her a massage along the way. It's pretty obvious that her feet are a bit sensitive.";
Symbol 1071 MovieClip Frame 768
ReadBox.text = "Pretty soon Cream is panting and getting obviously wet, as you hit all the right spots. She's not sure how, you're doing it but you do. As you take in her right foot, in your mouth and begin licking around, this sends Cream into a mini orgasm making her pass out on the floor.";
Symbol 1071 MovieClip Frame 769
ReadBox.text = "Cream: Mr. Sonic... How... How did you...";
Symbol 1071 MovieClip Frame 770
ReadBox.text = "You grin declaring yourself the winner, as you clean up the game.";
Symbol 1071 MovieClip Frame 775
ReadBox.text = "Cream: All right, Mr. Sonic. I want you to kiss my tail.";
Symbol 1071 MovieClip Frame 776
ReadBox.text = "She bends over slightly and shows her cute butt off to you. You get close, giving a perverted grin, as you hold onto her legs.";
Symbol 1071 MovieClip Frame 777
ReadBox.text = "Cream: Oh no, Mr. Sonic. You're not allowed to do anything else. You just kiss the right cheek and then the left and that's all, or else...";
Symbol 1071 MovieClip Frame 778
ReadBox.text = "You nod, keeping your lust in check the best you can. You plant your lips of Cream's right cheek giving it a kiss. You can hear her giggling out loud, wishing she had a camera right now. You then move to her other cheek and plant a big kiss on that as well.";
Symbol 1071 MovieClip Frame 779
ReadBox.text = "By now, Cream is laughing loudly at your embarrassment, but you think of a way to get her back.";
Symbol 1071 MovieClip Frame 780
ReadBox.text = "Without warning, you begin to plant a small hickie on her butt. It's not much, but it's enough to mark her before she pushes you off.";
Symbol 1071 MovieClip Frame 781
ReadBox.text = "Cream: All right, Mr. Sonic. I think we've played enough... Let's just call it a day.";
Symbol 1071 MovieClip Frame 782
ReadBox.text = "You nod and begin to clean the game up and put it back away.";
Symbol 1071 MovieClip Frame 785
ReadBox.text = "You nod, keeping your lust in check the best you can. But it proves to be too much, as you get extremely close to Cream's nether regions. You plant a big wet kiss on her right cheek, making her giggle some. As you move to the left cheek though, you get a clear view of her little pussy. You're unable to resist as you plant your face into it.";
Symbol 1071 MovieClip Frame 786
ReadBox.text = "The shock sends Cream into a frenzy, as she kicks you square in the jaw. This causes you to pass out, as she screams incoherently, at you for what you did. Eventually, you come to, but by then the game is over and everything is cleaned up.";
Placehold.text = "-5 Energy";
Symbol 1071 MovieClip Frame 795
ReadBox.text = "Cream: FOR THE MILLIONTH TIME, NO!!! TAILS IS NOT MY BOYFRIEND!!! WE'RE JUST FRIENDS!!! Why does everyone keep assuming that?!";
Symbol 1071 MovieClip Frame 796
ReadBox.text = "Sonic: But you like Tails, don't you? I think he'd feel heartbroken, if he heard you yell that.";
Symbol 1071 MovieClip Frame 797
ReadBox.text = "Cream: As my mommy said, Tails is a bit too much of a softy. He's not a strong hero like you or Knuckles.";
Symbol 1071 MovieClip Frame 798
ReadBox.text = "Cream grabs the dice and gets ready for her turn.";
Symbol 1071 MovieClip Frame 805
ReadBox.text = "Cream: I really don't see too much, it's usually very dark in there. Most of the friends, my mommy brings over though, I usually never recognize them.";
Symbol 1071 MovieClip Frame 806
ReadBox.text = "Sonic: I see...";
Symbol 1071 MovieClip Frame 807
ReadBox.text = "Cream: Peaking in on them always makes me feel a little fun, though. Especially, when it is someone I know like Ms. Sally or Ms. Amy.";
Symbol 1071 MovieClip Frame 808
ReadBox.text = "Sonic: That's perfectly normal, Cream.";
Symbol 1071 MovieClip Frame 809
ReadBox.text = "Cream begins to blush, realizing that she may have given out too much info. She grabs the dice and gets ready to roll.";
Symbol 1071 MovieClip Frame 815
ReadBox.text = "Cream: Um... Well I like you a lot, Mr. Sonic as a friend.";
Symbol 1071 MovieClip Frame 816
ReadBox.text = "Sonic: A friend, huh? Would you be able to think of me as more than a friend?";
Symbol 1071 MovieClip Frame 817
ReadBox.text = "Cream: Well, maybe. I mean, I've never had a daddy. I wouldn't mind, if I found out you were my daddy. That would be so awesome.";
Symbol 1071 MovieClip Frame 818
ReadBox.text = "Cream giggles at the aspect and then gives you a close hug.";
Symbol 1071 MovieClip Frame 819
ReadBox.text = "Cream: Daddy Sonic. I like that a lot.";
Symbol 1071 MovieClip Frame 820
ReadBox.text = "You hug Cream back trying to hold your arousal. She then let\u00E2\u0080\u0099s go and grabs the dice for her turn.";
Symbol 1071 MovieClip Frame 825
ReadBox.text = "Cream: I like you a lot, Mr. Sonic. In fact, I really really um...";
Symbol 1071 MovieClip Frame 826
ReadBox.text = "She blushes brightly, as she comes up to you and hugs you tightly.";
Symbol 1071 MovieClip Frame 827
ReadBox.text = "Cream: *Whisper* I love you, Mr. Sonic...";
Symbol 1071 MovieClip Frame 828
ReadBox.text = "You hug her back giving, her a deep kiss as well.";
Symbol 1071 MovieClip Frame 829
ReadBox.text = "Sonic: I love you too, Cream.";
Symbol 1071 MovieClip Frame 830
ReadBox.text = "The arousal between the both of you begins to sky rocket. Right there, on the carpet Cream spreads herself open for you, asking for you in a desperate voice.";
Symbol 1071 MovieClip Frame 835
ReadBox.text = "You're already rock hard, as you push yourself into her wet but tight little bunny hole. You begin to thrust hard into her pussy, sending Cream into an immediate orgasm. The ripples of her pussy become almost too much for you, as you continue to thrust into her even harder. Pretty soon, you reach your limit and push, as hard as you can, deep against her tiny cervix.";
Symbol 1071 MovieClip Frame 836
ReadBox.text = "You blast, a heavy load of hedgehog cum deep inside her. There's so much from the arousal, that you can almost feel Cream's stomach inflate a little, as you pull out. The cream that erupts from her used pussy making it difficult for your arousal to go back down. By now, Cream is completely exhausted, so you let her rest on the couch, as you clean up the game.";
Symbol 1071 MovieClip Frame 845
ReadBox.text = "You have that box of condoms nearby, so you grab one and slip one on to play it safe. The lube from the condom, along with Cream's wetness makes it easy to slip in. Warmth from the lube itself sends her into a sky rocketing orgasm, making her squeeze down on your cock. Luckily the condom itself isn't pressure sensitive, allowing you to go, as long as you want.";
Symbol 1071 MovieClip Frame 846
ReadBox.text = "You move, your pleasure fest to the couch, pushing Cream's little pussy down on your cock as much as possible. After about a half hour, though it becomes a little too much to bear. You've already made Cream cum again and you can feel, your throbbing cock ready to explode. With one more thrust, you begin to cum quickly filling that condom up, as you stay in Cream as long as possible.";
Symbol 1071 MovieClip Frame 847
ReadBox.text = "Pretty soon, you cock slips out with the inflated condom dangling from your tip. You pull it off and leave it to the side, as you give Cream one last kiss. She's very tired but she manages to kiss you one last time, before passing out on the couch, leaving you to clean up the game.";
Symbol 1071 MovieClip Frame 855
ReadBox.text = "Cream: Tell me the truth, Mr. Sonic. Why do you like looking at me naked so much, when you think I'm not noticing.";
Symbol 1071 MovieClip Frame 856
ReadBox.text = "Sonic: Um... Uh... I'm not sure what you mean.";
Symbol 1071 MovieClip Frame 857
ReadBox.text = "Cream: Liar... And you're not the only one either. Whenever mommy has one of her weirder friends over they try to look at me naked, as well.";
Symbol 1071 MovieClip Frame 858
ReadBox.text = "Sonic: Well it's just you're so cute. And um...";
Symbol 1071 MovieClip Frame 859
ReadBox.text = "Cream: I know I'm cute Mr. Sonic, but what makes me so cute when I'm naked or in the bathroom.";
Symbol 1071 MovieClip Frame 860
ReadBox.text = "Sonic: Well that's just one of the mysteries of life. It would take all day to explain it properly.";
Symbol 1071 MovieClip Frame 861
ReadBox.text = "Cream just sighs accepting the answer and picks up the dice for her turn.";
Symbol 1071 MovieClip Frame 865
ReadBox.text = "Cream: Tell me the truth, Mr. Sonic. Why does everyone like my mommy so much?";
Symbol 1071 MovieClip Frame 866
ReadBox.text = "Sonic: Well um...";
Symbol 1071 MovieClip Frame 867
ReadBox.text = "Form everything you've seen from this experience, you can put two theories together but you wonder, which one you should tell Cream.";
Symbol 1071 MovieClip Frame 868
ReadBox.text = "Sonic: Well it's never easy to say Cream but I'll tell you the truth. Your mother might be a prostitute.";
Symbol 1071 MovieClip Frame 869
ReadBox.text = "This doesn't sit well with Cream, as she stands up and kicks you right in the nose.";
Symbol 1071 MovieClip Frame 870
ReadBox.text = "Sonic: DON'T TALK ABOUT MY MOMMY LIKE THAT!!!";
Symbol 1071 MovieClip Frame 871
ReadBox.text = "Despite the kick to your face, you're actually more surprised, that she knows what the word prostitute means. Cream stomps back to her room angry, leaving you to clean up. You did the right thing telling the truth but it will cost you.";
Placehold.text = "-5 Energy";
Symbol 1071 MovieClip Frame 875
ReadBox.text = "Sonic: Well Cream, I'll be perfectly honest. Your mother is the nicest person in the city. She's very giving, loving, and loves giving guys and girls hugs indiscriminately.";
Symbol 1071 MovieClip Frame 876
ReadBox.text = "Cream smiles and nods completely agreeing with you.";
Symbol 1071 MovieClip Frame 877
ReadBox.text = "Cream: Yes, my mommy is a very nice person.";
Symbol 1071 MovieClip Frame 878
ReadBox.text = "The two of you play a little more, not letting the questions get any broader then what was already asked. Eventually though, Cream gets bored and decided to do something else, leaving you to clean up.";
Symbol 1071 MovieClip Frame 885
ReadBox.text = "Cream: So tell me, Mr. Sonic. Have you ever kissed another boy?";
Symbol 1071 MovieClip Frame 886
ReadBox.text = "Sonic: What? Have I every kissed another boy? What makes you ask that?";
Symbol 1071 MovieClip Frame 887
ReadBox.text = "Cream: Well I've seen my mommy kiss other girls. I was wondering if boys, like to kiss boys as well.";
Symbol 1071 MovieClip Frame 888
ReadBox.text = "Sonic: Well you make a good point, but what makes you think I'd kiss another boy?";
Symbol 1071 MovieClip Frame 889
ReadBox.text = "Cream: Hehehe, I'm not hearing a no, Mr. Sonic.";
Symbol 1071 MovieClip Frame 890
ReadBox.text = "Sonic: Um, well, uh... That's it game's over. Let's do something else.";
Symbol 1071 MovieClip Frame 891
ReadBox.text = "Cream: All right, I'll just take your silence as a yes then. So who did you kiss? Hmm? Tails? I know Tails has a crush on you. *Giggles*";
Symbol 1071 MovieClip Frame 892
ReadBox.text = "You decided to just end it there and clean up the game.";
Symbol 1071 MovieClip Frame 895
ReadBox.text = "You both get YELLOW cards, which leads to the Foreplay part of the board game. However, you're both playing by 'Mommy Rules' so this part of the board is off limits. So the two of you continue to play the regular board, getting a new set of colored cards.";
Symbol 1071 MovieClip Frame 905
ReadBox.text = "You both get YELLOW cards, which leads to the Foreplay part of the board game. You grin proposing an idea to Cream.";
Symbol 1071 MovieClip Frame 906
ReadBox.text = "Sonic: How about we make a bet this time. If you cum first, I get to do whatever I want to you. And if I cum first, I'll do whatever you want me to do.";
Symbol 1071 MovieClip Frame 907
ReadBox.text = "Cream: Hehehe, okay, Mr. Sonic. It's on.";
Symbol 1071 MovieClip Frame 908
ReadBox.text = "(There are pleasure meters for this round. Whoever reaches 100% first loses. This game is based on luck of the draw though. Here's to hoping you land on a good square.)";
Symbol 1071 MovieClip Frame 915
ReadBox.text = "It's your turn, as you roll the dice and see, which square you land on.";
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 925
ReadBox.text = "You land on 'Get Intimate' so you grab Cream and begin to kiss and rub her body. Getting intimate goes both ways though, as she begins to get intimate with you as well.";
CreamP = CreamP + 20;
SonicP = SonicP + 10;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 935
ReadBox.text = "You land on 'Masturbate with toy' so this counts as a penalty against you. The game comes with its own little egg vibrator, so you begin to use it on yourself, raising the pleasure in you. Cream begins to look a little aroused, watching you masturbate with the vibrating egg.";
SonicP = SonicP + 20;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 945
ReadBox.text = "You grin happily, as you land on 'Use toy on other player' and advance on Cream to use the little egg vibration that comes with the game on her. All she can do is lay back, as you proceed to use the egg on her little bunny hole, sending her pleasure up.";
CreamP = CreamP + 30;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 955
ReadBox.text = "You land on 'Masturbate', which means you're stuck pleasuring yourself for 30 seconds. You try to do it lightly, but Cream calls you out on it making you rub a little harder. Soon the 30 seconds are up, but you can feel the pleasure rising in you.";
SonicP = SonicP + 10;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 965
ReadBox.text = "You grin landing on 'Rub other player' meaning you get your 30 second to pleasure Cream by rubbing her bunny cunny. You start off softly just rubbing her slit, until you begin to work on her tiny clit. Before you know it the 30 seconds are up and you remove your hand, leaving Cream itching for a little more pleasure.";
CreamP = CreamP + 20;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 975
ReadBox.text = "It's Cream's turn as she rolls the dice and sees which square she'll land on.";
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 985
ReadBox.text = "Cream lands on 'Get Intimate' and hops onto you rubbing her velvet fur up and down your body and cock. You can feel yourself getting very hard, but quickly grab her back rubbing her up and down her tiny body as well.";
SonicP = SonicP + 20;
CreamP = CreamP + 10;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 995
ReadBox.text = "Cream land on 'Masturbate with toy' and a bit of shock runs across her face. She hesitantly, grabs the little egg vibrator and begins rubbing her little bunny hole with it. Cream begins, to look a little aroused, but tries her best not send herself over the edge.";
CreamP = CreamP + 20;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 1005
ReadBox.text = "Cream's eyes light up as she lands on 'Use toy on other player' as she grabs the vibrating egg and advances on you. She decides to go for the weak spot, placing the toy at the tip of your cock. This sends you into a world of pleasure, almost loosing it before the 30 seconds are up.";
SonicP = SonicP + 30;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 1015
ReadBox.text = "Cream becomes a bit crestfallen when she lands of 'Masturbate'. She slips her hands between her legs and begins to rub her cunny slowly. You look sternly at Cream, though encouraging her to rub a little harder. This brings her closer to her own orgasm.";
CreamP = CreamP + 20;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 1025
ReadBox.text = "Cream's eyes light up as she lands on 'rub other player' and immediately grabs your hard cock rubbing it. Her velvet paws may prove to be too much for you, as you can feel your pleasure rise.";
SonicP = SonicP + 20;
Placehold.text = (("Sonic Pleasure: " + SonicP) + "\nCream Pleasure: ") + CreamP;
Symbol 1071 MovieClip Frame 1035
ReadBox.text = "You can no longer hold back and begin cumming hard from the relentless foreplay. This causes Cream to jump into the air, cheering loudly at her victory.";
Symbol 1071 MovieClip Frame 1036
ReadBox.text = "Sonic: Okay Cream, you win. What will I do for you...";
Symbol 1071 MovieClip Frame 1037
ReadBox.text = "Cream: Hehehe, I know what you're going to do for me.";
Symbol 1071 MovieClip Frame 1045
ReadBox.text = "Cream falls over on her back, cumming hard and causing her cunny juice to shoot into the air. It looks like you're the winner of the foreplay game, as you hover over Cream to claim your prize.";
Symbol 1071 MovieClip Frame 1046
ReadBox.text = "Cream: Mr... Mr. Sonic. What are you going to do to me?";
Symbol 1071 MovieClip Frame 1047
ReadBox.text = "Sonic: Hehehe...";
Symbol 1071 MovieClip Frame 1055
ReadBox.text = "You decide to sit down and play a racing game with Cream. She has a little trouble keeping up with you since; you ARE the best there is when it comes to racing.";
Symbol 1071 MovieClip Frame 1056
ReadBox.text = "What will you do?";
Symbol 1071 MovieClip Frame 1065
ReadBox.text = "It takes a bit of energy, but you manage to bring it down a notch and let her beat you, causing Cream to hop up and down in excitement.";
Symbol 1071 MovieClip Frame 1066
ReadBox.text = "Cream: Weeeee I won!!!";
Placehold.text = "";
Symbol 1071 MovieClip Frame 1067
ReadBox.text = "You congratulate Cream and tell her she\u00E2\u0080\u0099s really good at playing video games.";
Symbol 1071 MovieClip Frame 1075
ReadBox.text = "You continue pressuring her, making her car skid out of control, you manage to beat her.";
Symbol 1071 MovieClip Frame 1076
ReadBox.text = "Sonic: YES!!! In yo face! Hahahaha, and you know what, Creamie?.. The winner gets a prize...";
Symbol 1071 MovieClip Frame 1077
ReadBox.text = "Cream: Ehhh... Ok what do you want as a prize, Mr. Sonic?";
Symbol 1071 MovieClip Frame 1085
ReadBox.text = "Cream smiles and walks over to you, she gets close and puckers her lips.";
Symbol 1071 MovieClip Frame 1086
ReadBox.text = "She presses them slowly against yours and holds it for just a second...";
Placehold.text = "";
Symbol 1071 MovieClip Frame 1095
ReadBox.text = "Cream gets close and gives you a big topless hug rubbing her chest against your stomach.";
Symbol 1071 MovieClip Frame 1096
ReadBox.text = "You can't help, but to start feeling aroused as your underwear begins to rise.";
Symbol 1071 MovieClip Frame 1097
ReadBox.text = "As soon, as you pull Cream's body closer to yours, she can feel your erection poking through your undies. The sudden surprise causes Cream to hop backwards, accidently kneeing you in your happy sack.";
Symbol 1071 MovieClip Frame 1098
ReadBox.text = "Cream: Oh no! I'm so sorry, Mr. Sonic. Let me get you some ice!";
Symbol 1071 MovieClip Frame 1099
ReadBox.text = "Cream panics over to the kitchen, as you follow. You're in a lot of pain but are able to get an ice pack on your own sack. Cream just runs back to her room, feeling very embarrassed about what she did to you.";
Placehold.text = "-4 Energy";
Symbol 1071 MovieClip Frame 1105
ReadBox.text = "Sonic: Alright Cream, I want you to pull your panties down.";
Symbol 1071 MovieClip Frame 1106
ReadBox.text = "Cream\u00E2\u0080\u0099s eyes open up along with her mouth, for a moment she\u00E2\u0080\u0099s about to say something...";
Symbol 1071 MovieClip Frame 1107
ReadBox.text = "...but then shakes her head and storms out of the living room with a very confused face. You need to build your relationship with her more, before you can ask her to do that outside the bathroom.";
Placehold.text = "-1 Happiness";
Symbol 1071 MovieClip Frame 1115
ReadBox.text = "Sonic: Alright Cream, I want you to pull your panties down.";
Symbol 1071 MovieClip Frame 1116
ReadBox.text = "Cream lowers her head, giving a shy nod of agreement, as she fiddles with her panties? elastic straps. Slowly, she begins to pull them down and place them on the floor next to you.";
Placehold.text = "";
Symbol 1071 MovieClip Frame 1117
ReadBox.text = "She starts looking at the ground, blushing hard, as she stands in front of you completely in the nude.";
Symbol 1071 MovieClip Frame 1125
ReadBox.text = "You give a small passionate moan, as you playfully slip your tongue inside her mouth. Cream hops back in surprise.";
Symbol 1071 MovieClip Frame 1126
ReadBox.text = "Cream: No Mis... Mr. Sonic\u00E2\u0080\u00A6 I... I... I don\u00E2\u0080\u0099t wanna do that...";
Symbol 1071 MovieClip Frame 1127
ReadBox.text = "She decides to just give you a small hug, before walking back to her room.";
Placehold.text = "-1 Happiness";
Symbol 1071 MovieClip Frame 1135
ReadBox.text = "You give a small passionate moan and slip your tongue inside her mouth. Cream does the same, as you both kiss passionately for several minutes feeling up each other bodies.";
Symbol 1071 MovieClip Frame 1136
ReadBox.text = "Cream pulls back from the kiss and gives you a very dazed look. She then smiles, thanking you as she walks back to her room.";
Symbol 1071 MovieClip Frame 1145
ReadBox.text = "You grin pulling out your cock and begin to jerk yourself off, while you ogle at the nude rabbit. Cream just looks to you in disgust, as she leaves the room.";
Symbol 1071 MovieClip Frame 1146
ReadBox.text = "Cream: Mr. Sonic, you shouldn?t do that in the living room. That?s naughty and gross.";
Placehold.text = "-5 RWC";
Symbol 1071 MovieClip Frame 1155
ReadBox.text = "You pull out your cock and begin to rub it, as you ogle at the nude rabbit. Cream stands still looking sideways almost hypnotized by the motions of your hardening cock.";
Symbol 1071 MovieClip Frame 1156
ReadBox.text = "After a few minutes, you begin to pick up the pace stroking harder, while Cream begins behaving a little strangely. She seems to be touching herself, while giving a cute moan.";
Symbol 1071 MovieClip Frame 1157
ReadBox.text = "You start to jerk yourself harder because of this.";
Symbol 1071 MovieClip Frame 1165
ReadBox.text = "Cream whimpers and begins to cry\u00E2\u0080\u00A6";
Symbol 1071 MovieClip Frame 1166
ReadBox.text = "Cream: No, Mr. Sonic! I don\u00E2\u0080\u0099t wanna do that!";
Symbol 1071 MovieClip Frame 1167
ReadBox.text = "You realize what you\u00E2\u0080\u0099ve been doing, quickly snapping you out of your lustful daze. You try to comfort her with a hug, but she merely pushes you back.";
Symbol 1071 MovieClip Frame 1168
ReadBox.text = "Sonic: I\u00E2\u0080\u0099m sorry, Cream... I didn't mean to upset you like that...";
Symbol 1071 MovieClip Frame 1169
ReadBox.text = "After a few more minutes of crying, she eventually accepts your apology. She then, gives you a small hug still shedding a couple more tears. Eventually, she begins to calm down and heads back to her room.";
Symbol 1071 MovieClip Frame 1175
ReadBox.text = "Cream nods and lies down on the floor, opening up her legs, reveling her cute little bunny cunny. The sight of her tight slit sends a wave of pleasure, as your orgasm approach.";
Symbol 1071 MovieClip Frame 1176
ReadBox.text = "You kneel in front of her taking aim.";
Symbol 1071 MovieClip Frame 1185
ReadBox.text = "You can\u00E2\u0080\u0099t hold it anymore, your body tightens and you scream in ecstasy.";
Symbol 1071 MovieClip Frame 1186
ReadBox.text = "Sonic: Aaaaahhhh!!! Creeeaaaaaam!!!";
Symbol 1071 MovieClip Frame 1187
ReadBox.text = "A powerful jet of cum, shoots off and lands on her belly. Two more shots, fire off and lands on her leg. The final shot lands across her chest, as the rest spurts onto the ground.";
Symbol 1071 MovieClip Frame 1188
ReadBox.text = "You pant taking a moment to breathe, as Cream looks at the mess you\u00E2\u0080\u0099ve made, panting heavily. You tell her to wait there, as you go get a towel to clean her up.";
Symbol 1071 MovieClip Frame 1195
ReadBox.text = "You motion, your hips towards her cunny. Cream gets wide eyed and begins to panic, as she feels the tip for your cock, press again her pussy lips.";
Symbol 1071 MovieClip Frame 1196
ReadBox.text = "Cream: Mr. Sonic... Ahh... NOOOoooooo!!!";
Symbol 1071 MovieClip Frame 1197
ReadBox.text = "She kicks you in the stomach and bolts to the front door screaming for help.";
Symbol 1071 MovieClip Frame 1205
ReadBox.text = "With a powerful thrust of your hips, you penetrate the young rabbit's tiny cunny. She shrieks lightly from the sudden feeling of having her pussy ripped opened. You wrap your arms around her and give her a powerful squeeze to help calm her down.";
Symbol 1071 MovieClip Frame 1206
ReadBox.text = "Cream: Mr. Son\u00E2\u0080\u00A6. AAaaahahhhh!";
Symbol 1071 MovieClip Frame 1207
ReadBox.text = "Sonic: Ahhhh... Too tight... Fuck I\u00E2\u0080\u0099m cumming!!!";
Symbol 1071 MovieClip Frame 1208
ReadBox.text = "You thrust again, almost getting the rest of your cock inside, forcing you to release a powerful blast of cum deep inside her tiny womb. She screams again from the feeling and faints from her sudden orgasms, allowing you to slip more of your still hardening cock inside.";
Symbol 1071 MovieClip Frame 1209
ReadBox.text = "With your cock still inside her, you pick her up and take her to her mommy\u00E2\u0080\u0099s room. You can't help but continue to fuck her for a couple more minutes, as she remains unconscious. It proves to be too much for you too, as you eventually pass out as well.";
Symbol 1071 MovieClip Frame 1210
ReadBox.text = "About an hour later, you wake up to the noise of Cream playing in her room. You can't help but notice the trail of cum first leading to the bathroom and then to her room. Looks like she had a good time.";
Symbol 1071 MovieClip Frame 1215
ReadBox.text = "You squeeze onto your cock, as Cream approaches to get a closer look. You aim your cock and shoot a couple powerful shots of jizz on her check, chest and panties as well.";
Symbol 1071 MovieClip Frame 1216
ReadBox.text = "In your afterglow daze, you can see Cream is in a bit of a shock unsure of what to do. Without a word she runs to the bathroom. You try to go with her but you're too tired from that orgasm and decide to just rest on the couch.";
Symbol 1071 MovieClip Frame 1225
ReadBox.text = "Cream: Yes, Mr. Sonic?";
Symbol 1071 MovieClip Frame 1226
ReadBox.text = "Sonic: I want you to suck me off, Cream. If you do a good job, you'll get a special treat.";
Symbol 1071 MovieClip Frame 1227
ReadBox.text = "She nods and smiles, as she takes your cock into her mouth with a bit of hesitation. You hold her cheek guiding her up and down your throbbing cock. Little by little, she gets more of your cock in her, as you can feel the tip press against the back of her throat.";
Symbol 1071 MovieClip Frame 1228
ReadBox.text = "Cream suddenly, starts to lightly play with your balls, while she continues to suck you off. The sudden surprise instantly sends you over the edge, as you hold her ears and begin to force your cum down her throat.";
Symbol 1071 MovieClip Frame 1229
ReadBox.text = "She does her best to swallow your large load, but can't. Cum starts spurting out of the sides of her mouth and out her nose, as your softening cock slips from her mouth. As you let go of her ears, she runs to the bathroom to clean up, as you collapse onto the couch in exhaustion.";
Symbol 1071 MovieClip Frame 1235
ReadBox.text = "As soon, as you pull Cream's body closer to yours, she can feel your erection poking through your undies. She looks down noticing the tip and proceeds to pull down your underwear, grinning.";
Symbol 1071 MovieClip Frame 1236
ReadBox.text = "Sonic: You can give that a hug, as well if you want.";
Symbol 1071 MovieClip Frame 1237
ReadBox.text = "Cream grins, grabbing your cock and rubbing it across the fur on her fuzzy flat chest. The sight instantly becomes too much for you, as you begin to cum. The first shot splashes across her chin almost pushing her back on the floor. The next shot splashes into her surprised open mouth.";
Symbol 1071 MovieClip Frame 1238
ReadBox.text = "With Cream on the ground, you begin to jerk yourself off firing a couple more strings of hot sticky cum on her body.";
Symbol 1071 MovieClip Frame 1239
ReadBox.text = "Sonic: I hope that wasn't too much for you, Creamie.";
Symbol 1071 MovieClip Frame 1240
ReadBox.text = "You help her up and walk her to the bathroom to clean up.";
Symbol 1071 MovieClip Frame 1245
ReadBox.text = "You begin to playfully, press your cock tip against her bunny hole. As the head slips in, Cream gives a sudden shriek.";
Symbol 1071 MovieClip Frame 1246
ReadBox.text = "Cream: Mr. Sonic! Wait!";
Symbol 1071 MovieClip Frame 1247
ReadBox.text = "You hold back almost at the point of no return. Cream has a very worried and confused look on her face.";
Symbol 1071 MovieClip Frame 1248
ReadBox.text = "Cream: I... I don't know if I'm ready to do that yet...";
Symbol 1071 MovieClip Frame 1249
ReadBox.text = "Sonic: We don't have to, if you don't want to Cream.";
Symbol 1071 MovieClip Frame 1250
ReadBox.text = "You begin to pull back, but your cock tip brushes against her clit, sending a shiver of pleasure through her body.";
Symbol 1071 MovieClip Frame 1251
ReadBox.text = "Cream: Wait... Mr. Sonic do that again...";
Symbol 1071 MovieClip Frame 1252
ReadBox.text = "With a grin, you begin to grind your cock tip against her cunny, making her moan out your name. Both of you begin to get lost in pleasure. Cream begins to push her hips towards you, as you continue to grind against her cunny.";
Symbol 1071 MovieClip Frame 1253
ReadBox.text = "Suddenly, she cries out in an orgasm, pushing you past the point of no return. You suddenly, thrust your hips sending your cock past her resistance and deep into her young cunny.";
Symbol 1071 MovieClip Frame 1254
ReadBox.text = "This causes Cream to scream out again in a mix of pain and pleasure from the penetration. All that good feeling inside her was able to block the pain of her first time, as you give her a deep and passionate kiss. Her tightness is too much to bear, which has you quickly cum inside her.";
Symbol 1071 MovieClip Frame 1255
ReadBox.text = "Cream: Ahh... Mr. Sonic... I can feel you... It's... So... Warm...";
Symbol 1071 MovieClip Frame 1256
ReadBox.text = "The pleasure just become too much for her, as she passes out. The two of you lay on the couch resting, softly from the intense pleasure.";
Symbol 1071 MovieClip Frame 1257
ReadBox.text = "(Congrats. Cream has completely opened up to you. Your relationship has reached the next level. Next time you summon Cream you can ask her to remove her panties and do more fun stuff with her.)";
Symbol 1071 MovieClip Frame 1260
ReadBox.text = "Sonic: Alright Creamie, let\u00E2\u0080\u0099s sit down and watch a movie.";
Symbol 1071 MovieClip Frame 1261
ReadBox.text = "Cream nods in agreement and sits right next to you, cuddling you close. You've decide to pop an R rated movie into the DVD player. It\u00E2\u0080\u0099s nothing too frightening for Cream; it\u00E2\u0080\u0099s a blend of action and comedy.";
Symbol 1071 MovieClip Frame 1262
ReadBox.text = "An hour into the movie, a romantic scene begins to start, and the couple in the movie, end up having sex. Even though, the scene isn't graphic, you notice that Cream has brought her hand over her cunny.";
Symbol 1071 MovieClip Frame 1263
ReadBox.text = "She seems to be really excited, as she's rubbing herself hard.";
Symbol 1071 MovieClip Frame 1270
ReadBox.text = "You continue watching the movie, as Cream gives a slight yelp orgasming all over the couch. You grin and pretend to ignore her, while she cuddles up to you getting comfortable.";
Symbol 1071 MovieClip Frame 1271
ReadBox.text = "You notice that she starts falling asleep and once the movie ends, she\u00E2\u0080\u0099s sound asleep curled up like a ball.";
Symbol 1071 MovieClip Frame 1280
ReadBox.text = "You decide to pick Cream up and take her to her room.";
Symbol 1071 MovieClip Frame 1281
ReadBox.text = "You lay Cream on her bed; give her a kiss in her forehead before you leave the room. That's so sweet of you.";
Placehold.text = "+1 Moral Alignment";
Symbol 1071 MovieClip Frame 1290
ReadBox.text = "You lay her in the couch and carefully raise her legs. You then, grab her panties by their elastic straps and slowly begin pulling them off. They peel off Cream's wet slit with ease, as she continues to sleep.";
Placehold.text = "+1 Peep\n+1 Lust";
Symbol 1071 MovieClip Frame 1291
ReadBox.text = "You're greeted with a perfect view of her puffy slit, as you pull out your cock and begin to jerk off. The sight is so intense, you start to cum instantly; shoot three or four times on her without waking her up.";
Placehold.text = "";
Symbol 1071 MovieClip Frame 1292
ReadBox.text = "Her whole body is drenched in your cum, as it drips all over the couch and down the crack of her pussy. Not wanting to leave any evidence, you quickly go to the bathroom and return with a towel to clean her up, before taking her to her bedroom to let her rest.";
Symbol 1071 MovieClip Frame 1300
ReadBox.text = "You get up and carefully leave her in a sitting position. While she continues sleeping, you pull your underwear down and begin stroking your cock.";
Symbol 1071 MovieClip Frame 1301
ReadBox.text = "Starting gently, you quickly pick up the pace shooting a large load of cum on her. Before she starts to wake up, you quickly get a towel to clean the cum off of her. You then take her to her room to rest.";
Symbol 1071 MovieClip Frame 1310
ReadBox.text = "As Cream continues to rub her cunny, you begin to stroke your cock through your underwear. Your erection pops up quickly, while Cream looks at you and your cock with a slightly lust-filled stare. She continues to rub herself, as the sex scene begins to intensify.";
Placehold.text = "+1 Jerk Off";
Symbol 1071 MovieClip Frame 1311
ReadBox.text = "You already feel close to cumming and you quickly pull out your cock. At this point, it only takes four strokes for you to blast a stream of cum clear across the living room, followed by two shorter ones onto the couch.";
Placehold.text = "";
Symbol 1071 MovieClip Frame 1312
ReadBox.text = "Cream gasps, while you continue to shoot your heavy load. After you finish, she quickly hops off running to her room with a startled look on her face.";
Symbol 1071 MovieClip Frame 1320
ReadBox.text = "You look at Cream, as she\u00E2\u0080\u0099s rubbing herself even harder.";
Symbol 1071 MovieClip Frame 1321
ReadBox.text = "Sonic: You need help with that, Creamie?";
Symbol 1071 MovieClip Frame 1322
ReadBox.text = "Cream looks at you, with an innocent and desperate to cum look. She nods in agreement, laying down on the couch and opening her legs just for you. She takes her hand of her soaking wet cunny, leaving a wet trail of her juices across her stomach.";
Symbol 1071 MovieClip Frame 1323
ReadBox.text = "You bring your hand over her cunny and begin to rub her soft slit. She sighs in innocent relief as you continue to rub her cunny through her soaked panties. The living room begins to echo with the sloppy noise of Cream's wet undies.";
Symbol 1071 MovieClip Frame 1324
ReadBox.text = "As you continue to rub her, while listening to her delightful moans, you quickly grab her panties elastic straps and pull them right off. At first, she gasps but gives a cute moan of relief, as you return to rubbing her soft cunny lips.";
Symbol 1071 MovieClip Frame 1325
ReadBox.text = "Pretty soon she\u00E2\u0080\u0099s close to cumming, crying desperately for more attention. So you push your middle finger deep into her cunny, almost touching her cervix. She gives a powerful cry and orgasms hard squirting her juices all over your hand.";
Symbol 1071 MovieClip Frame 1326
ReadBox.text = "She struggles to stay awake but ends up passing out, almost immediately. You smile, as you take her to her bedroom to rest.";
Symbol 1071 MovieClip Frame 1330
ReadBox.text = "She eeps realizing what she's doing and runs off to her room in embarrassment.";
Symbol 1071 MovieClip Frame 1340
ReadBox.text = "You lay her in the couch and carefully raise her legs. You then, grab her panties by their elastic straps and slowly begin pulling them off. They peel off Cream's wet slit with ease, as she continues to sleep.";
Placehold.text = "";
Symbol 1071 MovieClip Frame 1341
ReadBox.text = "You're greeted with a perfect view of her puffy slit, as you pull out your cock and begin to jerk off. The sight is so intense, you start to cum instantly; shoot three or four times on her without waking her up.";
Placehold.text = "";
Symbol 1071 MovieClip Frame 1342
ReadBox.text = "As soon, as your cum hits her fur, her eyes shoot open to the sight of your jerking off above her. Her hands move down her body, smearing the cum around, causing her to cry out. Without hesitation, she runs for the door screaming for help. Looking like you're in trouble...";
Symbol 1071 MovieClip Frame 1350
ReadBox.text = "Cream nods in excitement, as you each go to one the opposite sides of the couch. You tell her on the count of three begin the tickle game.";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 1071 MovieClip Frame 1351
ReadBox.text = "Sonic: Alright Creamie, one, two, aaand three!";
Placehold.text = "";
Symbol 1071 MovieClip Frame 1352
ReadBox.text = "You both jump at each other, and begin the tickling game. She seems to be getting better at finding your ticklish spots quickly gaining the upper hand. Soon it\u00E2\u0080\u0099s too much to bear, as she goes for your feet...";
Symbol 1071 MovieClip Frame 1353
ReadBox.text = "Sonic: OH MY!!! Mercy Creamie you won!";
Symbol 1071 MovieClip Frame 1354
ReadBox.text = "Cream: Nuh uh! NO MERCY!!! YAAAAAAAAHHHHH!!";
Symbol 1071 MovieClip Frame 1355
ReadBox.text = "She continues to tickle you in your weak points. Luckily you came prepared, since you went to the bathroom earlier. So, as she's her rubbing against you, it gives you a rather hard erection. Cream feels your hardening cock through your undies and stops suddenly.";
Symbol 1071 MovieClip Frame 1356
ReadBox.text = "Cream: Oh! I\u00E2\u0080\u0099m sorry, Mr. Sonic...";
Symbol 1071 MovieClip Frame 1357
ReadBox.text = "She pulls back a bit embarrassed.";
Symbol 1071 MovieClip Frame 1360
ReadBox.text = "Cream blushes and begins to rub up and down your underwear. After a few minutes, you decide to pull it out, so she can get a better view. Cream blushes once more and begins to jerk it slowly, while you sit back in relief letting her play with your cock for a while.";
Symbol 1071 MovieClip Frame 1361
ReadBox.text = "Her paw suddenly, hits a sensitive spot causing you to cum hard without warning. You start shooting cum all over yourself, causing Cream to hold onto your cock tightly.";
Symbol 1071 MovieClip Frame 1362
ReadBox.text = "Her tight grip caused by her surprise, makes you?re cum shoot even further then you expected. When you finally finish, Cream immediately, let?s go and runs off to her room, still in a little bit of shock.";
Placehold.text = "+1 Exposure\n+1 Lust";
Symbol 1071 MovieClip Frame 1370
ReadBox.text = "Cream hesitantly rubs her hand across the bulge in your underwear, but quickly changes her mind. She stands and runs off to her room, leaving you with your hard on.";
Symbol 1071 MovieClip Frame 1371
ReadBox.text = "Since Cream is no longer in the room, you get up and make your way to Vanilla's bedroom to rub one out. Not really giving a care, you don't close the door all the way, as you throw off your undies and hop on the bed, with your still raging hard on.";
Symbol 1071 MovieClip Frame 1372
ReadBox.text = "It doesn't take you long to reach your climax, groaning softly as you cover, your stomach in a few ropes of thick cum. A sudden gasp catches your attention though, as you look up. For a split second, you notice Cream peaking through the door, before she runs back to her room.";
Placehold.text = "+1 Jerk Off\n-1 Happiness";
Symbol 1071 MovieClip Frame 1380
ReadBox.text = "Cream blushes and begins to rub up and down your underwear. After a few minutes, you decide to pull it out, so she can get a better view. Cream blushes, once more and begins to jerk it slowly, while you sit back in relief letting her play with your cock for a while.";
Symbol 1071 MovieClip Frame 1381
ReadBox.text = "Her paw suddenly hits a sensitive spot causing you to cum hard without warning. You start shooting cum all over yourself, causing Cream to hold onto your cock tightly.";
Symbol 1071 MovieClip Frame 1382
ReadBox.text = "You start thinking that nothing could be better than this but Cream surprises you even more, when she opens wide and goes down on your cock. The feeling of her mouth sucking down your cum, sends you into a new world of pleasure.";
Symbol 1071 MovieClip Frame 1383
ReadBox.text = "Holding her cheeks tightly, you thrust a couple more times shooting a torrent of cum down her throat. As Cream comes back up for air, all that cum she couldn't swallow runs down the side of her mouth, while she gives you a bright, sticky smile.";
Symbol 1071 MovieClip Frame 1390
ReadBox.text = "You tell Cream to sit down on the couch next to you. She looks over your nude body and hard cock, blushing while tenderly snuggling up next to you.";
Symbol 1071 MovieClip Frame 1391
ReadBox.text = "You flip through the adult programming menu, which Vanilla has mysteriously subscribed to allowing access to ALL the adult movies. Even the ones you have to pay a little extra for.";
Symbol 1071 MovieClip Frame 1392
ReadBox.text = "After a short search you find 'Slutty Bunny Girlies' is available. The porno's plot, if any, is about this group of bunnies, a few years older than Cream exploring their sexuality through hardcore sex.";
Symbol 1071 MovieClip Frame 1393
ReadBox.text = "The movie begins with a sex scene of one of the bunny girls, getting both her holes pummeled by two very thick cocks. Cream gasps, as she sees those two cocks brutally stretching the bunny, as she screams in a mix of pain and ecstasy.";
Symbol 1071 MovieClip Frame 1394
ReadBox.text = "Cream starts to subconsciously rub her cunny, as she continues to watch the movie. You're already well into jerking off, while moving yourself closer to her. Just as you start picking up the pace, you blast a load clear across the living room.";
Symbol 1071 MovieClip Frame 1395
ReadBox.text = "The sight makes Cream squeal in delight, as she achieves an orgasm as well. Despite feeling spent, the two of you continue to watch the movie. After a little while, you are both starting to masturbate again. Cream spreads her legs open towards you, allowing you to touch her.";
Symbol 1071 MovieClip Frame 1396
ReadBox.text = "Slowly you move your hand to her cunny and start to rub her slit. The moans of ecstasy from the movie fill the air, as Cream's moans blend to create an extremely erotic atmosphere. Your finger slowly slips into her tight cunny, causing her to gently push towards your hand.";
Symbol 1071 MovieClip Frame 1397
ReadBox.text = "Suddenly she cries out and orgasms once more, squeezing down on your intruding finger. You then furiously pump your cock and begin to jerk yourself into ecstasy, blasting a load on Cream's belly and legs.";
Symbol 1071 MovieClip Frame 1398
ReadBox.text = "The movie continues to intensify with two of the bunny girls starting to make out with each other, while their tails are pounded.";
Symbol 1071 MovieClip Frame 1399
ReadBox.text = "It takes a little while longer for your cock to get hard again. This time, Cream begins to jerk you off herself, while fingering her very wet slit with her other hand. The bunny in the movie begins to give a blowjob, so Cream starts to suckle onto your cock as well.";
Symbol 1071 MovieClip Frame 1400
ReadBox.text = "She happily bobs her head up and down your shaft moaning from the taste. With every three to four bobs, she pulls your cock out to lick your balls and shaft and before continuing to suck you off. The movie eventually reaches the finale with a massive cumshot on one of the bunnies.";
Symbol 1071 MovieClip Frame 1401
ReadBox.text = "Cream still bobs her head up and down intensifying her technique, as she gets into position in front of you. The movie comes to an end, as you're ready to shoot your load. Cream attempts to take as much of your cock as possible as you orgasm one last time.";
Symbol 1071 MovieClip Frame 1402
ReadBox.text = "Not much comes out as you're pretty much spent from the encounter, making it easier for her to swallow. You give Cream a kiss in her forehead and tell her she did a good job. She smiles and gives you a peck in the cheek, before running off to her room to clean up.";
Symbol 1071 MovieClip Frame 1405
ReadBox.text = "You tell Cream that you're gonna put on a porno, she giggles in excitement and runs off to the couch and hops in excitement.";
Symbol 1071 MovieClip Frame 1406
ReadBox.text = "Cream: Let's watch that one, Mr. Sonic.";
Symbol 1071 MovieClip Frame 1407
ReadBox.text = "Sonic: Nah I already saw 'Busty Rangers the Return!' last week.";
Symbol 1071 MovieClip Frame 1408
ReadBox.text = "Cream: What about this one?";
Symbol 1071 MovieClip Frame 1409
ReadBox.text = "Sonic: Hmm... 'Busty Bats, in Albion.' Rouge started in that movie... Maybe...";
Symbol 1071 MovieClip Frame 1410
ReadBox.text = "Cream: Oh, oh how about this one. I think my mommy is in this one.";
Symbol 1071 MovieClip Frame 1411
ReadBox.text = "Sonic: 'Steamy MILFs IV' Umm... Let's just pick one at random.";
Symbol 1071 MovieClip Frame 1412
ReadBox.text = "Cream giggles and hops happily, as you begin to watch a movie. It doesn't take long for the action to begin as you and Cream start enjoying the movie in your usual fashion. It doesn't take long for Cream to start cumming, as she lets out a cute moan.";
Symbol 1071 MovieClip Frame 1413
ReadBox.text = "You decide to pick Cream up and set her on your lap, making her feel a bit more relaxed. Her ears obscure your view of the movie, but feeling their furry thighs rub against your pulsating cock is well worth it. She doesn't seem to mind either, as her cunny juice begins to flow onto your cock.";
Symbol 1071 MovieClip Frame 1414
ReadBox.text = "Pretty soon you start cumming blasting your load onto Cream, almost in time with the action in the movie.";
Symbol 1071 MovieClip Frame 1415
ReadBox.text = "Cream: Mr. Sonic, I really like doing this with you. *sighs in relief*";
Symbol 1071 MovieClip Frame 1416
ReadBox.text = "Sonic: Yeah, I like doing this with you too.";
Symbol 1071 MovieClip Frame 1417
ReadBox.text = "She gets up wobbling a bit, while attempting to give you a small but passionate kiss. She then, hops off the couch and runs back to her room to clean up.";
Symbol 1071 MovieClip Frame 1420
ReadBox.text = "Sonic: Alright, Creamie lay on the couch...";
Symbol 1071 MovieClip Frame 1421
ReadBox.text = "Cream nods happily and obediently lays down in the couch. You begin to slide your hand down her belly playfully going over her nipples, before going back up to her lips. She suckles your fingers, giving you a cute giggle. You smile and kiss her on the forehead.";
Symbol 1071 MovieClip Frame 1422
ReadBox.text = "You then give her a deep passionate kiss sticking your tongue deep into her mouth. She moans in pleasure, as you remove her hand from between her legs and start rubbing her cunny yourself. After a long while you stop kissing her, moving down to give her nipples some attention.";
Symbol 1071 MovieClip Frame 1423
ReadBox.text = "Cream: *giggle* Mr. Sonic, that tickles.";
Symbol 1071 MovieClip Frame 1424
ReadBox.text = "You smile and continue to lick her nipples relentlessly, causing her to shiver, as she approaches her orgasm.";
Symbol 1071 MovieClip Frame 1425
ReadBox.text = "Cream: *moan* Mr. Sonic, my bunny hole is getting tingly.";
Symbol 1071 MovieClip Frame 1426
ReadBox.text = "Sonic: He he, alright then let me get a nice look at it then.";
Symbol 1071 MovieClip Frame 1427
ReadBox.text = "Cream blushes, as you pull her legs open and begin to lick her cunny. You then, start pushing your talented tongue deep into her bunny hole, making her squeal happily in excitement.";
Symbol 1071 MovieClip Frame 1428
ReadBox.text = "You continue this for a long time, making her orgasm a couple times in a row. She then, moves her hands down, spreading her pussy and offering herself, as a reward for making her feel so good. You don't hesitate to line your cock up and push it as deep, as possible.";
Symbol 1071 MovieClip Frame 1430
ReadBox.text = "Cream cries out in pain and pleasure, as you bury yourself deep into her bunny hole as possible. With all that build up it doesn't take long to cum, as you both cry out in passion. She soon passes out from all that pleasure, so you cuddle up with her and decide to rest on the couch for an hour.";
Symbol 1071 MovieClip Frame 1440
ReadBox.text = "With one last thrust, you push yourself deep inside Cream, flooding her entire pussy with your thick spunk. She soon passes out from all that pleasure, so you cuddle up with her and decide to rest on the couch for an hour.";
Symbol 1071 MovieClip Frame 1450
ReadBox.text = "You plop down on the couch, while stroking your cock. It doesn't take long for it to harden in your hand, as you look over Cream's naked body.";
Symbol 1071 MovieClip Frame 1451
ReadBox.text = "Sonic: Come here, Cream...";
Symbol 1071 MovieClip Frame 1452
ReadBox.text = "You open your legs and let go of your cock. Cream quickly latches onto your erect manhood massaging it slowly at first. Soon she starts to happily play all sorts of games with your cock, like licking it slowly, suckling onto the tip, while playing with your balls, or attempt to deep throat.";
Symbol 1071 MovieClip Frame 1453
ReadBox.text = "She keeps playing with it for almost an hour. And every time, you cum she smiles and plays with your sperm, spiting it over your cock and bobbing her head up and down on your cum covered cock. In the end, she happily giggles as moves up to your lips.";
Symbol 1071 MovieClip Frame 1454
ReadBox.text = "Cream: That was fun, Mr. Sonic. I love playing games like this with you.";
Symbol 1071 MovieClip Frame 1455
ReadBox.text = "You bring her close and give her a gentle kiss, before going back to her room to clean up.";
Symbol 1078 Button
on (release) {
if (ItemStats[12] == false) {
ItemStats[12] = true;
ItemList.push("Camaro Car Keys");
gotoAndStop ("FoyerSum");
}
}
Symbol 1080 Button
on (release) {
overBeep.start(0, 1);
if (DayVent[6] == false) {
gotoAndStop ("Outside");
} else {
Informer.text = "Can't go outside since it's raining...";
}
}
Symbol 1081 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Living");
}
on (keyPress "<Right>") {
overBeep.start(0, 1);
gotoAndStop ("Living");
}
Symbol 1083 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Hallway");
}
on (keyPress "<Down>") {
overBeep.start(0, 1);
gotoAndStop ("Hallway");
}
Symbol 1084 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
if (DayVent[6] == false) {
if (((SMain[6] >= 7) && (Smain[6] <= 10)) && (DayVent[10] == true)) {
gotoAndStop ("OutsideSum");
sumOutside.gotoAndStop("Carnival1");
} else if (DayVent[9] == true) {
gotoAndStop ("OutsideSum");
sumOutside.gotoAndStop("Done");
} else if (SMain[6] >= 7) {
gotoAndStop ("OutsideSum");
sumOutside.gotoAndStop("Late");
} else {
gotoAndStop ("OutsideSum");
}
} else {
gotoAndStop ("FoyerSum");
sumFoyer.gotoAndStop("NoOutside");
}
}
Symbol 1086 Button
on (release) {
_root.ringFX.start(0, 1);
_root.themeCurrent.start(0, 1);
_root.gotoAndStop("Foyer");
}
Symbol 1092 MovieClip Frame 1
stop();
_root.themeCurrent.stop();
_root.victory.start(0, 1);
Symbol 1092 MovieClip Frame 10
stop();
if (DayVent[6] == true) {
_root.themeCurrent.stop();
_root.themeCurrent = new Sound();
_root.themeCurrent.attachSound("raining");
_root.themeCurrent.start(0, 99);
}
Symbol 1097 Button
on (rollOver) {
if ((RandomPeep > 50) && (RandomPeep < 80)) {
Inform.text = "Cream is not in her room";
} else {
Informer.text = "Peep In On Cream\n-5 Energy";
}
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
if ((RandomPeep > 50) && (RandomPeep < 80)) {
SMain[0]--;
gotoAndStop ("CreamSum");
Creamie.gotoAndStop("Cream1");
} else if (SMain[0] >= 5) {
SMain[0] = SMain[0] - 5;
gotoAndStop ("HallwayPeep");
} else {
Informer.text = "Not enough energy...";
}
}
Symbol 1098 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Vanilla");
}
on (keyPress "<Up>") {
overBeep.start(0, 1);
gotoAndStop ("Vanilla");
}
Symbol 1099 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Cream");
}
on (keyPress "<Right>") {
overBeep.start(0, 1);
gotoAndStop ("Cream");
}
Symbol 1100 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Foyer");
}
on (keyPress "<Down>") {
overBeep.start(0, 1);
gotoAndStop ("Foyer");
}
Symbol 1102 Button
on (rollOver) {
Informer.text = "Can't Summon Creme here";
}
on (rollOut) {
Informer.text = "";
}
Symbol 1104 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.PeepRandom >= 20) && (_root.PeepRandom <= 35)) {
gotoAndStop ("Hallway1");
} else {
gotoAndStop ("Hallway2");
}
}
Symbol 1107 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2] = _root.SStats[2] + 3;
_root.SStats[4] = _root.SStats[4] + 3;
_root.PeepRandom = 1;
_root.gotoAndStop("Hallway");
}
Symbol 1110 Button
on (release) {
_root.ringFX.start(0, 1);
_root.PeepRandom = 1;
_root.gotoAndStop("Hallway");
}
Symbol 1113 MovieClip Frame 1
stop();
ReadBox.text = "You decide to take a peep into Cream's room...";
Symbol 1113 MovieClip Frame 10
stop();
ReadBox.text = "You catch a glimpse of Cream changing into a new dress and panties, so you get a nice glimps of her naked.";
Placehold.text = "+3 Lust\n+3 Exposure";
Symbol 1113 MovieClip Frame 20
stop();
ReadBox.text = "Cream is just playing with her dolls. Nothing special.";
Symbol 1119 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
if (SMain[4] == true) {
gotoAndStop ("CreamSum");
Creamie.gotoAndStop("Panties");
} else {
gotoAndStop ("CreamSum");
}
}
Symbol 1122 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Cream");
}
Symbol 1123 Button
on (rollOver) {
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[4] == true) {
gotoAndStop ("Panties");
} else {
Reaction.gotoAndStop(3);
ReadBox.text = "Mr. Sonic, why would you ask me that?";
}
}
Symbol 1124 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 5) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 5;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Story1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 1125 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Dolls1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 1129 Button
on (rollOver) {
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[5] == true) {
gotoAndStop ("Naked");
} else {
Reaction.gotoAndStop(3);
ReadBox.text = "I don't feel comfortable taking off my panties right now Mr. Sonic...";
}
}
Symbol 1130 Button
on (rollOver) {
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Dress");
}
Symbol 1131 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Sonic1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 1132 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
if (_root.SMain[9] == true) {
gotoAndStop ("Mad4");
} else {
gotoAndStop ("Mad1");
}
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 1134 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Mad12");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 1135 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Toy1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 1138 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Cream9");
}
Symbol 1139 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Cream2");
}
Symbol 1144 Button
on (release) {
if (BGM._visible == true) {
BGM._visible = false;
} else {
BGM._visible = true;
}
if (ReadBox._visible == true) {
ReadBox._visible = false;
} else {
ReadBox._visible = true;
}
if ((COne._visible == true) && (ROne._visible == true)) {
COne._visible = false;
ROne._visible = false;
} else {
COne._visible = true;
ROne._visible = true;
}
if ((CTwo._visible == true) && (RTwo._visible == true)) {
CTwo._visible = false;
RTwo._visible = false;
} else {
CTwo._visible = true;
RTwo._visible = true;
}
if ((CThree._visible == true) && (RThree._visible == true)) {
CThree._visible = false;
RThree._visible = false;
} else {
CThree._visible = true;
RThree._visible = true;
}
if ((CFour._visible == true) && (RFour._visible == true)) {
CFour._visible = false;
RFour._visible = false;
} else {
CFour._visible = true;
RFour._visible = true;
}
if (_root.ItemStats[4] == true) {
if ((CSpecial._visible == true) && (RSpecial._visible == true)) {
CSpecial._visible = false;
RSpecial._visible = false;
} else {
CSpecial._visible = true;
RSpecial._visible = true;
}
}
}
Symbol 1146 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (ranVar <= 20) {
gotoAndStop ("Cream6");
} else if ((ranVar >= 21) && (ranVar <= 70)) {
gotoAndStop ("Cream7");
} else if (ranVar >= 71) {
gotoAndStop ("Cream4");
}
}
Symbol 1147 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (ranVar <= 20) {
if (_root.ItemStats[1] == true) {
gotoAndStop ("Cream3A");
} else {
gotoAndStop ("Cream3");
}
} else if ((ranVar >= 21) && (ranVar <= 70)) {
gotoAndStop ("Cream4");
} else if (ranVar >= 71) {
gotoAndStop ("Cream5");
}
}
Symbol 1151 Button
on (release) {
_root.ringFX.start(0, 1);
_root.ItemStats[1] = true;
_root.ItemList.push("Carrot Sex Toy");
gotoAndStop ("Cream8");
}
Symbol 1153 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Cream8");
}
Symbol 1159 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2]++;
gotoAndStop ("Cream8");
}
Symbol 1162 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
nextFrame();
} else {
gotoAndStop ("Cream8");
}
}
Symbol 1167 Button
on (release) {
_root.ringFX.start(0, 1);
_root.PeepRandom = 1;
_root.gotoAndStop("Hallway");
}
Symbol 1171 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
Placehold.text = "";
gotoAndStop ("Cream11");
}
Symbol 1172 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Cream10");
}
Symbol 1176 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Kitchen");
}
Symbol 1178 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2]++;
_root.SStats[5] = _root.SStats[5] + 2;
_root.gotoAndStop("Living");
}
Symbol 1180 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[6]--;
Placehold.text = "-1 Moral Alignment";
gotoAndStop ("Dolls10");
}
Symbol 1181 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Dolls2");
}
Symbol 1185 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Dolls4");
}
Symbol 1186 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Dolls3");
}
Symbol 1190 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[6]--;
Placehold.text = "-1 Moral Alignment";
gotoAndStop ("Dolls6");
}
Symbol 1191 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[6]++;
Placehold.text = "+1 Moral Alignment";
gotoAndStop ("Dolls5");
}
Symbol 1195 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[5]++;
_root.gotoAndStop("Cream");
}
Symbol 1197 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]++;
_root.SStats[5]++;
_root.gotoAndStop("Cream");
}
Symbol 1199 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SMain[4] == true) && (_root.SStats[2] >= 10)) {
Placehold.text = "+1 Lust";
_root.SStats[2]++;
gotoAndStop ("Dolls9");
} else if ((_root.SMain[4] == false) && (_root.SMain[2] >= 350)) {
Placehold.text = "";
gotoAndStop ("Dolls16");
} else {
Placehold.text = "";
gotoAndStop ("Dolls8");
}
}
Symbol 1200 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Dolls7");
}
Symbol 1204 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[1]++;
_root.gotoAndStop("Bathroom");
}
Symbol 1207 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
if (((_root.SStats[2] >= 10) && (_root.SStats[4] >= 10)) || (SMain[5] == true)) {
if (_root.SexScore[3] == 0) {
Placehold.text = "";
gotoAndStop ("Dolls18");
} else {
Placehold.text = "";
gotoAndStop ("Dolls19");
}
} else {
Placehold.text = "+1 Exposure";
_root.SMain[4]++;
gotoAndStop ("Dolls17");
}
}
Symbol 1211 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Dolls15");
}
Symbol 1212 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[1]++;
Placehold.text = "+1 Peep";
gotoAndStop ("Dolls11");
}
Symbol 1216 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Dolls12");
}
Symbol 1217 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (((_root.SStats[2] >= 10) && (_root.SStats[5] >= 10)) || (SMain[5] == true)) {
Placehold.text = "";
gotoAndStop ("Dolls14");
} else {
Placehold.text = "";
gotoAndStop ("Dolls13");
}
}
Symbol 1221 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[5]++;
_root.SStats[0]--;
_root.gotoAndStop("Cream");
}
Symbol 1224 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Dolls20");
} else {
nextFrame();
}
}
Symbol 1226 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[6]--;
_root.SStats[0]--;
_root.gotoAndStop("Cream");
}
Symbol 1228 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[4] = true;
_root.gotoAndStop("Cream");
}
Symbol 1232 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[3]++;
_root.DayVent[3]++;
_root.gotoAndStop("Cream");
}
Symbol 1234 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[4]++;
_root.SexScore[7]++;
_root.gotoAndStop("Vanilla");
}
Symbol 1236 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
Placehold.text = "+5 RWC";
gotoAndStop ("Story4");
}
Symbol 1237 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
Placehold.text = "RWC +10";
gotoAndStop ("Story5");
} else {
Placehold.text = "Not enough energy";
}
}
Symbol 1240 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
Placehold.text = "+5 RWC";
gotoAndStop ("Story3");
}
Symbol 1243 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Cream");
}
Symbol 1246 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[6]++;
Placehold.text = "+1 Moral Alignment";
gotoAndStop ("Story6");
}
Symbol 1247 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[3]++;
Placehold.text = "+1 Jerk Off";
gotoAndStop ("Story7");
}
Symbol 1252 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]++;
Placehold.text = "";
gotoAndStop ("Story10");
}
Symbol 1253 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SStats[3] >= 12) || (_root.SMain[5] == true)) {
Placehold.text = "";
gotoAndStop ("Story9");
} else {
Placehold.text = "";
gotoAndStop ("Story8");
}
}
Symbol 1257 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] - 2;
_root.SStats[6]--;
_root.gotoAndStop("Hallway");
}
Symbol 1258 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2] = _root.SStats[2] + 2;
_root.gotoAndStop("Hallway");
}
Symbol 1262 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[9] = true;
Placehold.text = "";
gotoAndStop ("Mad3");
}
Symbol 1263 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[9] = true;
Placehold.text = "";
gotoAndStop ("Mad2");
}
Symbol 1267 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Mad10");
}
Symbol 1269 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Mad4");
}
Symbol 1271 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[4]++;
Placehold.text = "+1 Exposure";
gotoAndStop ("Mad6");
}
Symbol 1272 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Mad5");
}
Symbol 1277 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Cream");
}
Symbol 1278 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
if ((_root.SMain[2] >= 700) && (_root.SMain[5] == false)) {
Placehold.text = "";
gotoAndStop ("Mad11");
} else if (_root.SMain[5] == true) {
Placehold.text = "";
gotoAndStop ("Mad12");
} else {
Placehold.text = "";
gotoAndStop ("Mad7");
}
}
Symbol 1281 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
if ((((_root.SMain[2] >= 550) && (_root.SStats[2] >= 10)) && (_root.SStats[4] >= 10)) || (_root.SMain[5] == true)) {
Placehold.text = "";
gotoAndStop ("Mad9");
} else {
Placehold.text = "";
gotoAndStop ("Mad7");
}
}
Symbol 1282 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
if ((((_root.SMain[2] >= 550) && (_root.SStats[2] >= 10)) && (_root.SStats[5] >= 10)) || (_root.SMain[5] == true)) {
Placehold.text = "";
gotoAndStop ("Mad8");
} else {
Placehold.text = "";
gotoAndStop ("Mad7");
}
}
Symbol 1285 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
_root.gotoAndStop("Cream");
}
Symbol 1288 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[4]--;
_root.gotoAndStop("Living");
}
Symbol 1290 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[7]--;
_root.gotoAndStop("Vanilla");
}
Symbol 1293 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[5] = true;
_root.gotoAndStop("Sleep");
}
Symbol 1295 Button
on (release) {
if (_root.ItemStats[8] == true) {
nextFrame();
} else {
gotoAndStop ("Mad13");
}
}
Symbol 1296 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Mad13");
}
Symbol 1297 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.ItemStats[8] == true) {
nextFrame();
} else {
Placehold.text = "You don't have condoms";
}
}
Symbol 1300 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.gotoAndStop("Cream");
}
Symbol 1302 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
_root.gotoAndStop("Cream");
}
Symbol 1304 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Sonic2");
}
Symbol 1305 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Sonic3");
}
Symbol 1311 Button
on (release) {
if (_root.ItemStats[5] == true) {
gotoAndStop ("Toy3");
} else {
gotoAndStop ("Toy2");
}
}
Symbol 1316 Button
on (release) {
if (_root.ItemStats[6] == true) {
nextFrame();
} else {
gotoAndStop ("Toy4");
}
}
Symbol 1317 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Toy4");
}
Symbol 1318 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.SexScore[6]++;
_root.SexScore[7]++;
Placehold.text = "";
gotoAndStop ("Toy5");
}
Symbol 1323 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[6]++;
_root.SexScore[7]++;
_root.gotoAndStop("Cream");
}
Symbol 1326 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
if (_root.SexVent[9] == true) {
Placehold.text = "";
gotoAndStop ("Toy7");
} else {
Placehold.text = "";
gotoAndStop ("Toy8");
}
}
Symbol 1329 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
Placehold.text = "";
gotoAndStop ("Toy6");
}
Symbol 1333 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[6]++;
_root.SexScore[7]++;
_root.SexScore[4]++;
_root.SexVent[9] = true;
_root.gotoAndStop("Cream");
}
Symbol 1336 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexVent[9] = true;
_root.gotoAndStop("Cream");
}
Symbol 1339 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[6]++;
_root.SexScore[7]++;
_root.SexScore[5]++;
_root.gotoAndStop("Cream");
}
Symbol 1340 MovieClip Frame 1
stop();
Symbol 1340 MovieClip Frame 20
if (_root.ItemStats[1] == true) {
Secret._visible = true;
Sectext.text = "Use the carrot toy on her.";
} else {
Secret._visible = false;
Sectext.text = "";
}
Symbol 1340 MovieClip Frame 30
ReadBox.text = "You're about to see what Cream is up to but you notice that she isn't in her room as usual playing with her dolls. You wonder what you should do.";
Symbol 1340 MovieClip Frame 40
ReadBox.text = "You begin to look around Cream's room keeping an ear our in case she does come back. There is quite a bit of places to explore and you only have enough time to search one place.";
Symbol 1340 MovieClip Frame 41
ReadBox.text = "Which place will you look.";
ranVar = random(100) + 1;
Symbol 1340 MovieClip Frame 50
ReadBox.text = "You begin to rummage through the stuff under Cream's bed. As stuff shifts around you notice a buzzing noise. Reaching towards the buzzing noise you discover a vibrator shaped like a carrot. It's pretty obvious that Cream has been using this but you're not sure how to confront her about it.";
Symbol 1340 MovieClip Frame 51
ReadBox.text = "Suddenly you hear her coming your way so you pocket the toy and stand up.";
Symbol 1340 MovieClip Frame 60
ReadBox.text = "You begin to rummage through the stuff under Cream's bed. As you move some stuff around you hand suddenly grabs holds of a wet pair of panties. They feel fresh so it looks like Cream has been keeping herself busy even without the carrot toy anymore.";
Symbol 1340 MovieClip Frame 61
ReadBox.text = "You try to find some more evidence but you can hear Cream making her way back to the room.";
Symbol 1340 MovieClip Frame 70
ReadBox.text = "You rummage around but you find nothing of consiquence this time. After a few minutes you can hear Cream making her way back to the room.";
Symbol 1340 MovieClip Frame 80
ReadBox.text = "As you rummage around under Cream's bed you find a drawing she made. It has quite an innocent look but it doesn't take a psychiatrist to figure out what is going on in this picture. Even though it's just a drawing you can't help but feel a little turned on by the aspect of it.";
Symbol 1340 MovieClip Frame 81
ReadBox.text = "Suddenly you hear Cream making her way back to the room.";
Symbol 1340 MovieClip Frame 90
ReadBox.text = "As you rummage through Cream's drawers you find something that immediately catches your eye. They appear to be a couple of photos of Cream, but these are pretty explicid.";
Symbol 1340 MovieClip Frame 91
ReadBox.text = "There seems to be a couple pictures of Cream posing in her undies. Did Vanilla take these?";
Symbol 1340 MovieClip Frame 92
ReadBox.text = "You're already finding yourself very aroused and ready to beat off to them, but you can hear Cream coming back.";
Placehold.text = "+1 Lust";
Symbol 1340 MovieClip Frame 100
ReadBox.text = "As you rummage through Cream's drawers, you find a drawing made by her. You find yourself disturbed but turned on by the drawing, especially since it's pretty obvious what her mommy is doing to Sally. You'll have to keep that in mind for later.";
Symbol 1340 MovieClip Frame 101
ReadBox.text = "Another drawing happens to catch your eye. As you pull it out you notice is you, Cream, and Vanilla all happy together. Despite the adult nature of the pose you can't help but feel a little touched by it.";
Symbol 1340 MovieClip Frame 110
ReadBox.text = "Cream enters the room giggling as you try to act innocent about searching her room.";
Symbol 1340 MovieClip Frame 111
ReadBox.text = "Cream: Mr. Sonic? What are you doing?";
Symbol 1340 MovieClip Frame 112
ReadBox.text = "Sonic: Um... Uh, nothing. What are you doing?";
Symbol 1340 MovieClip Frame 113
ReadBox.text = "Cream suddenly looks a little surprised as she blushes.";
Symbol 1340 MovieClip Frame 114
ReadBox.text = "Cream: Nothing as well...";
Symbol 1340 MovieClip Frame 115
ReadBox.text = "Sonic: Okay then.";
Symbol 1340 MovieClip Frame 116
ReadBox.text = "You leave the room as Cream goes back to playing with her dolls.";
Symbol 1340 MovieClip Frame 120
ReadBox.text = "You decide to leave Cream's room alone and start looking for her. You check Vanilla's room and the bathroom first before making you way to the kitchen.";
Symbol 1340 MovieClip Frame 121
ReadBox.text = "Unfortunently, you do catch Cream being a bad bunny. It appears she's standing on the counter trying to get a cookie from the top cubbord.";
Symbol 1340 MovieClip Frame 122
ReadBox.text = "She should be disciplined for this, so what will you do?";
Symbol 1340 MovieClip Frame 130
ReadBox.text = "Sonic: Cream, what do you think you're doing?";
Symbol 1340 MovieClip Frame 131
ReadBox.text = "Cream yelps as she falls off the counter. She tries to give you the innocent look but it doesn't phase you at all.";
Symbol 1340 MovieClip Frame 132
ReadBox.text = "Sonic: Cream you know you're not supose to have any cookies until after a meal right?";
Symbol 1340 MovieClip Frame 133
ReadBox.text = "Cream: I'm sorry Mr. Sonic...";
Symbol 1340 MovieClip Frame 134
ReadBox.text = "Sonic: Bad bunnies don't get any special treats. Are you a bad bunny?";
Symbol 1340 MovieClip Frame 135
ReadBox.text = "Cream: No no no. I'm a good bunny Mr. Sonic. I'm so sorry.";
Symbol 1340 MovieClip Frame 136
ReadBox.text = "She seems scencier in her appology so you let her go with a warning and she runs off to her room.";
Symbol 1340 MovieClip Frame 140
ReadBox.text = "Sonic: Cream, what do you think you're doing?";
Symbol 1340 MovieClip Frame 141
ReadBox.text = "Cream yelps as she falls off the counter. She tries to give you the innocent look but it doesn't phase you at all.";
Symbol 1340 MovieClip Frame 142
ReadBox.text = "Sonic: Cream you know you're not supose to have any cookies until after a meal right? You do realize that you're going to get punished for this.";
Symbol 1340 MovieClip Frame 143
ReadBox.text = "Cream: Punished? What do you mean?";
Symbol 1340 MovieClip Frame 144
ReadBox.text = "You take Cream into the living room and you sit down on the couch bring her to your knee.";
Symbol 1340 MovieClip Frame 145
ReadBox.text = "Sonic: You deserve a spanking for what you did.";
Symbol 1340 MovieClip Frame 146
ReadBox.text = "Cream covers her tail freaking out a little about the aspect of what you're proposing.";
Symbol 1340 MovieClip Frame 147
ReadBox.text = "Sonic: You either get a spanking, or I'll call your mommy up and tell her how much of a bad bunny you are being. In fact, I may tell her about other naughty stuff you've been doing.";
Symbol 1340 MovieClip Frame 148
ReadBox.text = "Her eyes goes wide as she had no choice but to submit. She lays down on your knee and you pull up her skirt. You decided not to spank her too hard, just lightly swating her tail a couple times to make sure she understands the lesson. After about 5 or 6 swats you stop and set Cream back on her feet.";
Symbol 1340 MovieClip Frame 149
ReadBox.text = "Sonic: So what have we learned.";
Symbol 1340 MovieClip Frame 150
ReadBox.text = "Cream: Not to be a bad bunny when I do things without permission.";
Symbol 1340 MovieClip Frame 151
ReadBox.text = "Sonic: That's correct now run along to your room.";
Symbol 1340 MovieClip Frame 152
ReadBox.text = "Cream nods still tearing up a little. You couldn't help but notice that Cream's panties were getting a little wet as you slapped her. Some of that wetness has rubbed off on your hand giving you a bit of a taste of her sent.";
Placehold.text = "+1 Lust\n+2 Touch";
Symbol 1340 MovieClip Frame 155
ReadBox.text = "The two of you start playing with dolls together. Cream has quite the active imagination as she explains the backstory of each of her chao dolls. You take on the role of the Evil Chao Wizard and she takes on the role of Princess Warrior Chao.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1340 MovieClip Frame 156
ReadBox.text = "Cream: Your reign of terror ends evil chao!";
Placehold.text = "";
Symbol 1340 MovieClip Frame 165
ReadBox.text = "Cream giggles happily at your performance as she goes in for the attack. Her chao flies in flaying a pretend sword that she claims can shoot magic.";
Symbol 1340 MovieClip Frame 166
ReadBox.text = "Cream: You're going down Evil Chao!";
Symbol 1340 MovieClip Frame 175
ReadBox.text = "Cream gives you a VERY dirty look.";
Symbol 1340 MovieClip Frame 176
ReadBox.text = "Cream: That was WAY too easy Mr. Sonic. Couldn't you put up a better fight then that?";
Symbol 1340 MovieClip Frame 185
ReadBox.text = "You attempt to counter Cream's chao attack as you absorb her magic and fire back with lightening bolts.";
Symbol 1340 MovieClip Frame 186
ReadBox.text = "Cream: Hehehe, that wont work on my Warrior Princess Mister Sonic. She's equiped with a Franklin Badge.";
Symbol 1340 MovieClip Frame 187
ReadBox.text = "She deflects the lightening back onto you and you are defeated. You surrender to Cream and she accepts it with a REALLY big hug.";
Symbol 1340 MovieClip Frame 188
ReadBox.text = "Cream: Thanks for playing Dollies with me Mr. Sonic. Let's play again soon.";
Placehold.text = "+1 Touch";
Symbol 1340 MovieClip Frame 195
ReadBox.text = "Cream blushes a little as she is flattered by your comment. Her Chao doll kisses yours as she says...";
Symbol 1340 MovieClip Frame 196
ReadBox.text = "Cream: All is forgiven. You are cured of your evil and are welcomed to be a knight in my kingdom.";
Symbol 1340 MovieClip Frame 197
ReadBox.text = "You thank her and give her a big hug.";
Symbol 1340 MovieClip Frame 198
ReadBox.text = "Cream: I had fun playing dolls with you Mister Sonic. Hope we can play again soon.";
Placehold.text = "+1 Happiness\n+1 Touch";
Symbol 1340 MovieClip Frame 205
ReadBox.text = "You surprise Cream by wrapping your arms around her from behind and pulling her and her Chao into a bear hug. She struggles trying to escape, but it's too tight for her.";
Symbol 1340 MovieClip Frame 206
ReadBox.text = "However, as you hold her tight, you accidently start feeling up her body. You can start to feel a little arroused by it.";
Symbol 1340 MovieClip Frame 207
ReadBox.text = "What will you do?";
Symbol 1340 MovieClip Frame 215
ReadBox.text = "Cream gets free but turns around hopping into the air.";
Symbol 1340 MovieClip Frame 216
ReadBox.text = "Cream: Princess Warrior Pounce!";
Symbol 1340 MovieClip Frame 217
ReadBox.text = "She hops onto your chest pinning you to the ground. Despite the lost you are treat to a perfect view of her panties while Cream celebrates her triumph.";
Symbol 1340 MovieClip Frame 218
ReadBox.text = "Cream: Hehe, I win Mister Sonic.";
Symbol 1340 MovieClip Frame 219
ReadBox.text = "You nod and admit defeat as you head to the bathroom to 'relieve yourself' after that wonderful view.";
Placehold.text = "+1 Peep";
Symbol 1340 MovieClip Frame 225
ReadBox.text = "Grinding against her was a bit of a mistake. Cream's hands reach between your legs as she attempts to find a weakness. She then unleashes a punch, hitting your right in your erection, and making you fall to the ground in pain.";
Symbol 1340 MovieClip Frame 226
ReadBox.text = "Cream: Oh my, Mister Sonic are you okay?";
Placehold.text = "-5 Energy";
_root.SMain[0] = _root.SMain[0] - 5;
Symbol 1340 MovieClip Frame 227
ReadBox.text = "You crawl out of the room hurting as you make your way to Vanilla's Room to check on yourself.";
Placehold.text = "";
Symbol 1340 MovieClip Frame 235
ReadBox.text = "Cream can feel something hard pushing against her. With her bound hands behind her back, she begin to feel between your legs.";
Symbol 1340 MovieClip Frame 236
ReadBox.text = "Cream: Mr. Sonic!?";
Symbol 1340 MovieClip Frame 237
ReadBox.text = "You let go suddenly as she turns around and notices the buldge sticking out.";
Symbol 1340 MovieClip Frame 238
ReadBox.text = "Cream: Mr. Sonic, what are you hiding in there?";
Symbol 1340 MovieClip Frame 245
ReadBox.text = "Your dark and evil tone of voice seems to really intimidate Cream as she shakes a little in fear.";
Symbol 1340 MovieClip Frame 246
ReadBox.text = "You stand over her giving her your most evil laugh. This causes Cream to cower under her bed in fear giving you a good view of her panties. Suddenly a wicked though comes to you.";
Placehold.text = "";
Symbol 1340 MovieClip Frame 247
ReadBox.text = "What will you do?";
Symbol 1340 MovieClip Frame 255
ReadBox.text = "You stand over her, giving her your most evil laugh. This causes Cream to cower under her bed in fear, giving you a good view of her panties.";
Symbol 1340 MovieClip Frame 256
ReadBox.text = "Suddenly a wicked thought comes to you.";
Symbol 1340 MovieClip Frame 265
ReadBox.text = "You ask Cream if she's all right. She scoots out from under the bed, shaking nervously.";
Symbol 1340 MovieClip Frame 266
ReadBox.text = "Cream: That was a little too scary, Mr. Sonic. Next time please don't be so scary...";
Symbol 1340 MovieClip Frame 267
ReadBox.text = "You nod as you give her a big hug.";
Symbol 1340 MovieClip Frame 268
ReadBox.text = "Cream: How about we do something else...";
Placehold.text = "+1 Touch\n-1 Happiness";
Symbol 1340 MovieClip Frame 275
ReadBox.text = "You grin devilishly, rubbing your evil Chao doll up against Cream's panties while saying...";
Symbol 1340 MovieClip Frame 276
ReadBox.text = "Sonic: He he, you're all mine Warrior Princess Chao...";
Symbol 1340 MovieClip Frame 277
ReadBox.text = "This sends Cream into defense mode; she shoots her foot forwards, nailing you in the face. You roll over, crying in agony as Cream gets out from under the bed.";
Symbol 1340 MovieClip Frame 278
ReadBox.text = "Cream: Oh my gosh I'm so sorry, Mr. Sonic.";
Placehold.text = "-5 Energy";
_root.SMain[0] = _root.SMain[0] - 5;
Symbol 1340 MovieClip Frame 279
ReadBox.text = "All you can do is hold your head in pain and shame as you crawl out of Cream's room to recuperate in the living room.";
Symbol 1340 MovieClip Frame 285
ReadBox.text = "You grin and rub your evil Chao doll up against Cream's panties. She eeps from the feel, but doesn't react immediately. Her face just blushes while her whole body locks up from the treatment.";
Symbol 1340 MovieClip Frame 286
ReadBox.text = "Cream: Mister... Sonic, what kind of attack is... is... AHH!";
Symbol 1340 MovieClip Frame 287
ReadBox.text = "Cream yelps out with an unexpected orgasm as you pull back your Evil Chao doll noticing how wet it's gotten. Her panties, as well as the floor below her has gotten pretty wet too.";
Symbol 1340 MovieClip Frame 288
ReadBox.text = "Slowly Cream crawls out from under the bed looking a bit shaky.";
Symbol 1340 MovieClip Frame 289
ReadBox.text = "Cream: Mr. Sonic... Could you please leave... I... I... I need to change my clothes...";
Symbol 1340 MovieClip Frame 290
ReadBox.text = "You grin and nod, leaving Cream alone as you enter the hallway.";
Symbol 1340 MovieClip Frame 295
ReadBox.text = "Slowly you slither your doll towards Cream. She shrieks, pressing herself against the wall in complete terror.";
Symbol 1340 MovieClip Frame 296
ReadBox.text = "Cream: Okay Mr.... Mr. Sonic... Please, I give. I give!";
Symbol 1340 MovieClip Frame 297
ReadBox.text = "You tilt your head in disappointment as you put the doll down.";
Symbol 1340 MovieClip Frame 298
ReadBox.text = "Cream: You were acting too evil, Mister Sonic, please don't do that again...";
Symbol 1340 MovieClip Frame 299
ReadBox.text = "You nod as you two find something else to do.";
Placehold.text = "-1 Happiness\n-1 Alignment";
Symbol 1340 MovieClip Frame 305
ReadBox.text = "Cream struggles in your grip as you hold tightly to the sides of her dress. Somehow she gets free and escapes your grip by going limp and sliding free of her red dress.";
Symbol 1340 MovieClip Frame 306
ReadBox.text = "She is now standing there in her panties looking very embarrassed. Not wanting to let Cream feel like that, you quickly come up with a plan and take off your clothes as well.";
Symbol 1340 MovieClip Frame 307
ReadBox.text = "Sonic: If that's the way you want to play it, I'll fight you with no armor as well.";
Symbol 1340 MovieClip Frame 308
ReadBox.text = "This makes Cream very calm as the two of you continue to play. The fight concludes in a draw as the two of you pant from the intense doll fight.";
Symbol 1340 MovieClip Frame 309
ReadBox.text = "Sonic: You look really cute in your panties.";
Symbol 1340 MovieClip Frame 310
ReadBox.text = "Cream: Mommy and I usually walk around in just our undies when no one else is here. Same with Amy when she comes to babysit as well.";
Symbol 1340 MovieClip Frame 311
ReadBox.text = "Cream: I don't mind being in them when I'm around you either.";
Symbol 1340 MovieClip Frame 312
ReadBox.text = "Congratulations! From now on, when you summon Cream you can ask her to take off her dress.";
Symbol 1340 MovieClip Frame 315
ReadBox.text = "Sonic: This is my secret weapon, Cream, charged up and ready to launch.";
Symbol 1340 MovieClip Frame 316
ReadBox.text = "Against your better judgement, you unzip your pants and reveal your hard cock to Cream. She falls backwards from the sudden surprise of you pulling it out as you begin to rub yourself in front of her.";
Placehold.text = "";
Symbol 1340 MovieClip Frame 317
ReadBox.text = "Cream: Mr... Mr. Sonic, I'm not liking this anymore...";
Symbol 1340 MovieClip Frame 318
ReadBox.text = "She grabs her princess warrior chao doll and runs out of the room. With nothing left to entertain you, you zip up your pants and leave Cream's room.";
Placehold.text = "-1 Happiness";
Symbol 1340 MovieClip Frame 325
ReadBox.text = "Sonic: This is my secret weapon, Cream, charged up and ready to launch.";
Symbol 1340 MovieClip Frame 326
ReadBox.text = "Against your better judgement, you unzip your pants and reveal your hard cock to Cream. She falls backwards from the sudden surprise of you pulling it out as you begin to jerk off in front of her.";
Symbol 1340 MovieClip Frame 327
ReadBox.text = "Curiosity gets the better of her, and she takes a closer look at what you're going to do.";
Symbol 1340 MovieClip Frame 328
ReadBox.text = "Sonic: Mmm... Take this!";
Symbol 1340 MovieClip Frame 329
ReadBox.text = "You cum hard, firing a couple shots straight at Cream. She defends herself by holding up her Chao doll, causing your thick cum to splash all over the room.";
Symbol 1340 MovieClip Frame 330
ReadBox.text = "Some of it splashes Cream in the face, making a sticky mess. Some of it also lands in her mouth, giving her a taste of your cum. You pant from the sudden orgasm, watching Cream licking up some of the cum on her face and enjoying the taste.";
Symbol 1340 MovieClip Frame 331
ReadBox.text = "Cream: That... Was an interesting attack, Mr. Sonic...";
Symbol 1340 MovieClip Frame 332
ReadBox.text = "Sonic: He he he, looks like I defeated you, Warrior Princess. All that sticky goo will make sure you can't escape.";
Symbol 1340 MovieClip Frame 333
ReadBox.text = "Cream nods, admitting defeat as she gets up and makes her way to the bathroom. You're too exhausted from all that play to follow all the way, and decide to just crash in Vanilla's room for now.";
Symbol 1340 MovieClip Frame 335
ReadBox.text = "Sonic: This is my secret weapon, Cream, charged up and ready to launch.";
Symbol 1340 MovieClip Frame 336
ReadBox.text = "You unzip your pants and reveal your hard cock to Cream. She falls backwards from the sudden surprise of you pulling it out as you begin to jerk off in front of her.";
Symbol 1340 MovieClip Frame 337
ReadBox.text = "Sonic: Hehehe, you wont be able to escape my ultimate attack, Cream.";
Symbol 1340 MovieClip Frame 338
ReadBox.text = "Cream: *Grin* Oh yeah, I beg to differ, Mr. Sonic.";
Symbol 1340 MovieClip Frame 339
ReadBox.text = "Suddenly Cream lunges towards you and takes your cock tip into her mouth. You almost fall back as she begins to suck on your cock. She's really trying to get you to cum and before you can grab her cheeks to thrust deeper, Cream begins to massage your balls.";
Symbol 1340 MovieClip Frame 340
ReadBox.text = "This overstimulates you beyond anything you expected, almost making you pass out as you begin to cum. Cum begins to burst from all sides of Cream's mouth as you lay back thrusting your hips in time with your cumming.";
Symbol 1340 MovieClip Frame 341
ReadBox.text = "Your cock slips from her mouth, cum dribbling from her lips. She then stands over you with her foot dominantly over your chest.";
Symbol 1340 MovieClip Frame 342
ReadBox.text = "Cream: YES! I defeated you, evil wizard Chao.";
Symbol 1340 MovieClip Frame 343
ReadBox.text = "Sonic: Mmm, yes you did. I admit defeat...";
Symbol 1340 MovieClip Frame 344
ReadBox.text = "You clean up Cream's face before giving her a hug, thanking her for letting you take part in her fun game.";
Symbol 1340 MovieClip Frame 350
ReadBox.text = "Cream: Ahh... Mr. Sonic... You made me mess my panties up...";
Symbol 1340 MovieClip Frame 351
ReadBox.text = "Sonic: Would you like me to clean you up, Creamie?";
Symbol 1340 MovieClip Frame 352
ReadBox.text = "Cream nods, slipping off her sticky panties in front of you. You don't hesitate to stick your face into Cream's dripping wet pussy. This immediately sends her into an orgasm, causing her to squirt her pussy juice all over your face.";
Symbol 1340 MovieClip Frame 353
ReadBox.text = "Cream: Ahhh! I think you've defeated me, evil wizard...";
Symbol 1340 MovieClip Frame 354
ReadBox.text = "Sonic: *Grins* Hehehe, not yet.";
Symbol 1340 MovieClip Frame 355
ReadBox.text = "Eating out Cream's bunny hole has made you really horny as well. You stand up, whipping out your cock, and proceed to jerk off, shooting a heavy load of cum on her.";
Symbol 1340 MovieClip Frame 356
ReadBox.text = "Cream: Ahhh! Nooooo... Now I'm really messy...";
Symbol 1340 MovieClip Frame 357
ReadBox.text = "Sonic: Hehehe... NOW you're defeated.";
Symbol 1340 MovieClip Frame 358
ReadBox.text = "The both of you are pretty messy and tired. Cream makes her way to the bathroom while you pass out for a while in Vanilla's room.";
Symbol 1340 MovieClip Frame 360
ReadBox.text = "Cream: Yay! Story time!";
Placehold.text = "+1 Happiness";
Symbol 1340 MovieClip Frame 361
ReadBox.text = "Cream snuggles up next to you as you try to figure out what to read her.";
Placehold.text = "";
Symbol 1340 MovieClip Frame 370
ReadBox.text = "You pick up a short story about a bunny rabbit who travels the woods looking for treasure. This seems to be Cream's favorite story as she hangs on your every word.";
Symbol 1340 MovieClip Frame 371
ReadBox.text = "Soon the story comes to an end, and Cream seems satisfied with the way you read it.";
Placehold.text = "";
Symbol 1340 MovieClip Frame 372
ReadBox.text = "Cream: Thank you, Mr. Sonic, for reading that to me.";
Symbol 1340 MovieClip Frame 380
ReadBox.text = "You find a nice book on the everyday habits of wild animals. This seems like a harmless book to read to Cream.";
Symbol 1340 MovieClip Frame 381
ReadBox.text = "Cream: Hehe, so cute.";
Placehold.text = "";
Symbol 1340 MovieClip Frame 382
ReadBox.text = "As you read, Cream thanks you for describing some of the animals to her. She giggles at the funny names and looks of some of them. About a half hour later, you get to the end of the chapter and turn the page to the next one.";
Symbol 1340 MovieClip Frame 383
ReadBox.text = "To your shock, despite it being a book for kids, it has a pretty graphic chapter explaining the extensive mating habits of certain animals. It also comes complete with plenty of pictures.";
Symbol 1340 MovieClip Frame 384
ReadBox.text = "You're unsure if you should be exposing something like this to Cream, but she doesn't appear to be too bothered by it. So you continue making your way to the next chapter.";
Symbol 1340 MovieClip Frame 385
ReadBox.text = "Soon, the book runs out of pictures, but Cream thanks you for reading it with her.";
Symbol 1340 MovieClip Frame 386
ReadBox.text = "Cream: Thank you, Mr. Sonic. That was fun reading about all the different animals in the world.";
Symbol 1340 MovieClip Frame 390
ReadBox.text = "Cream has a small selection of children's novels. You pick a fantasy themed one and begin to read it to her. She seems to be enjoying it, but since it's a lengthy book, she begins to doze after the second chapter.";
Symbol 1340 MovieClip Frame 391
ReadBox.text = "Soon you hear her snore as she lays down on her side, making her dress rise. You were so into the book, you didn't notice until now that her panties were showing. You start to find yourself aroused and unsure of what to do.";
Placehold.text = "";
Symbol 1340 MovieClip Frame 392
ReadBox.text = "What will you do?";
Symbol 1340 MovieClip Frame 400
ReadBox.text = "You pick Cream up and lay her on the bed softly to give her a good place to rest before leaving, heading to the living room.";
Symbol 1340 MovieClip Frame 410
ReadBox.text = "Carefully, you pull out your hardening cock and begin to jerk off. You're careful not to awaken Cream as you continue to ogle her panties.";
Symbol 1340 MovieClip Frame 411
ReadBox.text = "Suddenly she shifts a little, giving you a small shock. Just to be safe, you use the book to cover yourself before you can confirm that Cream is still asleep.";
Symbol 1340 MovieClip Frame 412
ReadBox.text = "What will you do?";
Symbol 1340 MovieClip Frame 420
ReadBox.text = "You go a little overboard jerking yourself off over Cream, and start cumming unexpectedly. You grab hold of the first thing you can to stop from cumming all over the place, one of her prized Chao dolls.";
Symbol 1340 MovieClip Frame 421
ReadBox.text = "You make a pretty big mess all over it. You set it in a pile and attempt to walk off hoping she wont notice. But once you get outside the room, you can already hear Cream walking up in shock.";
Symbol 1340 MovieClip Frame 422
ReadBox.text = "Cream: Mister Sonic, what did you do to my doll?!!";
Placehold.text = "-1 Moral Alignment\n-2 Happiness";
Symbol 1340 MovieClip Frame 430
ReadBox.text = "As you start to climax, you lean back, shooting a heavy load all over your hands to keep from hitting anything in her room. With Cream still asleep, you carefully make your way out, trying not to wake her.";
Placehold.text = "+2 Lust";
Symbol 1340 MovieClip Frame 440
ReadBox.text = "You begin to pleasure yourself in Vanilla's room, just kind of taking it slow rather then rushing it around Cream. Thinking about her panties, though, starts sending you to the edge quickly.";
Symbol 1340 MovieClip Frame 441
ReadBox.text = "Lifting your shirt, you begin to cum all over your chest, shooting as much of your spunk as possible. Just as you climax, though, you notice Cream's shadowy figure near the door, which happens to be cracked open slightly.";
Symbol 1340 MovieClip Frame 442
ReadBox.text = "You call out to her, but she just eeps and runs off before you can get up.";
Placehold.text = "+1 Exposure";
Symbol 1340 MovieClip Frame 450
ReadBox.text = "Sonic: So Cream, what should we do first in our mommy and daddy game?";
Symbol 1340 MovieClip Frame 451
ReadBox.text = "Cream: Well first we need to get ourselves a house.";
Symbol 1340 MovieClip Frame 452
ReadBox.text = "Cream pulls out her dollhouse from her closet and opens it up for you. She explains the different parts of the house. She describes where the kitchen, bathroom, living room, and the mommy and daddy room. She also points out the baby room but there doesn't appear to be a baby in it yet.";
Symbol 1340 MovieClip Frame 453
ReadBox.text = "Sonic: Hey Cream, where is the baby?";
Symbol 1340 MovieClip Frame 454
ReadBox.text = "Cream: Oh... Well we don't have one yet. We have to wait for one.";
Symbol 1340 MovieClip Frame 455
ReadBox.text = "Sonic: Wait?";
Symbol 1340 MovieClip Frame 456
ReadBox.text = "Cream: Yeah, for the magical baby chao to bring the mommy one.";
Symbol 1340 MovieClip Frame 457
ReadBox.text = "You can't help but giggle as you can tell that TV has warped her mind a little.";
Symbol 1340 MovieClip Frame 458
ReadBox.text = "Cream: But also you have to show the mommy a lot of love too and make her very happy if your want the baby chao to come.";
Symbol 1340 MovieClip Frame 459
ReadBox.text = "Sonic: Um Cream...";
Symbol 1340 MovieClip Frame 465
ReadBox.text = "Sonic: I'd hate to bust your bubble Cream but that's not really where babies come from.";
Symbol 1340 MovieClip Frame 466
ReadBox.text = "Cream: It's not. But cartoons wouldn't lie to me...";
Symbol 1340 MovieClip Frame 467
ReadBox.text = "Sonic: Well you see...";
Symbol 1340 MovieClip Frame 468
ReadBox.text = "You explain to Cream the facts of life as the awkward look on her face just continues to grow.";
Symbol 1340 MovieClip Frame 469
ReadBox.text = "Cream: You mean the special hug Mr. Sonic?";
Symbol 1340 MovieClip Frame 470
ReadBox.text = "Sonic: Yeah, you could call it that.";
Symbol 1340 MovieClip Frame 471
ReadBox.text = "Cream: My mommy said that was just something adults do for fun. I've peaked on her sometimes and she looks so happy when doing that with another guy or Ms. Blaze.";
Symbol 1340 MovieClip Frame 472
ReadBox.text = "Suddenly a lightbulb comes on in her head.";
Symbol 1340 MovieClip Frame 473
ReadBox.text = "Cream: Maybe doing the special hug is how someone would summon the magical baby chao.";
Symbol 1340 MovieClip Frame 474
ReadBox.text = "Sonic: Sure... Why not...";
Symbol 1340 MovieClip Frame 480
ReadBox.text = "Sonic: Well that's quite an interesting theory Cream.";
Symbol 1340 MovieClip Frame 481
ReadBox.text = "Cream: Theory?";
Symbol 1340 MovieClip Frame 482
ReadBox.text = "Sonic: I mean... Yeah, the baby Chao. So what do we need to do for the magical Baby Chao to arrive?";
Symbol 1340 MovieClip Frame 483
ReadBox.text = "Cream: Well when a mommy and daddy are very happy together the Chao will appear during the night and give the mommy a baby.";
Symbol 1340 MovieClip Frame 484
ReadBox.text = "Sonic: Oh.";
Symbol 1340 MovieClip Frame 490
ReadBox.text = "Cream suddenly gives you a big hug as she holds her mommy Chao doll between the two of you. You're taken by surprise a little but hug her back.";
Symbol 1340 MovieClip Frame 491
ReadBox.text = "Cream: Hugging someone like you Mr. Sonic makes me very happy.";
Symbol 1340 MovieClip Frame 492
ReadBox.text = "You can't help but feel a little warm and fuzzy on the inside as you hug her. However, you begin to feel a little warm and fuzzy in your undies. Having Cream's almost naked body against you is getting you aroused.";
Symbol 1340 MovieClip Frame 493
ReadBox.text = "Quickly, what will you do.";
Symbol 1340 MovieClip Frame 500
ReadBox.text = "Before Cream can notice your erection you grab the first Chao doll you can fly and have it fly in.";
Symbol 1340 MovieClip Frame 501
ReadBox.text = "Sonic: Look Cream, the magical baby Chao is here to deliver our baby.";
Symbol 1340 MovieClip Frame 502
ReadBox.text = "Cream: Yay!";
Symbol 1340 MovieClip Frame 503
ReadBox.text = "Cream embraces the Chao doll happily holding it close before playing it in her dollhouse. With the baby now in place the two of you contine to play house";
Symbol 1340 MovieClip Frame 504
ReadBox.text = "After about an hour it's time to wrap the game up.";
Symbol 1340 MovieClip Frame 505
ReadBox.text = "Cream: That was fun Mr. Sonic. I hope we can play again soon.";
Symbol 1340 MovieClip Frame 510
ReadBox.text = "As Cream continues to hug you, your hedgehog cock continues to get harder. Pretty soon it becomes impossible for Cream to ignore when she presses her body against yours. The unexpected feeling of your erection causes her to jump back.";
Symbol 1340 MovieClip Frame 511
ReadBox.text = "Cream: Mr. Sonic?";
Symbol 1340 MovieClip Frame 512
ReadBox.text = "Sonic: Sorry Cream, but this is what happens when I get really happy.";
Symbol 1340 MovieClip Frame 513
ReadBox.text = "You nervously try to explain why you are like you are. You can't help but wonder how Cream will react.";
Symbol 1340 MovieClip Frame 514
ReadBox.text = "";
Symbol 1340 MovieClip Frame 520
ReadBox.text = "Cream just shakes her head no, not appearing to be in the mood for this right now. You nod and leave the room just wanting to get rid of your erection now.";
Placehold.text = "-1 Happiness";
Symbol 1340 MovieClip Frame 530
ReadBox.text = "Cream nods as you proceed to pull down your underwear showing Cream your hard hedgehog cock. She takes it in her small hands and begins to rum. Her paws feel like velvet which causes you to start shooting pre.";
Symbol 1340 MovieClip Frame 531
ReadBox.text = "She takes the pre in her hand curiously rubbing it around her paws before continuing her treatment. The whole scene already has you pretty close, ready to shoot as more pre leaks down your throbbing shaft.";
Symbol 1340 MovieClip Frame 532
ReadBox.text = "Sonic: Creamie, you have no idea how much this is making me happy.";
Symbol 1340 MovieClip Frame 533
ReadBox.text = "Cream smiles knowing that she's doing a good job. Pretty soon you're getting really close, ready to shoot a hot load all over her cute face. Suddenly Cream gives the sensitive part of your cock tip an experimental lick. The feeling shoots you over the edge.";
Symbol 1340 MovieClip Frame 534
ReadBox.text = "Without warning you begin to shoot a heavy load of cum all over her. The first shot causes her to fall on her butt in surprise. The next couple of shots cover her chest and stomach. You're feeling pretty happy but Cream doesn't look too amused.";
Symbol 1340 MovieClip Frame 535
ReadBox.text = "She runs to the bathroom to clean up as you slip your undies back on and head to the living room.";
Symbol 1340 MovieClip Frame 540
ReadBox.text = "Cream: Really Mr. Sonic?";
Symbol 1340 MovieClip Frame 541
ReadBox.text = "You nod and slip your hand into her panties. This causes Cream to blush but she doesn't resist you. All you have to do is place your finger tip onto her young clitoris and just begin to rub.";
Symbol 1340 MovieClip Frame 542
ReadBox.text = "Cream is pretty easy to please bringing her to an orgasm is less then a minute. Her panties quickly get wet as she looks up to you with a smile.";
Symbol 1340 MovieClip Frame 543
ReadBox.text = "Cream: Wow... That definitely made me feel happy.";
Symbol 1340 MovieClip Frame 544
ReadBox.text = "Sonic: Want me to do it again? A girl like you can feel really really happy when I do this.";
Symbol 1340 MovieClip Frame 545
ReadBox.text = "Cream: Yes yes yes...";
Symbol 1340 MovieClip Frame 546
ReadBox.text = "She's practically begging to cum again as you proceed to rub her little bunny slit again. It's proving to be a bit more difficult to get her off again so you quickly pull down her panties and proceed to lick out her cunny.";
Symbol 1340 MovieClip Frame 547
ReadBox.text = "The treatment sends Cream into another sky rocketing orgasm. SHe holds onto your head trying not to pass out. All she can say before her eyes close is how happy she feels right now. You pick her up and place her on her bed before heading back to Vanilla's room.";
Symbol 1340 MovieClip Frame 550
ReadBox.text = "Cream: Let's do the special hug together.";
Symbol 1340 MovieClip Frame 551
ReadBox.text = "Your eyes immediately shoot open from her suggestion.";
Symbol 1340 MovieClip Frame 552
ReadBox.text = "Sonic: Wait... You want to do the special hug with me?";
Symbol 1340 MovieClip Frame 553
ReadBox.text = "Cream: No, Mr. Sonic you silly. I meant our dolls.";
Symbol 1340 MovieClip Frame 554
ReadBox.text = "Sonic: It's probably better if we just let the dolls do it.";
Symbol 1340 MovieClip Frame 555
ReadBox.text = "The two of you continue your mommy and daddy game. After doing a 'special hug' with the dolls you grab the nearest Chao doll and have it fly in to deliver her baby. Cream embraces the Chao doll happily holding it close before playing it in her dollhouse.";
Symbol 1340 MovieClip Frame 556
ReadBox.text = "With the baby now in place the two of you continue to play house. After about an hour it's time to wrap the game up.";
Symbol 1340 MovieClip Frame 557
ReadBox.text = "Cream: That was fun Mr. Sonic. I hope we can play again soon.";
Symbol 1340 MovieClip Frame 560
ReadBox.text = "Cream: My mommy said that I should wait for the right guy to do the special hug with. And...";
Symbol 1340 MovieClip Frame 561
ReadBox.text = "Cream hugs you tightly around the neck giving you a kiss on the cheek.";
Symbol 1340 MovieClip Frame 562
ReadBox.text = "Cream: Mr. Sonic. You been making feel so safe and wonderful. You... You're the guy I'd want to do the special hug with. Please...";
Symbol 1340 MovieClip Frame 563
ReadBox.text = "What Cream has told you has left you speechless. All you can do is embrace her and give her a deep kiss. As you two kiss, you stand still holding her closely and carry her to her bed. Since this is Cream's first time you pick a comfortable position.";
Symbol 1340 MovieClip Frame 564
ReadBox.text = "It doesn't take long for the two of you to get completely naked allowing Cream to rest her pussy lips against your cock. Cream looks so nervous about this but you do your best to calm her down. Slowly you begin to work your cock tip into her tight folds.";
Symbol 1340 MovieClip Frame 565
ReadBox.text = "Cream begins to twitch and moan from the intense feeling of having her pussy split apart. You can feel how resistant her bunny hole is as you try to push a little more. With a rub of her clit to get her ready you suddenly push her hips down to get in.";
Symbol 1340 MovieClip Frame 566
ReadBox.text = "Your cock sinks in with a audible pop, ridding Cream of her virginity. While it's heaven for you, Cream's eyes immediately tear up from the pain of having her cherry popped. You're tempted to pull out but Cream leans her head against you and begs you not to move yet.";
Symbol 1340 MovieClip Frame 567
ReadBox.text = "It takes about 10 minutes, but eventually Cream does get used to having something big and thick inside her. You start to move her hips down filling her up more. Eventually you hit the bottom of her pussy which is only allowing about 3/4th of your cock inside her.";
Symbol 1340 MovieClip Frame 568
ReadBox.text = "Cream: Mr... Mr. Sonic... This... This feels amazing... I... I... AH!!!";
Symbol 1340 MovieClip Frame 569
ReadBox.text = "To help ease the pain you continue to relentlessly rub her tiny clit sending her into an orgasm. Her pussy juices make it a bit easier to start thrusting as you continue to move your cock in and out. The amazing tightness of her young pussy is already leading you to an orgasm.";
Symbol 1340 MovieClip Frame 570
ReadBox.text = "Sonic: Cream... Cream get ready... I'm.... CREAM!!!";
Symbol 1340 MovieClip Frame 571
ReadBox.text = "Without a second though you begin cumming deep inside her with your cock tip pressed firmly against her cervix. The warm feeling of being filled with cum for the very first time proves too much causing her to faint in your arms.";
Symbol 1340 MovieClip Frame 572
ReadBox.text = "For you, just the experience of fucking someone as tight as Cream has proven too much for you as well. You both fall tightly asleep in Cream's bed but wake up a couple hours later feeling a little drained of energy.";
Symbol 1340 MovieClip Frame 573
ReadBox.text = "(Cream has fully opened up to you. Now you can ask her to remove her panties and do even more stuff with her.)";
Placehold.text = "-10 Energy";
Symbol 1340 MovieClip Frame 575
ReadBox.text = "Cream: *Grins* Ok Mr. Sonic. Let's do the special hug for real this time.";
Symbol 1340 MovieClip Frame 576
ReadBox.text = "Sonic: You bet Cream. Ready for this?";
Symbol 1340 MovieClip Frame 577
ReadBox.text = "You pull out your cock ready to give Cream's tight bunny hole a ride. You start to wonder if you should wear a condom or not though. Considering the situation a condom might be detrimental.";
Symbol 1340 MovieClip Frame 578
ReadBox.text = "You get a condom and begin to put it on your cock. Cream gives you a bit of a funny look wondering what you're doing.";
Symbol 1340 MovieClip Frame 579
ReadBox.text = "Sonic: These help us last a lot longer. And the longer we're together the happier we'll be.";
Symbol 1340 MovieClip Frame 580
ReadBox.text = "Cream nods and helps you roll the condom down your cock before lining it up with her cunny. It doesn't take much to get in inside her thanks to the lube provided by the condom itself. You just begin to push her hips up and down enjoying the feeling of her bunny hole.";
Symbol 1340 MovieClip Frame 581
ReadBox.text = "Cream begins to get into it as well rocking her hips a little when you bring her hips down. She seems to be a natural at this. However a few minutes of this was all she needed and cried out your name loudly as she orgasm coming all over you dick.";
Symbol 1340 MovieClip Frame 582
ReadBox.text = "Luckily that condom was helping you hold out as you shift to a new position thrusting as hard as possible into Cream now. Despite partially standing, gravity was making sure each thrust went deep inside her once again sending her into an hard orgasm.";
Symbol 1340 MovieClip Frame 583
ReadBox.text = "Her rippling pussy walls though eventually got through the condom almost forcing you to cum as well. All it took was a few more thrusts and you were cumming deep inside her. The condom held out, but there was so much it almost splashed back onto your crotch.";
Symbol 1340 MovieClip Frame 584
ReadBox.text = "Cream: Mmm, we did that for so long Mr. Sonic... I'm certain we'll have a baby of our own now.";
Symbol 1340 MovieClip Frame 585
ReadBox.text = "Sonic: We'll see...";
Symbol 1340 MovieClip Frame 586
ReadBox.text = "Eventually the two of you clean up and continue on with your day.";
Symbol 1340 MovieClip Frame 590
ReadBox.text = "You don't hesitate to lay Cream on her back and line your cock up with her petite pussy. All Cream can do is gasp as the tip passes through her velvet folds and into her tight depths. It takes a lot of energy to not just driller her and cum right now.";
Symbol 1340 MovieClip Frame 591
ReadBox.text = "Cream: Ahh... *Pant* Remember Mr. Sonic, we need to make this last as long as well... Ahh!";
Symbol 1340 MovieClip Frame 592
ReadBox.text = "The small trust you give sends Cream into a mini orgasm before you being to lightly thrust into her.";
Symbol 1340 MovieClip Frame 593
ReadBox.text = "Cream: Mmmm... Mr. Sonic I feel so gooooood....";
Symbol 1340 MovieClip Frame 594
ReadBox.text = "Sonic: Oh yeah... So do it...";
Symbol 1340 MovieClip Frame 595
ReadBox.text = "Holding tightly onto her legs, you keep spreading them little by little so you can get deeper inside her. It almost baffles you how this little bunny girl can take so much as you being to pull out a little bit more in order to thrust deeper.";
Symbol 1340 MovieClip Frame 596
ReadBox.text = "You can tell by the way she's looking that she's getting closer to an orgasm, so you decide to lean in, wrapping your arms around her back to lift her a little.";
Symbol 1340 MovieClip Frame 597
ReadBox.text = "Cream: Oooh... Mr. Sonic I'm getting that funny feeling again...";
Symbol 1340 MovieClip Frame 598
ReadBox.text = "Sonic: Me too my lovely little bunny, it means we're gonna be really happy shortly...";
Symbol 1340 MovieClip Frame 599
ReadBox.text = "With one last long thrust, you push as deep as possible inside her, throwing your head into the air as your cry out her name. It doesn't take long for her tiny womb to be filled to capacity with your thick spunk. Cream instantly goes into a whirlwind of an orgasm.";
Symbol 1340 MovieClip Frame 600
ReadBox.text = "For a moment, you wonder if Cream could get pregnant after all that mommy and daddy talk from before. Of course, it's too late to turn back now as you lay yourself softly on top of Cream.";
Symbol 1340 MovieClip Frame 601
ReadBox.text = "Cream: I feel so happy Mr. Sonic. I sure the magical chao will come to visit us.";
Symbol 1340 MovieClip Frame 605
ReadBox.text = "You begin to tell Cream about your adventures as she listens with both ears. She seems to really enjoy hearing about how you defeated Eggman and used the chaos emeralds. As you finish Cream perks up to ask you a question.";
Symbol 1340 MovieClip Frame 606
ReadBox.text = "Cream: Mr. Sonic, have you ever had a girl friend?";
Symbol 1340 MovieClip Frame 607
ReadBox.text = "Sonic: Of course Cream.";
Symbol 1340 MovieClip Frame 608
ReadBox.text = "Cream: Tell me about some of the stuff you've done with them.";
Symbol 1340 MovieClip Frame 615
ReadBox.text = "Sonic: You want to know about Amy huh? Well me and Amy have been good friends for a long time, can you believe she used a magic power ring to make herself grow up so she could be my girlfriend?";
Symbol 1340 MovieClip Frame 616
ReadBox.text = "Cream giggles and listens on.";
Symbol 1340 MovieClip Frame 617
ReadBox.text = "Sonic: She always tried really hard to pay attention to me, she was a little annoying at first, but I learned to tolerate her.";
Symbol 1340 MovieClip Frame 618
ReadBox.text = "Cream: Ohhh, and then what happens? Is Amy your girlfriend?\u00E2\u0080\u009D";
Symbol 1340 MovieClip Frame 619
ReadBox.text = "Sonic: Well you see\u00E2\u0080\u00A6 we tried being a couple, but Amy\u00E2\u0080\u0099s just not the kind of girl I want to grow up old with.";
Symbol 1340 MovieClip Frame 620
ReadBox.text = "Cream nods, and suddenly blurts out.";
Symbol 1340 MovieClip Frame 621
ReadBox.text = "Sonic: And have you given Amy the \u00E2\u0080\u0098Special Hug\u00E2\u0080\u0099?";
Symbol 1340 MovieClip Frame 622
ReadBox.text = "You look at Cream in shock for a few seconds as she giggles and smiles.";
Symbol 1340 MovieClip Frame 623
ReadBox.text = "Cream: Mr. Sonic is talking about the \u00E2\u0080\u0098Special Hug\u00E2\u0080\u0099 bad when talking about others?";
Symbol 1340 MovieClip Frame 624
ReadBox.text = "You hold Cream\u00E2\u0080\u0099s hands together and kiss her forehead.";
Symbol 1340 MovieClip Frame 625
ReadBox.text = "Sonic: No there\u00E2\u0080\u0099s nothing wrong in talking about it, and yes, I\u00E2\u0080\u0099ve done the \u00E2\u0080\u0098Special Hug\u00E2\u0080\u0099 with Amy.";
Symbol 1340 MovieClip Frame 630
ReadBox.text = "Cream: What about Ms. Sally, Mr. Sonic?.";
Symbol 1340 MovieClip Frame 631
ReadBox.text = "Sonic: Sally huh? (How do I go through with this).";
Symbol 1340 MovieClip Frame 632
ReadBox.text = "Sonic: Let\u00E2\u0080\u0099s just say Ms. Sally is a little special.";
Symbol 1340 MovieClip Frame 633
ReadBox.text = "Cream: Really? Why?";
Symbol 1340 MovieClip Frame 634
ReadBox.text = "You find the words hard to come by as you begin your explanation.";
Symbol 1340 MovieClip Frame 635
ReadBox.text = "Sonic: Well you see, Ms. Sally, uhh, umm she likes to play with her \u00E2\u0080\u009Cfriends\u00E2\u0080\u009D a lot. You know\u00E2\u0080\u00A6 Like your mommy plays with her friends.";
Symbol 1340 MovieClip Frame 636
ReadBox.text = "Cream\u00E2\u0080\u0099s face brightens up.";
Symbol 1340 MovieClip Frame 637
ReadBox.text = "Cream: Oh I know! Mommy and Ms. Sally play a lot together. They\u00E2\u0080\u0099re really good friends.";
Symbol 1340 MovieClip Frame 638
ReadBox.text = "Sonic: (I\u00E2\u0080\u0099ll bet...)";
Symbol 1340 MovieClip Frame 639
ReadBox.text = "Cream giggles and hops on her knees.";
Symbol 1340 MovieClip Frame 640
ReadBox.text = "Cream: There was this one time where mommy went to her room with Mrs. Sally after lunch and didn\u00E2\u0080\u0099t come out till dinner time.";
Symbol 1340 MovieClip Frame 641
ReadBox.text = "Sonic: Really, they must really get along well then.";
Symbol 1340 MovieClip Frame 642
ReadBox.text = "Cream: One time Ms. Sally and Mr. Knuckles came to play with mama, but I don\u00E2\u0080\u0099t remember what happened because I got really sleepy after mama served me lunch. When I woke up they were already gone.";
Symbol 1340 MovieClip Frame 643
ReadBox.text = "Cream: Lunch was a really tasty carrot. My mommy said it was a special carrot.";
Symbol 1340 MovieClip Frame 644
ReadBox.text = "Sonic: Special Carrot, huh?";
Symbol 1340 MovieClip Frame 645
ReadBox.text = "Cream: Yeah, I got really sleepy after I ate it, but mama said it was because I was playing too much today.";
Symbol 1340 MovieClip Frame 646
ReadBox.text = "You look at Cream and kiss her forehead.";
Symbol 1340 MovieClip Frame 647
ReadBox.text = "Sonic: That\u00E2\u0080\u0099s enough stories for now.";
Symbol 1340 MovieClip Frame 648
ReadBox.text = "Cream nods and gives you a big hug.";
Symbol 1340 MovieClip Frame 649
ReadBox.text = "Cream: Thanks Mr. Sonic. I like your stories.";
Symbol 1340 MovieClip Frame 655
ReadBox.text = "You give Cream a devilish grin as you pull out the carrot toy. She blushes, remembering how you confronted her about that earlier.";
Symbol 1340 MovieClip Frame 656
ReadBox.text = "Sonic: It's okay Cream, you don't have to be embarassed. It's just that I want to show you the proper way to use something like this.";
Symbol 1340 MovieClip Frame 657
ReadBox.text = "Cream nods as you proceed to turn the toy on.";
Symbol 1340 MovieClip Frame 665
ReadBox.text = "When you turn on the toy it begins to vibrate a little before shutting off. Cream had been using it so much before, the batteries have gone dead.";
Symbol 1340 MovieClip Frame 666
ReadBox.text = "The toy is no fun without batteries, so you'll have to hold out on your toy fun until you can find some new batteries.";
Symbol 1340 MovieClip Frame 675
ReadBox.text = "The toy begins to vibrate, and you adjust it to the soft settings since you don't want to overstimulate Cream... yet. You place the toy between her legs, getting a small reaction from her.";
Symbol 1340 MovieClip Frame 676
ReadBox.text = "Slowly you run the tip of the carrot around her folds, letting her get used to it. After a couple minutes you place the toy at her entrance and proceed to push a little into her.";
Symbol 1340 MovieClip Frame 677
ReadBox.text = "All Cream can do is fall back in pleasure, spreading her legs a little wider for you. Soft moans continue to pour from her cute mouth as you push a little more into her.";
Symbol 1340 MovieClip Frame 678
ReadBox.text = "You push about half of the toy inside her, making sure she's used to the vibrations before turning up the dial.";
Symbol 1340 MovieClip Frame 679
ReadBox.text = "Sonic: Ready for more, Cream?";
Symbol 1340 MovieClip Frame 680
ReadBox.text = "Cream nods, unable to give a response other then moaning louder. So without hesitation, you turn the toy's dial to a medium setting. The vibrations quickly rush through her bunny hole, making her shiver all over to a near orgasm.";
Symbol 1340 MovieClip Frame 681
ReadBox.text = "As the juices rush out of her cunny, you continue to push the toy deeper, making sure to rub it against her clit along the way. Her panting continues to get harder as she nears an orgasm.";
Symbol 1340 MovieClip Frame 682
ReadBox.text = "You decide to give Cream a mind shattering experience, pushing the toy in all the way and setting the dial to its maximum. The unexpected rush sends Cream screaming in pleasure as her bunny hole erupts in juice.";
Symbol 1340 MovieClip Frame 683
ReadBox.text = "You decide to torture Cream a little, holding that toy inside her as long as possible.";
Symbol 1340 MovieClip Frame 684
ReadBox.text = "Cream: AHH!!! MR. SONIC!!! STAAAAAAAA!!!!";
Symbol 1340 MovieClip Frame 685
ReadBox.text = "Cream cums again on the toy. It appears she's had enough pleasure for now, so you turn the toy off and pull it out of her.";
Symbol 1340 MovieClip Frame 686
ReadBox.text = " After a couple minutes, Cream recovers from her orgasm and looks up to you with a smile.";
Symbol 1340 MovieClip Frame 687
ReadBox.text = "Cream: That was amazing, Mr. Sonic. I had no idea you could use the toy like that. No wonder my mommy likes using it.";
Symbol 1340 MovieClip Frame 688
ReadBox.text = "What will you do next?";
Symbol 1340 MovieClip Frame 690
ReadBox.text = "Sonic: Yep, it can be an amazing experience when you know what you're doing.";
Symbol 1340 MovieClip Frame 691
ReadBox.text = "Cream: Can I... Can I have the toy back to use it later, Mr. Sonic?";
Symbol 1340 MovieClip Frame 692
ReadBox.text = "Sonic: Heh heh, sorry Cream, but I have a feeling you'd get in trouble if she found this in your room. You better let me hold on to it, but we can have fun with this again soon... if you want, my little Creamie.";
Symbol 1340 MovieClip Frame 693
ReadBox.text = "You give her a tight hug enjoying the experience you've had.";
Symbol 1340 MovieClip Frame 700
ReadBox.text = "Cream's eyes go wide when you say that.";
Symbol 1340 MovieClip Frame 701
ReadBox.text = "Cream: There are toys bigger then that one, Mr. Sonic?";
Symbol 1340 MovieClip Frame 702
ReadBox.text = "You grin and pull out the toy you bought from the porn shop. Cream's eyes get even wider than before at the size of it.";
Symbol 1340 MovieClip Frame 703
ReadBox.text = "Cream: Can... Can that even fit?";
Symbol 1340 MovieClip Frame 704
ReadBox.text = "Sonic: I'm sure it can, it's not that much bigger then me.";
Symbol 1340 MovieClip Frame 705
ReadBox.text = "Cream nods in agreement, as you turn on the toy and run it too across her slit. It's very wet and moist from the carrot toy, making it easy to fit the head into her well used cunny.";
Symbol 1340 MovieClip Frame 706
ReadBox.text = "Cream cringes from having something even bigger pushing into her bunny hole, and she can't help but cry out.";
Symbol 1340 MovieClip Frame 707
ReadBox.text = "Sonic: Hmm... Cream, get on your hands and knees; it might make getting this toy in a bit easier.";
Symbol 1340 MovieClip Frame 708
ReadBox.text = "She nods and proceeds to do what you say. With her cute little tail high in the air you firmly push the large toy inside her. It's easy to get half of it in there, but soon Cream starts to resist, almost trying to push the toy out.";
Symbol 1340 MovieClip Frame 709
ReadBox.text = "This might be a little too much for her. With no other choice you begin to gently thrust what you can into her. Eventually she gets used to it allowing more to be pushed inside her.";
Symbol 1340 MovieClip Frame 710
ReadBox.text = "Pretty soon her eyes roll into the back of her head as you turn the vibration up on the toy.";
Symbol 1340 MovieClip Frame 711
ReadBox.text = "Cream: Oooooo.... Mooooore...";
Symbol 1340 MovieClip Frame 712
ReadBox.text = "You want to push the toy all the way inside her, but that might hurt her. However you begin to notice that her little tailhole hasn't received much attention.";
Symbol 1340 MovieClip Frame 713
ReadBox.text = "A wicked idea comes to your mind as you decide what to do...";
Symbol 1340 MovieClip Frame 715
ReadBox.text = "While Cream is lost in complete pleasure, you take out the carrot toy and lube it up with her excess juices. You then begin to push the toy against her tailhole.";
Symbol 1340 MovieClip Frame 716
ReadBox.text = "She doesn't seem to notice the tip yet, giving you the confidence to push more inside. As soon as you have it nestled into her tight tailhole, you turn the vibration on while continuing to thrust the large toy inside her cunny.";
Symbol 1340 MovieClip Frame 717
ReadBox.text = "This throws Cream's senses into overdrive, making her wiggle around in uncontrollable pleasure. Her orgasm is so powerful that you are no longer able to control the toys--they literally pop right out of her.";
Symbol 1340 MovieClip Frame 718
ReadBox.text = "A large amount of cunny juice begins to shoot from her as well, making quite a mess of her bed. Eventually, her orgasm dies down, leaving her almost breathless while she looks up to you.";
Symbol 1340 MovieClip Frame 719
ReadBox.text = "Cream: Mr. Sonic... That was amazing... I... I don't know what you...";
Symbol 1340 MovieClip Frame 720
ReadBox.text = "She eventually passes out from the pleasure. Feeling a little bit left out, you take your cock, given a raging hard on from the experience, and quickly jerk off.";
Symbol 1340 MovieClip Frame 721
ReadBox.text = "You cum hard, shooting your spunk all over Cream as it mixes in with hers. Satisfied, you leave Cream to rest as you get cleaned up.";
Symbol 1340 MovieClip Frame 725
ReadBox.text = "You lift Cream up slightly, snapping her out of her pleasure zone.";
Symbol 1340 MovieClip Frame 726
ReadBox.text = "Cream: Mr... Sonic...";
Symbol 1340 MovieClip Frame 727
ReadBox.text = "She eeps, feeling the tip of your cock press against her tailhole.";
Symbol 1340 MovieClip Frame 728
ReadBox.text = "Cream: Wait... Mr. Sonic... I've never...";
Symbol 1340 MovieClip Frame 729
ReadBox.text = "You attempt to calm her down by thrusting the toy into her cunny some more. This makes her moan in pleasure as the juices from her cunny run down onto your cock. With it lubed with her juices you start to push her down on your cock.";
Symbol 1340 MovieClip Frame 730
ReadBox.text = "At first it seems like it's not going to go in, but with one hard thrust you slip into her tailhole.";
Symbol 1340 MovieClip Frame 731
ReadBox.text = "Cream: AHHHHHHHHHHHHHHHHH!!!!! TAKE IT OUT TAKE IT OUT!!!";
Symbol 1340 MovieClip Frame 732
ReadBox.text = "Cream throws her arms around in pain smacking you in the face. You fall onto the floor as Cream falls forward onto the bed, crying in agony. The toy pops from Cream's cunny as she holds her bottom.";
Symbol 1340 MovieClip Frame 733
ReadBox.text = "Cream: Too much! Too much! It hurts!";
Symbol 1340 MovieClip Frame 734
ReadBox.text = "You snap out of your lust and quickly rush to the kitchen to get an ice pack.";
Symbol 1340 MovieClip Frame 735
ReadBox.text = "Sonic: I'm so sorry Cream, I thought you were ready.";
Symbol 1340 MovieClip Frame 736
ReadBox.text = "All she can do is shake her head in pain while the tears stream down her cheeks. Eventually she calms down. Her tailhole is a bit red from the sudden penetration but it appears she isn't mad at you.";
Symbol 1340 MovieClip Frame 737
ReadBox.text = "Cream: I wasn't ready for that Mr. Sonic...";
Symbol 1340 MovieClip Frame 738
ReadBox.text = "You nod and give Cream a kiss. She eventually stops crying but doesn't want to continue. You nod and let her rest, leaving her alone in the room.";
Symbol 1340 MovieClip Frame 740
ReadBox.text = "She eeps, feeling the tip of your cock press against her tailhole.";
Symbol 1340 MovieClip Frame 741
ReadBox.text = "Cream: Mr... Mr. Sonic...";
Symbol 1340 MovieClip Frame 742
ReadBox.text = "She eeps, feeling the tip of your cock press against her tailhole.";
Symbol 1340 MovieClip Frame 743
ReadBox.text = "Cream: It... It's still feel funny to have something up there...";
Symbol 1340 MovieClip Frame 744
ReadBox.text = "Since she's had anal before with you, it's easy to pop your tip in there once you get Cream's cunny juices all over it. The double penetration sends Cream into a whole new dimension as both of her bunny holes get completely filled.";
Symbol 1340 MovieClip Frame 745
ReadBox.text = "It takes a minute, but you manage to get your whole cock into Cream's tailhole thanks to the distraction the large toy is giving her. However, it becomes a bit of a challenge to juggle everything you've got going on.";
Symbol 1340 MovieClip Frame 746
ReadBox.text = "You decide to just let Cream rest on your cock as you continue to push the toy into her. Eventually you begin to thrust your hips, attempting to get a little deeper into her rear as you try to get the toy further in her cunny.";
Symbol 1340 MovieClip Frame 747
ReadBox.text = "Cream: Sonic... So.... So much... I... AHHH!!!";
Symbol 1340 MovieClip Frame 748
ReadBox.text = "She's unable to control her speech anymore, cumming HARD.";
Symbol 1340 MovieClip Frame 749
ReadBox.text = "Cream: SONII AHHHHHHHHH!!!!";
Symbol 1340 MovieClip Frame 750
ReadBox.text = "Her tailhole muscles squeeze hard on your cock making you cum instantly. Both of you fall back onto the bed as Cream's cunny muscles shoot the toy forward with a trail of her juices following it.";
Symbol 1340 MovieClip Frame 751
ReadBox.text = "Both of you are cumming so hard you two eventually pass out from the pleasure. Eventually you wake up with your cock still buried inside her tailhole and cum leaking from all sides.";
Symbol 1340 MovieClip Frame 752
ReadBox.text = "You pull out with a loud pop and lay Cream down on the bed. The two of you have made quite a mess, so you grab a towel from the bathroom and wrap it around Cream to make sure she doesn't leak too much.";
Symbol 1340 MovieClip Frame 753
ReadBox.text = "You give Cream one last kiss and leave her be.";
Symbol 1354 Button
on (rollOver) {
Informer.text = "Go to sleep...";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
gotoAndStop ("VanillaSleep");
}
Symbol 1355 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Laptop");
}
on (keyPress "<Up>") {
overBeep.start(0, 1);
gotoAndStop ("Laptop");
}
Symbol 1356 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
gotoAndStop ("VanillaSum");
}
Symbol 1358 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Bathroom");
}
on (keyPress "<Right>") {
overBeep.start(0, 1);
gotoAndStop ("Bathroom");
}
Symbol 1361 Button
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
ringFX.start(0, 1);
gotoAndStop ("Vanilla");
}
Symbol 1362 Button
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
ringFX.start(0, 1);
gotoAndStop ("Sleep");
}
Symbol 1364 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Vanilla");
}
Symbol 1365 Button
on (rollOver) {
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[4] == true) {
gotoAndStop ("Panties");
} else {
Reaction.gotoAndStop(3);
ReadBox.text = "Mr. Sonic, why would you ask me that?";
}
}
Symbol 1366 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.DayVent[8] = true;
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 50;
_root.SStats[0]++;
_root.SStats[5]++;
_root.SStats[7]--;
gotoAndStop ("Hug1");
}
Symbol 1367 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (((_root.SMain[0] >= 5) && (_root.SMain[6] < 7)) && (_root.DayVent[7] == false)) {
_root.DayVent[7] = true;
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[0]++;
_root.SStats[7]--;
if ((_root.DayVent[6] == true) || (_root.SMain[1] == 5)) {
gotoAndStop ("Rain1");
} else if (_root.SMain[1] == 1) {
gotoAndStop ("Day1");
} else if (_root.SMain[1] == 2) {
gotoAndStop ("Day2");
} else if (_root.SMain[1] == 3) {
gotoAndStop ("Day3");
} else if (_root.SMain[1] == 3) {
gotoAndStop ("Day3");
} else if (_root.SMain[1] == 4) {
gotoAndStop ("Day4");
} else if (_root.SMain[1] == 6) {
gotoAndStop ("Day6");
} else if (_root.SMain[1] == 7) {
gotoAndStop ("Day7");
}
} else {
_root.SMain[0]--;
ReadBox.text = "Cream: I'm doing okay Mr. Sonic.";
}
}
Symbol 1370 Button
on (rollOver) {
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[5] == true) {
gotoAndStop ("Naked");
} else {
Reaction.gotoAndStop(3);
ReadBox.text = "I don't feel comfortable taking off my panties right now Mr. Sonic...";
}
}
Symbol 1371 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[2] >= 600) {
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SexScore[1]++;
gotoAndStop ("Sleep2");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "Cream: Ehh... My bed is perfectly fine Mr. Soinc...";
}
}
Symbol 1373 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Love1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 1374 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("BJ2");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 1375 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Kiss");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 1382 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] + 5;
_root.SMain[2] = _root.SMain[2] + 10;
_root.Action = 50;
_root.gotoAndStop("OutsideSum");
}
Symbol 1384 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Truck1");
}
Symbol 1386 Button
on (release) {
_root.ringFX.start(0, 1);
_root.DayVent[10] = true;
_root.gotoAndStop("Vanilla");
}
Symbol 1388 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.ItemStats[3] == true) {
gotoAndStop ("Camera");
} else {
gotoAndStop ("Cellphone");
}
}
Symbol 1390 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Scout1");
}
Symbol 1392 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Day7a");
} else if ((_root.SMain[4] == true) || (_root.SStats[0] > 50)) {
gotoAndStop ("Day7b");
} else {
gotoAndStop ("Day7c");
}
}
Symbol 1398 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cost 5 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 5) {
_root.SMain[3] = _root.SMain[3] - 5;
_root.SMain[2] = _root.SMain[2] + 15;
_root.SStats[0]++;
Placehold.text = "+15 RWC\n+1 Happiness";
gotoAndStop ("Truck5");
} else {
_root.SStats[0]--;
Placehold.text = "-1 Happiness";
gotoAndStop ("Truck4");
}
}
Symbol 1399 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cost 70 rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 70) {
_root.SStats[6] = _root.SStats[6] + 5;
_root.SStats[0] = _root.SStats[0] + 5;
_root.SMain[3] = _root.SMain[3] - 70;
Placehold.text = "+5 Moral Alignment\n+5 Happiness";
gotoAndStop ("Truck2");
} else if ((_root.SMain[3] <= 70) && (_root.SMain[3] >= 5)) {
_root.SMain[3] = _root.SMain[3] - 5;
_root.SMain[2] = _root.SMain[2] + 15;
_root.SStats[0]++;
Placehold.text = "+15 RWC\n+1 Happiness";
gotoAndStop ("Truck3");
} else {
_root.SStats[0]--;
Placehold.text = "-1 Happiness";
gotoAndStop ("Truck4");
}
}
Symbol 1403 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] + 20;
_root.gotoAndStop("Outside");
}
Symbol 1404 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Outside");
}
Symbol 1409 Button
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
if (_root.SMain[3] >= 500) {
gotoAndStop ("Scout8");
} else {
gotoAndStop ("Scout9");
}
}
Symbol 1410 Button
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
if (_root.SMain[3] >= 150) {
gotoAndStop ("Scout7");
} else {
gotoAndStop ("Scout9");
}
}
Symbol 1413 Button
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
if (_root.SMain[3] >= 50) {
gotoAndStop ("Scout2");
} else {
gotoAndStop ("Scout9");
}
}
Symbol 1417 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
Placehold.text = "";
gotoAndStop ("Scout4");
}
Symbol 1418 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
Placehold.text = "";
gotoAndStop ("Scout3");
}
Symbol 1423 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[5] == true) {
gotoAndStop ("Scout5");
} else {
gotoAndStop ("Scout6");
}
}
Symbol 1424 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
nextFrame();
}
Symbol 1429 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[5] = _root.SStats[5] + 2;
_root.gotoAndStop("Living");
}
Symbol 1438 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[9]++;
_root.gotoAndStop("Living");
}
Symbol 1441 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] - 5;
_root.gotoAndStop("Living");
}
Symbol 1443 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[4] == true) && (_root.SMain[5] == false)) {
gotoAndStop ("PantyPhoto");
} else if (_root.SMain[5] == true) {
gotoAndStop ("SexyPhoto");
} else {
gotoAndStop ("DressPhoto");
}
}
Symbol 1444 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SStats[4] >= 12) && (_root.SStats[2] >= 10)) {
nextFrame();
} else {
_root.gotoAndStop("Cream");
}
}
Symbol 1445 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] + 10;
_root.gotoAndStop("Vanilla");
}
Symbol 1449 Button
on (release) {
_root.ringFX.start(0, 1);
play();
}
Symbol 1451 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[4]++;
_root.SexScore[5]++;
_root.SexScore[7]++;
ReadBox.text = "";
gotoAndPlay ("FadeOut");
}
Symbol 1453 Button
on (release) {
_root.ringFX.start(0, 1);
ReadBox.text = "";
gotoAndPlay ("FadeOut");
}
Symbol 1455 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[10]++;
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SMain[5] = true;
ReadBox.text = "";
gotoAndPlay ("FadeOut");
}
Symbol 1460 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[3]++;
_root.DayVent[3]++;
_root.gotoAndStop("Vanilla");
}
Symbol 1462 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Love7");
}
Symbol 1463 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Love2");
}
Symbol 1467 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.ItemStats[8] == true) {
nextFrame();
} else {
gotoAndStop ("Love3");
}
}
Symbol 1468 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Love3");
}
Symbol 1469 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Love8");
}
Symbol 1473 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
gotoAndStop ("Love6");
}
Symbol 1474 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Placehold.text = "";
if (cumVar > 50) {
gotoAndStop ("Love4");
} else {
gotoAndStop ("Love5");
}
}
Symbol 1478 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[4]++;
_root.gotoAndStop("Vanilla");
}
Symbol 1482 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SexVent[9] == true) {
nextFrame();
} else {
gotoAndStop ("Love9");
}
}
Symbol 1483 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.gotoAndStop("Vanilla");
}
Symbol 1485 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7] = _root.SexScore[7] + 3;
_root.gotoAndStop("Vanilla");
}
Symbol 1487 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexVent[9] == true;
_root.gotoAndStop("Vanilla");
}
Symbol 1488 MovieClip Frame 1
stop();
Symbol 1488 MovieClip Frame 30
ReadBox.text = "Cream: It kind of weird having a male babysitter, but my mommy trusts you a lot Mr. Sonic. I'm sure we'll have a lot of fun today.";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 40
ReadBox.text = "Cream: Mr. Sonic! I heard that they're having a free bus day to the beach, but the free bus run ends soon. Let's go!";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 41
ReadBox.text = "Sonic: All right Cream, get on your suit and let's head to the beach.";
Placehold.text = "";
Symbol 1488 MovieClip Frame 42
ReadBox.text = "Along with not having to pay to get to the beach, you also get a stat bonus with Cream. You've made her one happy bunny.";
Placehold.text = "+10 RWC\n+5 Happiness";
Symbol 1488 MovieClip Frame 50
ReadBox.text = "Sonic: Hey Cream, how are things going?";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 51
ReadBox.text = "Cream: Good but... I think they're about to get a whole lot better!";
Placehold.text = "";
Symbol 1488 MovieClip Frame 52
ReadBox.text = "Cream grabs your hand and drags you outside where you're immediately hit with the sound of an ice cream truck approaching.";
Symbol 1488 MovieClip Frame 60
ReadBox.text = "Cream: Mr. Sonic! I heard that the carnival is here today and tomorrow! Can we go?";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 61
ReadBox.text = "Sonic: Sure. When does it open up?";
Placehold.text = "";
Symbol 1488 MovieClip Frame 62
ReadBox.text = "Cream: Umm... I'm not sure.";
Symbol 1488 MovieClip Frame 63
ReadBox.text = "You smile and hop on Vanilla's laptop and look up the Carnival's information. It appears that it doesn't open until sunset.";
Symbol 1488 MovieClip Frame 64
ReadBox.text = "Cream: Aww... I wanna go now.";
Symbol 1488 MovieClip Frame 65
ReadBox.text = "Sonic: As soon as the sun starts setting we'll catch the bus to the carnival.";
Symbol 1488 MovieClip Frame 66
ReadBox.text = "Cream: Yay!";
Symbol 1488 MovieClip Frame 70
ReadBox.text = "Cream: Aww, it's raining today.";
Placehold.text = "+5 RWC";
Symbol 1488 MovieClip Frame 71
ReadBox.text = "Sonic: Yeah, but I'm sure we can still find something to do today.";
Placehold.text = "";
Symbol 1488 MovieClip Frame 80
ReadBox.text = "Cream: Mr. Sonic! I saw some Girly Scouts today selling cookies. I think they'll be heading to our house next. Will you buy me some?";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 81
ReadBox.text = "Sonic: Well if they're not too expensive. We'll see.";
Placehold.text = "";
Symbol 1488 MovieClip Frame 82
ReadBox.text = "*Ding dong*";
Symbol 1488 MovieClip Frame 83
ReadBox.text = "Cream: Yay! They're here!";
Symbol 1488 MovieClip Frame 84
ReadBox.text = "Sonic: Wait here cream I'll be right back, okay?";
Symbol 1488 MovieClip Frame 85
ReadBox.text = "Cream nods and waits patiently in Vanilla's room.";
Symbol 1488 MovieClip Frame 90
ReadBox.text = "Cream: Hehehe, my mommy will be coming back tomorrow Mr. Sonic. Seems like time really flew this week.";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 91
ReadBox.text = "Sonic: Yeah but we had a lot of fun right?";
Placehold.text = "";
Symbol 1488 MovieClip Frame 100
ReadBox.text = "Cream: *grins* You bet we did.";
Symbol 1488 MovieClip Frame 101
ReadBox.text = "Cream gives you a big hug while 'accidentally' rubbing your crotch with one of her big ears. She just giggles at your arousal.";
Symbol 1488 MovieClip Frame 102
ReadBox.text = "Sonic: You little tease.";
Symbol 1488 MovieClip Frame 103
ReadBox.text = "Cream: Hehehe.";
Symbol 1488 MovieClip Frame 104
ReadBox.text = "Sonic: We did have a lot of fun, but make sure you keep this between us. I'm not sure if you're mommy is going to be too happy with the things we did.";
Symbol 1488 MovieClip Frame 105
ReadBox.text = "Cream: Really? But my mommy is always very understanding. I don't think she'll mind.";
Symbol 1488 MovieClip Frame 106
ReadBox.text = "Sonic: Umm... Well if we do tell her let me be the one to tell her.";
Symbol 1488 MovieClip Frame 107
ReadBox.text = "Cream: Okay...";
Symbol 1488 MovieClip Frame 108
ReadBox.text = "Cream just teases you again and then hops off.";
Symbol 1488 MovieClip Frame 110
ReadBox.text = "Cream nods happily and gives you a big hug.";
Symbol 1488 MovieClip Frame 111
ReadBox.text = "Cream: You're really given me a fun week Mr. Sonic. I overheard mommy say she was planning on giving you a BIG reward for making sure I had a really fun week. I'll make sure she gives you that reward.";
Symbol 1488 MovieClip Frame 112
ReadBox.text = "Sonic: Thanks.";
Symbol 1488 MovieClip Frame 113
ReadBox.text = "After everything you've encountered this week you have a good idea of what that reward will be.";
Symbol 1488 MovieClip Frame 120
ReadBox.text = "Cream smiles and nods giving you a hug.";
Symbol 1488 MovieClip Frame 121
ReadBox.text = "Cream: We could of done a little more this week but I had a lot of fun Mr. Sonic.";
Symbol 1488 MovieClip Frame 130
ReadBox.text = "You grab Cream and pull her close squeezing her in a tight, but tender loving hug. She sighs happily at your affection and hugs you back as well.";
Placehold.text = "+5 RWC\n+1 Touch";
Symbol 1488 MovieClip Frame 140
ReadBox.text = "The ice cream truck is like a siren to kids as a bunch have already gathered around screaming for ice cream. The two of you get in line and patiently wait for the crowd to die down.";
Placehold.text = "";
Symbol 1488 MovieClip Frame 141
ReadBox.text = "It doesn't take too long for the two of you to front of the line, and Cream begins to make her desicion, even though she should of made one while waiting in line damn it... As you look around you notice there are a few kids who don't have enough rings for ice cream.";
Symbol 1488 MovieClip Frame 142
ReadBox.text = "You wonder if you should do something nice for the neighborhood.";
Symbol 1488 MovieClip Frame 150
ReadBox.text = "The street practically goes wild when you say 'Ice cream for everyone!' It costs some, but you have the rings for it. After the crowd dies down you buy a little ice cream for yourself and sit down next to Cream, who gives you a big hug for you nice deed.";
Symbol 1488 MovieClip Frame 151
ReadBox.text = "Cream: You're so cool Mr. Sonic.";
Placehold.text = "+20 RWC";
Symbol 1488 MovieClip Frame 160
ReadBox.text = "Unfortunately while it's a nice gesture, you just don't have enough rings to buy everyone on the street some ice cream. Cream picks her ice cream treat though and you pay the vendor five rings for it.";
Symbol 1488 MovieClip Frame 170
ReadBox.text = "Shockingly, you do not have enough rings for anything on the truck. Honestly, you just needed a minimum five rings for ice cream, what the hell did you spend all those rings on?";
Symbol 1488 MovieClip Frame 180
ReadBox.text = "It takes a minute but Cream finally picked out a rocket pop and happily hops back to the porch to eat it. You pass the vendor five rings and pick out a ice cream sandwich for yourself. The two of you eat your ice cream together, sharing a bite of each others treat.";
Symbol 1488 MovieClip Frame 190
ReadBox.text = "You hear the doorbell ring. You head over to the foyer and open the door, behind it is Marine, the little raccoon girl from the cul-de-sac. You look at her from head to toe and she\u00E2\u0080\u0099s wearing a rathe skimpy girlie scout outfit and pulling a cart full of cookie boxes. she looks at you with a smile.";
Symbol 1488 MovieClip Frame 191
ReadBox.text = "Marine: Hello Mr. Hedgehog, I\u00E2\u0080\u0099m here on behalf of Girlie scout unit 02, today I have a great offer for you, I got crunchy chunkies, choco-slammers, cocobungles, and spicymunchers. All money collected through this cookie sale will be to help the poor flickies suffering abroad.";
Symbol 1488 MovieClip Frame 192
ReadBox.text = "Sonic: Flickies huh?";
Symbol 1488 MovieClip Frame 193
ReadBox.text = "Marine: Yes sir, and we also have a special offer if you decide to donate to our cause sir. For 50 rings you get a box of cookies. For 100 rings and you get a special commemorative girlie scout memorabilia.";
Symbol 1488 MovieClip Frame 194
ReadBox.text = "Marine: And for a grand donation of 500 rings you\u00E2\u0080\u0099ll get all that and much more.";
Symbol 1488 MovieClip Frame 195
ReadBox.text = "What will you do?";
Placehold.text = "Rings: " + _root.SMain[3];
Symbol 1488 MovieClip Frame 200
ReadBox.text = "Marine: Thank you for your donation Mr. Hedgehog, the suffering Flickies will appreciate it.";
Symbol 1488 MovieClip Frame 201
ReadBox.text = "She then does the girlie scouts salute and heads down the driveway skipping along with her cart full of cookies.";
Symbol 1488 MovieClip Frame 202
ReadBox.text = "You walk back inside and you see Cream peer around the corner.";
Symbol 1488 MovieClip Frame 203
ReadBox.text = "Cream: Mr. Sonic I was taking a little nap, what was\u00E2\u0080\u00A6";
Symbol 1488 MovieClip Frame 204
ReadBox.text = "Cream looks at the box of cookies and her eyes open up wide.";
Symbol 1488 MovieClip Frame 205
ReadBox.text = "Cream: GIRLIE SCOUTS COOKIES!!!";
Symbol 1488 MovieClip Frame 206
ReadBox.text = "Cream runs over and tackles you and takes the box and runs away.";
Symbol 1488 MovieClip Frame 210
ReadBox.text = "With a blue blur you catch up to her and nab her by her dress.";
Symbol 1488 MovieClip Frame 211
ReadBox.text = "Cream: No fair Mr. Sonic, you\u00E2\u0080\u0099re too fast!";
Symbol 1488 MovieClip Frame 212
ReadBox.text = "Sonic: now now Creamie sweets are ok on my watch\u00E2\u0080\u00A6BUT ONLY on my watch, got that?";
Symbol 1488 MovieClip Frame 213
ReadBox.text = "Cream: *nod* Can I have a cookie please, Mr. Sonic?";
Symbol 1488 MovieClip Frame 214
ReadBox.text = "You give her a cookie which she takes and munches rabidly like a little cookie monster, Cream giggles and smiles and gives you a big hug, hopping along.";
Placehold.text = "+3 Happiness";
Symbol 1488 MovieClip Frame 220
ReadBox.text = "You let her go and hear her furiously munching on her cookies, a little while later Cream walks over to you.";
Symbol 1488 MovieClip Frame 221
ReadBox.text = "Cream: I don\u00E2\u0080\u0099t feel so good Mr. Sonic\u00E2\u0080\u00A6";
Symbol 1488 MovieClip Frame 222
ReadBox.text = "Sonic: You shouldn\u00E2\u0080\u0099t eat so many cookies Creamie.";
Symbol 1488 MovieClip Frame 223
ReadBox.text = "Cream nods sadly and snuggles close to you. You pull her back and kiss her forehead.";
Symbol 1488 MovieClip Frame 224
ReadBox.text = "Sonic: It\u00E2\u0080\u0099s ok Cream, you learned your lesson.";
Symbol 1488 MovieClip Frame 225
ReadBox.text = "Cream nods and walks over to her room.";
Placehold.text = "+2 Touch";
Symbol 1488 MovieClip Frame 230
ReadBox.text = "You unfasten your pants and flop out your hedgehog cock infront of Cream.";
Symbol 1488 MovieClip Frame 231
ReadBox.text = "Cream: *Frown* I\u00E2\u0080\u0099d better get two cookies for this Mr. Sonic.";
Symbol 1488 MovieClip Frame 232
ReadBox.text = "Sonic: Fine I'll give you two cookies if you don\u00E2\u0080\u0099t make too much of a mess.";
Symbol 1488 MovieClip Frame 233
ReadBox.text = "Cream smiles and gobbles down your cock, making little slutty sounds and she bobs her head up and down your shaft.";
Symbol 1488 MovieClip Frame 234
ReadBox.text = "You pull her out to let her breathe a bit, and lean against the wall, you grab her head and pull her back to her cock sucking, you groan to signal Cream of your fast approaching orgasm, as she begins to pick up the pace.";
Symbol 1488 MovieClip Frame 235
ReadBox.text = "Sonic: Alright Creamie, time to give you some milk for your cookies.";
Symbol 1488 MovieClip Frame 236
ReadBox.text = "Cream giggles while still sucking you. Suddenly you hold her down hard as you explode in orgasm, your cum streaming down the sides of her mouth and down her throat. Cream pulls out and giggles licking her lips.";
Symbol 1488 MovieClip Frame 237
ReadBox.text = "Cream: Did I earn my cookies Mr. Sonic?";
Symbol 1488 MovieClip Frame 238
ReadBox.text = "Sonic: Yeah you earned them.";
Symbol 1488 MovieClip Frame 239
ReadBox.text = "Cream smiles and heads over to her room munching on her well earned cookies.";
Symbol 1488 MovieClip Frame 245
ReadBox.text = "Sonic: You gotta\u00E2\u0080\u0099 earn them first Creamie.";
Symbol 1488 MovieClip Frame 246
ReadBox.text = "Cream: *Sad* No fair Mr. Sonic...";
Symbol 1488 MovieClip Frame 247
ReadBox.text = "Sonic: Don\u00E2\u0080\u0099t worry Creamie you can have one for dessert after we have dinner.";
Symbol 1488 MovieClip Frame 248
ReadBox.text = "Cream scoffs and stomps her foot walking over to her room angrily.";
Placehold.text = "-1 Happiness";
Symbol 1488 MovieClip Frame 255
ReadBox.text = "Marine: Thank you Mr. Hedgehog for your wonderful donation. May I come in?";
Symbol 1488 MovieClip Frame 256
ReadBox.text = "You nod as she walks inside the house pulling along her cart of cookies. Marine then hands you a box of cookies and smiles. She then lifts her skirt up and shows you her panties, happily grasping the elastic waistband and tugs her panties down her legs to remove them.";
Symbol 1488 MovieClip Frame 257
ReadBox.text = "Marine: And this Mr. Hedgehog is your official girlie scouts memorabilia.";
Symbol 1488 MovieClip Frame 258
ReadBox.text = "You grin and give them a sniff, and she giggles and pulls out another pair from her cart so she has another set ready for another generous donation.";
Symbol 1488 MovieClip Frame 259
ReadBox.text = "Marine: Thank you for your wonderful donation Mr. Hedgehog, the Flickies will appreciate it.";
Symbol 1488 MovieClip Frame 265
ReadBox.text = "Marine: Mr. Hedgehog, could we please go to a bedroom?";
Symbol 1488 MovieClip Frame 266
ReadBox.text = "While leading her into Vanilla\u00E2\u0080\u0099s room, you peer over to check up on Cream who has dozed in her room and is sleeping soundly. As soon as you enter Vanilla's room, Marine walks in and begins to undress, first pulling her panties off and hands them over.";
Symbol 1488 MovieClip Frame 267
ReadBox.text = "Marine: Here you go Mr. Hedgehog, your official girlie scouts memorabilia.";
Symbol 1488 MovieClip Frame 268
ReadBox.text = "She then gets up on Vanilla\u00E2\u0080\u0099s bed, lays down and opens her legs revealing her beautiful girlie scout tail. She takes extends her arm and reveals a condom handing it to you.";
Symbol 1488 MovieClip Frame 269
ReadBox.text = "Marine: Alright Mr. Hedgehog you have one hour, but you have to use this ok?";
Symbol 1488 MovieClip Frame 270
ReadBox.text = "You nod as you put on the condom and get on your knees to give her honey pot a good lick. Marine giggles and moans as you continue to stimulate her. You get up and position yourself, hovering your cock in front of her very wet cunny. Slowly but surely you insert your manhood into her. Your meat begins disappearing into her body making Marine arches her back in ecstasy.";
Symbol 1488 MovieClip Frame 271
ReadBox.text = "Several minutes of fucking later you pull out and turn her around placing her on all fours, you then spit on her ass and screw your dick into it hard. Marine bites down on the bed sheets and gives and audible groan of pleasure as your balls slap against her pussy. You then begin fucking her ass relentlessly as the little raccoon moans in pleasure.";
Symbol 1488 MovieClip Frame 272
ReadBox.text = "Several minutes pass and you pull out of her ass, you take off the condom.";
Symbol 1488 MovieClip Frame 273
ReadBox.text = "Sonic: Alright Marine get on your knees.";
Symbol 1488 MovieClip Frame 274
ReadBox.text = "Marine obediently kneels down and looks up with a smile. You groan and begin to furiously jerk your cock. Cum blasts out of the tip and splashes all over Marine\u00E2\u0080\u0099s face. Your semen strands start runing down her cheeks and drip down on her flat chest. She plays with the cum for a while giggling happily as you go look for a towel for her to clean up.";
Symbol 1488 MovieClip Frame 275
ReadBox.text = "Later you both are at the door, Marine is cleaned up and ready to go to the next door.";
Symbol 1488 MovieClip Frame 276
ReadBox.text = "Marine: Thank you Mr. Hedgehog, the Flickies will appreciate your generous donation.";
Symbol 1488 MovieClip Frame 277
ReadBox.text = "You look as she hops down the sidewalk happily pulling her cart of cookies. You walk back inside, pull her panties out of your pocket and give them a good sniff.";
Symbol 1488 MovieClip Frame 280
ReadBox.text = "Marine: Oh no, it looks like you don't have enough rings.";
Symbol 1488 MovieClip Frame 281
ReadBox.text = "Before you can say anything though Marine runs off quickly to the next house in her neverending quest for rings. You shut the door and walk back into the living room.";
Symbol 1488 MovieClip Frame 282
ReadBox.text = "Cream: No... Cookies?";
Symbol 1488 MovieClip Frame 283
ReadBox.text = "Cream: But... But mommy gave you so many rings. How could you not have enough?";
Symbol 1488 MovieClip Frame 284
ReadBox.text = "Cream is very unhappy about not getting any Girly Scout Cookies. Better watch your funds next time.";
Placehold.text = "-5 Happiness";
Symbol 1488 MovieClip Frame 290
ReadBox.text = "Cream: Aww, no fair It?s raining...";
Placehold.text = "+25 RWC";
Symbol 1488 MovieClip Frame 291
ReadBox.text = "As Cream walks away a bit disappointed, you quickly whip ou the camera you got at the mall.";
Placehold.text = "";
Symbol 1488 MovieClip Frame 292
ReadBox.text = "Sonic: Hey Creamie, I got a great idea.";
Symbol 1488 MovieClip Frame 293
ReadBox.text = "Cream: Yes?";
Symbol 1488 MovieClip Frame 294
ReadBox.text = "Sonic: How about a photo shoot?";
Symbol 1488 MovieClip Frame 295
ReadBox.text = "Cream\u00E2\u0080\u0099s eyes widen, and she gives out a bright open mouthed smile.";
Symbol 1488 MovieClip Frame 296
ReadBox.text = "Cream: That would be great. Mommy and I have photo shoots all the time.";
Symbol 1488 MovieClip Frame 297
ReadBox.text = "The two of you make your way to Cream's room and begin your little photo shoot.";
Symbol 1488 MovieClip Frame 300
ReadBox.text = "You spend the next couple hours taking cute photos of Cream. Cream looks for her bunny princess Halloween costume and puts it on.";
Instance of Symbol 1118 MovieClip in Symbol 1488 MovieClip Frame 300
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1488 MovieClip Frame 301
ReadBox.text = "Eventually Cream runs out of cute costumes to try on and you run out of space on the small memory card.";
Symbol 1488 MovieClip Frame 302
ReadBox.text = "Cream: That was fun Mr. Sonic.";
Symbol 1488 MovieClip Frame 303
ReadBox.text = "Sonic: It certainly was.";
Symbol 1488 MovieClip Frame 304
ReadBox.text = "Cream: I guess I getter go change back into my regular clothes.";
Symbol 1488 MovieClip Frame 305
ReadBox.text = "You nod and proceed to exit the room allowing her to change back.";
Symbol 1488 MovieClip Frame 310
ReadBox.text = "You take the Camera and place a brand new memory card on it. You look at Cream and smile.";
Symbol 1488 MovieClip Frame 311
ReadBox.text = "Sonic: So Creamie wanna make this photo shoot extra special?";
Symbol 1488 MovieClip Frame 312
ReadBox.text = "Cream: Can I put on my princess bunnylot Halloween costume?";
Symbol 1488 MovieClip Frame 313
ReadBox.text = "Sonic: Actually I had a better idea...";
Symbol 1488 MovieClip Frame 314
ReadBox.text = "You firmly grasp the sides of her dress and yank it off hard. The semi-nude bunny looks at you shyly.";
Symbol 1488 MovieClip Frame 315
ReadBox.text = "Cream: Are we gonna have a special photo shoot Mr. Sonic?";
Symbol 1488 MovieClip Frame 316
ReadBox.text = "You nod and caress her head slowly, Cream blushes and looks to the side shyly.";
Symbol 1488 MovieClip Frame 317
ReadBox.text = "Cream: I don\u00E2\u0080\u0099t think this is a good idea Mr. Sonic...";
Symbol 1488 MovieClip Frame 318
ReadBox.text = "Sonic: It\u00E2\u0080\u0099s ok. You don\u00E2\u0080\u0099t have to be so shy.";
Symbol 1488 MovieClip Frame 319
ReadBox.text = "You take off your clothes except for your briefs and sit down on the bed, upon seeing you undress Cream calms down and looks at you again but still feeling a bit shy.";
Symbol 1488 MovieClip Frame 320
ReadBox.text = "Sonic: I told you it was gonna be extra special.";
Symbol 1488 MovieClip Frame 321
ReadBox.text = "Cream: Mommy and I do have special photo shoots too.";
Symbol 1488 MovieClip Frame 322
ReadBox.text = "Sonic: You do?";
Symbol 1488 MovieClip Frame 323
ReadBox.text = "Cream: Yep... My uncle Bugs and uncle Richard like to see my special photos my mommy takes.";
Symbol 1488 MovieClip Frame 324
ReadBox.text = "Sonic: Interesting\u00E2\u0080\u00A6 Alright Creamie get on the bed and open your legs.";
Symbol 1488 MovieClip Frame 325
ReadBox.text = "Cream gets on Vanilla\u00E2\u0080\u0099s bed and opens her legs shyly, you then begin to take photos of the semi-nude bunny.";
Symbol 1488 MovieClip Frame 326
ReadBox.text = "You instruct her to rub her cunny through her panties, and the young rabbit obediently rubs her soft bunny mound as you continue to take pictures.";
Symbol 1488 MovieClip Frame 327
ReadBox.text = "You begin to rub your cock as it begins to harden. You then stop taking photos, and tell Cream to sit down on the edge of the bed and open her legs. Cream shyly sits on the edge and looks to the side as you flop out your erect penis and begin to jerk yourself furiously.";
Symbol 1488 MovieClip Frame 328
ReadBox.text = "Sonic: All right beautiful, time for the extra special photos.";
Symbol 1488 MovieClip Frame 329
ReadBox.text = "You get close as you intensify your jerking. Suddenly you groan as a blast of cum splurts across towards Cream\u00E2\u0080\u0099s face and two more splash on her chest and belly. You then grab the camera and begin to take photos of the cum covered bunny.";
Symbol 1488 MovieClip Frame 330
ReadBox.text = "Sonic: Say Creeeeeammm.";
Symbol 1488 MovieClip Frame 331
ReadBox.text = "Cream giggles and takes some of the cum from her chest and licks is with a slutty look on her face making for a perfect photo.";
Symbol 1488 MovieClip Frame 335
ReadBox.text = "Sonic: All right Creamie, let\u00E2\u0080\u0099s have a super special photo shoot.";
Symbol 1488 MovieClip Frame 336
ReadBox.text = "Cream nods and obediently takes off her dress, and gets ready to hop on Vanilla\u00E2\u0080\u0099s bed. You stop her and turn her towards you, then proceed to undress leaving only your briefs on.";
Symbol 1488 MovieClip Frame 337
ReadBox.text = "Cream: Why is this photo shoot gonna be extra special Mr. Sonic?";
Symbol 1488 MovieClip Frame 338
ReadBox.text = "Sonic: Cause we\u00E2\u0080\u0099re gonna have a nudie shoot.";
Symbol 1488 MovieClip Frame 339
ReadBox.text = "Cream: I don\u00E2\u0080\u0099t think that\u00E2\u0080\u0099s such a good idea Mr. Sonic.";
Symbol 1488 MovieClip Frame 340
ReadBox.text = "You caress her and kneel down, as you firmly grasp the elastic straps of her panties.";
Symbol 1488 MovieClip Frame 341
ReadBox.text = "Sonic: You don\u00E2\u0080\u0099t have to do it if you don\u00E2\u0080\u0099t want too.";
Symbol 1488 MovieClip Frame 342
ReadBox.text = "Cream simply looks down to the side shyly as you slowly pull her panties down and throw them to the side.";
Symbol 1488 MovieClip Frame 343
ReadBox.text = "Sonic: All right Creamie, get on your mommy\u00E2\u0080\u0099s bed and open your legs.";
Symbol 1488 MovieClip Frame 344
ReadBox.text = "Cream obediently hops on her mommy\u00E2\u0080\u0099s bed and opens her legs shyly, revealing her cute little bunny slit.";
Symbol 1488 MovieClip Frame 345
ReadBox.text = "Sonic: Now lets take a nice picture of your bunny hole.";
Symbol 1488 MovieClip Frame 346
ReadBox.text = "Cream hesitantly opens her cunny lips and shows her beautiful bunny hole as you begin to take pictures. You get quite a lot of shots of Cream as she continues to perform a few more pose for you.";
Symbol 1488 MovieClip Frame 347
ReadBox.text = "After a while you then take off your underwear and begin to jerk on your cock till it nice and hard indicating to Cream that you'd like a blowjob. Again she is a little hesitant to do something like that on camera but you do your best to keep her calm.";
Symbol 1488 MovieClip Frame 348
ReadBox.text = "Eventually Cream starts giving you a blowjob as you take a few more shots. Once you have enough of those, it was time for the main event.";
Symbol 1488 MovieClip Frame 349
ReadBox.text = "You first put the camera down on the bed and proceed to start fucking Cream. After several long passionate minutes, you hold Cream still getting her into a comfortable position. With the camera in hand to take a couple pictures, really focusing on Cream's obscenely stretched bunny hole, as well as a few of her reactions faces as give another forceful push.";
Symbol 1488 MovieClip Frame 350
ReadBox.text = "Cream begins to get desperate, crying out for a hard fuck so she can cum so you begin pick up the pace. Suddenly you begin feel your orgasm approach, so you push as deep inside Cream pressing you cock against the bunny\u00E2\u0080\u0099s cervix.";
Symbol 1488 MovieClip Frame 351
ReadBox.text = "Cream screams out as a massive blast of cum fills her bunny hole and splurts out of the sides, the sticky strands of hedgehog sperm riding down her bunny butt cheeks.";
Symbol 1488 MovieClip Frame 352
ReadBox.text = "You then pull out as another spurt of cum splurts out, leaving a pretty messy creampie. You pick back up the Camera and take several pictures of Cream\u00E2\u0080\u0099s cum spurting bunny hole before calling it a day for taking pictures.";
Symbol 1488 MovieClip Frame 355
ReadBox.text = "You pull out your cellphone which has a camera in it and proceed to have some fun taking pictures of Cream. It doesn't makes her feel like a fasion model but the two of you have fun.";
Placehold.text = "+10 RWC";
Symbol 1488 MovieClip Frame 360
ReadBox.text = "Cream: *Nods* When I feel scared or along in my room I usually sleep with my mommy or Amy. I feel okay sleeping with you Mr. Sonic.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 361
ReadBox.text = "Cream: And I'm sure you'll make a nice blanket as well.";
Placehold.text = "";
Symbol 1488 MovieClip Frame 389
ranVar = random(100) + 1;
if (_root.SMain[2] <= 700) {
_root.gotoAndStop("Sleep");
} else if ((_root.SMain[2] >= 700) && (_root.SMain[5] == false)) {
gotoAndStop ("FirstTime");
} else if ((_root.SMain[2] >= 700) && (_root.SMain[5] == true)) {
if (ranVar > 60) {
gotoAndStop ("Awake1");
} else {
gotoAndStop ("Awake2");
}
}
Symbol 1488 MovieClip Frame 390
ReadBox.text = "You suddenly wake up in the middle of the night. You were having such a wonderful dream about making out with Vanilla and Amy at the same time. You can't recall all the details, but the feeling of them all over your cock was present.";
Placehold.text = "";
Symbol 1488 MovieClip Frame 391
ReadBox.text = "In fact, that feeling is still going...";
Symbol 1488 MovieClip Frame 392
ReadBox.text = "It takes a moment for your eyes to adjust, but you can see a silhouette riding the tip of your cock. You want to say something but you're too lost in pleasure. Your mind is in a deep state of lust and confusion.";
Symbol 1488 MovieClip Frame 393
ReadBox.text = "In your lustful daze you grab the silhouettes hips and pull her down forcing the rest of your cock inside her.";
Symbol 1488 MovieClip Frame 394
ReadBox.text = "Cream: AAAAAHHHHHHH!!!!";
Symbol 1488 MovieClip Frame 395
ReadBox.text = "The screams shoots you out of your daze as you turn on the lights revealing Cream completely impaled on your cock and crying her eyes out.";
Symbol 1488 MovieClip Frame 396
ReadBox.text = "Cream: OWW!!! Owww! Mr. Sonic! Ahhh! It's too much it hurts! It hurts, it hurts!";
Symbol 1488 MovieClip Frame 397
ReadBox.text = "Cream can only pant while your cock slips out of her now red and stretched cunny. You try your best to comfort her, be she already crying her eyes out from the unprepared stretching.";
Symbol 1488 MovieClip Frame 398
ReadBox.text = "You hand then slips between her legs giving, her clit a rub to help her feel good down there. It works, and she soon calms down and sighs in pleasure.";
Symbol 1488 MovieClip Frame 399
ReadBox.text = "It doesn't take her long to orgasm and fall back asleep in your arms. With nothing left to do you jerk yourself off as quickly as your can blasting a hot load of cum all over Cream's already sticky backside.";
Symbol 1488 MovieClip Frame 400
ReadBox.text = "It doesn't take long for you to fall asleep as well...";
Symbol 1488 MovieClip Frame 405
ReadBox.text = "You're suddenly woke up by the sound of lightening. It appears there's a small summer storm forming outside. It wouldn't bother you so much if Cream wasn't latched onto you like a cat with claws.";
Placehold.text = "";
Symbol 1488 MovieClip Frame 406
ReadBox.text = "Cream: I'm scared Mr. Sonic?";
Symbol 1488 MovieClip Frame 407
ReadBox.text = "Sonic: Want me to help take your mind off the storm Cream?";
Symbol 1488 MovieClip Frame 408
ReadBox.text = "Cream nods as you turn on the lights. With her body still close to yours, you begin to massage Cream's back to help her relax. It seems to be working while the thunder starts becoming distant. Soon she's fast asleep in your arms.";
Symbol 1488 MovieClip Frame 409
ReadBox.text = "Her cute snoring noises soon put you to sleep as you turn out the lights.";
Symbol 1488 MovieClip Frame 415
ReadBox.text = "Sonic: ...";
Placehold.text = "";
Symbol 1488 MovieClip Frame 416
ReadBox.text = "With Cream laying next to you, you find it hard to completely fall asleep. Her soft fur against yours has got you aroused. You can't help but begin to paw lightly, moaning a little while Cream adjusts herself to get more comfortable.";
Symbol 1488 MovieClip Frame 417
ReadBox.text = "As you pace begins to sleep up though you sudden feel Cream's paw slip down and begin to rub your shaft. The sudden feeling causes you to jump but Cream's sweet voice calms you down.";
Symbol 1488 MovieClip Frame 418
ReadBox.text = "Cream: Please... Let me do this Mr. Sonic...";
Symbol 1488 MovieClip Frame 419
ReadBox.text = "You move your hand away while Cream takes hold giving you an opportunity to turn on the lights.";
Symbol 1488 MovieClip Frame 420
ReadBox.text = "She looks up into your eyes while her soft velvet paw continues to stroke your long thick hedgehog cock. Your hand beings to slip down between her legs and begin to stroke her cunny. To your surprise she has already slipped off her panties.";
Symbol 1488 MovieClip Frame 421
ReadBox.text = "Cream: Please don't stop, I feel so very safe with you Mr. Sonic.";
Symbol 1488 MovieClip Frame 422
ReadBox.text = "Rubbing her cheek softly, you give Cream a soft passionate kiss. She begins to reposition herself allowing her moist bunny hole to rub against your cock tip. Slowly she moves her hips back and forth, moaning into your kiss with each shift.";
Symbol 1488 MovieClip Frame 423
ReadBox.text = "Your hands grab onto her hip, allowing your thumb to rub along the top of her slit. Cream breaks the kiss and yelp out your name. She pants from the sudden orgasm, but continues to show a growing lust in her eyes.";
Symbol 1488 MovieClip Frame 424
ReadBox.text = "Cream: Mr... Mr. Sonic... Can we *pant* Can we do something very special tonight...";
Symbol 1488 MovieClip Frame 425
ReadBox.text = "Sonic: What is it my precious little Cream?";
Symbol 1488 MovieClip Frame 426
ReadBox.text = "Cream: Will you... Will you do the special hug with me?";
Symbol 1488 MovieClip Frame 427
ReadBox.text = "Sonic: Um... I'm not sure if you're ready for that Cream.";
Symbol 1488 MovieClip Frame 428
ReadBox.text = "Cream: Please Mr. Sonic. I... I know how it works. My mommy explained it to me. She also said not to do it till I found something special to do it with. You're special Mr. Sonic. Please, can we do the special hug?";
Symbol 1488 MovieClip Frame 429
ReadBox.text = "Still a little stunned by her forwardness, you lean in and give Cream a deep and passionate kiss. You grab your hard cock and begin to press it against her tight cunny. Slowly the head of your cock begins to slip in.";
Symbol 1488 MovieClip Frame 430
ReadBox.text = "She is SO tight but you continue to kiss her deeply while your cock slips in. Suddenly you feel some resistance, but merely give her hips a tug, forcing the rest of your length in.";
Symbol 1488 MovieClip Frame 431
ReadBox.text = "Cream: AHHHHH!!!";
Symbol 1488 MovieClip Frame 432
ReadBox.text = "Tears fill Cream's eyes as she holds her cunny. It seems she may have taken a little too much at once. You do your best to calm her down as her bunny hole takes a moment to adjust to the new intrusion.";
Symbol 1488 MovieClip Frame 433
ReadBox.text = "After a few more kisses, Cream starts to move her hips, causing her to cry out in a mix of pain and pleasure.";
Symbol 1488 MovieClip Frame 434
ReadBox.text = "Sonic: Cream... *pant* If you can't handle this.. We can stop.";
Symbol 1488 MovieClip Frame 435
ReadBox.text = "Cream: No... I... I... Want this... AHH!!!";
Symbol 1488 MovieClip Frame 436
ReadBox.text = "She proceeds to pump her hips slightly on your length. A mix of her bunny juices splash across your hedgehog cock as she cums from the feeling of being fucked for the very first time.";
Symbol 1488 MovieClip Frame 437
ReadBox.text = "You were hoping to make her first time last but her tightness is just too much. You pull her down one last time and cum deep inside her. With such a powerful orgasms the two of you have no problem falling asleep in each others arms.";
Symbol 1488 MovieClip Frame 438
ReadBox.text = "Cream passes out first very quickly mumbling a 'I love you...' You pass out too, feeling your softening cock slip from her well used cunny with a loud 'pop'.";
Symbol 1488 MovieClip Frame 439
ReadBox.text = "(Congrats. Cream has completely opened up to you. Your relationship has reached the next level. Next time you summon Cream in her panties you can ask her to remove them and do more fun stuff with her.)";
Symbol 1488 MovieClip Frame 463
_root.gotoAndStop("Sleep");
Symbol 1488 MovieClip Frame 464
ReadBox.text = "You playfully, pick Cream up and toss her on her mommy's bed. She giggles, as she opens her legs showing you her slit. You grin devilishly and lay down on top of her, kissing her passionately.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 465
ReadBox.text = "For several minutes, you and Cream lock lips, while rolling and moaning across the large bed in pure passion. After a while though, Cream nudges softly with her cheek to get your attention.";
Placehold.text = "";
Symbol 1488 MovieClip Frame 466
ReadBox.text = "Cream: Umm, Mr. Sonic...I...";
Symbol 1488 MovieClip Frame 467
ReadBox.text = "You shush her and give your one last kiss to comfort her. With all that passion running through you, it somehow gave Cream a mini orgasm.";
Symbol 1488 MovieClip Frame 475
ReadBox.text = "";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 476
ReadBox.text = "";
Placehold.text = "";
Symbol 1488 MovieClip Frame 477
ReadBox.text = "";
Symbol 1488 MovieClip Frame 485
ReadBox.text = "You sit down on Vanilla's bed, your cock stiffening in anticipation, while signaling Cream to get closer. She grins and kneels in front of you.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 486
ReadBox.text = "Sonic: Alright, Creamie. I think you know what I want you to do...";
Placehold.text = "";
Symbol 1488 MovieClip Frame 487
ReadBox.text = "Cream nods and smiles, slowly bringing her mouth over your hedgehog cock. She carefully, begins to move her mouth down your thickness, while guiding your hands to the side of her head.";
Symbol 1488 MovieClip Frame 488
ReadBox.text = "You begin to get a rhythm, guiding her gently across your throbbing cock. Every few minutes, you pull her off to let her breathe. She returns the favor by going down and lustfully sucking and licking your balls and shaft.";
Symbol 1488 MovieClip Frame 489
ReadBox.text = "She giggles and continues bobbing her head down your cock. Soon you pull her back to give her a deep kiss. She kisses you back; her velvet paw begins to circle your penis tip. Pre-cum continues to leak out spreading across her fingertip.";
Symbol 1488 MovieClip Frame 490
ReadBox.text = "Cream: Are you going to cum, Mr. Sonic?";
Symbol 1488 MovieClip Frame 491
ReadBox.text = "Sonic: Yes Creamie, I'm going to cum real soon.";
Symbol 1488 MovieClip Frame 492
ReadBox.text = "She smiles and scotches back a bit. Still on her knees, she looks up and happily opens her mouth.";
Symbol 1488 MovieClip Frame 493
ReadBox.text = "Sonic: So that's how you want it, huh?";
Symbol 1488 MovieClip Frame 494
ReadBox.text = "Cream nods happily and lets her tongue slip out of her wide open mouth. You stand up and begin to jerk yourself off. Suddenly, a powerful blast of cum explodes from the tip of your penis, followed by three more powerful spurts.";
Symbol 1488 MovieClip Frame 495
ReadBox.text = "She does her best to catch it in her mouth, but much of it landed on her face and flat chest. However, she can't help but giggle, while she swallow the cum, that she has caught.";
Symbol 1488 MovieClip Frame 496
ReadBox.text = "She then, takes her hand and wipes her face, licking the cum off her fingers in front of you.";
Symbol 1488 MovieClip Frame 497
ReadBox.text = "Sonic: You liked that?";
Symbol 1488 MovieClip Frame 498
ReadBox.text = "Cream nods rapidly in excitement. She then gets up to give you an affectionate kiss, before running off to her room to clean up.";
Symbol 1488 MovieClip Frame 500
ReadBox.text = "You carefully pick up Cream, passionately staring her in the eyes.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1488 MovieClip Frame 501
ReadBox.text = "Sonic: So Creamie, you want me to make love to you?";
Placehold.text = "";
Symbol 1488 MovieClip Frame 502
ReadBox.text = "Cream smiles and nods, holding you close. You lay her down gently onto her mommy's bed.";
Symbol 1488 MovieClip Frame 503
ReadBox.text = "Cream: I'm very ready, Mr. Sonic.";
Symbol 1488 MovieClip Frame 504
ReadBox.text = "You lay on top of her, giving her a passionate kiss. Moving down her body, you start with her nipples, while she happily rubs her cunny in anticipation.";
Symbol 1488 MovieClip Frame 505
ReadBox.text = "You then move back up to kiss her blushing cheeks and make your way to her neck. Cream happily moans from the treatment, while you continue kissing her down her neck.";
Symbol 1488 MovieClip Frame 506
ReadBox.text = "You begin to kiss and nibble her going back down her chest, nipples, belly and stopping at her legs. After kissing her, like this for several minutes, you open her legs and begin to give her cunny some much needed attention.";
Symbol 1488 MovieClip Frame 507
ReadBox.text = "She giggles happily, as you start to slip your tongue into her wet folds.";
Symbol 1488 MovieClip Frame 508
ReadBox.text = "Cream: Do you like my bunny hole, Mr. Sonic?";
Symbol 1488 MovieClip Frame 509
ReadBox.text = "Sonic: Oh yes, I love your bunny hole.";
Symbol 1488 MovieClip Frame 510
ReadBox.text = "You continue licking up the juices flowing from Cream's pussy. Slurping and smacking sounds fill the air, as you continue to work on her cunny, going as deep as possible with your tongue.";
Symbol 1488 MovieClip Frame 511
ReadBox.text = "She begins to touch and pinch her nipples, as you continue. However, when Cream starts approaching an orgasm, you get up and come face to face with her.";
Symbol 1488 MovieClip Frame 512
ReadBox.text = "Sonic: Alright Creamie, looks like you're ready? Tell me where do you want it?";
Symbol 1488 MovieClip Frame 513
ReadBox.text = "Cream blushes once again from your forward comment. She pauses for a moment then points...";
Symbol 1488 MovieClip Frame 515
ReadBox.text = "She points at her bunny hole. You smile and tell her...";
Symbol 1488 MovieClip Frame 516
ReadBox.text = "Sonic: Alright Creamie, get ready...";
Symbol 1488 MovieClip Frame 517
ReadBox.text = "Before you penetrate her you remember that you have a box of condoms. Should you use one?";
Symbol 1488 MovieClip Frame 525
ReadBox.text = "You shamelessly bring your cock to her cunny and start pushing into her tight, little bunny hole. She squeals in ecstasy, as you make sure you get as deep, as possible.";
Symbol 1488 MovieClip Frame 526
ReadBox.text = "Amazingly enough, she takes almost all of it making the outside lips of her cunny begin to look like they're bulging outward. You stop pushing, when you begin to feel you penis bump against her young womb.";
Symbol 1488 MovieClip Frame 527
ReadBox.text = "While Cream, adjusts to being stretched, you give her a big kiss to help relax her. As soon, as her cunny is fully adjusted, you start to fuck her bareback. She moans in pleasure as you slowly begin to fuck her cunny with long hard thrusts.";
Symbol 1488 MovieClip Frame 528
ReadBox.text = "Cream starts giving you small kisses along your cheek, as you relentlessly thrust her. After several long minutes of fucking, you suddenly pull out causing Cream to protest.";
Symbol 1488 MovieClip Frame 529
ReadBox.text = "Cream nods in agreement and quickly gets on all fours, sticking her sloppy wet pussy into the air. Grabbing her hip, you begin to mercilessly fuck her, doggy style. Cream is unable to stop moaning and squealing in pleasure.";
Symbol 1488 MovieClip Frame 530
ReadBox.text = "For almost a half hour, you take Cream in several other positions, before leading her back into missionary. After holding back as long as possible, you feel yourself getting close to cumming.";
Symbol 1488 MovieClip Frame 531
ReadBox.text = "Sonic: Alright baby, I'm gonna do it. I'm gonna cum...";
Symbol 1488 MovieClip Frame 532
ReadBox.text = "Cream: OOOOooooo... Mr. Sonic, I'm... I'm ready...";
Symbol 1488 MovieClip Frame 533
ReadBox.text = "You start picking up the pace, fucking her pussy with full force. Your cock twitches as you hold back, as long as you can. Suddenly, that familiar feeling rushing through your body, as you get ready to cum hard...";
cumVar = random(100) + 1;
Symbol 1488 MovieClip Frame 535
ReadBox.text = "You pull back, as your cock escapes her pussy with a loud pop. The feeling drives you over the edge making you cry out Cream's name loudly.";
Symbol 1488 MovieClip Frame 536
ReadBox.text = "Sonic: CREEEEEEEEAAAAAAAAAAAMMMM!!!";
Symbol 1488 MovieClip Frame 537
ReadBox.text = "With each twitch of your cock, you blast a massive load all over her nude body. She then pulls a pillow over her head and gives a muffled scream of ecstasy.";
Symbol 1488 MovieClip Frame 538
ReadBox.text = "But as your orgasm winds down, you know that Cream hasn't fully come yet. You've seen her do it plenty of times before.";
Symbol 1488 MovieClip Frame 539
ReadBox.text = "Sonic: oh *pant* we're not done yet you little bitch...";
Symbol 1488 MovieClip Frame 540
ReadBox.text = "Cream takes the pillow off and laughs nervously. You take your index and middle finger and jam it inside her, furiously fingering her cunny. She squints and turns twitching madly, as she finally explode into one last fantastic orgasm...";
Symbol 1488 MovieClip Frame 541
ReadBox.text = "Cream: Ooohhh noooooooo!!";
Symbol 1488 MovieClip Frame 542
ReadBox.text = "Cream: Mr. Sooooniiiiiiiiiiiiiiccccc, aaaaAHHHHHHHHHHHH!";
Symbol 1488 MovieClip Frame 543
ReadBox.text = "Cream tries to remain awake after such a power orgasm. But minutes after she came, she passes out falling back on the pillow and giving one last sigh of relief.";
Symbol 1488 MovieClip Frame 545
ReadBox.text = "You realize you're about to cum and quickly attempt to pull out of her tight cunny. But without warning, Cream latches her legs around your waist and pulls you in, almost forcing you\u00E2\u0080\u0099re penis past the entrance of her womb.";
Symbol 1488 MovieClip Frame 546
ReadBox.text = "Overcome by the sudden rush, you stiffen up and give Cream a powerful squeeze.";
Symbol 1488 MovieClip Frame 547
ReadBox.text = "Cream: Mr. Sonic!!! aaaahhHHHHHH!!!!";
Symbol 1488 MovieClip Frame 548
ReadBox.text = "Sonic: *groan* Oh fuuuuuuuuuck AAAhh aaHHH AAAAAHGHHHHHHHHH!!!";
Symbol 1488 MovieClip Frame 549
ReadBox.text = "You feel, you\u00E2\u0080\u0099re cum shoot deep into her bunny hole, holding Cream close to you and not letting go. You can feel her cunny squeeze and clamp you cock, milking your seed, as she cums with you.";
Symbol 1488 MovieClip Frame 550
ReadBox.text = "That sudden rush of your orgasm causes you to black out. When you wake up you're still in Vanilla's bed. You can hear Cream happily watching cartoons in the living room...";
Symbol 1488 MovieClip Frame 555
ReadBox.text = "You feel your orgasm approach, as you look Cream in her eyes and grin.";
Symbol 1488 MovieClip Frame 556
ReadBox.text = "Sonic: Alright, here it goes!";
Symbol 1488 MovieClip Frame 557
ReadBox.text = "Cream squeals and tightens up her body. You continue to push your cock against her womb, releasing a powerful blast of hedgehog cum inside her.";
Symbol 1488 MovieClip Frame 558
ReadBox.text = "You feel her cunny start to squeeze and clamp, as she lets out a powerful cry of relief from her earth shattering orgasm. Her cunny just continues to squeeze your cock, forcing several more shots of cum into her.";
Symbol 1488 MovieClip Frame 559
ReadBox.text = "You then wiggle your hips a bit, pushing deeper and making sure you get, you\u00E2\u0080\u0099re cum as deep as possible. All she can do is smile and lay her head back onto the pillow.";
Symbol 1488 MovieClip Frame 560
ReadBox.text = "You plop next to her, holding her close, while she gives a small sigh of relief. Both of your bodies are covered in sweat from the experience. Cream looks up to you with a blushing smile.";
Symbol 1488 MovieClip Frame 561
ReadBox.text = "Cream: I love you, Mr. Sonic...";
Symbol 1488 MovieClip Frame 562
ReadBox.text = "Sonic: I love you to Creamie...";
Symbol 1488 MovieClip Frame 563
ReadBox.text = "Cream smiles and hugs you tight, as you both fall asleep in exhaustion. About an hour, later you wake up no longer finding Cream next to you. You can hear her in her room playing with her dolls.";
Symbol 1488 MovieClip Frame 565
ReadBox.text = "Cream shyly points to her tight little ass.";
Symbol 1488 MovieClip Frame 566
ReadBox.text = "Cream: I want to try it there, Mr. Sonic...";
Symbol 1488 MovieClip Frame 567
ReadBox.text = "Sonic: *Snicker* Alright, Cream if you think you can handle it.";
Symbol 1488 MovieClip Frame 568
ReadBox.text = "Luckily Vanilla has a bottle of lube on her night stand. With a small squirt, you grease your cock up for her tailhole. You also apply some to her tail as well, wiggling a finger in, while teasing her cunny to keep her feeling pleasured.";
Symbol 1488 MovieClip Frame 569
ReadBox.text = "With everything set, you line your cock up and force it deep into her tight ass. Cream screams from the sudden feeling of having her tailhole ripped open. You only get about half way in before it becomes too painful for her.";
Symbol 1488 MovieClip Frame 570
ReadBox.text = "Cream: OOOOooowwwwww!!! Mr. Sonic! It still kind of... Hurts... AHH!!!";
Symbol 1488 MovieClip Frame 571
ReadBox.text = "Sonic: Shh shh shh shh... It's ok... Trust me it will feel really good in a moment...";
Symbol 1488 MovieClip Frame 572
ReadBox.text = "Cream nods as she continues to shed some tears from the pain. After about ten minutes, she starts to moan lightly, so you begin to thrust making sure not to move too much. Soon you're thrusting easily into Cream, making her shiver.";
Symbol 1488 MovieClip Frame 573
ReadBox.text = "Still you can't get more than half way in there without making her yelp in pain. However, the tightness is drawing you to an orgasm rather quickly. Suddenly, you cry out to Cream that you're cumming.";
Symbol 1488 MovieClip Frame 574
ReadBox.text = "Cream: Noooo Mr. Sonic!!! Not in my ass!! My mommy doesn't like it when her friends do that in her ass!!! AHHHHH!!!!";
Symbol 1488 MovieClip Frame 575
ReadBox.text = "Her comment perplexes you, but you pay little attention as you finish cumming deep in her tailhole. The feeling is just too perfect, as all that cum helps you ease more of your throbbing cock into her tailhole.";
Symbol 1488 MovieClip Frame 576
ReadBox.text = "So you continue to fuck her cum filled ass for several minutes till you can fuck no more. With a feeling of satisfaction, you pass out in exhaustion next to her. Cream on the other hand rushes to the bathroom to clean the mess you've made in her, before it all slips out.";
Symbol 1488 MovieClip Frame 577
ReadBox.text = "The whole experience has left you feeling pretty exhausted and you decided to nap for an hour or so.";
Symbol 1488 MovieClip Frame 580
ReadBox.text = "You reach for your pants and pull out the condom; you bought at Rouge's store. Ripping open the package, it only takes a few seconds to put it on...";
Symbol 1488 MovieClip Frame 581
ReadBox.text = "Sonic: Better safe than sorry, right?";
Symbol 1488 MovieClip Frame 582
ReadBox.text = "Cream nods and smiles, as you then take her bunny holes for a ride. The special lube on the condom sends a fiery sensation through Cream's body, sending into an instant orgasm.";
Symbol 1488 MovieClip Frame 583
ReadBox.text = "Her tight cunny clamps down on your thick cock, but thanks to the way the condom is designed, you'll be able to fuck her for a whole hour before cumming.";
Symbol 1488 MovieClip Frame 584
ReadBox.text = "Cream is unable to stop cumming, as you plow into her pussy with long hard thrusts. As you switch positions, you pull out and line your cock up against her tailhole.";
Symbol 1488 MovieClip Frame 585
ReadBox.text = "Her head is swimming in so much pleasure, she doesn't even notice when you push her ass down onto your cock. The sudden rush of her tail being ripped open sends her screaming, as she cries out in one last, powerful orgasm before passing out.";
Symbol 1488 MovieClip Frame 586
ReadBox.text = "Despite Cream being passed out, you decide to keep fucking her ass and pussy for a while longer, before finally reaching your own powerful orgasm. Exhausted you pass out with your cock still buried deep inside Cream's well fucked cunny.";
Symbol 1488 MovieClip Frame 590
ReadBox.text = "You lift Cream up slightly, snapping her out of her pleasure zone.";
Symbol 1488 MovieClip Frame 591
ReadBox.text = "Cream: Mr... Sonic...";
Symbol 1488 MovieClip Frame 592
ReadBox.text = "She eeps, feeling the tip of your cock press against her tailhole.";
Symbol 1488 MovieClip Frame 593
ReadBox.text = "Sonic: Don't fear Creamie... I'll make sure to use plenty of lube...";
Symbol 1488 MovieClip Frame 594
ReadBox.text = "With a bottle of lube continently next to Vanilla's bed, you proceed to put as much lube, as you can on your cock and her tail before trying to enter her. At first, it seems like it's not going to go in, but with one gravity assisted thrust you slip into her tailhole.";
Symbol 1488 MovieClip Frame 595
ReadBox.text = "Cream: AHHHHHHHHHHHHHHHHH!!!!!";
Symbol 1488 MovieClip Frame 596
ReadBox.text = "Cream throws her arms around in pain smacking you in the face. You fall back onto the bed, as Cream pops onto your cock, crying in agony.";
Symbol 1488 MovieClip Frame 597
ReadBox.text = "Cream: Ah! Ah, it hurts!";
Symbol 1488 MovieClip Frame 598
ReadBox.text = "You snap out of your lust and quickly rush to the kitchen to get an ice pack.";
Symbol 1488 MovieClip Frame 599
ReadBox.text = "Sonic: I'm so sorry, Cream. I should have prepared you more.";
Symbol 1488 MovieClip Frame 600
ReadBox.text = "All she can do is shake her head in pain, while the tears stream down her cheeks. Eventually, she calms down. Her tailhole is a bit red from the sudden penetration, but it appears she isn't mad at you.";
Symbol 1488 MovieClip Frame 601
ReadBox.text = "Cream: It doesn\u00E2\u0080\u0099t hurt as badly now, but I'm not ready to try it again yet...";
Symbol 1488 MovieClip Frame 602
ReadBox.text = "You nod and give Cream a kiss. To help her feel better you begin to give her littly clit a rub. While it doesn't overwhelm the pain of her tail, it does help her calm down a lot faster. Eventually, she falls asleep in your arms, so you decide to take a rest as well.";
Symbol 1489 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Vanilla");
}
Symbol 1490 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[0] >= 30) && (_root.DayVent[12] == false)) {
_root.SMain[0] = _root.SMain[0] - 30;
_root.DayVent[12] = true;
gotoAndStop ("Laptop2");
} else if ((_root.SMain[0] >= 30) && (_root.DayVent[12] == true)) {
gotoAndStop ("Laptop3");
} else {
ReadBox.text = "Not enough energy...";
}
}
Symbol 1493 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Laptop4");
}
Symbol 1498 Button
on (release) {
_root.ringFX.start(0, 1);
nextFrame();
}
Symbol 1501 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[3] = _root.SMain[3] + RingsRan;
_root.gotoAndStop("Vanilla");
}
Symbol 1502 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Vanilla");
}
Symbol 1505 MovieClip Frame 1
stop();
ReadBox.text = "You open Vanilla's personal laptop. What will you use it for?";
Symbol 1505 MovieClip Frame 10
RingsRan = random(50) + 50;
ReadBox.text = ("You surf around Mobian List to find a good online programming job since saving the world isn't bringing in the bills anymore. Luckly there is plenty on this site and you find one that pays " + RingsRan) + " rings.";
Symbol 1505 MovieClip Frame 11
ReadBox.text = "It takes you about an hour to finish but once it's done, the rings are transfered to your account.";
Symbol 1505 MovieClip Frame 20
ReadBox.text = "You've already done a job today. You should be spending more time watching Cream.";
Symbol 1505 MovieClip Frame 30
ReadBox.text = "You try to open up the messenger program, but an error appears.";
Symbol 1514 Button
on (rollOver) {
if (DayVent[1] == true) {
Informer.text = "Already showered today...";
} else {
Informer.text = "Take a shower!";
}
}
on (rollOut) {
Informer.text = "";
}
on (release) {
if (DayVent[1] == false) {
DayVent[1] = true;
SMain[0] = SMain[0] + 20;
if (SStats[4] > 9) {
gotoAndStop ("BathroomSum");
sumBathroom.gotoAndStop("BadShower");
} else {
gotoAndStop ("BathroomSum");
sumBathroom.gotoAndStop("Shower0");
}
}
}
Symbol 1515 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
gotoAndStop ("BathroomSum");
}
Symbol 1517 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Vanilla");
}
on (keyPress "<Left>") {
overBeep.start(0, 1);
gotoAndStop ("Vanilla");
}
Symbol 1519 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Bathroom");
}
Symbol 1520 Button
on (rollOver) {
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[5] == true) {
gotoAndStop ("Naked");
} else {
Reaction.gotoAndStop(3);
ReadBox.text = "Mr. Sonic I'm not comfortable with you asking me that right now?";
}
}
Symbol 1521 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[0] >= 10) && (_root.DayVent[11] == false)) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[7]--;
_root.DayVent[11] = true;
gotoAndStop ("Shower2");
} else if (_root.SMain[0] < 10) {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy to make me Mr. Sonic.";
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You've already asked me to take a shower today Mr. Sonic. I don't really need one unless I get really messy again.";
}
}
Symbol 1522 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 5) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[7]--;
gotoAndStop ("Room1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 1525 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Special1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 1526 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Fun1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 1527 Button
on (rollOver) {
Placehold.text = "-30 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 30) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 30;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Tongue1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I don't think you're up for it Mr. Sonic. You don't have enough energy to get your thingie hard. *Giggles*";
}
}
Symbol 1529 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Bathroom");
}
Symbol 1532 Button
on (release) {
if (BGM._visible == true) {
BGM._visible = false;
} else {
BGM._visible = true;
}
if (ReadBox._visible == true) {
ReadBox._visible = false;
} else {
ReadBox._visible = true;
}
if ((COne._visible == true) && (ROne._visible == true)) {
COne._visible = false;
ROne._visible = false;
} else {
COne._visible = true;
ROne._visible = true;
}
if ((CTwo._visible == true) && (RTwo._visible == true)) {
CTwo._visible = false;
RTwo._visible = false;
} else {
CTwo._visible = true;
RTwo._visible = true;
}
if ((CThree._visible == true) && (RThree._visible == true)) {
CThree._visible = false;
RThree._visible = false;
} else {
CThree._visible = true;
RThree._visible = true;
}
}
Symbol 1535 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Bathroom");
}
Symbol 1536 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[2] >= 600) {
gotoAndStop ("Shower1");
} else {
gotoAndStop ("ShowerNoGo");
}
}
Symbol 1539 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("JOShower");
}
Symbol 1545 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[0]++;
if (((_root.SMain[2] > 800) && (_root.SMain[5] == true)) && (_root.SStats[2] > 10)) {
gotoAndStop ("Fun5");
} else {
gotoAndStop ("Shower12");
}
}
Symbol 1549 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Shower3");
}
Symbol 1550 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (((_root.SMain[2] >= 550) || (_root.SMain[5] == true)) || (_root.SStats[4] > 10)) {
gotoAndStop ("Shower8");
} else {
_root.SStats[1]++;
gotoAndStop ("Shower7");
}
}
Symbol 1554 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SStats[1] > 7) {
gotoAndStop ("Shower5");
} else {
_root.SStats[0]--;
gotoAndStop ("Shower4");
}
}
Symbol 1555 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Vanilla");
}
Symbol 1559 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.gotoAndStop("Vanilla");
}
Symbol 1563 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[3]++;
gotoAndStop ("Shower6");
}
Symbol 1572 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Shower9");
}
Symbol 1573 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[3]++;
nextFrame();
}
Symbol 1579 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Shower11");
}
Symbol 1580 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Shower10");
}
Symbol 1586 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[0]++;
gotoAndStop ("Shower12");
}
Symbol 1592 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Energy -1";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[0]++;
_root.SStats[6]++;
gotoAndStop ("Room7");
}
Symbol 1593 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Energy -1";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[1]++;
gotoAndStop ("Room2");
}
Symbol 1598 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SStats[1] > 8) || (_root.SMain[5] == true)) {
gotoAndStop ("Room6");
} else {
gotoAndStop ("Room8");
}
}
Symbol 1599 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Room3");
}
Symbol 1604 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[0]--;
gotoAndStop ("Room5");
}
Symbol 1605 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Room4");
}
Symbol 1609 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] - 5;
_root.gotoAndStop("Vanilla");
}
Symbol 1619 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[7]++;
_root.SStats[0]++;
_root.gotoAndStop("Vanilla");
}
Symbol 1625 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[2] > 800) && (_root.SStats[2] > 7)) {
nextFrame();
} else {
gotoAndStop ("Fun4");
}
}
Symbol 1629 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Fun3");
}
Symbol 1630 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Fun2");
}
Symbol 1638 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[4]++;
_root.gotoAndStop("Vanilla");
}
Symbol 1648 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[4] = _root.SexScore[4] + 3;
_root.gotoAndStop("Vanilla");
}
Symbol 1650 MovieClip Frame 1
stop();
Symbol 1650 MovieClip Frame 20
ReadBox.text = "You take a quick shower and feel a little more energized.";
Placehold.text = "+20 Energy";
Symbol 1650 MovieClip Frame 30
ReadBox.text = "As you shower you notice Cream is peeking at you from the door. At first, you pretend not to notice so you don't scare her off.";
Placehold.text = "+20 Energy";
Symbol 1650 MovieClip Frame 31
ReadBox.text = "Then you start wondering if you should give her a show or not.";
Placehold.text = "";
Symbol 1650 MovieClip Frame 40
ReadBox.text = "You grab your hardening cock and begin to pleasure yourself in front of Cream. She looks on in awe as you close your eyes and begin to think about Cream and her hot mom.";
Symbol 1650 MovieClip Frame 41
ReadBox.text = "Soon you pant softly as you blast a large load of spunk on the wet shower walls. You look to see if Cream is still there, but she has run off.";
Symbol 1650 MovieClip Frame 50
ReadBox.text = "You call out to Cream, asking if she would like to join. She eeps and quickly runs away when she realizes she has been caught. You decide to just finish up with your shower and carry on.";
Symbol 1650 MovieClip Frame 60
ReadBox.text = "Cream blushes and nods as she pulls off her dress in front of you. She bends over and pulls down her panties, wiggling her tail at you almost suggestively.";
Symbol 1650 MovieClip Frame 61
ReadBox.text = "You can't help but feel a little aroused as Cream tosses her panties to the side and enters the shower with you.";
Symbol 1650 MovieClip Frame 70
ReadBox.text = "Sonic: You look like you could use a shower, Cream.";
Placehold.text = "+10 RWC";
Symbol 1650 MovieClip Frame 71
ReadBox.text = "Cream: Oh? Okay, Mr. Sonic.";
Placehold.text = "";
Symbol 1650 MovieClip Frame 80
ReadBox.text = "You exit the bathroom as Cream begins her shower. You can hear her start humming a cute tune while she starts scrubbing herself down.";
Symbol 1650 MovieClip Frame 90
ReadBox.text = "Grabbing onto the knob you carefully open the door, inching your head in. You get a good look at Cream's naked body, but she is already looking at you with wide eyes.";
Placehold.text = "-1 Happiness";
Symbol 1650 MovieClip Frame 91
ReadBox.text = "Cream: AIIIIIIEEEEEEEEEEEEE!!! You naughty pervert!!!";
Placehold.text = "";
Symbol 1650 MovieClip Frame 92
ReadBox.text = "Cream grabs a bottle of shampoo and throws it at you before you get a chance to zip away.";
Symbol 1650 MovieClip Frame 93
ReadBox.text = "It knocks you back, causing you to stumble to the floor and right onto the hard bathroom tiles. You try to get up, but you end up stepping on the shampoo bottle, squirting the slippery stuff all over the floor.";
Symbol 1650 MovieClip Frame 94
ReadBox.text = "This causes you to stumble right into a wall; you black out instantly. A little while later you wake up on the floor of Vanilla's room with a bandage on your head, but Cream nowhere to be found.";
Placehold.text = "-5 Energy";
Symbol 1650 MovieClip Frame 100
ReadBox.text = "You skillfully inch your head through the bathroom door without catching Cream's attention. Despite the steam from the shower you get a good peek of Cream while she continues humming a happy tune.";
Symbol 1650 MovieClip Frame 101
ReadBox.text = "For the next few minutes you look over Cream's little body until you realize you're pitching a pretty decent tent in your pants. It eventually gets to the point where you just can't hold it in anymore.";
Symbol 1650 MovieClip Frame 110
ReadBox.text = "You sit down on Vanilla's bed and unzip your package. Slowly you begin to fondle your cock, getting into a nice rhythm. Knowing you don't have much time, you decide to make it quick and pick up the pace.";
Instance of Symbol 1351 MovieClip in Symbol 1650 MovieClip Frame 110
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1650 MovieClip Frame 111
ReadBox.text = "Images of Cream's petite body flow through your head, causing you to reach your peak in a matter of moments.";
Symbol 1650 MovieClip Frame 112
ReadBox.text = "Quickly you grab a tissue from Vanilla's nightstand and cum into it, hiding any evidence of your naughty activity.";
Symbol 1650 MovieClip Frame 113
ReadBox.text = "As soon as you throw it in the trash, Cream comes out of the bathroom with a large towel wrapped around her. She smiles at you and then walks off to her room to get dressed.";
Symbol 1650 MovieClip Frame 120
ReadBox.text = "You stay in the bathroom as Cream begins pulling up her dress. Suddenly she turns around and sees you're still in the bathroom. She pulls her dress back down giving you a dirty look.";
Placehold.text = "+1 Peep";
Symbol 1650 MovieClip Frame 121
ReadBox.text = "Cream: Umm... Mr. Sonic , I'm old enough to take a shower by myself...";
Placehold.text = "";
Symbol 1650 MovieClip Frame 122
ReadBox.text = "You give an embarrassed chuckle and nod, leaving before she gets too uncomfortable.";
Symbol 1650 MovieClip Frame 130
ReadBox.text = "You stay and watch Cream get undressed. As she pulls up her dress and slips off her panties she turns around to you and smiles.";
Symbol 1650 MovieClip Frame 131
ReadBox.text = "Cream: Would you like to join me in the shower, Sonic? I could use some help with the soap.";
Symbol 1650 MovieClip Frame 132
ReadBox.text = "Cream smiles and nods understanding while you calmly exit the bathroom.";
Placehold.text = "+1 Moral Alignment";
Symbol 1650 MovieClip Frame 140
ReadBox.text = "Cream nods and gets into the shower.";
Symbol 1650 MovieClip Frame 141
ReadBox.text = "Cream: What are you waiting for, Mr. Sonic?";
Symbol 1650 MovieClip Frame 150
ReadBox.text = "As Cream turns on the water you approach her with a bar of soap in hand. You get a nice lather going as you start slowly caressing her body. Bubbles start to fly everywhere.";
Symbol 1650 MovieClip Frame 151
ReadBox.text = "Cream giggles as you make your way down her chest towards her cunny and back up to play with her tiny nipples. When you finish soaping her body you start to apply the shampoo to her scalp as the soap bubbles begin to slide off of her.";
Symbol 1650 MovieClip Frame 152
ReadBox.text = "All that soap and suds run down her body and through the cracks of her cunny and ass, giving you an arousing show. When the suds finally clear, you turn off the water and begin to dry her off. Cream thanks you with a bright and clean smile.";
Symbol 1650 MovieClip Frame 153
ReadBox.text = "Cream: Thank you for the shower, Mr. Sonic.";
Symbol 1650 MovieClip Frame 154
ReadBox.text = "She then runs off to her room to get dressed as you give her a light pat on the tail.";
Symbol 1650 MovieClip Frame 160
ReadBox.text = "You nod and begin to get undressed while Cream turns on the shower. She blushes a little, giggling nervously as all your clothes come off. Her eyes can't help but go wide as your thick hedgehog cock pops from your underwear.";
Symbol 1650 MovieClip Frame 161
ReadBox.text = "Cream lightly touches herself in arousal from seeing you naked as you both enter the shower.";
Symbol 1650 MovieClip Frame 169
ReadBox.text = "Cream giggles and smiles, feeling your hand slip between her legs while you also work over her chest. Once she's covered in suds, Cream takes the soap and begins to lather you up as well.";
Symbol 1650 MovieClip Frame 170
ReadBox.text = "She has a little trouble reaching certain parts on you so you lean forward to help. The feeling of Cream's velvet-like hands on your body begins to arouse you.";
Symbol 1650 MovieClip Frame 171
ReadBox.text = "It doesn't take long for her to notice your erection, and she begins to lather that as well, carefully jerking it off. You lean your head back, enjoying the feeling as she keeps going.";
Symbol 1650 MovieClip Frame 172
ReadBox.text = "The pleasure soon becomes too much. You lean up against the wall giving Cream more room to pleasure you.";
Symbol 1650 MovieClip Frame 173
ReadBox.text = "Cream: You like that, Mr. Sonic?";
Symbol 1650 MovieClip Frame 174
ReadBox.text = "Sonic: Oh yes, I like it a lot...";
Symbol 1650 MovieClip Frame 175
ReadBox.text = "She smiles and continues to rub that soft soap up and down your throbbing cock. A few minutes later you begin to feel pressure build up deep inside and you cry out for Cream to stop.";
Symbol 1650 MovieClip Frame 176
ReadBox.text = "You grab your pulsing cock and begin jerking it hard, shooting a heavy load all over the shower walls and making Cream gasp in surprise. Once you finish, you notice Cream had turned off the water.";
Symbol 1650 MovieClip Frame 177
ReadBox.text = "Cream: Thank you, Mr. Sonic. That was a good shower.";
Symbol 1650 MovieClip Frame 178
ReadBox.text = "Sonic: It's okay, Cream, you did a wonderful job cleaning me up.";
Symbol 1650 MovieClip Frame 179
ReadBox.text = "You give her a small kiss on her forehead and go to Vanilla's room to get dressed.";
Symbol 1650 MovieClip Frame 180
ReadBox.text = "Cream: I really need to use the bathroom, Mr. Sonic.";
Placehold.text = "+5 RWC";
Symbol 1650 MovieClip Frame 181
ReadBox.text = "You nod and leave Cream to do her business. As you exit you suddenly notice she hasn't shut the door all the way.";
Placehold.text = "";
Symbol 1650 MovieClip Frame 190
ReadBox.text = "She must have really been holding it for a while if she didn't bother to take the time to close the door. As you peek in on Cream, you notice she's sitting in a way that has her lower body still covered with her dress and her panties dangling from her ankles.";
Placehold.text = "+1 Peep";
Symbol 1650 MovieClip Frame 191
ReadBox.text = "Despite the situation, you quickly find yourself aroused by the sight.";
Placehold.text = "";
Symbol 1650 MovieClip Frame 200
ReadBox.text = "You attempt to make your way to the living room.";
Instance of Symbol 1351 MovieClip in Symbol 1650 MovieClip Frame 200
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1650 MovieClip Frame 201
ReadBox.text = "Cream: Mr. Sonic, what are you doing?";
Symbol 1650 MovieClip Frame 202
ReadBox.text = "You panic, wondering if she saw you peep on her or not.";
Symbol 1650 MovieClip Frame 210
ReadBox.text = "Cream's look of disapointment doesn't fade.";
Symbol 1650 MovieClip Frame 211
ReadBox.text = "Cream: You were peeping on me, weren't you, Mr. Sonic...";
Symbol 1650 MovieClip Frame 212
ReadBox.text = "Sonic: Uh... Well... I mean...";
Symbol 1650 MovieClip Frame 213
ReadBox.text = "Cream: Pervert!";
Symbol 1650 MovieClip Frame 214
ReadBox.text = "Cream marches back to her room extremely angry at you.";
Placehold.text = "-5 RWC";
Symbol 1650 MovieClip Frame 220
ReadBox.text = "You quickly rush out of the room, leaving Cream feeling a little unhappy.";
Placehold.text = "-1 Happiness";
Symbol 1650 MovieClip Frame 230
ReadBox.text = "Unable to take the sight anymore, you pull open your jeans and quickly jerk off, hoping to finish before Cream comes out of the bathroom. You keep an eye on her, making sure not to get so lost in pleasure that you get caught.";
Symbol 1650 MovieClip Frame 231
ReadBox.text = "She seems to be taking her time as she stands up and reaches for her panties. However, when she bends over, you get a good look at her damp bunny slit, making you lose it instantly. Luckily there is a towel next to you to help you clean up.";
Symbol 1650 MovieClip Frame 232
ReadBox.text = "Cream doesn't suspect a thing as she exits the bathroom and sees you holding a towel.";
Symbol 1650 MovieClip Frame 233
ReadBox.text = "Cream: Mr. Sonic, what are you doing?";
Symbol 1650 MovieClip Frame 234
ReadBox.text = "Sonic: Waiting for my turn to use the bathroom. I really need to go, too.";
Symbol 1650 MovieClip Frame 235
ReadBox.text = "She nods and walks back to her room without a second thought. Looks like you're in the clear.";
Symbol 1650 MovieClip Frame 240
ReadBox.text = "Cream: Thank you, Mr. Sonic.";
Symbol 1650 MovieClip Frame 241
ReadBox.text = "You smile as you make your way to the living room, knowing you did the right thing.";
Placehold.text = "+1 Moral Alignment\n+1 Happiness";
Symbol 1650 MovieClip Frame 250
ReadBox.text = "Unable to take the sight anymore, you pull open your jeans and quickly jerk off, hoping to finish before Cream comes out of the bathroom.";
Symbol 1650 MovieClip Frame 251
ReadBox.text = "You get so lost in lust, though, that you don't notice Cream finishing up and making her way to the door.";
Symbol 1650 MovieClip Frame 252
ReadBox.text = "As soon as she opens the door, you cry out and tighten your grip on your cock, shooting your cum all over her dress. You open your eyes and see Cream looking at you in horror.";
Symbol 1650 MovieClip Frame 253
ReadBox.text = "Cream: Mr. Sonic! AHHH!!!";
Symbol 1650 MovieClip Frame 254
ReadBox.text = "She runs off crying and screaming towards the front door. She's screaming so loud you can hear her calling for help outside. Looks like you're in trouble.";
Symbol 1650 MovieClip Frame 260
ReadBox.text = "She seems to get taking her time as she stands up and reaches for her panties. However, instead of her pulling her panties up, she slips off her dress and sits back down on the toilet.";
Symbol 1650 MovieClip Frame 261
ReadBox.text = "You're almost in shock, gripping your cock tightly while she begins to vigorously rub her cunny.";
Symbol 1650 MovieClip Frame 262
ReadBox.text = "Cream: Oooo... Mr. Sonic...";
Symbol 1650 MovieClip Frame 263
ReadBox.text = "Hearing your name moan from her lips is all it takes to get you to cum. Luckily, there's a towel next to you so you begin to clean up. You decide to take only last peek at Cream as she's already reaching her orgasm, letting out a soft yelp.";
Symbol 1650 MovieClip Frame 264
ReadBox.text = "She grins in pleasure before standing up and putting her dress and panties back on. You make your way to the living room so she doesn't get suspicious.";
Placehold.text = "Happiness +1";
Symbol 1650 MovieClip Frame 270
ReadBox.text = "Cream looks at you confused.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1650 MovieClip Frame 271
ReadBox.text = "Cream: A tongue bath? What's that?";
Placehold.text = "";
Symbol 1650 MovieClip Frame 272
ReadBox.text = "You snicker and tell her to get into the bath tub. She nods and gets in as you kneel next to her and turn on the warm water. You begin to passionately lick her, starting with her cheeks and making your way down.";
Symbol 1650 MovieClip Frame 273
ReadBox.text = "When you reach her nipples, you take some time to suck and play with them. She giggles softly as they become hard with her arousal. You then take your hand and slip one of your fingers between her cunny lips.";
Symbol 1650 MovieClip Frame 274
ReadBox.text = "Cream moans out in pleasure as you continue to lick her.";
Symbol 1650 MovieClip Frame 275
ReadBox.text = "Sonic: Mmm, Cream, I need you to lay down onto the bathtub floor.";
Symbol 1650 MovieClip Frame 276
ReadBox.text = "Cream nods and does what she's told, while you get into the large bathtub and continue to lick her. This causes passionate cries of pleasure to escape from the young rabbit.";
Symbol 1650 MovieClip Frame 277
ReadBox.text = "Sonic: Alright Cream, spread your bunny hole open.";
Symbol 1650 MovieClip Frame 278
ReadBox.text = "Cream smiles and nods in agreement, spreading herself open as wide as possible to show you her juicy cunny. With a wide grin, you start to lick her bunny hole softly, gradually picking up the pace.";
Symbol 1650 MovieClip Frame 279
ReadBox.text = "She moans and twitches with excitement as her pussy lips begin to get red. You can tell she's close to orgasm as you push your tongue deep into her slit.";
Symbol 1650 MovieClip Frame 280
ReadBox.text = "Cream: Mr.... Mr. Sonic! AHHHHHHHHHHH!!!!!!";
Symbol 1650 MovieClip Frame 281
ReadBox.text = "Cream explodes into an orgasm, panting heavily as you get up and smile at the young rabbit. Just as you're about to motion her to lick you, you notice she's already passed out.";
Symbol 1650 MovieClip Frame 282
ReadBox.text = "You pick her up and dry her off befor taking her to her mommy's bed to rest for a little while.";
Symbol 1650 MovieClip Frame 285
ReadBox.text = "Cream nods and giggles as you both get into the shower. With a quick flip of the knob the water starts flowing, rinsing you both off. You kneel down to Cream's level and the two of you start to passionately kiss.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1650 MovieClip Frame 286
ReadBox.text = "Cream moans as she works her arms around your neck to pull you closer. Your tongue slips into her mouth rubbing with hers as you pick her up and push her against the shower wall.";
Placehold.text = "";
Symbol 1650 MovieClip Frame 287
ReadBox.text = "You start to mercilessly kiss the young rabbit while groping her tender body. You can feel your hardening cock pressing against her.";
Symbol 1650 MovieClip Frame 288
ReadBox.text = "Sonic: So how about it, Cream? You want me to give your bunny hole a ride?";
Symbol 1650 MovieClip Frame 289
ReadBox.text = "Cream rapidly nods her head as you bring her cunny down onto your cock. She gasps as the first inch of your thick cock spreads open her tight pussy.";
Symbol 1650 MovieClip Frame 290
ReadBox.text = "With warm water running down your body, it makes it easy to slip the rest inside her. You start to thrust hard into her bunny hole. With the heat emanating from the shower, it doesn't take you long to reach your peak.";
Symbol 1650 MovieClip Frame 291
ReadBox.text = "You pull your cock out of Cream's pussy for just a second.";
Symbol 1650 MovieClip Frame 292
ReadBox.text = "Sonic: Alright Creamie, I'm about to cum. You want it in your little pussy?";
Symbol 1650 MovieClip Frame 293
ReadBox.text = "Cream is so lost in pleasure though she's unable to give a reply.";
Symbol 1650 MovieClip Frame 295
ReadBox.text = "Cream nods in excitement as you continue your rapid thrusting. A few seconds later you grab Cream's hips and pull her down as hard as you can while pressing her tightly against the shower wall.";
Symbol 1650 MovieClip Frame 296
ReadBox.text = "You groan and stiffen up, releasing a powerful stream of cum into the young rabbits womb. Cream's cunny clenches you back while she screams in pure ecstasy.";
Symbol 1650 MovieClip Frame 297
ReadBox.text = "It takes a couple minutes to regain your bearings, being careful not to slip in the shower. You slowly pull your cock out of Cream, making a loud wet pop and leaving a beautiful cream pie to flow out of her.";
Symbol 1650 MovieClip Frame 298
ReadBox.text = "Cream sighs happily as you two finish your shower and get cleaned up. Before Cream leaves the bathroom, she gives you one more kiss and thanks you for the wonderful shower.";
Symbol 1650 MovieClip Frame 305
ReadBox.text = "Cream suddenly gets a worried look as she blushes.";
Symbol 1650 MovieClip Frame 306
ReadBox.text = "Cream: Wait... Mr. Sonic... Don't cum in me... *pant*";
Symbol 1650 MovieClip Frame 307
ReadBox.text = "Sonic: It's okay Cream, I'll just cum on you then...";
Symbol 1650 MovieClip Frame 308
ReadBox.text = "You then place her down on her feet, still keeping her leaned against the wall while you jerk yourself into an orgasm. She giggles brightly as the strands of semen splash on her and run down her body.";
Symbol 1650 MovieClip Frame 309
ReadBox.text = "The two of you finish up your shower and dry off in Vanilla's room. Before running off, Cream gives you a kiss and thanks you for the fun shower.";
Symbol 1650 MovieClip Frame 315
ReadBox.text = "Cream suddenly gives you a nervous look.";
Symbol 1650 MovieClip Frame 316
ReadBox.text = "Cream: No, Mr. Sonic, I don't really want to do it in the shower. We could slip and fall...";
Symbol 1650 MovieClip Frame 317
ReadBox.text = "You nod and continue to just kiss her while stroking your manhood. You both soon finish your shower, dry up, and get dressed. Before she leaves, she give you a small kiss on the lips.";
Symbol 1650 MovieClip Frame 318
ReadBox.text = "Cream: Thank you, Mr. Sonic.";
Symbol 1650 MovieClip Frame 325
ReadBox.text = "Cream blushes and nods as she pulls off her dress in front of you. She bends over and pulls down her panties, wiggling her tail at you almost suggestively.";
Symbol 1650 MovieClip Frame 326
ReadBox.text = "You can't help but feel a little aroused while Cream tosses her panties to the side and enters the shower with you. The two of you immediately kiss and begin to make out as your hand goes straight between her legs.";
Symbol 1650 MovieClip Frame 327
ReadBox.text = "Cream moans out your name as you rub her little clit. The warm water and steam from the shower seems to send her to an orgasm rather quickly, but suddenly she pushes your hand away.";
Symbol 1650 MovieClip Frame 328
ReadBox.text = "Cream: Not yet, Mr. Sonic... I want you to make me feel special with this.";
Symbol 1650 MovieClip Frame 329
ReadBox.text = "She leans forward and grabs your hardening cock, making you fall back in pleasure. You make a soft landing against the shower wall while Cream stands over your cock.";
Symbol 1650 MovieClip Frame 330
ReadBox.text = "With all that warm water running, it's easy for her to just kneel down and take your thick hedgehog cock into her pussy in one push.";
Symbol 1650 MovieClip Frame 331
ReadBox.text = "Cream: Oh... Mr. Sonic, it's so warm...";
Symbol 1650 MovieClip Frame 332
ReadBox.text = "You grab her hips and begin to thrust while the shower water continues to rain down. With all that hot air filling the room, beads of sweat begin to roll, mixing with the water, helping you push Cream down on your cock harder.";
Symbol 1650 MovieClip Frame 333
ReadBox.text = "Cream cries your name as she cums all over your cock. Her tightness soon pushes you over the edge; you thrust hard in an attempt to get as much of your cock in her as possible.";
Symbol 1650 MovieClip Frame 334
ReadBox.text = "Cream: Mr... Mr. Sonic...";
Symbol 1650 MovieClip Frame 335
ReadBox.text = "All that hot air causes her to pass out in your arms. The two of you stay together a little longer, just enjoying the feeling of that water raining down on you.";
Symbol 1650 MovieClip Frame 336
ReadBox.text = "You soon get up, feeling your cock slip from Cream's well used cunny before turning off the water. All she can do in mumble in pleasure, still feeling that orgasm rock her body while you lay her down in her room and wrap her in a towel.";
Symbol 1650 MovieClip Frame 340
ReadBox.text = "Sonic: So you want a special shower, Creamie?";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1650 MovieClip Frame 341
ReadBox.text = "Cream: No way, Mr. Sonic. I once saw one of Mommy?s friends do that to her and it looked so gross...";
Placehold.text = "";
Symbol 1650 MovieClip Frame 342
ReadBox.text = "Sonic: Oh no no no no not THAT kind of special shower. I meant a different kind...";
Symbol 1650 MovieClip Frame 343
ReadBox.text = "Cream: Oh?";
Symbol 1650 MovieClip Frame 344
ReadBox.text = "You pick up Cream and set her in the bathtub, telling her to kneel down. She nervously does so as you take your cock and begin to stroke yourself quickly.";
Symbol 1650 MovieClip Frame 345
ReadBox.text = "All Cream can do is look up to you with a cute but worried face as you reach your orgasm and start cumming all over Cream.";
Symbol 1650 MovieClip Frame 346
ReadBox.text = "Sonic: Alright Creamie... *Pant* Now lather your fur with the white stuff.";
Symbol 1650 MovieClip Frame 347
ReadBox.text = "Cream: Ohhh! Hehe, I see now.";
Symbol 1650 MovieClip Frame 348
ReadBox.text = "Cream starts to cover herself with cum as if she was showering in it. You smile and continue to jerk, getting hard again from watching Cream rub herself down in your cum.";
Symbol 1650 MovieClip Frame 349
ReadBox.text = "It doesn't take you long to cum again from the sight, covering her in more of your spunk. Cream licks her fingers, enjoying your taste.";
Symbol 1650 MovieClip Frame 350
ReadBox.text = "Seeing her enjoying her cum bath keeps you nice and hard as you continue to jerk yourself off, cumming one last time. By now, your cock has begun to get very red and sore.";
Symbol 1650 MovieClip Frame 351
ReadBox.text = "Once you're done, you lay down next to the tub and admire your work. Cream's whole body is covered in thick white cream as you start up the water to rinse her off.";
Symbol 1652 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
gotoAndStop ("KitchenSum");
sumKit.gotoAndStop("Kitchen1");
}
Symbol 1654 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Dining");
}
on (keyPress "s") {
overBeep.start(0, 1);
gotoAndStop ("Dining");
}
Symbol 1655 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Living");
}
on (keyPress "a") {
overBeep.start(0, 1);
gotoAndStop ("Living");
}
Symbol 1656 Button
on (release) {
overBeep.start(0, 1);
if (DayVent[6] == false) {
gotoAndStop ("Backyard");
} else {
Informer.text = "You can't go outside since it's raining...";
}
}
Symbol 1659 Button
on (rollOver) {
if (DayVent[2] == true) {
Informer.text = "You're just a casual user!";
} else {
Informer.text = "Snort a line of methamphetamine";
}
}
on (rollOut) {
Informer.text = "";
}
on (release) {
if (DayVent[2] == false) {
SMain[0] = SMain[0] + 1000;
DayVent[2] = true;
gotoAndStop ("KitchenSum");
}
}
Symbol 1669 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Kitchen");
}
Symbol 1674 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Dining");
}
Symbol 1675 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[4] == true) {
if (_root.SStats[7] <= 0) {
gotoAndStop ("Kitchen10");
} else {
gotoAndStop ("Kitchen4");
}
} else {
Reaction.gotoAndStop(3);
ReadBox.text = "Cream: I'm not comfortable with you asking me that Mr. Sonic...";
}
}
Symbol 1678 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SStats[7] <= 0) {
gotoAndStop ("Kitchen5");
} else {
ReadBox.text = "Cream: Not at the moment Mr. Sonic.";
}
}
Symbol 1684 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Dining");
}
Symbol 1688 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cost 30 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.DayVent[0] == false) && (_root.SMain[3] >= 30)) {
_root.DayVent[0] = true;
_root.SStats[7] = 3;
_root.SMain[0] = _root.SMain[0] + 15;
_root.SMain[2] = _root.SMain[2] + 30;
_root.SMain[3] = _root.SMain[3] - 30;
_root.SStats[0] = _root.SStats[0] + 2;
_root.SMain[6]++;
gotoAndStop ("Kitchen7");
} else if (_root.SMain[3] < 30) {
Reaction.gotoAndStop(3);
ReadBox.text = "Sorry, not enough rings for a pizza.";
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "Cream: We already had pizza today. Let's have something else.";
}
}
Symbol 1689 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[7] = 3;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SMain[6]++;
gotoAndStop ("Kitchen6");
}
Symbol 1702 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.DayVent[3] >= 3) {
gotoAndStop ("Kitchen18");
} else if (((_root.SStats[2] >= 15) && (_root.SMain[2] >= 600)) || (_root.SexScore[3] > 0)) {
_root.SMain[2] = _root.SMain[2] + 10;
Placehold.text = "+10 RWC";
gotoAndStop ("Kitchen19");
} else if (((_root.SStats[2] >= 15) && (_root.SMain[2] >= 600)) && (_root.SexScore[3] == 0)) {
_root.SMain[2] = _root.SMain[2] + 10;
Placehold.text = "+10 RWC";
gotoAndStop ("Kitchen20");
} else {
gotoAndStop ("Kitchen17");
}
}
Symbol 1703 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cost 30 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.DayVent[0] == false) && (_root.SMain[3] >= 30)) {
_root.DayVent[0] = true;
_root.SStats[7] = 3;
_root.SMain[0] = _root.SMain[0] + 10;
_root.SMain[2] = _root.SMain[2] + 30;
_root.SMain[3] = _root.SMain[3] - 30;
_root.SStats[0] = _root.SStats[0] + 2;
_root.SMain[6]++;
gotoAndStop ("Kitchen13");
} else if (_root.SMain[3] < 30) {
Reaction.gotoAndStop(3);
ReadBox.text = "Sorry, not enough rings for a pizza.";
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "Cream: We already had pizza today. Let's have something else.";
}
}
Symbol 1706 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cooking doesn't cost energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[7] = 3;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SMain[6]++;
gotoAndStop ("Kitchen11");
}
Symbol 1707 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[7] = 2;
_root.SMain[2] = _root.SMain[2] + 20;
_root.SStats[0]++;
_root.SMain[6]++;
gotoAndStop ("IceCream1");
}
Symbol 1712 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[3]++;
_root.SStats[2]++;
gotoAndStop ("Kitchen12");
}
Symbol 1713 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
nextFrame();
}
Symbol 1729 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[3]++;
_root.SStats[2]++;
gotoAndStop ("Kitchen14");
}
Symbol 1747 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] - 2;
_root.gotoAndStop("Dining");
}
Symbol 1755 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] - 20;
_root.SStats[0] = _root.SStats[0] - 10;
_root.gotoAndStop("Dining");
}
Symbol 1761 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SexScore[3] == 0) {
gotoAndStop ("Kitchen20");
} else {
nextFrame();
}
}
Symbol 1767 Button
on (release) {
_root.ringFX.start(0, 1);
_root.DayVent[3]++;
_root.SexScore[3]++;
_root.gotoAndStop("Kitchen");
}
Symbol 1778 Button
on (release) {
gotoAndStop ("IceCream2");
}
Symbol 1780 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
gotoAndStop ("IceCream3");
}
Symbol 1781 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SexScore[5] == 0) {
gotoAndStop ("IceCream4");
} else {
gotoAndStop ("IceCream5");
}
}
Symbol 1785 Button
on (release) {
_root.SexScore[4]++;
_root.SexScore[7]++;
gotoAndStop ("IceCream6");
}
Symbol 1787 Button
on (release) {
_root.SexScore[4]++;
_root.SexScore[5]++;
_root.SexScore[7]++;
if (_root.SMain[2] >= 700) {
gotoAndStop ("IceCream7");
} else {
gotoAndStop ("IceCream8");
}
}
Symbol 1789 Button
on (release) {
_root.SexScore[4]++;
_root.SexScore[5]++;
_root.SexScore[7]++;
if (_root.SMain[5] == true) {
gotoAndStop ("IceCream6");
} else {
gotoAndStop ("IceCream8");
}
}
Symbol 1791 Button
on (release) {
_root.SMain[0] = _root.SMain[0] - 5;
_root.gotoAndStop("Dining");
}
Symbol 1793 Button
on (release) {
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[5] == true;
_root.gotoAndStop("Dining");
}
Symbol 1795 Button
on (release) {
_root.SMain[0] = _root.SMain[0] - 5;
_root.SStats[6] = _root.SStats[6] - 3;
_root.SMain[5] == true;
_root.gotoAndStop("Dining");
}
Symbol 1796 MovieClip Frame 1
stop();
Placehold.text = "Energy +15";
Symbol 1796 MovieClip Frame 10
ReadBox.text = "Cream is always so full of energy. It can be difficult to tell if she is hungry or not.";
Placehold.text = "";
Symbol 1796 MovieClip Frame 20
ReadBox.text = "Cream: *Giggles* Are you saying we should eat in our undies Mr. Sonic?";
Symbol 1796 MovieClip Frame 21
ReadBox.text = "Sonic: Sure, why not. It would be a lot of fun.";
Symbol 1796 MovieClip Frame 22
ReadBox.text = "Cream: Well I'm not feeling really hungry right now Mr. Sonic. Maybe another time.";
Symbol 1796 MovieClip Frame 30
ReadBox.text = "Cream: What is there to eat Mr. Sonic?";
Symbol 1796 MovieClip Frame 40
ReadBox.text = "You cook a wonderful meal for Cream as she thanks you.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1796 MovieClip Frame 41
ReadBox.text = "Cream: Thank you for the delicious meal Mr. Sonic!";
Placehold.text = "";
Symbol 1796 MovieClip Frame 42
ReadBox.text = "Sonic: You're very welcome Cream.";
Symbol 1796 MovieClip Frame 50
ReadBox.text = "Cream eeps in delight as the two of you chow down on Pizza.";
Placehold.text = "+30 RWC\n+2 Happiness";
Symbol 1796 MovieClip Frame 51
ReadBox.text = "Cream: Thank you for the wonderful pizza Mr. Sonic!";
Placehold.text = "";
Symbol 1796 MovieClip Frame 52
ReadBox.text = "Sonic: You're very welcome Cream.";
Symbol 1796 MovieClip Frame 53
ReadBox.text = "Your energy has recovered a little since you didn't have to cook the pizza.";
Symbol 1796 MovieClip Frame 60
ReadBox.text = "Cream grins and removes her dress as she wonders what you're going to make for her.";
Symbol 1796 MovieClip Frame 61
ReadBox.text = "";
if (_root.ItemStats[4] == true) {
CSpecial._visible = true;
TSpecial._visible = true;
} else {
CSpecial._visible = false;
TSpecial._visible = false;
}
Symbol 1796 MovieClip Frame 70
ReadBox.text = "You cook a wonderful meal for Cream as she thanks you.";
Symbol 1796 MovieClip Frame 71
ReadBox.text = "You cook a wonderful meal for Cream as she thanks you.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1796 MovieClip Frame 72
ReadBox.text = "Cream: Thank you for the delicious meal Mr. Sonic!";
Placehold.text = "";
Symbol 1796 MovieClip Frame 73
ReadBox.text = "Sonic: You're very welcome Cream.";
Symbol 1796 MovieClip Frame 80
ReadBox.text = "You can't help but grin as you watch her unknowingly eat your cum. Despite not knowing she seems to be really chowing down on your cooking.";
Placehold.text = "+10 RWC +1 Lust\n+1 Happiness";
Symbol 1796 MovieClip Frame 81
ReadBox.text = "Cream: I'm not sure what you did Mister Sonic but this tastes really good.";
Placehold.text = "";
Symbol 1796 MovieClip Frame 82
ReadBox.text = "She quickly finishes up and then runs off to play.";
Symbol 1796 MovieClip Frame 90
ReadBox.text = "Cream eeps in delight as the two of you chow down on Pizza.";
Symbol 1796 MovieClip Frame 91
ReadBox.text = "Cream eeps in delight as the two of you chow down on Pizza.";
Placehold.text = "+30 RWC\n+2 Happiness";
Symbol 1796 MovieClip Frame 92
ReadBox.text = "Cream: Thank you for the wonderful pizza Mr. Sonic!";
Placehold.text = "";
Symbol 1796 MovieClip Frame 93
ReadBox.text = "Sonic: You're very welcome Cream.";
Symbol 1796 MovieClip Frame 94
ReadBox.text = "Your energy has recovered a little as well from eating.";
Symbol 1796 MovieClip Frame 100
ReadBox.text = "You can't help but grin as you watch her unknowingly eat your cum. Despite not knowing she seems to be really chowing down on your cooking.";
Placehold.text = "+30 RWC +1 Lust\n+1 Happiness";
Symbol 1796 MovieClip Frame 101
ReadBox.text = "Cream: I'm not sure what you did Mister Sonic but this tastes really good.";
Placehold.text = "";
Symbol 1796 MovieClip Frame 102
ReadBox.text = "She quickly finishes up and then runs off to play.";
Symbol 1796 MovieClip Frame 103
ReadBox.text = "Your energy has recovered a little as well from eating.";
Symbol 1796 MovieClip Frame 110
ReadBox.text = "You approach cream pulling out your cock as she gets a shocked look on her face. You tell her you have a tasty cream that comes from here and that she can have if she sucks you off. She blushes hard but then runs off saying...";
Symbol 1796 MovieClip Frame 111
ReadBox.text = "Cream: I'm not hungry anymore!";
Placehold.text = "-2 Happiness";
Symbol 1796 MovieClip Frame 120
ReadBox.text = "You approach Cream and pull out your hedgehog cock. She gives it a little taste, but then backs off looking kind of sick.";
Symbol 1796 MovieClip Frame 121
ReadBox.text = "Cream: Mr... Mr. Sonic my stomach feels funny... I don't want to eat any more white stuff...";
Symbol 1796 MovieClip Frame 122
ReadBox.text = "She then runs too the bathroom looking pretty sick. You really need to feed her real food more often. A rabbit can't survive on cum alone.";
Placehold.text = "-20 RWC\n-10 Happiness";
Symbol 1796 MovieClip Frame 130
ReadBox.text = "You approach Cream ready to pull out your hedgehog cock.";
Symbol 1796 MovieClip Frame 131
ReadBox.text = "Sonic: Hey Cream, I have a tasty treat here if you want a taste. You'll have to suck on this to get it though.";
Placehold.text = "";
Symbol 1796 MovieClip Frame 132
ReadBox.text = "She blushes a little but nods as she begins to suck on your hedgehog cock. She soon starts working over your cock head as you're impressed with her skills.";
Symbol 1796 MovieClip Frame 133
ReadBox.text = "In no time you begin to cum hard into her little mouth. You have a lot to give her and it soon becomes too much cum for her to handle. Holding her head in place you keep shooting more cum down her throat. Some even starts shooting out her nose. As your cock slips from her mouth you give her a paper towel. Cream cleans up and smiles at you.";
Symbol 1796 MovieClip Frame 134
ReadBox.text = "Cream: That was very tasty Mr Sonic.";
Symbol 1796 MovieClip Frame 135
ReadBox.text = "She swallows what's left and runs off to her room.";
Symbol 1796 MovieClip Frame 140
ReadBox.text = "Cream: How do I get a special treat from there Mr. Sonic?";
Symbol 1796 MovieClip Frame 141
ReadBox.text = "Sonic: Here, let me help you.";
Placehold.text = "";
Symbol 1796 MovieClip Frame 142
ReadBox.text = "You hold her chin and lead her to the tip of your cock. She begins to suckle on the tip getting a little taste of your pre cum. At first it appears she doesn't like the taste but then takes your whole cock tip into her mouth wanting to try some more.";
Symbol 1796 MovieClip Frame 143
ReadBox.text = "It doesn't take long for her to really get into it as she starts to move a little further down your cock. You're not sure how she's doing such a good job but you don't care. Pretty soon you're close to cumming. You try to warn her but it's too late.";
Symbol 1796 MovieClip Frame 144
ReadBox.text = "Cream's cheeks immediately bulge out as she attempts to swallow your cum. It proves too much though as your cum bursts from her lips and down her chin.";
Symbol 1796 MovieClip Frame 145
ReadBox.text = "Sonic: How did it taste Cream?";
Symbol 1796 MovieClip Frame 146
ReadBox.text = "Cream: It's a little salty, but it does taste good.";
Symbol 1796 MovieClip Frame 147
ReadBox.text = "Grabbing a paper towel, you proceed to clean Cream up as she licks up the loose cum the best she can. After cleaning up she runs back to her room with a belly full of cum. Be careful not too feed her too much from now on though.";
Symbol 1796 MovieClip Frame 150
ReadBox.text = "You give Cream a big grin as you pull out the special ice cream.";
Symbol 1796 MovieClip Frame 151
ReadBox.text = "Cream: What flavor is it?";
Symbol 1796 MovieClip Frame 152
ReadBox.text = "Sonic: It's vanilla flavored.";
Symbol 1796 MovieClip Frame 153
ReadBox.text = "Cream: You mean it tastes like my mom?";
Symbol 1796 MovieClip Frame 154
ReadBox.text = "The two of you giggle at the pun she made, though more out there are probably groaning at it. You scoop a small bowl for you and Cream, topping it with some chocolate sauce and serving it with some sprinkles as well.";
Symbol 1796 MovieClip Frame 155
ReadBox.text = "The bird who sold this to you didn't really explain what will happen when you eat it so you wait and see what the effects are on Cream. After the first couple of bites, nothing seems to be happening so you decide to take a bite. Shortly after that first bite though you begin to feel a tingling in your loins.";
Symbol 1796 MovieClip Frame 156
ReadBox.text = "Across the table Cream appears to be blushes, and sweating a little as her body goes into sudden arousal. She has one hand on her spoon and one hand down her panties as she takes another bite. You on the other hand, is already hard as a rock and getting the urge to stick your cock in the first thing you see.";
Symbol 1796 MovieClip Frame 160
ReadBox.text = "Pretty soon Cream just drops the spoon and shoves her other hand in her panties, furiously rubbing her cunny lips.";
Symbol 1796 MovieClip Frame 161
ReadBox.text = "Cream: Mr... Mr. Sonic whats going on? I... I feel so funny...";
Symbol 1796 MovieClip Frame 162
ReadBox.text = "You can feel lust overcome you as you pick up Cream and lay her on the table. Cream's hand accidentally collides with her ice cream bowl, causing it to fly up and land on her chest. The vanilla ice cream smears down her chest and onto her panties. So you remove them revealing her bright red cunny to you.";
Symbol 1796 MovieClip Frame 163
ReadBox.text = "Cream: Mmmmm, the ice cream felt nice on there...";
Symbol 1796 MovieClip Frame 164
ReadBox.text = "Sonic: But now you're all messy. I need to clean you up.";
Symbol 1796 MovieClip Frame 165
ReadBox.text = "You start at her cunny and work your way up, but you do a better job smearing it everywhere then cleaning it up. The treatment causes her to orgasm again, but the effects of this special ice cream seems to be making each orgasm more powerful then the last. You can't help but wonder what you should do next.";
Symbol 1796 MovieClip Frame 166
ReadBox.text = "Cream is in a really dazed state and you're lost in lust. All things considered, the next decision you make may have consequences.";
Symbol 1796 MovieClip Frame 170
ReadBox.text = "You're able to control your lust and just proceed to continue eating the little ice cream sundae you've made out of her. As the ice cream melts, it's actually becomes more slippery then sticky, making it easy to slip your fingers into her cunny. Cream is so lost in pleasure though she doesn't feel your finger slip into her ass.";
Symbol 1796 MovieClip Frame 171
ReadBox.text = "It actually just excites her more as she approaches another earth shattering orgasm. Her legs wrap around your head as she falls backs screaming as loud as she can. Even after coming down from that orgasmic high her legs have your head locked into her cunny. You manage to escape but still feeling really horny.";
Symbol 1796 MovieClip Frame 172
ReadBox.text = "You pull your cock from your underwear and proceed to jerk off as hard as possible. That ice cream is almost like Viagra, making your cock hurt with need to release. It doesn't take long for you to burst as you shoot a heavy load all over Cream's unconscious body.";
Symbol 1796 MovieClip Frame 173
ReadBox.text = "Just as you think you've finished cumming you proceed to shoot out another load. It hits Cream and flies all over the kitchen. Like with Cream, each shot of cum seems to be more powerful then the last. It takes a minute but you finally finish cumming and feel like passing out as well.";
Symbol 1796 MovieClip Frame 180
ReadBox.text = "For a moment, you ask yourself if Cream is even going to be able to take your cock. As far as you know she's had nothing in there. However, the lust caused by the ice cream begins to overtake your mind. Your cock is throbing hard and beging to break into that sweet cunny.";
Symbol 1796 MovieClip Frame 181
ReadBox.text = "As the ice cream melts, instead of becoming sticky like ice cream usually becomes. It becomes very slippery, almost like lube, as you rub it on your cock and line it up with her cunny.";
Symbol 1796 MovieClip Frame 182
ReadBox.text = "Cream: Mr... Mr. Sonic what are...";
Symbol 1796 MovieClip Frame 183
ReadBox.text = "Without hesitation you force your cock in, completing the ice cream sundae with a cherry on top. Cream screams as loud as possible, almost passing out from the sudden intrusion. It sounds like she doesn't want it, but her cries just become mumbles as you begin to thrust hard into her. There is no going back now.";
Symbol 1796 MovieClip Frame 184
ReadBox.text = "Eventually Cream begins cumming hard from the feeling of your cock, rocketing her into one last powerful orgasm. You can feel her pussy squeeze tightly on your cock, practically forcing it out with a loud pop. Cum begins to shoot out all over Cream's body. That ice cream is almost like Viagra, making your cock hurt with need to release.";
Symbol 1796 MovieClip Frame 185
ReadBox.text = "It doesn't take long for you to burst as you shoot a heavy load all over Cream's unconscious body. Just as you think you've finished cumming you proceed to shoot out another load. It hits Cream and flies all over the kitchen.";
Symbol 1796 MovieClip Frame 186
ReadBox.text = "Like with Cream, each shot of cum seems to be more powerful then the last. It takes a minute but you finally finish cumming and feel like passing out as well.";
Symbol 1796 MovieClip Frame 187
ReadBox.text = "";
Symbol 1796 MovieClip Frame 190
ReadBox.text = "Cream: Oh Mr. Sonic... I... I need you...";
Symbol 1796 MovieClip Frame 191
ReadBox.text = "Sonic: Need me huh?";
Symbol 1796 MovieClip Frame 192
ReadBox.text = "Cream: Yes yes yes! I want the special hug so badly right now Mr. Sonic!";
Symbol 1796 MovieClip Frame 193
ReadBox.text = "Your cock is already rock hard thanks to that ice cream. It's almost like Viagra, making your cock hurt with need for release. You line your hips up with hers, smearing some more of that ice cream around as you slip easily into her tight cunny.";
Symbol 1796 MovieClip Frame 194
ReadBox.text = "Cream: Yes! YES! AHH!!!";
Symbol 1796 MovieClip Frame 195
ReadBox.text = "Cream immediately comes on your cock with a powerful orgasm, but not enough to knock her out yet. You can feel her cunny squeezing on your cock making you want to fuck her harder. You turn her around laying her on her stomach as you fuck her as hard as possible, almost pushing the table across the floor.";
Symbol 1796 MovieClip Frame 196
ReadBox.text = "With one last thrust the two of you cum together. Cream's orgasm is so powerful you can feel your cock literally pushed out as you begin to cum all over her backside. You're not sure how the ice cream is doing it, but your cumming harder then ever before. You're no longer painting her back but cumming all over the dining room making a pretty big mess.";
Symbol 1796 MovieClip Frame 197
ReadBox.text = "After a minute the cumming has died down as you begin to feel like you're about to pass out but you can't yet.";
Symbol 1796 MovieClip Frame 200
ReadBox.text = "You pick up Cream who has passed out from the orgasms and take her to the bathroom to clean her up. This ice cream washes away easily too, so hopefully it will be easy to clean up the dining room as well.";
Symbol 1796 MovieClip Frame 201
ReadBox.text = "You then return Cream to her room letting her nap as you quickly clean up the mess.";
Placehold.text = "-5 Energy to Clean";
Symbol 1796 MovieClip Frame 210
ReadBox.text = "You pick up Cream who has passed out from the orgasms and take her to the bathroom to clean her up. To your surprise, Cream is actually awake and smiling at you.";
Symbol 1796 MovieClip Frame 211
ReadBox.text = "Cream: That really was a lot of fun Mr. Sonic. I... I wouldn't mind doing that again with you.";
Symbol 1796 MovieClip Frame 212
ReadBox.text = "Sonic: You would? Even though I kind of forced myself on you.";
Symbol 1796 MovieClip Frame 213
ReadBox.text = "Cream giggles and gives you a kiss as the two of you shower.";
Symbol 1796 MovieClip Frame 214
ReadBox.text = "Cream: Deep down I really wanted you to do that. My mommy said that I should only do that with someone I care about, and I care about you Mr. Sonic.";
Symbol 1796 MovieClip Frame 215
ReadBox.text = "The two of you kiss again as the ice cream easily washes out. You then bring Cream back to her room to rest as you attempt to clean up the mess.";
Placehold.text = "-5 Energy to Clean";
Symbol 1796 MovieClip Frame 220
ReadBox.text = "After cumming as hard as you have, the fear of what you've done begins to set in. Despite the effects of the ice cream, Cream wasn't ready for this as you attempt to clean everything up.";
Symbol 1796 MovieClip Frame 221
ReadBox.text = "You take Cream to the shower to clean her up carefully. Those orgasms have really rocked her as she continues to rest. With the shower done you take her too her room so she can nap. Before you can walk away though...";
Instance of Symbol 1118 MovieClip in Symbol 1796 MovieClip Frame 221
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1796 MovieClip Frame 222
ReadBox.text = "Cream: Mr... Mr. Sonic...";
Symbol 1796 MovieClip Frame 223
ReadBox.text = "Sonic: Yes Cream?";
Symbol 1796 MovieClip Frame 224
ReadBox.text = "Cream: What... What happened?";
Symbol 1796 MovieClip Frame 225
ReadBox.text = "Sonic: You umm... Had a bit of a sugar rush. That ice cream was probably way too sweet for you. You just rest for now...";
Symbol 1796 MovieClip Frame 226
ReadBox.text = "Cream: Oh...";
Symbol 1796 MovieClip Frame 227
ReadBox.text = "Cream falls asleep again giving you time to clean up the mess so she doesn't see it.";
Placehold.text = "-5 Energy to Clean\n-3 Moral Alignment";
Symbol 1798 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Kitchen");
}
on (keyPress "<Right>") {
overBeep.start(0, 1);
gotoAndStop ("Kitchen");
}
Symbol 1804 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
if (SMain[6] > 10) {
gotoAndStop ("BackyardSum");
sumBack.gotoAndStop("TooDark");
} else {
gotoAndStop ("BackyardSum");
}
}
Symbol 1807 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Backyard");
}
Symbol 1808 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[6] < 11) {
if (((_root.SMain[0] >= 10) && (_root.SStats[7] < 3)) && (_root.ItemStats[2] == false)) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Pool1");
} else if ((_root.SStats[7] == 3) && (_root.ItemStats[2] == false)) {
gotoAndStop ("Pool0");
} else if (_root.ItemStats[2] == true) {
gotoAndStop ("Topless1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
} else {
ReadBox.text = "It's too dark to go swimming.";
}
}
Symbol 1809 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 5) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Stand1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 1810 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[0] >= 5) && (_root.SMain[6] < 11)) {
_root.SMain[6]++;
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[0]++;
_root.SStats[7]--;
gotoAndStop ("Tag1");
} else if (_root.SMain[6] > 10) {
Reaction.gotoAndStop(2);
ReadBox.text = "It's too dark to play tag Mr. Sonic. We could get really hurt.";
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 1816 Button
on (release) {
if (BGM._visible == true) {
BGM._visible = false;
} else {
BGM._visible = true;
}
if (ReadBox._visible == true) {
ReadBox._visible = false;
} else {
ReadBox._visible = true;
}
if ((COne._visible == true) && (ROne._visible == true)) {
COne._visible = false;
ROne._visible = false;
} else {
COne._visible = true;
ROne._visible = true;
}
if ((CTwo._visible == true) && (RTwo._visible == true)) {
CTwo._visible = false;
RTwo._visible = false;
} else {
CTwo._visible = true;
RTwo._visible = true;
}
if ((CThree._visible == true) && (RThree._visible == true)) {
CThree._visible = false;
RThree._visible = false;
} else {
CThree._visible = true;
RThree._visible = true;
}
if (_root.SStats[6] <= -10) {
if ((RSecret._visible == true) && (CSecret._visible == true)) {
RSecret._visible = false;
CSecret._visible = false;
} else {
RSecret._visible = true;
CSecret._visible = true;
}
}
}
Symbol 1818 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Tag3");
}
Symbol 1819 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Tag2");
}
Symbol 1823 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[1]++;
_root.gotoAndStop("Backyard");
}
Symbol 1825 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[5]++;
_root.gotoAndStop("Backyard");
}
Symbol 1827 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Stand3");
}
Symbol 1828 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Stand2");
}
Symbol 1832 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[5]++;
_root.SStats[0]++;
_root.gotoAndStop("Backyard");
}
Symbol 1833 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SStats[5] >= 10) || (_root.SMain[5] == true)) {
gotoAndStop ("Stand5");
} else {
gotoAndStop ("Stand4");
}
}
Symbol 1835 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2]++;
_root.gotoAndStop("Hallway");
}
Symbol 1838 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (((_root.SStats[2] >= 10) && (_root.SStats[5] >= 10)) || (_root.SMain[5] == true)) {
gotoAndStop ("Stand7");
} else {
gotoAndStop ("Stand6");
}
}
Symbol 1842 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] - 5;
_root.SMain[0] = _root.SMain[0] - 5;
_root.gotoAndStop("Backyard");
}
Symbol 1844 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
gotoAndStop ("Stand10");
}
Symbol 1847 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
if ((_root.SMain[2] >= 800) && (_root.SMain[5] == true)) {
gotoAndStop ("Stand9");
} else if ((_root.SMain[2] >= 800) && (_root.SMain[5] == true)) {
gotoAndStop ("Stand11");
} else {
gotoAndStop ("Stand8");
}
}
Symbol 1851 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
_root.gotoAndStop("Hallway");
}
Symbol 1854 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.gotoAndStop("Hallway");
}
Symbol 1864 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] - 5;
_root.SStats[7]--;
_root.gotoAndStop("Backyard");
}
Symbol 1866 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
gotoAndStop ("Pool4");
}
Symbol 1867 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
gotoAndStop ("Pool3");
}
Symbol 1870 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Pool2");
}
Symbol 1873 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Pool8");
}
Symbol 1874 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Pool9");
}
Symbol 1878 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Pool10");
}
Symbol 1879 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (((_root.SMain[2] >= 500) && (_root.SStats[5] >= 10)) || (_root.SMain[5] == true)) {
gotoAndStop ("Pool13");
} else {
gotoAndStop ("Pool12");
}
}
Symbol 1883 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Pool5");
}
Symbol 1884 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SMain[2] >= 600) || (_root.SStats[6] <= -7)) {
gotoAndStop ("Pool6");
} else {
gotoAndStop ("Pool7");
}
}
Symbol 1887 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]++;
_root.SStats[6]++;
_root.gotoAndStop("Backyard");
}
Symbol 1890 Button
on (release) {
_root.ringFX.start(0, 1);
_root.ItemStats[2] = true;
_root.SStats[6] = _root.SStats[6] - 2;
_root.ItemList.push("Cream's Bikini Top");
_root.gotoAndStop("Backyard");
}
Symbol 1892 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]++;
_root.SStats[6]--;
_root.gotoAndStop("Backyard");
}
Symbol 1894 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Pool15");
}
Symbol 1895 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Pool14");
}
Symbol 1899 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Pool18");
}
Symbol 1900 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SStats[3] >= 10) || (_root.SMain[5] == true)) {
gotoAndStop ("Pool17");
} else {
gotoAndStop ("Pool16");
}
}
Symbol 1903 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[1]++;
_root.SStats[2]++;
gotoAndStop ("Pool11");
}
Symbol 1904 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Backyard");
}
Symbol 1911 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[7]++;
_root.gotoAndStop("Backyard");
}
Symbol 1913 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
_root.gotoAndStop("Backyard");
}
Symbol 1915 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2]++;
_root.SStats[4]++;
_root.gotoAndStop("Backyard");
}
Symbol 1917 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
_root.SStats[4]++;
_root.gotoAndStop("Backyard");
}
Symbol 1919 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2]++;
_root.gotoAndStop("Backyard");
}
Symbol 1922 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[2] >= 550) {
_root.SStats[7]--;
gotoAndStop ("Topless2");
} else {
gotoAndStop ("Topless3");
}
}
Symbol 1925 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.ItemStats[2] = false;
_root.ItemList.splice("Cream's Bikini Top", 1);
_root.SMain[0]--;
gotoAndStop ("Topless4");
}
Symbol 1928 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
gotoAndStop ("Topless5");
}
Symbol 1931 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0] = _root.SStats[0] + 1;
_root.SStats[7]--;
gotoAndStop ("Pool1");
}
Symbol 1933 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[5] == true) {
gotoAndStop ("Topless8");
} else {
gotoAndStop ("Topless7");
}
}
Symbol 1934 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Topless6");
}
Symbol 1938 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Backyard");
}
Symbol 1941 MovieClip Frame 1
stop();
Symbol 1941 MovieClip Frame 10
ReadBox.text = "Cream: It's too dark to play outside, especially since most of the porch lights aren't working. Let's wait until tomorrow.";
Symbol 1941 MovieClip Frame 19
ReadBox.text = "Cream tags you, yelling 'You're it!' loudly before running away. You could use your speed to catch her, but you decide to play fair. Surprisingly, she can dodge your tags well since you're unsure which direction to go with.";
Placeholder.text = "+5 RWC\n+1 Happiness";
Symbol 1941 MovieClip Frame 20
ReadBox.text = "What will you do?";
Placeholder.text = "";
Symbol 1941 MovieClip Frame 29
ReadBox.text = "You dash to the left in one last attempt to tag her. Unfortunately, you slip and fall, slamming your face into the grass. Cream giggles a little, standing over you in triumph while you groan in pain.";
Symbol 1941 MovieClip Frame 30
ReadBox.text = "It's obvious that you?re not up to this game any more. Cream dashes inside, still giggling. At least you got a nice peek at her panties while she was standing over you.";
Placehold.text = "+1 Peep";
Symbol 1941 MovieClip Frame 39
ReadBox.text = "She dashes to the right just as you jump out at her. As you two cross, you accidentally trip her, making her fall forward into the grass. You're unable to make a graceful landing either, and you too land on top of Cream.";
Symbol 1941 MovieClip Frame 40
ReadBox.text = "After a minute, you both get up groaning in pain. Cream is too dizzy to continue after an event like that.";
Symbol 1941 MovieClip Frame 41
ReadBox.text = "Cream: Uhh... Let's do something else Mizzer Sonic...";
Placehold.text = "+1 Touch";
Symbol 1941 MovieClip Frame 49
ReadBox.text = "Sonic: Hey Cream, I betcha can't do a handstand for more then a minute.";
Placeholder.text = "+5 RWC\n+1 Happiness";
Symbol 1941 MovieClip Frame 50
ReadBox.text = "Cream: Oh yeah, watch this!";
Placeholder.text = "";
Symbol 1941 MovieClip Frame 51
ReadBox.text = "She rolls onto her hands, sticking her feet straight up into the air. However, her dress falls to the side, revealing her panties.";
Symbol 1941 MovieClip Frame 52
ReadBox.text = "This causes her to start losing her balance. What will you do?";
Symbol 1941 MovieClip Frame 59
ReadBox.text = "You grab her ankles, helping her keep her balance as you slowly let her back onto her feet.";
Symbol 1941 MovieClip Frame 60
ReadBox.text = "Cream: Thank you Mr. Sonic.";
Symbol 1941 MovieClip Frame 61
ReadBox.text = "She gives you a kiss and runs back inside.";
Symbol 1941 MovieClip Frame 69
ReadBox.text = "You grab her by her panties, but it doesn't do much good as she keeps falling. Pulling up causes her panties to come off while her legs slip through them. With no other choice, you attempt to grab her ankles.";
Symbol 1941 MovieClip Frame 79
ReadBox.text = "It's too late. Her panties are in the air and she has landed face first into the ground with her tail high in the air. You pick Cream up and take her back to her room to rest up.";
Placehold.text = "+1 Lust";
Symbol 1941 MovieClip Frame 89
ReadBox.text = "With your lightning speed, you grab Cream's ankles just as her panties slip right off her legs.";
Symbol 1941 MovieClip Frame 90
ReadBox.text = "Cream: That was a close call Mr. Sonic.";
Symbol 1941 MovieClip Frame 91
ReadBox.text = "You suddenly notice that Cream is pantiless, causing you to get instantly aroused. You push Cream's legs apart to get a better view. Cream thinks you're just playing games with her, so she lets you open her legs up.";
Symbol 1941 MovieClip Frame 92
ReadBox.text = "What will you do?";
Symbol 1941 MovieClip Frame 99
ReadBox.text = "You slide your hands down her legs and begin to rub your thumb onto her slit. The sudden touch causes Cream to freak out, and she kicks you in the chest.";
Symbol 1941 MovieClip Frame 100
ReadBox.text = "Cream: Mr. Sonic, don't do that!";
Symbol 1941 MovieClip Frame 101
ReadBox.text = "The sudden impact to your stomach causes you to land on your knees and gasp for air. Cream picks up her panties and marches back into the house.";
Placehold.text = "-5 Energy\n-5 RWC";
Symbol 1941 MovieClip Frame 109
ReadBox.text = "Cream gasps from the feeling of having her slit touched. With the blood rushing to her head, it somehow heightens her arousal.";
Symbol 1941 MovieClip Frame 110
ReadBox.text = "Cream: Mr. Sonic that felt... Good...";
Symbol 1941 MovieClip Frame 111
ReadBox.text = "You grin and bring your head down to lick her slit, causing her juices to start sliding down her hips. Cream gets a little wobbly, but you make sure she doesn't fall. Suddenly a wicked idea crosses your mind.";
Symbol 1941 MovieClip Frame 112
ReadBox.text = "Will you act on it?";
Symbol 1941 MovieClip Frame 119
ReadBox.text = "With one hand you unbutton your pants and pull out your hard cock, letting it rub up against Cream's wet slit. Suddenly Cream comes back to her senses and kicks you between the legs.";
Symbol 1941 MovieClip Frame 120
ReadBox.text = "Cream: NO!!!";
Symbol 1941 MovieClip Frame 121
ReadBox.text = "Her scream echoes through the neighborhood as you hit the ground with your cock slowly wilting. She runs through the front gate with a neighbor standing by, getting an eyeful of the situation. Looks like you're in trouble.";
Symbol 1941 MovieClip Frame 129
ReadBox.text = "With one hand you unbutton your pants and pull out your hard cock, immediately pressing the tip onto Cream's slit. The feeling of your cock arouses her even more as she surrenders to you.";
Symbol 1941 MovieClip Frame 130
ReadBox.text = "Cream: Oh\u00E2\u0080\u00A6 Mr. Sonic\u00E2\u0080\u00A6 This feels so good and so strange... do it more...";
Symbol 1941 MovieClip Frame 131
ReadBox.text = "You can't deny a request like that. You grab a tight hold of her legs and push your cock deep inside her cunny. It gets a little awkward to fuck her, but you establish a healthy thrust, getting deeper by lowering your hips.";
Symbol 1941 MovieClip Frame 132
ReadBox.text = "You can see Cream's head bob under her dress, mewing in pleasure.";
Symbol 1941 MovieClip Frame 133
ReadBox.text = "Cream: Ah! Ah! AH! Mr... Mr. Sonic!";
Symbol 1941 MovieClip Frame 134
ReadBox.text = "The head rush is just too much for her; she cums extremely hard, almost shooting her juices into the air. Her contractions, combined with the force of gravity, send you over the edge as you pull Cream's hips up into your own orgasm.";
Symbol 1941 MovieClip Frame 135
ReadBox.text = "Before Cream can fall, you grab on tightly to her hips, setting her safely on her stomach. You can hear your wet cock slip out of her cunny with a loud pop.";
Symbol 1941 MovieClip Frame 136
ReadBox.text = "The feeling of your manhood escaping her cunny was great, almost as if it was trying to pull you back in. With nothing else left to do, you zip up your pants and carry the pleasured Cream back to her room.";
Symbol 1941 MovieClip Frame 139
ReadBox.text = "You decide to play it safe, so you wrap your arms around Cream's hips and begin to dig in to her delicious pussy. Her juices are flowing out of her cunny as she experiences a pleasure overload from the position she's in.";
Symbol 1941 MovieClip Frame 140
ReadBox.text = "It doesn't take her long to cry out in a powerful orgasm. Her juices shoot into the air and all over your face. You carefully lean her back on top of you for a soft landing.";
Symbol 1941 MovieClip Frame 141
ReadBox.text = "She is completely knocked out from that orgasm. With not much else to do, you carry Cream back inside and lay her on her bed.";
Symbol 1941 MovieClip Frame 149
ReadBox.text = "With one hand you unbutton your pants and pull out your hard cock, immediately pressing the tip onto Cream's slit. The sudden surprise of feeling your cock on her causes her to kick you between the legs as she rolls back onto her feet.";
Symbol 1941 MovieClip Frame 150
ReadBox.text = "Cream: Oh no Mr. Sonic, I'm so sorry... I... I didn't mean to react like that.";
Symbol 1941 MovieClip Frame 151
ReadBox.text = "She runs into the kitchen to get you some ice. While you and Cream have had sex before, doing it upside down really shocked her at first. Keep building your relationship with her so she can trust you.";
Placehold.text = "-5 Energy";
Symbol 1941 MovieClip Frame 159
ReadBox.text = "Cream immediately jumps into the pool and splashes around. Moments later she then exits the pool holding her stomach in pain while she complains about cramps.";
Instance of Symbol 1861 MovieClip in Symbol 1941 MovieClip Frame 159
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1941 MovieClip Frame 160
ReadBox.text = "You shouldn't jump into the pool right after eating. That's very dangerous.";
Placehold.text = "-5 Happiness";
Symbol 1941 MovieClip Frame 169
ReadBox.text = "Cream rushes out in her swimsuit, and the two of you hop into the pool. She wants to play a pool game with you, but you don't know that many.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 1941 MovieClip Frame 170
ReadBox.text = "What will you decide?";
Placehold.text = "";
Symbol 1941 MovieClip Frame 179
ReadBox.text = "As you and Cream swim around for a little while, you can't help but notice how skimpy Cream's suit is. You start to wonder how Vanilla could be okay with it, and find yourself getting aroused by the sight of her in that suit.";
Placehold.text = "";
Symbol 1941 MovieClip Frame 180
ReadBox.text = "You'd better do something about that.";
Symbol 1941 MovieClip Frame 189
ReadBox.text = "You close your eyes and begin to search for Cream. She isn't that good at hiding; you can feel her vibrations right behind you. You wait, giving her a false sense of security, then quickly turn around and nab her.";
Placehold.text = "+5 RWC";
Symbol 1941 MovieClip Frame 190
ReadBox.text = "Cream: Nooo!";
Placehold.text = "";
Symbol 1941 MovieClip Frame 191
ReadBox.text = "You grin brightly, holding Cream tight while she splashes around, trying to escape.";
Symbol 1941 MovieClip Frame 199
ReadBox.text = "You go first, making a big splash with the help of your speed. Cream applauds enthusiastically while she gets ready to jump.";
Placehold.text = "";
Symbol 1941 MovieClip Frame 200
ReadBox.text = "Cream: Now check this out!";
Symbol 1941 MovieClip Frame 201
ReadBox.text = "Using her ears, she hops high in the air and then comes down, making a powerful splash. However, the impact causes her swimsuit top to come off. While she frantically tries to find it, the top ends up floating towards you.";
Symbol 1941 MovieClip Frame 209
ReadBox.text = "Cream happily thanks you for giving her top back by giving you a big topless hug. Deep inside, however, she is feeling pretty embarrassed, so she rushes back into the house.";
Placehold.text = "+1 Happiness\n+1 Alignment";
Symbol 1941 MovieClip Frame 219
ReadBox.text = "You hide the top in your trunks while Cream looks around for it, covering herself. You pretend to help, but she eventually gives up.";
Placehold.text = "";
Symbol 1941 MovieClip Frame 220
ReadBox.text = "Cream: That was my favorite suit. My mommy got it for me for my birthday.";
Symbol 1941 MovieClip Frame 221
ReadBox.text = "She walks back into the house looking very sad while you leave the pool with your prize.\n(Cream's Swimsuit Top has been added to your inventory)";
Placehold.text = "-2 Moral Alignment";
Symbol 1941 MovieClip Frame 229
ReadBox.text = "You hide the top in your trunks while Cream looks around for it, covering herself. You pretend to help, but she eventually gives up.";
Placehold.text = "";
Symbol 1941 MovieClip Frame 230
ReadBox.text = "Cream: That was my favorite suit. My mommy got it for me for my birthday.";
Symbol 1941 MovieClip Frame 231
ReadBox.text = "Deep down, you're not that bad of a guy, so you take the top out and hand it to her. She smiles and thanks you, giving you an inadvertently topless hug before running into the house.";
Placehold.text = "+1 Happiness\n-1 Moral Alignment";
Symbol 1941 MovieClip Frame 239
ReadBox.text = "You attempt to leave the pool with a hard on as you do your best to cover it up. Cream is quick to notice as she calls out to you.";
Placehold.text = "";
Symbol 1941 MovieClip Frame 240
ReadBox.text = "Cream: Hey Mister Sonic! Whacha hiding!";
Symbol 1941 MovieClip Frame 249
ReadBox.text = "Since Cream doesn't usually go in the deep end, you're safe to pleasure yourself to the sight of Cream's tight suit. You do notice, however, that Cream seems to be walking this way to ask you something.";
Placehold.text = "+1 Jerk Off";
Symbol 1941 MovieClip Frame 250
ReadBox.text = "What will you do?";
Placehold.text = "";
Symbol 1941 MovieClip Frame 259
ReadBox.text = "You call out to Cream that it's time to wrap up swimming. She doesn't want to, but you remind her that she isn't allowed to swim by herself. So she gets out and heads to the shower to clean up.";
Placehold.text = "";
Symbol 1941 MovieClip Frame 269
ReadBox.text = "You get a nice peek at Cream in the shower as she works to get the chlorine out of her fur. This gives you a chance to get a good look at her little body, making your subconscious lust for her.";
Placehold.text = "+1 Lust\n+1 Peep";
Instance of Symbol 1511 MovieClip in Symbol 1941 MovieClip Frame 269
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1941 MovieClip Frame 270
ReadBox.text = "As she finishes up with her shower, you decide to retreat back to the living room.";
Placehold.text = "";
Symbol 1941 MovieClip Frame 279
ReadBox.text = "Cream starts to panic as her top slips off her body.";
Instance of Symbol 1861 MovieClip in Symbol 1941 MovieClip Frame 279
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1941 MovieClip Frame 280
ReadBox.text = "Cream: Mr. Sonic! STOP!";
Symbol 1941 MovieClip Frame 281
ReadBox.text = "She kicks you in the stomach and quickly swims to the edge and runs towards the fence screaming for help. A neighbor looks over the fence seeing Cream run topless and you holding the top. Looks like you're busted...";
Symbol 1941 MovieClip Frame 289
ReadBox.text = "Cream moans out a little from the treatment.";
Symbol 1941 MovieClip Frame 290
ReadBox.text = "Cream: Mr... Mr. Sonic... Is... Is this a new... Pool game...";
Symbol 1941 MovieClip Frame 291
ReadBox.text = "She cries out to you as you grope her. Your touches, combined with the cool pool water, seem to do a number on her as she cries out in pleasure.";
Symbol 1941 MovieClip Frame 292
ReadBox.text = "She suddenly blushes, realizing that she just had an orgasm in the pool. Feeling embarrassed, she hops out quickly and rushes into the house, leaving you alone.";
Symbol 1941 MovieClip Frame 299
ReadBox.text = "You run to the bathroom. Cream follows, knowing she isn't allowed in the pool by herself. But she is intent on finding out what it is you're hiding. By the time she arrives, your hard on has luckily gone down.";
Instance of Symbol 1511 MovieClip in Symbol 1941 MovieClip Frame 299
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1941 MovieClip Frame 300
ReadBox.text = "Cream: Mister Sonic, what are you hiding?";
Symbol 1941 MovieClip Frame 301
ReadBox.text = "You shut the bathroom door in her face, causing her to get really mad at you and stomp off.";
Placehold.text = "-1 Happiness";
Symbol 1941 MovieClip Frame 309
ReadBox.text = "Against your better judgment, you decide to show Cream your erection. She blushes, but realizes that she was the one who insisted on looking.";
Instance of Symbol 1861 MovieClip in Symbol 1941 MovieClip Frame 309
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1941 MovieClip Frame 310
ReadBox.text = "Cream: What... What's making it do that, Mr. Sonic...?";
Symbol 1941 MovieClip Frame 311
ReadBox.text = "You explain that it's the feeling of the pool water. She blushes a bit and accepts the explanation. She then gets out of the pool, running to the bathroom to get cleaned up.";
Placehold.text = "+1 Exposure\n+1 Lust";
Symbol 1941 MovieClip Frame 319
ReadBox.text = "You decide to keep jerking off, too lost in lust to hide what you're doing.";
Symbol 1941 MovieClip Frame 320
ReadBox.text = "Cream: I'm feeling tired... I'm gonna... Mister Sonic?!";
Symbol 1941 MovieClip Frame 321
ReadBox.text = "You came while she was talking. The white shots are visible through the water, and she can easily see you jerking off.";
Symbol 1941 MovieClip Frame 322
ReadBox.text = "Cream: That's gross, Mr. Sonic! You're not suppose to go potty in the pool.";
Symbol 1941 MovieClip Frame 323
ReadBox.text = "She stomps off in anger and goes inside while you finish up in the pool.";
Placehold.text = "+1 Exposure\n-1 Happiness";
Symbol 1941 MovieClip Frame 329
ReadBox.text = "With your experience at jerking off around Cream, you continue pleasuring yourself without Cream noticing what you're doing.";
Symbol 1941 MovieClip Frame 330
ReadBox.text = "Cream: I'm feeling tired... I'm gonna take a nap...";
Symbol 1941 MovieClip Frame 331
ReadBox.text = "You nod, panting a little as Cream walks off. You get a great view of her bikini bottom wedged tightly into her cute butt crack and slit. It's enough to send you over the edge, and you cum hard in the deep end of the pool.";
Placehold.text = "+1 Lust";
Symbol 1941 MovieClip Frame 339
ReadBox.text = "Cream approaches you as you pull your trunks back up.";
Symbol 1941 MovieClip Frame 340
ReadBox.text = "Cream: I'm feeling tired, Mr. Sonic. I'm gonna take a nap.";
Symbol 1941 MovieClip Frame 341
ReadBox.text = "As Cream walks off, you get a great view of her bikini bottom wedged tightly into her cute butt crack and slit. It takes a few minutes before your arousal goes down enough for you to get out of the pool to clean up too.";
Placehold.text = "+1 Peep";
Symbol 1941 MovieClip Frame 349
ReadBox.text = "Cream just looks embarrassed when you suggest swimming.";
Symbol 1941 MovieClip Frame 350
ReadBox.text = "Cream: Uhhh... Mr. Sonic, you know I lost my swim top. I don't really have anything else to swim with...";
Symbol 1941 MovieClip Frame 359
ReadBox.text = "At first she looks startled by the suggestion while she twitches with the sides of her dress. She looks around and takes a breath...";
Symbol 1941 MovieClip Frame 360
ReadBox.text = "...and quickly pulls off her dress and panties, ready to hop into the pool.";
Symbol 1941 MovieClip Frame 369
ReadBox.text = "She just gives you a look of anger and disappointment, and walks right back inside the house.";
Placehold.text = "";
Symbol 1941 MovieClip Frame 379
ReadBox.text = "Cream: Eeeeee! Thank you, Mr. Sonic! Where did you find it?!";
Symbol 1941 MovieClip Frame 380
ReadBox.text = "Sonic: Around...";
Symbol 1941 MovieClip Frame 381
ReadBox.text = "Cream runs inside to quickly get changed and then runs back out, ready to swim.";
Placehold.text = "+1 Happiness";
Symbol 1941 MovieClip Frame 389
ReadBox.text = "Cream cheers as she hops into the pool naked. You begin to strip as Cream's head pokes out from the pool to observe. She blushes as her eyes make contact with your cock. With all your clothes off, you jump into the pool after Cream.";
Instance of Symbol 1861 MovieClip in Symbol 1941 MovieClip Frame 389
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 1941 MovieClip Frame 390
ReadBox.text = "Cream: Mommy doesn't usually approve of this unless it's at night. Luckily the fences are high enough that no one can notice anyway.";
Symbol 1941 MovieClip Frame 391
ReadBox.text = "Sonic: *Grin* I see.";
Symbol 1941 MovieClip Frame 392
ReadBox.text = "Cream grins as well and surprises you with a splash attack. You counter with your own splash attack as the two of you get into a splashing war. You begin to overpower her, forcing her to make a quick escape underwater.";
Symbol 1941 MovieClip Frame 393
ReadBox.text = "Moments later she pops back up on the other end of the pool with a worried look on her face.";
Symbol 1941 MovieClip Frame 394
ReadBox.text = "Cream: Mr. Sonic... Your thingie is hard...";
Symbol 1941 MovieClip Frame 395
ReadBox.text = "As the wavy water settles you noticed that the momentum of the pool water has made you very hard. You look back up to Cream but she's underwater again. Suddenly you feel something on your cock.";
Symbol 1941 MovieClip Frame 396
ReadBox.text = "Cream has a firm grip on it blowing air bubbles onto the tip. It causes you to fall back onto the edge of the pool moaning in pleasure.";
Symbol 1941 MovieClip Frame 399
ReadBox.text = "Cream comes back up for air.";
Symbol 1941 MovieClip Frame 400
ReadBox.text = "Sonic: Cream, what are you doing?";
Symbol 1941 MovieClip Frame 401
ReadBox.text = "Cream: Blowing on it to make it go back down.";
Symbol 1941 MovieClip Frame 402
ReadBox.text = "Without another word, she dunks back down into the water and continues to blow pleasurable bubbles onto your cock. Pretty soon it's throbbing, ready to blow. Cream comes back up for breath and goes back down once again.";
Symbol 1941 MovieClip Frame 403
ReadBox.text = "Her little mouth is practically touching the tip as she blows another set of bubbles. Your eyes roll backwards as you shoot a heavy load into the pool.";
Symbol 1941 MovieClip Frame 404
ReadBox.text = "Cream is a little shocked; she accidentally gasps underwater, making her swallow a little bit of the pool water. With her flailing around, you pick her up and take her out of the pool.";
Symbol 1941 MovieClip Frame 405
ReadBox.text = "Sonic: Cream, are you okay?";
Symbol 1941 MovieClip Frame 406
ReadBox.text = "Cream: *Cough cough* Mr... Mr. Sonic, why did you do that underwater? I almost drowned from the surprise...";
Symbol 1941 MovieClip Frame 407
ReadBox.text = "Sonic: I'm sorry Cream. Is there anything I could do to make it up to you?";
Symbol 1941 MovieClip Frame 408
ReadBox.text = "Cream continues to cough up water as she starts making her way inside.";
Symbol 1941 MovieClip Frame 409
ReadBox.text = "Cream comes back up for air.";
Symbol 1941 MovieClip Frame 410
ReadBox.text = "Sonic: Cream. What are you doing?";
Symbol 1941 MovieClip Frame 411
ReadBox.text = "Cream: Blowing on it to make it go back down.";
Symbol 1941 MovieClip Frame 412
ReadBox.text = "Sonic: You don't have to do that, Cream. I know of another way I can help it go down.";
Symbol 1941 MovieClip Frame 413
ReadBox.text = "You swim over to Cream with lust in your eyes. Cream can't help but feel nervous as your large hands wrap around her body.";
Symbol 1941 MovieClip Frame 414
ReadBox.text = "Cream: Mr. Sonic, what are you doing?";
Symbol 1941 MovieClip Frame 415
ReadBox.text = "You place a finger to her mouth giving her a 'Ssh...' while pressing her against the pool wall. She shakes her head no, crying for you to stop. You try to place your cock tip against her pussy, but she just kicks her feet to escape.";
Symbol 1941 MovieClip Frame 416
ReadBox.text = "She nails you right in the happy sack, causing you to lose your grip on her. She jumps out of the pool and runs toward the door, leaving you in pain.";
Placehold.text = "-5 Energy";
_root.SMain[0] = _root.SMain[0] - 5;
Symbol 1941 MovieClip Frame 417
ReadBox.text = "Cream: I'm sorry Mr. Sonic, but I don't want to do that in the pool!";
Placehold.text = "";
Symbol 1941 MovieClip Frame 419
ReadBox.text = "Cream comes back up for air.";
Symbol 1941 MovieClip Frame 420
ReadBox.text = "Sonic: Cream. What are you doing?";
Symbol 1941 MovieClip Frame 421
ReadBox.text = "Cream: Blowing on it to make it go back down.";
Symbol 1941 MovieClip Frame 422
ReadBox.text = "Sonic: You don't have to do that, Cream. I know of another way I can help it go down.";
Symbol 1941 MovieClip Frame 423
ReadBox.text = "You swim over to Cream with lust in your eyes. Cream looks a little nervous, but not uncomfortable as you wrap your large hands around her.";
Symbol 1941 MovieClip Frame 424
ReadBox.text = "Cream: Mr... Mr. Sonic...";
Symbol 1941 MovieClip Frame 425
ReadBox.text = "Her cheeks blush with a bright red tint when she feels your thick hedgehog cock pressing against her tight slit. Slowly you begin to push inside her tight pussy, letting the buoyancy of the water support the two of you.";
Symbol 1941 MovieClip Frame 426
ReadBox.text = "It doens't take long to get most of your cock wedged inside her. The feeling of having sex in the pool appears to be sending Cream into a new dimension of pleasure.";
Symbol 1941 MovieClip Frame 427
ReadBox.text = "Cream: Mr. Sonic... It... It feels like I'm flying...";
Symbol 1941 MovieClip Frame 428
ReadBox.text = "The mixture of the cool water and having her cunny stuffed has sent her mind twirling. You begin to thrust, causing small waves to form in the pool. Cream's upper body starts riding the waves, making her moan your name in pure pleasure.";
Symbol 1941 MovieClip Frame 429
ReadBox.text = "The more you thrust, the more waves fill the pool. You eventually have to grab Cream's sides to keep her steady and above water as you continue to thrust even harder.";
Symbol 1941 MovieClip Frame 430
ReadBox.text = "Sonic: Enjoying the ride, Cream?";
Symbol 1941 MovieClip Frame 431
ReadBox.text = "Cream: Don't stop, Mr. Sonic... Don't... AHHHH!!!";
Symbol 1941 MovieClip Frame 432
ReadBox.text = "You keep thrusting, getting close to your orgasm. The rush of the splashing pool water has already sent Cream into a spiraling orgasm, turning her into dead weight.";
Symbol 1941 MovieClip Frame 433
ReadBox.text = "You quickly lean her onto the pool steps and keep thrusting all the way to your orgasm. The opacity of the pool water surrounding your hips slowly fades to white. With the pool water still splashing around, it helps keep Cream semi conscious.";
Symbol 1941 MovieClip Frame 434
ReadBox.text = "Cream: Oooo... That was a fun pool game Mr... Mr. Sonic...";
Symbol 1941 MovieClip Frame 435
ReadBox.text = "You grin and give her a kiss. With the pool waters finally calm, you wrap your arms around Cream and carry her to her room to rest. You can feel your cock slip from her well used slit, leaving a trail of cum and pool water behind you.";
Symbol 1946 Button
on (rollOver) {
Informer.text = "Vanilla's Bitchin Camaro";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
gotoAndStop ("GarageSum");
}
Symbol 1947 Button
on (rollOver) {
Informer.text = "Can't Summon Cream here";
}
on (rollOut) {
Informer.text = "";
}
Symbol 1949 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Outside");
}
on (keyPress "<Down>") {
overBeep.start(0, 1);
gotoAndStop ("Outside");
}
Symbol 1950 Button
on (release) {
if (ItemStats[5] == false) {
ItemStats[5] = true;
ItemList.push("Batteries");
gotoAndStop ("GarageSum");
sumGarage.gotoAndStop("Batteries");
}
}
Symbol 1951 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Garage");
}
Symbol 1955 Button
on (release) {
_root.ringFX.start(0, 1);
_root.themeCurrent.start(0, 1);
_root.gotoAndStop("Garage");
}
Symbol 1958 MovieClip Frame 1
stop();
Symbol 1958 MovieClip Frame 10
stop();
_root.themeCurrent.stop();
_root.victory.start(0, 1);
Symbol 1963 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
if (((SMain[6] >= 7) && (Smain[6] <= 10)) && (DayVent[10] == true)) {
gotoAndStop ("OutsideSum");
sumOutside.gotoAndStop("Carnival1");
} else if (DayVent[9] == true) {
gotoAndStop ("OutsideSum");
sumOutside.gotoAndStop("Done");
} else if (SMain[6] >= 7) {
gotoAndStop ("OutsideSum");
sumOutside.gotoAndStop("Late");
} else {
gotoAndStop ("OutsideSum");
}
}
Symbol 1966 Button
on (rollOver) {
if (ItemStats[0] == true) {
Informer.text = "Enter Garage";
}
}
on (rollOut) {
Informer.text = "";
}
on (release) {
if (ItemStats[0] == true) {
gotoAndStop ("Garage");
} else {
Informer.text = "Locked...";
}
}
Symbol 1967 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Foyer");
}
on (keyPress "<Up>") {
overBeep.start(0, 1);
gotoAndStop ("Foyer");
}
Symbol 1969 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Nogo");
}
Symbol 1970 Button
on (rollOver) {
Placehold.text = "30 Rings for bus fare";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 30) {
_root.SMain[3] = _root.SMain[3] - 30;
gotoAndStop ("Beach1");
} else {
gotoAndStop ("NoMoney");
}
}
Symbol 1971 Button
on (rollOver) {
Placehold.text = "10 Rings for bus fare";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 10) {
_root.SMain[3] = _root.SMain[3] - 10;
_root.gotoAndStop("Downtown");
} else {
gotoAndStop ("NoMoney");
}
}
Symbol 1973 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
_root.gotoAndStop("Outside");
}
Symbol 1986 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 50) {
_root.SMain[3] = _root.SMain[3] - 50;
gotoAndStop ("Carnival2");
} else {
gotoAndStop ("NoMoney");
}
}
Symbol 2002 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Carnival4");
} else {
gotoAndStop ("Carnival3");
}
}
Symbol 2010 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] + 30;
_root.SStats[0] = _root.SStats[0] + 10;
_root.gotoAndStop("Sleep");
}
Symbol 2015 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.rwc = _root.rwc + 10;
nextFrame();
}
Symbol 2016 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.ItemStats[8] == true) {
gotoAndStop ("Carnival5");
} else {
Placehold.text = "You don't have any condoms.";
}
}
Symbol 2020 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[6] = 15;
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
gotoAndStop ("Carnival6");
}
Symbol 2023 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[6] = 15;
_root.SexScore[5]++;
_root.SexScore[7]++;
gotoAndStop ("Carnival6");
}
Symbol 2028 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] + 30;
_root.SStats[0] = _root.SStats[0] + 10;
nextFrame();
}
Symbol 2032 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SexVent[3] == true) {
gotoAndStop ("Nude2");
} else if (_root.ItemStats[2] == true) {
gotoAndStop ("Beach2");
} else {
gotoAndStop ("Beach5");
}
}
Symbol 2039 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[4] == true) && (_root.SMain[2] >= 550)) {
gotoAndStop ("Nude1");
} else {
gotoAndStop ("Beach4");
}
}
Symbol 2040 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.ItemStats[2] = false;
_root.ItemList.splice("Cream's Bikini Top", 1);
_root.SStats[0] = _root.SStats[0] + 5;
gotoAndStop ("Beach3");
}
Symbol 2048 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Beach5");
}
Symbol 2053 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.Action == 20) {
_root.Action = 0;
} else {
_root.SMain[3] = _root.SMain[3] + 30;
}
_root.gotoAndStop("Outside");
}
Symbol 2067 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
gotoAndStop ("Beach10");
}
Symbol 2068 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 10;
gotoAndStop ("Beach7");
}
Symbol 2071 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 10;
gotoAndStop ("Beach6");
}
Symbol 2079 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] + 30;
_root.SStats[0] = _root.SStats[0] + 5;
_root.SStats[7] = 0;
_root.SMain[6] = 8;
_root.gotoAndStop("Outside");
}
Symbol 2088 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Beach9");
}
Symbol 2089 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[6] = _root.SStats[6] - 2;
gotoAndStop ("Beach8");
}
Symbol 2098 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[7] = 0;
_root.SMain[6] = 8;
_root.gotoAndStop("Outside");
}
Symbol 2122 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] + 30;
_root.SStats[0] = _root.SStats[0] + 5;
_root.SStats[7] = 0;
_root.SMain[6] = 8;
_root.gotoAndStop("Outside");
}
Symbol 2135 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Nude2");
}
Symbol 2140 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Nude3");
} else {
gotoAndStop ("Nude4");
}
}
Symbol 2152 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
_root.SMain[6] = 13;
_root.SStats[7] = 0;
_root.gotoAndStop("Outside");
}
Symbol 2156 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[6] = 13;
_root.SStats[7] = 0;
_root.gotoAndStop("Outside");
}
Symbol 2158 MovieClip Frame 1
stop();
stop();
Symbol 2158 MovieClip Frame 10
ReadBox.text = "Cream gives you a disappointed look and marches back inside.";
Placehold.text = "Happiness -1";
Symbol 2158 MovieClip Frame 20
ReadBox.text = "Sonic: Sorry Cream, it appears I don't have enough rings for bus fare...";
Symbol 2158 MovieClip Frame 21
ReadBox.text = "Cream: Really? I know my mommy gave you a bunch of rings. What did you spend it all on? Hulahoops and Balloons?";
Placehold.text = "Happiness -1";
Symbol 2158 MovieClip Frame 30
ReadBox.text = "You've already gone out to the city today. Cream's too tired to want to go anywhere else today anyway.";
Symbol 2158 MovieClip Frame 40
ReadBox.text = "It's already getting dark. The city is no place for a little bunny after dark.";
Symbol 2158 MovieClip Frame 50
ReadBox.text = "Cream: Yay, we're going to the carnival!";
Symbol 2158 MovieClip Frame 51
ReadBox.text = "Sonic: We sure are. Let's go have some fun!";
Symbol 2158 MovieClip Frame 60
ReadBox.text = "The carnival isn't too far from the city, taking part on an open field near the city park. The line to the entrance isn't too long, so it doesn't take much time to get in. Cream appears to be in complete awe at the lights and sounds the carnival is providing. All the things she wants to do fly out of her mouth in an unintelligible run-on sentence.";
Symbol 2158 MovieClip Frame 61
ReadBox.text = "Sonic: Easy, Cream. How about we just go on the bumper cars first?";
Symbol 2158 MovieClip Frame 62
ReadBox.text = "Cream: YAY!!!";
Symbol 2158 MovieClip Frame 63
ReadBox.text = "The two of you go on the bumper cars, roller coasters, and those spinning tea cups. After the rides, you two begin to chow down on cotton candy, hot dogs, and other treats the carnival has to offer. It doesn't take long to get back on the rides and play a few games as well. Pretty soon, the two of you begin to run out of energy.";
Symbol 2158 MovieClip Frame 64
ReadBox.text = "Cream: Before we go, can we PLEASE go on the big Ferris wheel?";
Symbol 2158 MovieClip Frame 65
ReadBox.text = "Sonic: Only if the line isn't too long. Otherwise we should probably catch the bus home.";
Symbol 2158 MovieClip Frame 66
ReadBox.text = "Luckily the line isn't that long. You both get into the big Ferris wheel and proceed to ride it up. The sight is quite a wonder to behold; Cream props herself on the seat to get a better view. It ends up giving you a good view of her panties, though the bright lights of the downtown end up catching your eye more.";
Symbol 2158 MovieClip Frame 67
ReadBox.text = "As the car reaches the top, it suddenly comes to a halt. You hear on the intercom that there's been a slight problem with the mechanics and that it may take about 5 or 10 minutes to repair. It doesn't really matter to you two, though, as you're on the top and have a perfect view of everything.";
Symbol 2158 MovieClip Frame 70
ReadBox.text = "Cream gets up and walks over to your side of the car and proceeds to snuggle up with you. Suddenly, to your surprise, you see fireworks going off in the distance. The first kaboom shocks Cream, making her snuggle up against you more. But as soon as the next one goes off, she is in awe at the beauty before her.";
Symbol 2158 MovieClip Frame 71
ReadBox.text = "Cream: This is SO amazing, Mr. Sonic. We must have the best seat in all of the carnival.";
Symbol 2158 MovieClip Frame 72
ReadBox.text = "As Cream leans out the window, you get a perfect shot of her panties with the fireworks providing a little extra light for you. It doesn't take long for the fireworks to end, though, and after about 10 minutes, the Ferris wheel starts up again. Eventually, your car touches down, allowing you and Cream to head towards the exit.";
Symbol 2158 MovieClip Frame 73
ReadBox.text = "Cream: Oh, Mr. Sonic... We had so much fun but I'm feeling very sleepy now.";
Symbol 2158 MovieClip Frame 74
ReadBox.text = "Sonic: Me too, Cream. Let's head to bed as soon as we get home.";
_root.SMain[6] = 15;
Symbol 2158 MovieClip Frame 75
ReadBox.text = "On the bus ride home, Cream eventually falls asleep. You carry her to her bed and, with nothing else to do, you go to bed as well.";
Placehold.text = "RWC +30\nHappines +10";
Symbol 2158 MovieClip Frame 80
ReadBox.text = "Cream gets up and walks over to your side of the car and proceeds to snuggle up with you. Suddenly, to your surprise, you see fireworks going off in the distance. The first kaboom shocks Cream, making her snuggle up against you more. But as soon as the next one goes off, she is in awe at the beauty before her.";
Symbol 2158 MovieClip Frame 81
ReadBox.text = "Cream: This is SO amazing, Mr. Sonic. We must have the best seat in all of the carnival.";
Symbol 2158 MovieClip Frame 82
ReadBox.text = "As Cream leans out the window, you get a perfect shot of her panties with the fireworks providing a little extra light for you. Lust suddenly gets the best of you as you come up behind Cream to give her a hug. At first she enjoys the attention, but then begins to feel your hard on growing in your jeans.";
Symbol 2158 MovieClip Frame 83
ReadBox.text = "Cream: Mr... Mr. Sonic...";
Symbol 2158 MovieClip Frame 84
ReadBox.text = "Without a second thought, you turn Cream around and kiss her. Fireworks go off in Cream in time with the fireworks outside. No one else is in view of you two, so you flip up her dress and pull her panties to the side, which are already a little wet from the excitement.";
Symbol 2158 MovieClip Frame 85
ReadBox.text = "Cream wants to keep watching the fireworks, though, so you lay back in the car, allowing her to ride your cock as she enjoys the fireworks.";
Symbol 2158 MovieClip Frame 86
ReadBox.text = "You grab Cream's hips and put all you can inside her. The car begins to rock a little, so you try not to thrust too hard as you begin to move her hips up and down your throbbing cock. All that sound and light starts to become a little too much, but you try your best not to lose it yet.";
Symbol 2158 MovieClip Frame 87
ReadBox.text = "When the last big explosion happens, you hear Cream begin to orgasm on your cock.";
Symbol 2158 MovieClip Frame 88
ReadBox.text = "Cream: Ah! That one was so big!";
Symbol 2158 MovieClip Frame 89
ReadBox.text = "You grit your teeth and begin cumming inside her. The car continues to rock a little as the Ferris wheel begins to move again. Not wanting to raise suspicion, you carefully pull out of Cream and reposition her panties so no cum leaks out. By then, however, Cream is already falling fast asleep.";
Symbol 2158 MovieClip Frame 90
ReadBox.text = "You have a little time to slip on a condom before thrusting deep into Cream's tight little bunny hole. The car begins to rock a little, so you try not to thrust too hard as you begin to move her hips up and down your throbbing cock. All that sound and light starts to become a little too much, but you try your best not to lose it yet.";
Symbol 2158 MovieClip Frame 91
ReadBox.text = "Sonic: You enjoying this, Creamie?";
Symbol 2158 MovieClip Frame 92
ReadBox.text = "Cream: Yes! Yes! Oh yes!";
Symbol 2158 MovieClip Frame 93
ReadBox.text = "When the last big explosion happens, you hear Cream begin to orgasm on your cock. The condom is helping you hold out, but though you wish you could continue on, but the Ferris wheel begins to work again as soon as the light show is over. Left with no other choice, you quickly pull out of Cream's quivering cunny and stuff yourself back into your pants. By then, however, Cream is already falling asleep.";
Symbol 2158 MovieClip Frame 100
ReadBox.text = "You pick up Cream and place her over your shoulder as you head towards the exit and the bus stop. Eventually, the two of you get home and Cream begins to wake up a little. You're about to put her into her bed but she grabs you tightly.";
Symbol 2158 MovieClip Frame 101
ReadBox.text = "Cream: I want to sleep with you tonight, Mr. Sonic...";
Instance of Symbol 1118 MovieClip in Symbol 2158 MovieClip Frame 101
onClipEvent (load) {
gotoAndStop ("Night");
}
Symbol 2158 MovieClip Frame 102
ReadBox.text = "Sonic: Hehehe, okay, Cream. I'd like that very much...";
Symbol 2158 MovieClip Frame 103
ReadBox.text = "And so the two of you get undressed and get cozy under the covers together.";
Placehold.text = "RWC +30\nHappines +10";
Symbol 2158 MovieClip Frame 110
ReadBox.text = "Sonic: Let's go to the beach, Cream.";
Symbol 2158 MovieClip Frame 111
ReadBox.text = "Cream: Yay! The beach!";
Symbol 2158 MovieClip Frame 120
ReadBox.text = "Cream: Wait, Mr. Sonic. I'm still missing my swimsuit top. And I don't have anything else to wear...";
Symbol 2158 MovieClip Frame 121
ReadBox.text = "Sonic: Um... Uh...";
Symbol 2158 MovieClip Frame 130
ReadBox.text = "Sonic: I found this not too long ago. Here you go, Cream.";
Placehold.text = "Happiness +5";
Symbol 2158 MovieClip Frame 131
ReadBox.text = "Cream: Thanks, Mr. Sonic.";
Placehold.text = "";
Symbol 2158 MovieClip Frame 132
ReadBox.text = "She hugs you tightly and goes to change into her swimsuit. You do the same and meet up with Cream at the bus stop.";
Symbol 2158 MovieClip Frame 140
ReadBox.text = "Cream looks as if she is pondering something, but shakes her head.";
Symbol 2158 MovieClip Frame 141
ReadBox.text = "Cream: I guess we can just swim in the pool instead.";
Symbol 2158 MovieClip Frame 150
ReadBox.text = "It doesn't take long for the bus to arrive at the beach. It isn't as packed as you thought it would be. Cream immediately runs towards the sand, ready to take on any beach activity that confronts her.";
Symbol 2158 MovieClip Frame 151
ReadBox.text = "Sonic: Cream, don't run off too far. I need to you stay in my view.";
Symbol 2158 MovieClip Frame 152
ReadBox.text = "Cream: Okay, Mr. Sonic.";
Symbol 2158 MovieClip Frame 153
ReadBox.text = "You eventually find a nice spot to lay out your towel and set your stuff down. Cream doesn't hesitate to start splashing around in the ocean, enjoying the cool water on her fur. After getting herself a little wet, she runs back up to you, waving her arms around.";
Symbol 2158 MovieClip Frame 154
ReadBox.text = "Cream: Mr. Sonic, come to the ocean. The water feels great!";
Symbol 2158 MovieClip Frame 155
ReadBox.text = "There seems to be a lot going on at the beach today as more people arrive. What do you feel like doing?";
Symbol 2158 MovieClip Frame 160
ReadBox.text = "The waves aren't too intense right now, so the two of you run hand in hand to the beach. The water feels cool and crisp the moment you run in. It doesn't take long for Cream to reach chest deep water for her as the two of you begin to swim a little.";
Symbol 2158 MovieClip Frame 161
ReadBox.text = "Cream suddenly starts grinning and begins to swim towards you like a shark. You grin and begin to play along, pretending not to notice her.";
Symbol 2158 MovieClip Frame 162
ReadBox.text = "Cream: Dun dun... Dun dun...";
Symbol 2158 MovieClip Frame 163
ReadBox.text = "Cream suddenly ducks underwater leaving you a little confused about her location.";
Symbol 2158 MovieClip Frame 164
ReadBox.text = "Sonic: Cream? Where did you go?";
Symbol 2158 MovieClip Frame 165
ReadBox.text = "You suddenly feel a tug on your shorts as she proceeds to depants you. The sudden shock causes you to fall backwards, making your shorts fly off your ankles and off towards the break of the beach.";
Symbol 2158 MovieClip Frame 166
ReadBox.text = "Cream: Hehehe, gotcha Mr. So...";
Symbol 2158 MovieClip Frame 167
ReadBox.text = "Cream eeps, realizing what has happened as you stand up. The movement of the waves exposes your junk to Cream before the water rises again. You're looking pretty angry as you duck down to keep yourself hidden.";
Placehold.text = "Exposure +2";
_root.SStats[4] = _root.SStats[4] + 2;
Symbol 2158 MovieClip Frame 168
ReadBox.text = "Cream: I'm sorry, Mr. Sonic...";
Placehold.text = "";
Symbol 2158 MovieClip Frame 169
ReadBox.text = "Sonic: Please, just get me my shorts before someone sees me naked...";
Symbol 2158 MovieClip Frame 170
ReadBox.text = "Cream nods and runs over to your shorts. It doesn't take long for her to return them to you, and you slip them on without causing any attention to yourself. Despite that little setback, the both of you continue to have fun until the sun begins to set.";
Symbol 2158 MovieClip Frame 171
ReadBox.text = "Sonic: We should probably catch the bus home before it becomes too hectic to get home.";
Symbol 2158 MovieClip Frame 172
ReadBox.text = "Cream: Aww, okay, Mr. Sonic.";
Placehold.text = "RWC +30\nHappiness +5";
Symbol 2158 MovieClip Frame 180
ReadBox.text = "Sonic: How about we play a game of Volleyball first?";
Symbol 2158 MovieClip Frame 181
ReadBox.text = "You pull out a volleyball from the supplies you've brought. Cream's eyes light up at the sight like it was a treasure you pulled from a chest. It seems that there are several games going on already, but there happens to be an open court available. The two of you bounce the ball back and forth for a little bit. You can't help but giggle at how she incorporates her ears as well.";
Symbol 2158 MovieClip Frame 182
ReadBox.text = "Pretty soon a couple others approach you, wanting to use the court.";
Symbol 2158 MovieClip Frame 183
ReadBox.text = "Man: Come on, quit hogging the court. There's only two of you and we've got six players wanting to play.";
Symbol 2158 MovieClip Frame 184
ReadBox.text = "Cream: Hey, we were here first. If you don't like it, tough cookies.";
Symbol 2158 MovieClip Frame 185
ReadBox.text = "The group just laughs wildly at Cream while trying to push her away. You've got a better idea as you place Cream to the side.";
Symbol 2158 MovieClip Frame 186
ReadBox.text = "Sonic: Listen, we'll play you for it. Us two against your top two players.";
Symbol 2158 MovieClip Frame 187
ReadBox.text = "The group agree and send in their top two players. The match starts off pretty slowly. It seems that they're going easy on you. You prove them wrong by getting the first couple points in, getting an early lead. Once they realize that the two of you are no pushovers they begin to crank up the difficulty.";
Symbol 2158 MovieClip Frame 188
ReadBox.text = "About a half hour later the scores are tied and it will only take one point for each side to win. The opposing team serves and the ball comes flying towards you. You bop it into the air and Cream bats it back over. The other team looks like they're going for a spike so the two of you close in to defend. Suddenly, one of the guys hits the ball high into the air towards the far end of the court.";
Symbol 2158 MovieClip Frame 189
ReadBox.text = "Both you and Cream go for the ball, but it looks like the two of you are going to crash if you keep gunning for it. What will you do?";
Symbol 2158 MovieClip Frame 190
ReadBox.text = "Without warning you push Cream to the side so you don't crash into her. She hits the sand hard as you punch the ball back to the other side of the court. The team misses, giving you the final point. You won, but it's a pretty hollow victory considering what you did to Cream.";
Placehold.text = "Moral Alignment -2";
Symbol 2158 MovieClip Frame 191
ReadBox.text = "Sonic: I'm sorry Cream, we were gonna crash and I was just looking out for you.";
Placehold.text = "";
Symbol 2158 MovieClip Frame 192
ReadBox.text = "Cream doesn't buy it as she stomps off towards the bus stop.";
Symbol 2158 MovieClip Frame 193
ReadBox.text = "Cream: I'm not having fun anymore, Mr. Sonic. I just want to go home...";
Symbol 2158 MovieClip Frame 194
ReadBox.text = "That Volleyball game did go on longer then you expected. Despite winning, you give the court to the opposing team and make your way home. Cream is mad, but you still had a little fun so your relationship with her grows a little.";
Placehold.text = "RWC +10";
Symbol 2158 MovieClip Frame 200
ReadBox.text = "You know that even though you're giving Cream the opportunity to win, there is still no chance she'll hit the ball. As you trip yourself up to give her room, you end up accidentally tripping her as well, making her land on her back.";
Symbol 2158 MovieClip Frame 201
ReadBox.text = "However, her ears fly forward, hitting the ball to the other side of the court. The opposing team wasn't ready for that and misses the opportunity to hit it back, giving you the final point.";
Symbol 2158 MovieClip Frame 202
ReadBox.text = "Sonic: You did it, Cream. You won.";
Symbol 2158 MovieClip Frame 203
ReadBox.text = "Cream: I... I did? Yeah, I did! Yay!";
Symbol 2158 MovieClip Frame 204
ReadBox.text = "You give Cream a victory hug, hugging her closely to you. The other team gets ready to head out, but she calls out to them.";
Placehold.text = "Touch +2";
_root.SStats[5] = _root.SStats[5] + 2;
Symbol 2158 MovieClip Frame 205
ReadBox.text = "Cream: It's okay, you guys can play on it now. I'm kind of getting bored of volleyball anyway.";
Placehold.text = "";
Symbol 2158 MovieClip Frame 206
ReadBox.text = "You and Cream walk hand in hand to the ocean to do a little victory swimming. When the sun begins to set, the two of you make your way back to the bus stop.";
Symbol 2158 MovieClip Frame 207
ReadBox.text = "Cream: Today was a good day Mr. Sonic.";
Placehold.text = "RWC +30\nHappines +5";
Symbol 2158 MovieClip Frame 210
ReadBox.text = "Sonic: You go have fun, Creamie. I just want to soak up some rays for right now.";
Symbol 2158 MovieClip Frame 211
ReadBox.text = "Cream looks a little disappointed but she finds a way to entertain herself. As you soak up some sun, she begins to build a sand castle near the water. A couple hours pass and you decide you've gotten enough sun for now. As you begin to stretch to go swimming, you see something happening towards the water.";
Symbol 2158 MovieClip Frame 212
ReadBox.text = "Cream is kneeling near a pile of sand, about to cry her eyes out as a group of teens are harassing her.";
Symbol 2158 MovieClip Frame 213
ReadBox.text = "Cream: Why did you do that? Why are you being so mean?";
Symbol 2158 MovieClip Frame 214
ReadBox.text = "But instead of crying, she stands up and punches one of them between the legs, making him cry out for his mom. This unfortunately doesn't sit well with his friends, and they begin to get rough with Cream.";
Symbol 2158 MovieClip Frame 215
ReadBox.text = "Teen: You're gonna pay for that, you little cunt.";
Symbol 2158 MovieClip Frame 216
ReadBox.text = "No one messes with your friends, not on your watch. You speed towards Cream and proceed to punch one of them right in the jaw, causing him to fly into the ocean. The teens rebel against you, but you're too quick for them. You duck and kick another one of them in the chest. The rest realize they don't stand a chance and run for their lives.";
Symbol 2158 MovieClip Frame 217
ReadBox.text = "Sonic: Are you okay Cream?";
Symbol 2158 MovieClip Frame 218
ReadBox.text = "Cream nods but is still on the verge of crying.";
Symbol 2158 MovieClip Frame 219
ReadBox.text = "Sonic: Everything will be alright. Let's get you an ice cream.";
Symbol 2158 MovieClip Frame 220
ReadBox.text = "WThe two of you spend the rest of the time at the beach's local juice bar enjoying a few free drinks and ice cream for taking care of the local bullies. The two of you eventually get to swimming before the sun begins to set. With not much left to do, you head to the bus stop hand in hand, enjoying the fun you both had.";
Placehold.text = "RWC +30\nHappiness +5";
Symbol 2158 MovieClip Frame 222
ReadBox.text = "Cream: Hmm... Well Mr. Sonic. There is a place we can go.";
Symbol 2158 MovieClip Frame 223
ReadBox.text = "Sonic: What do you mean Cream?";
Symbol 2158 MovieClip Frame 224
ReadBox.text = "Cream: Well, um... It's kind of a secret, but I trust you, Mr. Sonic. There's a special beach my mommy and I like to go to. Almost no one knows about it, though, so we sometimes go swimming there without our swimsuits.";
Symbol 2158 MovieClip Frame 225
ReadBox.text = "Your eyes light up at the prospect of the two of them at the beach naked.";
Symbol 2158 MovieClip Frame 226
ReadBox.text = "Sonic: Besides me for now, who else knows about it?";
Symbol 2158 MovieClip Frame 227
ReadBox.text = "Cream blushes a little, giggling.";
Symbol 2158 MovieClip Frame 228
ReadBox.text = "Cream: Amy and Blaze, and maybe Knuckles.";
Symbol 2158 MovieClip Frame 229
ReadBox.text = "You can't help but feel a little betrayed. The two of you gather up your supplies and head to the beach.";
Symbol 2158 MovieClip Frame 230
ReadBox.text = "Instead of getting off at the usual beach bus stop, the two of you keep going to another alternative stop. It's a bit of a walk down a nature trail, but the two of you eventually reach the closed off cove. It's very beautiful and very private, providing ample cover for nude shenanigans.";
Symbol 2158 MovieClip Frame 231
ReadBox.text = "Cream doesn't hesitate to pull off her dress and panties. You follow suit, throwing your clothes to the side. Despite being in a small cove, there is a lot of room on the beach to play on. The two of you swim, play a little volleyball, and just soak up the sun. You're having so much fun you almost forget that the two of you are naked right now. Almost...";
Symbol 2158 MovieClip Frame 232
ReadBox.text = "The ocean water seems to have a real effect on you. You're not sure if it's the location, or the overall free setting, but you're getting really horny. It doesn't take long for Cream to notice.";
Symbol 2158 MovieClip Frame 240
ReadBox.text = "Cream blushes and giggles, noticing your hard on.";
Symbol 2158 MovieClip Frame 241
ReadBox.text = "Cream: Mommy's friends get like that too while they're here. They usually end up playing in the bushes while I play out here on the beach.";
Symbol 2158 MovieClip Frame 242
ReadBox.text = "Sonic: I see... Would you like to play in the bushes with me?";
Symbol 2158 MovieClip Frame 243
ReadBox.text = "Cream's eyes light up. It seems the prospect of having sex on a beach does interest her. She takes your hand and almost drags you to the bushes she was talking about. It doesn't look like too comfortable of a spot, but it's not sandy, which is good for sex.";
Symbol 2158 MovieClip Frame 244
ReadBox.text = "Cream doesn't hesitate to hop into your arms and give you a deep passionate kiss. You sit back, getting comfortable as you feel Cream's wet cunny rub against your throbbing cock. In the distance, the sun is beginning to set while you begin to push yourself into her tight bunny hole. It's almost as if the sun is setting to the beat of your thrust.";
Symbol 2158 MovieClip Frame 245
ReadBox.text = "When the sun sets, though, the power of the beach takes over you and you grab Cream tightly, thrusting as hard and deep as possible. You can hear Cream cry out for you to stop, but you're too wrapped up in the passion to stop. It doesn't take much more to make you cum deep inside her without warning. The beach is now in complete darkness, the sounds of your heavy breathing echoing in the night.";
Symbol 2158 MovieClip Frame 246
ReadBox.text = "You feel tempted to spend the night here, but you know it's not an option. Luckily, you did happen to pack a flashlight, allowing you two to clean up and make your way back to the bus stop before the last bus leaves. Cream is feeling a little tired, but still has a bit of energy in her from the beach. At least enough to get through the front door when you two get home.";
Symbol 2158 MovieClip Frame 250
ReadBox.text = "Cream blushes and giggles, noticing your hard on.";
Symbol 2158 MovieClip Frame 251
ReadBox.text = "Cream: Mommy's friends get like that too while they're here. They usually end up playing in the bushes while I play out here on the beach.";
Symbol 2158 MovieClip Frame 252
ReadBox.text = "Sonic: I see... This is quite a special beach, huh?";
Symbol 2158 MovieClip Frame 253
ReadBox.text = "Cream nods and giggles some more. You can't help but feel like she's being a real tease, making you feel really agitated. The only cure is to quickly rub one out.";
Symbol 2158 MovieClip Frame 254
ReadBox.text = "Sonic: Excuse me Cream, I'm gonna use the bathroom in the bushes.";
Symbol 2158 MovieClip Frame 255
ReadBox.text = "You rush to the bushes and begin to quickly masturbate. The images of Cream's body fresh in your mind really speed things up. With a small cry out to her you begin to cum hard onto the ground. The doesn't help much, though, as your cock remains pretty hard. It takes a minute, but it does go down.";
Symbol 2158 MovieClip Frame 256
ReadBox.text = "Cream: Achoo!";
Symbol 2158 MovieClip Frame 257
ReadBox.text = "Sonic: Hmmm?";
Symbol 2158 MovieClip Frame 258
ReadBox.text = "It turns out Cream has been watching you. It also appears she's been rubbing herself, judging by the puddle on the ground next to her. You grin while she blushes hard. Before you can say anything, though, the sun has started to set behind the ocean.";
Symbol 2158 MovieClip Frame 259
ReadBox.text = "Sonic: We should get going before it gets too dark.";
Symbol 2158 MovieClip Frame 260
ReadBox.text = "Cream hesitates, but nods, gets dressed and follows you back through the forest. Luckily, a bus just happens to be passing by as you two exit the forest and stops.";
Symbol 2158 MovieClip Frame 261
ReadBox.text = "Before you know it, the two of you are standing outside of the house safe and sound. Cream immediately runs inside to use the bathroom.";
Symbol 2162 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
nextFrame();
} else {
gotoAndStop ("Amy1A");
}
}
Symbol 2163 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy2");
}
Symbol 2166 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (SexVent[1] == true) {
gotoAndStop ("Amy5");
} else {
gotoAndStop ("Amy6");
}
}
Symbol 2167 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Amy4");
}
Symbol 2170 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
Placehold.text = "";
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Amy3");
}
Symbol 2173 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy7");
}
Symbol 2178 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Foyer");
}
Symbol 2180 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[9]++;
if ((_root.SMain[5] == true) && (_root.SexVent[1] == true)) {
_root.SexScore[5]++;
gotoAndStop ("AmyCream");
} else {
gotoAndStop ("Amy8");
}
}
Symbol 2182 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy9");
}
Symbol 2185 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SexVent[10] == false) {
_root.gotoAndStop("Foyer");
} else {
nextFrame();
}
}
Symbol 2186 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexVent[10] = true;
_root.gotoAndStop("Foyer");
}
Symbol 2188 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
nextFrame();
} else {
gotoAndStop ("Knux2");
}
}
Symbol 2189 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Knux3");
}
Symbol 2192 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Knux7");
}
Symbol 2193 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Knux6");
}
Symbol 2196 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
Placehold.text = "";
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Knux5");
}
Symbol 2198 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
Placehold.text = "";
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Knux4");
}
Symbol 2201 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Knux7");
}
Symbol 2205 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Knux8");
}
Symbol 2206 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Knux10");
}
Symbol 2211 Button
on (release) {
if (BGM._visible == true) {
BGM._visible = false;
} else {
BGM._visible = true;
}
if (ReadBox._visible == true) {
ReadBox._visible = false;
} else {
ReadBox._visible = true;
}
if ((COne._visible == true) && (ROne._visible == true)) {
COne._visible = false;
ROne._visible = false;
} else {
COne._visible = true;
ROne._visible = true;
}
if ((CTwo._visible == true) && (RTwo._visible == true)) {
CTwo._visible = false;
RTwo._visible = false;
} else {
CTwo._visible = true;
RTwo._visible = true;
}
if ((CThree._visible == true) && (RThree._visible == true)) {
CThree._visible = false;
RThree._visible = false;
} else {
CThree._visible = true;
RThree._visible = true;
}
if (_root.SMain[5] == true) {
if ((CSo._visible == true) && (RSo._visible == true)) {
CSo._visible = false;
RSo._visible = false;
} else {
CSo._visible = true;
RSo._visible = true;
}
if ((CSt._visible == true) && (RSt._visible == true)) {
CSt._visible = false;
RSt._visible = false;
} else {
CSt._visible = true;
RSt._visible = true;
}
}
}
Symbol 2212 Button
on (release) {
if (_root.SMain[5] == false) {
_root.ringFX.start(0, 1);
gotoAndStop ("Knux11");
}
}
Symbol 2213 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Knux11");
}
Symbol 2214 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
Placehold.text = "";
gotoAndStop ("Knux9");
}
Symbol 2220 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[3] = _root.SMain[3] + 50;
_root.gotoAndStop("Foyer");
}
Symbol 2224 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Sally2");
} else {
gotoAndStop ("Sally3");
}
}
Symbol 2226 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Sally4");
}
Symbol 2229 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Sally7");
}
Symbol 2230 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Sally6");
}
Symbol 2233 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
Placehold.text = "";
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Sally5");
}
Symbol 2236 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Sally8");
}
Symbol 2240 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[9]++;
if (_root.SMain[5] == true) {
_root.SexScore[5]++;
gotoAndStop ("Sally9");
} else {
gotoAndStop ("Sally10");
}
}
Symbol 2242 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Sally11");
}
Symbol 2245 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[3] = _root.SMain[3] + 30;
_root.SexVent[10] = true;
_root.gotoAndStop("Foyer");
}
Symbol 2247 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Tails12");
}
Symbol 2248 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.DayVent[6] == true) {
Placehold.text = "Can't. It's raining outside...";
} else {
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Tails3");
}
}
Symbol 2251 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
Placehold.text = "";
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Tails2");
}
Symbol 2255 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.ItemStats[2] == true) {
gotoAndStop ("Tails4");
} else {
gotoAndStop ("Tails7");
}
}
Symbol 2257 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if ((_root.SMain[2] >= 550) && (_root.SMain[4] == true)) {
gotoAndStop ("Tails8");
} else {
gotoAndStop ("Tails13");
}
}
Symbol 2258 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.ItemStats[2] = false;
_root.ItemList.splice("Cream's Bikini Top", 1);
_root.SMain[0]--;
gotoAndStop ("Tails5");
}
Symbol 2262 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Tails7");
}
Symbol 2267 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SStats[6] <= -12) {
gotoAndStop ("Tails9");
} else {
nextFrame();
}
}
Symbol 2269 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0] = _root.SMain[0] - 5;
Placehold.text = "";
gotoAndStop ("Tails11");
}
Symbol 2270 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Tails10");
}
Symbol 2275 Button
on (release) {
_root.ringFX.start(0, 1);
_root.Cellphone[0] = true;
_root.gotoAndStop("Foyer");
}
Symbol 2277 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexVent[2] = true;
_root.gotoAndStop("Vanilla");
}
Symbol 2282 MovieClip Frame 1
stop();
ReadBox.text = "Several minutes later, you hear the doorbell ring. You walk over to the Foyer and open the door; Amy stands there with a smile.";
Symbol 2282 MovieClip Frame 2
ReadBox.text = "Amy: Hey there.";
Symbol 2282 MovieClip Frame 3
ReadBox.text = "Sonic: Hey Amy, thanks for stopping by, I kinda needed the company.";
Symbol 2282 MovieClip Frame 4
ReadBox.text = "Amy: Yeah, I understand. Being alone with Cream can get a little frustrating after a while, but it\u00E2\u0080\u0099s ok, I know she's a well behaved girl.";
Symbol 2282 MovieClip Frame 5
ReadBox.text = "Amy walks into the house and looks around.";
Symbol 2282 MovieClip Frame 6
ReadBox.text = "Amy: Hmmm smells funny in here\u00E2\u0080\u00A6like\u00E2\u0080\u00A6nevermind\u00E2\u0080\u00A6you been cleaning this place at all?";
Symbol 2282 MovieClip Frame 7
ReadBox.text = "Sonic: Uhh, yeah... Why?";
Symbol 2282 MovieClip Frame 8
ReadBox.text = "Amy: It smells like Sally\u00E2\u0080\u0099s apartment after she had a few 'friends' over to visit.";
Symbol 2282 MovieClip Frame 9
ReadBox.text = "Sonic: Hey, she takes good... Ugg, nevermind.";
Symbol 2282 MovieClip Frame 10
ReadBox.text = "Amy: You\u00E2\u0080\u0099ve been keeping this place nice and tidy; you\u00E2\u0080\u0099re doing a great job.";
Symbol 2282 MovieClip Frame 11
ReadBox.text = "Sonic: Hehehe, thanks.";
Symbol 2282 MovieClip Frame 20
ReadBox.text = "Amy grins and sits on the couch.";
Instance of Symbol 363 MovieClip in Symbol 2282 MovieClip Frame 20
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 21
ReadBox.text = "Cream overhears you talking with Amy, and runs into the living room, quickly jumping onto Amy\u00E2\u0080\u0099s arms.";
Symbol 2282 MovieClip Frame 22
ReadBox.text = "Cream: Amy! Weeee, let\u00E2\u0080\u0099s play!";
Symbol 2282 MovieClip Frame 23
ReadBox.text = "Amy pats her head and kisses her on the cheek.";
Symbol 2282 MovieClip Frame 24
ReadBox.text = "Amy: Not right now Creamie, but later, I promise.";
Symbol 2282 MovieClip Frame 25
ReadBox.text = "Cream: Awww... Ok...";
Symbol 2282 MovieClip Frame 26
ReadBox.text = "Cream hops back towards her room happily.";
Symbol 2282 MovieClip Frame 27
ReadBox.text = "Amy walks and gets close passing her finger over your chest.";
Symbol 2282 MovieClip Frame 28
ReadBox.text = "Amy: So?";
Symbol 2282 MovieClip Frame 30
ReadBox.text = "Amy: Oh, of course... TV.";
Symbol 2282 MovieClip Frame 31
ReadBox.text = "You sit with Amy on the couch and begin watching some television.";
Symbol 2282 MovieClip Frame 32
ReadBox.text = "About an hour passes till you wonder why Cream is so silent. You head over to Cream\u00E2\u0080\u0099s room and find out that she\u00E2\u0080\u0099s passed out and is hanging from the side of her bed asleep, her dolls littered all over the room. Looks like, she played herself to sleep. You take her and lay her down, correctly tucking her in and giving her a kiss on her forehead.";
Symbol 2282 MovieClip Frame 33
ReadBox.text = "Cream smiles and sighs and snuggles against her pillow happily.";
Symbol 2282 MovieClip Frame 34
ReadBox.text = "Amy: Well isn\u00E2\u0080\u0099t that cute. You\u00E2\u0080\u0099re such a wonderful babysitter, Sonic.";
Symbol 2282 MovieClip Frame 35
ReadBox.text = "Amy is standing on the door looking at you with a smile.";
Symbol 2282 MovieClip Frame 36
ReadBox.text = "Sonic: So, now that she\u00E2\u0080\u0099s asleep...";
Symbol 2282 MovieClip Frame 37
ReadBox.text = "Amy looks at you with a raunchy smile.";
Symbol 2282 MovieClip Frame 38
ReadBox.text = "Amy: Way ahead of you slowpoke.";
Symbol 2282 MovieClip Frame 39
ReadBox.text = "She tosses her panties on your face and walks over to Vanilla\u00E2\u0080\u0099s room.";
Symbol 2282 MovieClip Frame 40
ReadBox.text = "Amy: Yeah a little. I\u00E2\u0080\u0099ll cook us something since you\u00E2\u0080\u0099ve been busy watching her. It\u00E2\u0080\u0099s time for someone else to do some work around here.";
Symbol 2282 MovieClip Frame 41
ReadBox.text = "You relax in the living room and hear Amy getting busy in the kitchen. The delicious smell of food lingers in the air. Cream runs from the hallway, across the living room and into the kitchen in a blur. You overhear her talking with Amy in the kitchen.";
Symbol 2282 MovieClip Frame 42
ReadBox.text = "Cream: I want chicken noodle soup please. With your special Ms. Amy, touch of love.";
Symbol 2282 MovieClip Frame 43
ReadBox.text = "Amy: Hehehe yeah. I\u00E2\u0080\u0099ll make sure to make it extra special.";
Symbol 2282 MovieClip Frame 44
ReadBox.text = "You walk over to the kitchen and stand in the door.";
Symbol 2282 MovieClip Frame 45
ReadBox.text = "Sonic: So Creamie, you like chicken noodle soup, huh?";
Symbol 2282 MovieClip Frame 46
ReadBox.text = "Cream: Yeah, but only when Amy cooks it.";
Symbol 2282 MovieClip Frame 47
ReadBox.text = "Sonic: Oh? (I thought she liked my cooking.)";
Symbol 2282 MovieClip Frame 48
ReadBox.text = "Sonic: Wait a minute. You\u00E2\u0080\u0099re a rabbit, right? Aren\u00E2\u0080\u0099t you supposed to like, umm, vegitables and stuff?";
Symbol 2282 MovieClip Frame 49
ReadBox.text = "Amy: Just because she\u00E2\u0080\u0099s a rabbit, doesn\u00E2\u0080\u0099t mean she only likes veggies.";
Symbol 2282 MovieClip Frame 50
ReadBox.text = "Sonic: Just saying. It a little weird, I mean a carnivore rabbit? Who would\u00E2\u0080\u0099ve thought\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 51
ReadBox.text = "Amy: She\u00E2\u0080\u0099s like her mom. She enjoys a big juicy piece of meat.";
Symbol 2282 MovieClip Frame 52
ReadBox.text = "Sonic: ...\n(She did NOT pull that joke on me.)";
Symbol 2282 MovieClip Frame 53
ReadBox.text = "Cream: My mommy says, that protein in meat, makes you grow big and strong, and that it helps make your boobies get bigger.";
Symbol 2282 MovieClip Frame 54
ReadBox.text = "Sonic: (Did she just say\u00E2\u0080\u00A6?)";
Symbol 2282 MovieClip Frame 55
ReadBox.text = "Amy: Cream?!";
Symbol 2282 MovieClip Frame 56
ReadBox.text = "Creamy: What? I\u00E2\u0080\u0099m just saying what my mommy says.";
Symbol 2282 MovieClip Frame 57
ReadBox.text = "Amy: Kids say the weirdest things, huh?";
Symbol 2282 MovieClip Frame 58
ReadBox.text = "Sonic: Right...";
Symbol 2282 MovieClip Frame 59
ReadBox.text = "Amy finishes up cooking some chilly for you and her and the soup for Cream. The three of you have a nice meal, and a good conversation while you eat. Cream seems very happy about this.";
Instance of Symbol 1668 MovieClip in Symbol 2282 MovieClip Frame 59
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 60
ReadBox.text = "After cleaning the dishes Amy encourages Cream to take a nap. Cream smiles and happily heads over to her room and closes the door. Amy looks at you with a raunchy smile.";
Symbol 2282 MovieClip Frame 61
ReadBox.text = "Amy: I could use a rest, so why don\u00E2\u0080\u0099t WE go take a \u00E2\u0080\u009Cnap\u00E2\u0080\u009D too?";
Symbol 2282 MovieClip Frame 62
ReadBox.text = "Amy walks over to Vanilla\u00E2\u0080\u0099s room and closes the door.";
Symbol 2282 MovieClip Frame 65
ReadBox.text = "Amy: Alright, alright! Calm down there big guy.";
Symbol 2282 MovieClip Frame 75
ReadBox.text = "Amy: Sonic! Cream is still awake you silly idiot. Besides, I'd rather we talk about what's been happening these past few days.";
Symbol 2282 MovieClip Frame 76
ReadBox.text = "You sit down to chat with Amy for a while about the latest happenings in the town. Cream later comes in and joins both of you in your conversation so you and Amy tone it down a bit and make it so Cream can understand better. Cream is happy with the conversation you had. After a while Amy notices what time it is.";
Instance of Symbol 363 MovieClip in Symbol 2282 MovieClip Frame 76
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 77
ReadBox.text = "Amy: Look at the time; I have to go do some errands around town, gimme a call if you need me.";
Symbol 2282 MovieClip Frame 78
ReadBox.text = "She gives you a peck on the lips and heads out the door.";
Symbol 2282 MovieClip Frame 79
ReadBox.text = "Cream: Come on Mr. Sonic. Let\u00E2\u0080\u0099s do something else!";
Symbol 2282 MovieClip Frame 85
ReadBox.text = "You walk over to Vanilla\u00E2\u0080\u0099s room and quickly open the door. To your surprise Amy is already naked, lying on the edge of the bed with her legs spread wide open while rubbing her wet pussy for you. You walk over, quickly pulling off your shirt, and unzipping your pants. You pull out your hedgehog cock and give her a grin.";
Instance of Symbol 1351 MovieClip in Symbol 2282 MovieClip Frame 85
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 86
ReadBox.text = "Amy: Come on lover. Gimme some of that big, meaty hedgehog cock.";
Symbol 2282 MovieClip Frame 87
ReadBox.text = "You finish taking your pants off and get close to Amy, approaching her pussy with your cock. You gently nudge the head against her opening, lightly jerking and stiffening it with your hand.";
Symbol 2282 MovieClip Frame 88
ReadBox.text = "Sonic: Ready?";
Symbol 2282 MovieClip Frame 89
ReadBox.text = "Amy: Oh god, yes!";
Symbol 2282 MovieClip Frame 90
ReadBox.text = "You give out a deep grunt, as you ram your meat down her tunnel making her yelp in sexual bliss. You then begin to ruthlessly fuck her womanhood giving out grunts of pleasure with each thrust. Suddenly, you pop your cock out, turn Amy over, and drop a little spit on her ass.";
Symbol 2282 MovieClip Frame 91
ReadBox.text = "Amy: No! Damn it Sonic, don\u00E2\u0080\u0099t use your spit. Use some fucking lube.";
Symbol 2282 MovieClip Frame 92
ReadBox.text = "You ignore her and force your cock into her ass making her scream out in bloody murder.";
Symbol 2282 MovieClip Frame 93
ReadBox.text = "Amy: You bastard! Stop! Pull it out!";
Symbol 2282 MovieClip Frame 94
ReadBox.text = "Sonic: Shut up Amy. I know how rough you like it...";
Symbol 2282 MovieClip Frame 95
ReadBox.text = "You continue to fuck her ass for several minutes taking her into several different positions while alternating between her ass and pussy. It does take long for the two of you to start cumming, but as soon as you do you keep right on going. You shoot your cum all over her stomach, chest and butt.";
Symbol 2282 MovieClip Frame 96
ReadBox.text = "After about two hours of plowing you bitch non stop, she eventually falls unconscious. You can barely hang on, filling Amy pussy with one more heavy load before passing out on top of her, exhausted from your onslaught.";
Symbol 2282 MovieClip Frame 97
ReadBox.text = "About an hour later, you hear Vanilla\u00E2\u0080\u0099s shower running. You wake up tucked in Vanilla\u00E2\u0080\u0099s bed a little surprised to see how much time has passed. You get up and walk into the bathroom to find Amy showering.";
Symbol 2282 MovieClip Frame 98
ReadBox.text = "Amy: Had a nice nap?";
Symbol 2282 MovieClip Frame 99
ReadBox.text = "Sonic: Yeah, you?";
Symbol 2282 MovieClip Frame 100
ReadBox.text = "Amy: Still a little hard to walk right, but I\u00E2\u0080\u0099m sure I'll feel better by the time I get home.";
Symbol 2282 MovieClip Frame 101
ReadBox.text = "Sonic: Thanks, Amy.";
Symbol 2282 MovieClip Frame 102
ReadBox.text = "Amy: Anytime.";
Symbol 2282 MovieClip Frame 103
ReadBox.text = "As soon as Amy finishes her shower you grab her, set her on the counter, and get ready to give her a goodbye fuck. That is until...";
Symbol 2282 MovieClip Frame 104
ReadBox.text = "Cream: Uhh, Mr. Sonic?";
Symbol 2282 MovieClip Frame 105
ReadBox.text = "You look over to the door in terror. Cream is standing there looking like she really has to use the bathroom.";
Symbol 2282 MovieClip Frame 110
ReadBox.text = "With a grin, you stiffen your cock and trust it inside Amy while Cream casually goes to you the bathroom. You fuck her for several minutes before take a deep thrust and blast a nice big load of cum down her pussy. You then violently pull out, almost causing all the cum you've blasted into Amy to splater the walls and floor of the bathroom as a cream pie forms.";
Symbol 2282 MovieClip Frame 111
ReadBox.text = "Sonic: Alright Creamie, come on.";
Symbol 2282 MovieClip Frame 112
ReadBox.text = "You bring Cream closer and pull her dress and panties righto ff before place her head close to Amy\u00E2\u0080\u0099s pussy.";
Symbol 2282 MovieClip Frame 113
ReadBox.text = "Sonic: Open wide and start eating Amy's cream pie.";
Symbol 2282 MovieClip Frame 114
ReadBox.text = "Cream giggles at the name and begins licking Amy\u00E2\u0080\u0099s cum covered pussy. Both girls are giggling and moaning in pleasure as you continue to watch. It doesn't take long for you to get back into the action as you massage Cream\u00E2\u0080\u0099s shoulders and kiss her cheeks and back sensually. It doesn't take long for you to get hard again and you begin to jerk yourself.";
Symbol 2282 MovieClip Frame 115
ReadBox.text = "You bring Cream over and make her suck on your cock causing Amy jumps down from the counter and gets behind Cream.";
Symbol 2282 MovieClip Frame 116
ReadBox.text = "Amy: You like that huh, Creamie?";
Symbol 2282 MovieClip Frame 117
ReadBox.text = "Cream gives out a muffled giggle, as she continues to choke your cock down her little throat. You then, pull your cock out and tell Amy to hold her head still. Amy gives out an evil grin and holds Cream\u00E2\u0080\u0099s head steady. Cream gives out a scared look as your furiously jerk on your cock like a mad man.";
Symbol 2282 MovieClip Frame 118
ReadBox.text = "Sonic: Oh god! I\u00E2\u0080\u0099m coming!! Aaahh\u00E2\u0080\u00A6 Ah\u00E2\u0080\u00A6 Aaaaaaaahhhhhhhhhhhh!!!";
Symbol 2282 MovieClip Frame 119
ReadBox.text = "A powerful blast of cum explodes onto Cream\u00E2\u0080\u0099s face, splashing over Amy\u00E2\u0080\u0099s as well, both girls gasp, as you continue to cum on both their faces, jerking your cock violently in the process. A short time later Amy finishes cleaning herself and Cream before getting dressed again in Vanilla\u00E2\u0080\u0099s room. You lay down on Vanilla\u00E2\u0080\u0099s bed, a little tired from the ordeal.";
Symbol 2282 MovieClip Frame 120
ReadBox.text = "Sonic: We've gotta\u00E2\u0080\u0099 do that more often.";
Symbol 2282 MovieClip Frame 125
ReadBox.text = "Sonic: Cream! Uhh! We where\u00E2\u0080\u00A6 Uh\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 126
ReadBox.text = "Amy quckly interrupts.";
Symbol 2282 MovieClip Frame 127
ReadBox.text = "Amy: We\u00E2\u0080\u0099re doing adult things sweetheart. Go to the living room and wait for us to finish, ok?";
Symbol 2282 MovieClip Frame 128
ReadBox.text = "Cream nods and hops along to the living room.";
Symbol 2282 MovieClip Frame 129
ReadBox.text = "Sonic: Wow\u00E2\u0080\u00A6 That was, uhh\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 130
ReadBox.text = "Amy: It\u00E2\u0080\u0099s ok. It\u00E2\u0080\u0099s time that I got going anyway.";
Symbol 2282 MovieClip Frame 131
ReadBox.text = "Sonic: Right\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 135
ReadBox.text = "You finish cleaning up and meet Amy in the foyer getting ready to go.";
Symbol 2282 MovieClip Frame 136
ReadBox.text = "Amy: I can see Cream\u00E2\u0080\u0099s in good hands. Love ya Sonic.";
Symbol 2282 MovieClip Frame 137
ReadBox.text = "Amy kisses you and leaves, but turns around for a moment.";
Symbol 2282 MovieClip Frame 138
ReadBox.text = "Amy: I found that mochi mochi shop. It\u00E2\u0080\u0099s in an alley downtown next to that movie studio that opened up in that old warehouse. Just poke around those two buildings in the right in the downtown area. You should go check it out.";
Symbol 2282 MovieClip Frame 145
ReadBox.text = "You hang up the phone and go do chores around the house; about an hour and a half passes and you hear the doorbell. You head towards the door and outside is standing, Knux.";
Symbol 2282 MovieClip Frame 146
ReadBox.text = "Knux: Hey there buddy, sorry I took a little longer to get here, brought a six pack to make it up to you.";
Symbol 2282 MovieClip Frame 147
ReadBox.text = "Sonic: Knux, chillax man, I was doing some chores around the house anyway, beers are a nice touch.";
Symbol 2282 MovieClip Frame 148
ReadBox.text = "Knuckles walks into the house and looks around\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 149
ReadBox.text = "Knux: Man this place reeks like sperm and sweat dude. What have you been doing here? Have you been bringing Sally and Amy over here?";
Symbol 2282 MovieClip Frame 150
ReadBox.text = "Sonic: Uhh, yeah\u00E2\u0080\u00A6 Of course\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 155
ReadBox.text = "Knux: You\u00E2\u0080\u0099ve been keeping this place tidy. Good for you.";
Symbol 2282 MovieClip Frame 156
ReadBox.text = "Sonic: Hehehe, yeah.";
Symbol 2282 MovieClip Frame 165
ReadBox.text = "Cream overhears you talking with Knuckles and walks into the living room. She walks over to him and waves.";
Instance of Symbol 363 MovieClip in Symbol 2282 MovieClip Frame 165
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 166
ReadBox.text = "Cream: Hello, Mr. Knuckles.";
Symbol 2282 MovieClip Frame 167
ReadBox.text = "Knux: Why hello Cream, how are you doing?";
Symbol 2282 MovieClip Frame 168
ReadBox.text = "Cream: I\u00E2\u0080\u0099m fine Mr. Knuckles. I\u00E2\u0080\u0099m gonna go play with my dolls while you talk with Mr. Sonic.";
Symbol 2282 MovieClip Frame 169
ReadBox.text = "Knux: Alright.";
Symbol 2282 MovieClip Frame 170
ReadBox.text = "Cream then runs off to her room happily. Knuckles walks over to the couch and sits down.";
Symbol 2282 MovieClip Frame 171
ReadBox.text = "Knux: So tell me buddy, what\u00E2\u0080\u0099s been going on?";
Symbol 2282 MovieClip Frame 172
ReadBox.text = "";
Symbol 2282 MovieClip Frame 175
ReadBox.text = "Knux: Charmy\u00E2\u0080\u00A6 He\u00E2\u0080\u0099s, recovering\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 176
ReadBox.text = "Sonic: Sorry man, didn\u00E2\u0080\u0099t mean to make you feel bad. It\u00E2\u0080\u0099s just...";
Symbol 2282 MovieClip Frame 177
ReadBox.text = "Knux: Nah, I\u00E2\u0080\u0099m fine talking about it... He\u00E2\u0080\u0099s also my buddy after all, but Vector and Mighty are taking it even harder.";
Symbol 2282 MovieClip Frame 178
ReadBox.text = "Sonic: Maybe we should change the subject.";
Symbol 2282 MovieClip Frame 179
ReadBox.text = "Knux: Yeah...";
Symbol 2282 MovieClip Frame 185
ReadBox.text = "Knuckles relaxes on the sofa and looks at you with a grin.";
Symbol 2282 MovieClip Frame 186
ReadBox.text = "Knux: We\u00E2\u0080\u0099re doing fine. We\u00E2\u0080\u0099ve been trying to have a baby for a couple of months now but my bitch is on the pill despite claiming she wasn't. Damn it, it\u00E2\u0080\u0099s driving me crazy.";
Symbol 2282 MovieClip Frame 187
ReadBox.text = "Sonic: Wow buddy, I didn\u00E2\u0080\u0099t know you where that desperate to have a kid.";
Symbol 2282 MovieClip Frame 188
ReadBox.text = "Knux: Face it Sonic, we\u00E2\u0080\u0099re getting old. Our teenage years are over and it\u00E2\u0080\u0099s time we start thinking about the future.";
Symbol 2282 MovieClip Frame 189
ReadBox.text = "Sonic: Yeah, I guess you're right.";
Symbol 2282 MovieClip Frame 190
ReadBox.text = "Knux: I\u00E2\u0080\u0099m impressed you haven\u00E2\u0080\u0099t decided to settle down with Sally now that \u00E2\u0080\u009CThe Great Peace\u00E2\u0080\u009D has started.";
Symbol 2282 MovieClip Frame 191
ReadBox.text = "Sonic: Well, we\u00E2\u0080\u0099re working on that. I guess you could say we\u00E2\u0080\u0099re still trying to make it work. It's just Sally is an insatiable monster in person. You think she\u00E2\u0080\u0099s slutty now? I once stayed with her in her apartment for a couple days and in 4 days we had sex over 20 times. And we are talking about hour long encounters, in every position conceivable, and the bitch wanted more.";
Symbol 2282 MovieClip Frame 192
ReadBox.text = "Knux: Wow sucks to be you\u00E2\u0080\u00A6 <<I would know, I\u00E2\u0080\u0099ve had a marathon fucking with her too.>>";
Symbol 2282 MovieClip Frame 193
ReadBox.text = "Sonic: Hence why I\u00E2\u0080\u0099m not too excited about settling down and starting a family.";
Symbol 2282 MovieClip Frame 195
ReadBox.text = "Knux: What\u00E2\u0080\u0099s there to say? She\u00E2\u0080\u0099s a hot MILF and she\u00E2\u0080\u0099s been, successful in her job.";
Symbol 2282 MovieClip Frame 196
ReadBox.text = "Sonic: But you know, what do you have to say, about her, you know, measurements?";
Symbol 2282 MovieClip Frame 197
ReadBox.text = "Knux: You mean her, knockers?";
Symbol 2282 MovieClip Frame 198
ReadBox.text = "Sonic: Yeah, I overheard you fucked her and she gave you a titty fuck\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 199
ReadBox.text = "Knux: Well, more than once actually\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 200
ReadBox.text = "Sonic: Tell me, tell me.";
Symbol 2282 MovieClip Frame 201
ReadBox.text = "Knux: Well you see, I came to help vanilla with the pool\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 202
ReadBox.text = "Sonic: YOU\u00E2\u0080\u0099RE THE POOLBOY!!!";
Symbol 2282 MovieClip Frame 203
ReadBox.text = "Knux: SHUTUP! I don\u00E2\u0080\u0099t want anyone to know about that\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 204
ReadBox.text = "Sonic: Oh this is rich. Please, go on.";
Symbol 2282 MovieClip Frame 205
ReadBox.text = "Knux: FINE I came to clean the pool and jam my sausage down Vanilla\u00E2\u0080\u0099s throat. There I admit it, I like it, I\u00E2\u0080\u0099d do it every fucking day if I could. That woman knows how to please a man and\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 206
ReadBox.text = "Sonic: And?";
Symbol 2282 MovieClip Frame 207
ReadBox.text = "Knux: Let\u00E2\u0080\u0099s just say that\u00E2\u0080\u00A6 Vanilla is the one helping me have a kid with Julie-su\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 208
ReadBox.text = "Sonic: Wait\u00E2\u0080\u00A6 What?";
Symbol 2282 MovieClip Frame 209
ReadBox.text = "Knux: Sometimes we come to\u00E2\u0080\u00A6 Umm... Spend some quality time with her and well\u00E2\u0080\u00A6 We... Look man I don\u00E2\u0080\u0099t wanna talk about that.";
Symbol 2282 MovieClip Frame 210
ReadBox.text = "Sonic: Fine buddy, no worries there\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 215
ReadBox.text = "Sonic: Better drink these now while they're still cold.";
Symbol 2282 MovieClip Frame 216
ReadBox.text = "Knux: NOW we\u00E2\u0080\u0099re talking.";
Symbol 2282 MovieClip Frame 217
ReadBox.text = "You and Knuckles sit down and watch TV, while sharing a couple of beers. An hour passes and Knuckles looks at you and says\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 218
ReadBox.text = "Knux: Man, all these programs are crap. Isn\u00E2\u0080\u0099t there something worth watching.";
Symbol 2282 MovieClip Frame 225
ReadBox.text = "After flipping through the channels you decide to put on a porno. You make sure to keep the volume low so Cream doesn\u00E2\u0080\u0099t hear from her room. Knuckles groans and lies back on the sofa grabbing his hardening cock through his pants.";
Symbol 2282 MovieClip Frame 226
ReadBox.text = "Knux: Now we\u00E2\u0080\u0099re talking\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 227
ReadBox.text = "Knuckles unbuttons his pants and flops out his rapidly engorging cock, he takes a sip of beer and begins to jerk off, as the movie\u00E2\u0080\u0099s erotic moans fill the air. Movie\u00E2\u0080\u0099s getting hotter by the minute; you flop your cock out as well and begin to masturbate. Both you and Knux pick up the pace while you jack off with one hand and drink beer with the other.";
Symbol 2282 MovieClip Frame 228
ReadBox.text = "Knux: Oh fuck\u00E2\u0080\u00A6 Gonna\u00E2\u0080\u00A6 Cum\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 229
ReadBox.text = "You grind, your teeth, as you jerk back on your cock and blast a strand of cum right across the sofa, onto knuckle\u00E2\u0080\u0099s lap, and over his cock, a strand of your cum drips down on his shaft and you see him clinch back and almost explode in his own orgasm.";
Symbol 2282 MovieClip Frame 230
ReadBox.text = "Knux: AAAAAAAahhhhhhhhhhhh \u00E2\u0080\u00A6FUCK!";
Symbol 2282 MovieClip Frame 231
ReadBox.text = "Sperm flies through the living room in thick long spurts.";
Symbol 2282 MovieClip Frame 232
ReadBox.text = "Knux: Shit... I needed that\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 233
ReadBox.text = "Sonic: Hehehe. Hey buddy, wanna go over to Vanilla\u00E2\u0080\u0099s room for some more fun together?";
Symbol 2282 MovieClip Frame 234
ReadBox.text = "Knux: What? Hell no\u00E2\u0080\u00A6 Didn\u00E2\u0080\u0099t you hear? The homophobic side of the BSC community asked for all homosexual content be toned down. The most we could get off with is this dual jerk scene\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 235
ReadBox.text = "Sonic: What?! Really? Damn, no wonder why Shadow or Silver didn't show up\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 236
ReadBox.text = "Knux: Exactly...";
if (_root.SMain[5] == true) {
CSo._visible = true;
RSo._visible = true;
CSt._visible = true;
RSt._visible = true;
} else {
CSo._visible = false;
RSo._visible = false;
CSt._visible = false;
RSt._visible = false;
}
Symbol 2282 MovieClip Frame 240
ReadBox.text = "You quickly stop him, taking his cock away from his hand. He looks at you in shock.";
Symbol 2282 MovieClip Frame 241
ReadBox.text = "Knux: Woah woah, hold it buddy. I\u00E2\u0080\u0099m\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 242
ReadBox.text = "Sonic: Shhh calm down man, you\u00E2\u0080\u0099re gonna spoil the fun. Think about it, we got Cream and the house all to ourselves. It\u00E2\u0080\u0099s gonna be like that time with Blaze\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 243
ReadBox.text = "Knux: We filled up Blaze pretty hard that time. I\u00E2\u0080\u0099m not comfortable with the idea of knocking up that cute little rabbit.";
Symbol 2282 MovieClip Frame 244
ReadBox.text = "Sonic: You don\u00E2\u0080\u0099t have too, I\u00E2\u0080\u0099ll do it. What do you say? I\u00E2\u0080\u0099ll take her little cunt and you plug up her tight ass?";
Symbol 2282 MovieClip Frame 245
ReadBox.text = "Knuckles looks at you hesitantly. However, a dark influence starts to overpower him with lust.";
Symbol 2282 MovieClip Frame 246
ReadBox.text = "Knux: All right, but I get to come inside her ass.";
Symbol 2282 MovieClip Frame 247
ReadBox.text = "Sonic: Dude, whatever you feel like doing man.";
Symbol 2282 MovieClip Frame 248
ReadBox.text = "You walk over with Knuckles towards Vanilla\u00E2\u0080\u0099s room and proceed to undress along the way. Knuckles hops on the bed and lays on his back, slowly starting to jerk himself. You head over to Cream\u00E2\u0080\u0099s room and fetch her. Upon entering her mommy's room and seeing the two of you naked and hard, Cream looks at you confused.";
Symbol 2282 MovieClip Frame 249
ReadBox.text = "Cream: Mr. Sonic?";
Symbol 2282 MovieClip Frame 250
ReadBox.text = "The door closes behind you leaving her defenseless against both your and knuckle\u00E2\u0080\u0099s sexual onslaught. From the hallway, muffled screams echo as you and knuckles perform every conceivable sexual act on Cream\u00E2\u0080\u0099s petite body. A couple hours later, you and Knuckles exit the room still in the nude with cum dripping down your members.";
Symbol 2282 MovieClip Frame 251
ReadBox.text = "A glimpse of a sticky, fucked silly Cream can be seen on top of Vanilla\u00E2\u0080\u0099s bed as you close the door behind you.";
Symbol 2282 MovieClip Frame 252
ReadBox.text = "Sonic: Well? What do you think?";
Symbol 2282 MovieClip Frame 253
ReadBox.text = "Knux: Oh man, she was so tight. That part, when you made her gape her own bunny hole for us to cum in it was a little excessive, but still very fun.";
Symbol 2282 MovieClip Frame 254
ReadBox.text = "Sonic: We\u00E2\u0080\u0099ll now you know buddy. Come on over whenever you feel like it.";
Symbol 2282 MovieClip Frame 255
ReadBox.text = "Knux: Thanks buddy, I appreciate it.";
Symbol 2282 MovieClip Frame 256
ReadBox.text = "Knuckles heads towards the door, but before he leaves, he turns around and hands you a bag of rings.";
Symbol 2282 MovieClip Frame 257
ReadBox.text = "Knux: I know times are tough right now but I know you can put those to good use.";
Symbol 2282 MovieClip Frame 258
ReadBox.text = "Sonic: Uhh, wow. Thanks buddy.";
Symbol 2282 MovieClip Frame 259
ReadBox.text = "Knux: No man, thank YOU.";
Placehold.text = "You got 50 rings.";
Symbol 2282 MovieClip Frame 260
ReadBox.text = "After a little more channel surfing, the two of you find a fun action movie to watch. After about an hour, Cream walking into the room and recognizes what movie you're watching. Before you can say anything, she hops between you too and settles in.";
Instance of Symbol 363 MovieClip in Symbol 2282 MovieClip Frame 260
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 261
ReadBox.text = "Sonic: Uh, Cream. I'm not sure if this movie is appropriate for you.";
Symbol 2282 MovieClip Frame 262
ReadBox.text = "Cream: Hehehe, it's a TV edit, so all the bad words are replaces with funny words like 'melon farmer' and 'You dumb bus stop'.";
Symbol 2282 MovieClip Frame 263
ReadBox.text = "You really can't argue with that logic, especially since the last movie, you say has a guy blurting out, 'This is what happens when you find a stranger in the Alps.' So she sticks around but soon the smell of beer does catch her attention. Knuckles notices this and playfully offers her a beer.";
Symbol 2282 MovieClip Frame 264
ReadBox.text = "Sonic: Knuckles, what the hell is wrong with you?!";
Symbol 2282 MovieClip Frame 265
ReadBox.text = "Cream, however, does that the can and takes a few full sips. Your eyes, go wide at the sudden display of tolerance for the taste.";
Symbol 2282 MovieClip Frame 266
ReadBox.text = "Cream: Ehh... Yeah this stuff still tastes too funny...";
Symbol 2282 MovieClip Frame 267
ReadBox.text = "Cream gives the can back to Knuckles before getting dizzy and passing out short after. Knuckles just gives a small laugh, as the two of you go back to watching the movie.";
Symbol 2282 MovieClip Frame 268
ReadBox.text = "Another hour passes and the movie comes to an end. You both get up and stretch ,while Cream stumbles to the bathroom still feeling a little dizzy.";
Symbol 2282 MovieClip Frame 269
ReadBox.text = "Knuckles: Well, that was interesting. I better be, heading back now.";
Symbol 2282 MovieClip Frame 270
ReadBox.text = "Sonic: Well, it's been fun. Let's hang out again soon. I could really use a little more company here.";
Symbol 2282 MovieClip Frame 271
ReadBox.text = "You both give each other a bro hug as Knuckles makes his way back home.";
Symbol 2282 MovieClip Frame 280
ReadBox.text = "You hang up the phone and head over to the backyard to relax and look at the clouds for a bit. Cream hops over and jumps next to you, giving you a hug.";
Symbol 2282 MovieClip Frame 281
ReadBox.text = "Cream: That cloud looks like an apple.";
Symbol 2282 MovieClip Frame 282
ReadBox.text = "Sonic: And that one looks like a carrot.";
Symbol 2282 MovieClip Frame 283
ReadBox.text = "Cream: WHERE?!";
Symbol 2282 MovieClip Frame 284
ReadBox.text = "You point out to where you saw the cloud and Cream looks, carefully.";
Symbol 2282 MovieClip Frame 285
ReadBox.text = "Cream: That looks like one of my mommy\u00E2\u0080\u0099s toys, Mr. Sonic.";
Symbol 2282 MovieClip Frame 286
ReadBox.text = "Sonic: What?!";
Symbol 2282 MovieClip Frame 287
ReadBox.text = "You take a good look and the cloud now looks like it has a head and really does look like a dildo.";
Symbol 2282 MovieClip Frame 288
ReadBox.text = "Sonic: Um, right\u00E2\u0080\u00A6 Say Creamy, let\u00E2\u0080\u0099s play another game.";
Symbol 2282 MovieClip Frame 289
ReadBox.text = "Just as you get up, you hear the doorbell ring.";
Symbol 2282 MovieClip Frame 290
ReadBox.text = "Sonic: That must be Sally, Cream. Be in your best behavior.";
Symbol 2282 MovieClip Frame 291
ReadBox.text = "Cream: Yes, Mr. Sonic.";
Symbol 2282 MovieClip Frame 292
ReadBox.text = "You walk over to the Foyer and open the door.";
Symbol 2282 MovieClip Frame 293
ReadBox.text = "Sally looks at you with a raunchy look and moves her hand to rub your crotch as soon as you open the door.";
Symbol 2282 MovieClip Frame 294
ReadBox.text = "Sally: A little bird told me someone was a little lonely here.";
Symbol 2282 MovieClip Frame 295
ReadBox.text = "Sonic: Hehehe, yeah. Come on in.";
Symbol 2282 MovieClip Frame 296
ReadBox.text = "Sally smiles and struts her way into the house. She sniffs around and says\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 300
ReadBox.text = "Sally: Is it just me or does this place, reek of sex?";
Symbol 2282 MovieClip Frame 301
ReadBox.text = "Sonic: Must be you.";
Symbol 2282 MovieClip Frame 302
ReadBox.text = "Sally looks at you angrily.";
Symbol 2282 MovieClip Frame 303
ReadBox.text = "Sally: You\u00E2\u0080\u0099re lucky Cream\u00E2\u0080\u0099s here, else you\u00E2\u0080\u0099d be on the floor right now with your dick up deep in my cunt.";
Symbol 2282 MovieClip Frame 304
ReadBox.text = "Sally walks over to you and gives you a smooch.";
Symbol 2282 MovieClip Frame 305
ReadBox.text = "Sally: And that\u00E2\u0080\u0099s for not saying, 'Hi nice to see you'.";
Symbol 2282 MovieClip Frame 310
ReadBox.text = "Sally: *Snif* This place looks very tidy. Good job on the babysitting gig Sonic, you\u00E2\u0080\u0099re pulling it off really nice.";
Symbol 2282 MovieClip Frame 311
ReadBox.text = "Sonic: Uhh, thanks.";
Symbol 2282 MovieClip Frame 320
ReadBox.text = "Sally looks over to the hallway where she sees, Cream peeking from a corner.";
Symbol 2282 MovieClip Frame 321
ReadBox.text = "Sally: Creamie! There you are!";
Symbol 2282 MovieClip Frame 322
ReadBox.text = "Cream giggles and runs over to Sally and gives her a hug.";
Symbol 2282 MovieClip Frame 323
ReadBox.text = "Sally: You\u00E2\u0080\u0099re getting good at hide and go seek.";
Symbol 2282 MovieClip Frame 324
ReadBox.text = "Cream nods happily, gives her a smooch in the cheek and runs away.";
Symbol 2282 MovieClip Frame 330
ReadBox.text = "Sally: I come visit Vanilla often, so Cream and I are really close.";
Symbol 2282 MovieClip Frame 331
ReadBox.text = "Sonic: You come \u00E2\u0080\u009Cvisit\u00E2\u0080\u009D Vanilla, often?";
Symbol 2282 MovieClip Frame 332
ReadBox.text = "Sally: Yep, Vanilla and I are really good friends. I have a thing for Rabbits. And ever since Antoine and Bunnie eloped, Vanilla\u00E2\u0080\u0099s been my...";
Symbol 2282 MovieClip Frame 333
ReadBox.text = "Sonic: Replacement?";
Symbol 2282 MovieClip Frame 334
ReadBox.text = "Sally: NO! Don\u00E2\u0080\u0099t say stupid things like that!";
Symbol 2282 MovieClip Frame 335
ReadBox.text = "Sonic: Well excuse me princess.";
Symbol 2282 MovieClip Frame 336
ReadBox.text = "Sally gives you a slap in the cheek.";
Symbol 2282 MovieClip Frame 337
ReadBox.text = "Sally: YOU KNOW HOW MUCH I HATE THAT JOKE?!";
Symbol 2282 MovieClip Frame 338
ReadBox.text = "Sonic: Sorry\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 339
ReadBox.text = "Sally: Enough talk, it time to get down to business. I\u00E2\u0080\u0099ll be waiting for you in Vanilla\u00E2\u0080\u0099s room.";
Symbol 2282 MovieClip Frame 340
ReadBox.text = "Sally walks over to the door of Vanilla\u00E2\u0080\u0099s room, takes her hand to the zipper in the side of her skirt and unzips it. She then giving you a wink and closes the door.";
Symbol 2282 MovieClip Frame 345
ReadBox.text = "Sally: Doing my duties as a princess. This diplomatic job is ok, and moving into the apartment downtown has given me the freedom to do with it what I please, so things are looking up.";
Symbol 2282 MovieClip Frame 346
ReadBox.text = "Sonic: I heard from a certain someone that you and Julie-su have been having a little too much fun lately.";
Symbol 2282 MovieClip Frame 347
ReadBox.text = "Sally: Tell Knux to shut up. If he wants to complain about it then tell him to say it to my face the next time we're double teaming Julie-Su.";
Symbol 2282 MovieClip Frame 348
ReadBox.text = "Sonic: Sorry I asked... What about Blaze though. I heard you two shared a hotel room in the downtown area.";
Symbol 2282 MovieClip Frame 349
ReadBox.text = "Sally: Ah yes, I really like that place. The rooms are nice and big, and the beds are so comfy you can do almost anything on them.";
Symbol 2282 MovieClip Frame 350
ReadBox.text = "Sonic: You dirty slut...";
Symbol 2282 MovieClip Frame 351
ReadBox.text = "Sally looks at you with a grin.";
Symbol 2282 MovieClip Frame 352
ReadBox.text = "Sally: I know.";
Symbol 2282 MovieClip Frame 353
ReadBox.text = "Sonic: You used to be so different, but in these past few years you\u00E2\u0080\u0099ve become a sex obsessed monster.";
Symbol 2282 MovieClip Frame 354
ReadBox.text = "Sally: I don\u00E2\u0080\u0099t see you complaining about me being that way.";
Symbol 2282 MovieClip Frame 355
ReadBox.text = "Sally gets up and walks over to Vanilla\u00E2\u0080\u0099s room.";
Symbol 2282 MovieClip Frame 356
ReadBox.text = "Sally: I\u00E2\u0080\u0099ll be waiting here Sonic. Hurry before I open Vanilla\u00E2\u0080\u0099s toy collection chest.";
Symbol 2282 MovieClip Frame 360
ReadBox.text = "Sally: Finally we\u00E2\u0080\u0099re on the same page! Let\u00E2\u0080\u0099s go to Vanilla\u00E2\u0080\u0099s room, and have some fun.";
Symbol 2282 MovieClip Frame 370
ReadBox.text = "You walk over to Vanilla\u00E2\u0080\u0099s room, and open the door finding Sally is sitting on the edge of the bed in her lingerie. She looks at you with a naughty smile.";
Instance of Symbol 1351 MovieClip in Symbol 2282 MovieClip Frame 370
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 371
ReadBox.text = "Sally: Took you long enough slowpoke.";
Symbol 2282 MovieClip Frame 372
ReadBox.text = "She starts taking off her top, while you hastily take off your shirt and pants. Sally then gets on her knees topless and gives a happy grin. Your cock starts forming a bulge in your briefs. The view causes Sally to pass her tongue over her lips hungrily.";
Symbol 2282 MovieClip Frame 373
ReadBox.text = "Sally: Oooo, I\u00E2\u0080\u0099ve been missing you.";
Symbol 2282 MovieClip Frame 374
ReadBox.text = "She gives your briefs a powerful tug, making your cock bounce in front of her. Without hesitation, she shoves your cock into her mouth and bobs her head down your shaft. It causes her to gag a little and give a muffled cough. You give a powerful grunt while she begins to bob her head along your shaft, practically pushing your tip down her throat.";
Symbol 2282 MovieClip Frame 375
ReadBox.text = "After a while, she pops your cock out of her mouth and gives it a lick from your balls all the way to the tip.";
Symbol 2282 MovieClip Frame 376
ReadBox.text = "Sally: Oh god, I forgot how good your cock tastes.";
Symbol 2282 MovieClip Frame 377
ReadBox.text = "Sally continues to bob her head up and down your cock, picking up the pace. She then pulls it back out and begins to jerk it rapidly.";
Symbol 2282 MovieClip Frame 378
ReadBox.text = "Sally: Come on, give it to me!";
Symbol 2282 MovieClip Frame 379
ReadBox.text = "You take your hand and start jerking it yourself, picking up the pace. She opens her mouth, letting out a slutty gasp of ecstasy as she sticks her tongue out. You gasp and grunt, causing a blast of thick sperm to fly off and land square on her face. The next two land perfectly on her tongue and inside her mouth.";
Symbol 2282 MovieClip Frame 380
ReadBox.text = "She plays a little with the cum, washing it in her mouth like mouthwash, she then gives a naughty grin, cum bubbling from the sides of her mouth and takes a big tug back and gives a loud gulp.";
Symbol 2282 MovieClip Frame 381
ReadBox.text = "Sally: Ahhhhh, that was delicious. Thick and creamy, just the way I like it.";
Symbol 2282 MovieClip Frame 382
ReadBox.text = "Sonic: You're such a cum slut Sally.";
Symbol 2282 MovieClip Frame 383
ReadBox.text = "Sally grins, and jumps on Vanilla\u00E2\u0080\u0099s bed, and starts to finger herself.";
Symbol 2282 MovieClip Frame 384
ReadBox.text = "Sally: Come on baby, plow my pussy like only you know how.";
Symbol 2282 MovieClip Frame 385
ReadBox.text = "Sonic: Alright gimme a bit, It\u00E2\u0080\u0099s not like I\u00E2\u0080\u0099m one of those Anime guys who is always hard , horny and full of gallons of cum.";
Symbol 2282 MovieClip Frame 386
ReadBox.text = "Sally: Oh? Right\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 387
ReadBox.text = "You wait a couple of minutes, till the sounds of Sally\u00E2\u0080\u0099s moaning and fingering get you hard again. She grins and scoots over closer to the edge and spreads her pussy wide. You bring the tip of your cock over to her hole and shove it in deep, she gasps as your cock tip hits her cervix.";
Symbol 2282 MovieClip Frame 388
ReadBox.text = "Sally: Ohhh\u00E2\u0080\u00A6 Yes, I\u00E2\u0080\u0099ve missed that feeling.";
Symbol 2282 MovieClip Frame 389
ReadBox.text = "You begin to thrust your cock into her pussy as she clinches to you by wrapping her arms and legs around your body. You suddenly pick her up and begin to fuck her in a standing position. For the next half hour you fuck her standing up, on the floor, against the wall, and on Vanilla\u00E2\u0080\u0099s bed.";
Symbol 2282 MovieClip Frame 390
ReadBox.text = "You suddenly pull out and get her on the edge of the bed, making her get on all fours. You spit on her ass and stick your finger in.";
Symbol 2282 MovieClip Frame 391
ReadBox.text = "Sally: AH! You son of a bitch... Use some lubricant you idiot.";
Symbol 2282 MovieClip Frame 392
ReadBox.text = "Sonic: Come on Sally, I know how much you like a rough ass fucking.";
Symbol 2282 MovieClip Frame 393
ReadBox.text = "Sally: I know\u00E2\u0080\u00A6 Just hurry up, I need to cum badly.";
Symbol 2282 MovieClip Frame 394
ReadBox.text = "You begin to plow her ass while you balls giving loud slaps against her pussy\u00E2\u0080\u0099s lips. She groans and grunts, as she clings to the bed biting the bedsheets.";
Symbol 2282 MovieClip Frame 395
ReadBox.text = "Sally: Unff... Unff... Here it comes\u00E2\u0080\u00A6 Ahh\u00E2\u0080\u00A6 Ahhh...";
Symbol 2282 MovieClip Frame 396
ReadBox.text = "You then decide to pull out and slap her on the ass. This gets Sally's pussy nice and red as her ass shakes wildly and with need.";
Symbol 2282 MovieClip Frame 397
ReadBox.text = "Sally: You asshole! Don\u00E2\u0080\u0099t pull out like that! Keep fucking me and make me cum!";
Symbol 2282 MovieClip Frame 398
ReadBox.text = "Sonic: Not yet, Sally.";
Symbol 2282 MovieClip Frame 399
ReadBox.text = "You position Sally on her back, getting into a very dominant position with the tip of your thick cock teasing her pussy.";
Symbol 2282 MovieClip Frame 400
ReadBox.text = "Sally: No pulling out this time, got it? You better let me cum or I'll have you arrested...";
Symbol 2282 MovieClip Frame 401
ReadBox.text = "You get on the bed and begin fucking her. You spread your legs, a bit to make the fucking a bit easier. Sally moans and grunts as your cock stabs her cervix with force.";
Symbol 2282 MovieClip Frame 402
ReadBox.text = "Sally: Don\u00E2\u0080\u0099t you dare stop you hear me!";
Symbol 2282 MovieClip Frame 403
ReadBox.text = "Sonic: I\u00E2\u0080\u00A6*grunt* Hear... Uhhh... YOU!";
Symbol 2282 MovieClip Frame 404
ReadBox.text = "Everything suddenly seems to slow down as a rush of adrenaline rushes through your body. Your body seems to go on auto pilot, furiously picking up the pace while Sally screams in an orgasmic bliss. You wrap your arms around her and stiffen up blasting a big, creamy warm load of cum directly into her womb. Sally clinches hard and groans while you keep spasming in ecstasy.";
Symbol 2282 MovieClip Frame 405
ReadBox.text = "You then pull your still very hard cock out of her pussy making a loud popping noise. You look down at her pussy but don\u00E2\u0080\u0099t see any of your jizz leaking out. Just as your about to stick your finger in, a sudden shot of semen comes flowing out followed by a loud wet sound. Sally giggles, sticking her tongue out at you. You take some of the cum in your fingers and stick it into her mouth.";
Symbol 2282 MovieClip Frame 406
ReadBox.text = "Cream:\u00E2\u0080\u00A6 Mr. Sonic?";
Symbol 2282 MovieClip Frame 407
ReadBox.text = "You open, your eyes and see Cream standing next to the bed, you look down and Sally\u00E2\u0080\u0099s still beneath you sleeping, you\u00E2\u0080\u0099re not covered by sheets, so Cream sees that both of you are in the nude.";
Symbol 2282 MovieClip Frame 410
ReadBox.text = "Sonic: Alright Creamie, start getting undressed because your bunny hole is next.";
Symbol 2282 MovieClip Frame 411
ReadBox.text = "Cream nods happily and undresses, hopping on the bed next to Sally.";
Symbol 2282 MovieClip Frame 412
ReadBox.text = "You then spend several more hours fucking both Cream and Sally in every conceivable way.";
Symbol 2282 MovieClip Frame 420
ReadBox.text = "Sonic: CREAMIE?! Ummm... Ms. Sally and I where uhh....";
Symbol 2282 MovieClip Frame 421
ReadBox.text = "Cream: Playing nudie games?";
Symbol 2282 MovieClip Frame 422
ReadBox.text = "Sonic: Yes. I think that's the term...";
Symbol 2282 MovieClip Frame 423
ReadBox.text = "Cream: Oh ok.";
Symbol 2282 MovieClip Frame 424
ReadBox.text = "Sonic: Ms. Sally is tired, let\u00E2\u0080\u0099s leave her to rest for a bit.";
Symbol 2282 MovieClip Frame 425
ReadBox.text = "Cream nods and shuts the door, leaving the two of you alone.";
Symbol 2282 MovieClip Frame 430
ReadBox.text = "Sally: Use these to buy cream something nice, or spend in the Mochi Mochi Shop, it\u00E2\u0080\u0099s in an alley downtown. Just poke around at those two building at the far right.";
Symbol 2282 MovieClip Frame 431
ReadBox.text = "Sally gets close and smooches you.";
Symbol 2282 MovieClip Frame 432
ReadBox.text = "Sally: I love you.";
Symbol 2282 MovieClip Frame 433
ReadBox.text = "Sonic: Love ya? too Sal.";
Placehold.text = "+30 Rings";
Symbol 2282 MovieClip Frame 440
ReadBox.text = "About 20 minutes pass, and you hear a knock on the door. You head over to the foyer, and open the front door.";
Symbol 2282 MovieClip Frame 441
ReadBox.text = "Tails: Hey there, Sonic.";
Symbol 2282 MovieClip Frame 442
ReadBox.text = "Sonic: Tails, buddy, come on in.";
Symbol 2282 MovieClip Frame 443
ReadBox.text = "Tails heads over to the living room and sits on the sofa. Cream comes in from the hallway and happily hops next to tails and begins to talk to him. You head over to the kitchen and bring some snacks.";
Symbol 2282 MovieClip Frame 444
ReadBox.text = "Cream: C\u00E2\u0080\u0099moon, let\u00E2\u0080\u0099s play some games.";
Symbol 2282 MovieClip Frame 445
ReadBox.text = "Sonic: Great idea Creamie, what should we play together?";
Symbol 2282 MovieClip Frame 450
ReadBox.text = "You play with Cream and Tails \u00E2\u0080\u009CMobian Destruction Derby\u00E2\u0080\u009D for several hours. Both Cream and Tails are having fun. After several fun matches, Cream hops off from the couch.";
Instance of Symbol 363 MovieClip in Symbol 2282 MovieClip Frame 450
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 451
ReadBox.text = "Cream: That was fun, let\u00E2\u0080\u0099s play something else.";
Symbol 2282 MovieClip Frame 452
ReadBox.text = "Tails: I\u00E2\u0080\u0099d love to, but it\u00E2\u0080\u0099s getting late. I\u00E2\u0080\u0099m gonna get in trouble if I don\u00E2\u0080\u0099t head home.";
Symbol 2282 MovieClip Frame 453
ReadBox.text = "Sonic: No worries buddy. We had our fun.";
Symbol 2282 MovieClip Frame 454
ReadBox.text = "Tails says goodbye to both of you and heads home. Cream is very happy that you brought her friend over to play. Once Tails leaves Cream, gives you a big hug and hops to give you a peck on the cheek.";
Symbol 2282 MovieClip Frame 455
ReadBox.text = "Cream: Thank you, Mr. Sonic!";
Symbol 2282 MovieClip Frame 456
ReadBox.text = "She then hops away to her room.";
Symbol 2282 MovieClip Frame 460
ReadBox.text = "Cream: Let\u00E2\u0080\u0099s play in the pool!";
Symbol 2282 MovieClip Frame 461
ReadBox.text = "Tails: But I don\u00E2\u0080\u0099t have my swimming trunks.";
Symbol 2282 MovieClip Frame 462
ReadBox.text = "Sonic: Its ok buddy, you can do it in your undies.";
Symbol 2282 MovieClip Frame 463
ReadBox.text = "Tails blushes looking over at Cream.";
Symbol 2282 MovieClip Frame 464
ReadBox.text = "Tails: I don\u00E2\u0080\u0099t think that\u00E2\u0080\u0099s a very good idea.";
Symbol 2282 MovieClip Frame 465
ReadBox.text = "Cream looks a bit disappointed.";
Symbol 2282 MovieClip Frame 466
ReadBox.text = "Cream: I don\u00E2\u0080\u0099t mind if you swim in your undies. There\u00E2\u0080\u0099s nothing to be embarrassed about it.";
Symbol 2282 MovieClip Frame 467
ReadBox.text = "Tails blushes again and agrees. The three of you head over to the pool.";
Symbol 2282 MovieClip Frame 470
ReadBox.text = "Cream, stops you before going outside, gives you a worried look.";
Symbol 2282 MovieClip Frame 471
ReadBox.text = "Cream: Mr. Sonic, I can\u00E2\u0080\u0099t find my swimsuit\u00E2\u0080\u0099s top.";
Symbol 2282 MovieClip Frame 480
ReadBox.text = "Sonic: I found the top a while back, it was\u00E2\u0080\u00A6 Uhh\u00E2\u0080\u00A6 In the laundry\u00E2\u0080\u00A6 Yeah\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 481
ReadBox.text = "Cream gives you a peck in the cheek.";
Symbol 2282 MovieClip Frame 482
ReadBox.text = "Cream: Thank you, Mr. Sonic.";
Symbol 2282 MovieClip Frame 483
ReadBox.text = "She then puts her top on and goes outside to play with Tails in the pool.";
Symbol 2282 MovieClip Frame 490
ReadBox.text = "Sonic: Aww, that\u00E2\u0080\u0099s too bad, I\u00E2\u0080\u0099m sure Tails won\u00E2\u0080\u0099t mind if you swim without it.";
Symbol 2282 MovieClip Frame 491
ReadBox.text = "Cream: You think so Mr. Sonic?";
Symbol 2282 MovieClip Frame 492
ReadBox.text = "Sonic: Definitely.";
Symbol 2282 MovieClip Frame 500
ReadBox.text = "Cream hops outside in her swimsuit and heads over to the pool to play with Tails, you join them in their games. A few hours pass and the three of you decide to call it a day.";
Instance of Symbol 1861 MovieClip in Symbol 2282 MovieClip Frame 500
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 510
ReadBox.text = "Cream hops outside without her swimsuit\u00E2\u0080\u0099s top, you notice Tail\u00E2\u0080\u0099s face turns into ever shade of red, as she gets on the pool. You join them and begin to play pool games with both of them. A couple hours pass.";
Symbol 2282 MovieClip Frame 511
ReadBox.text = "Cream: I\u00E2\u0080\u0099m getting tired, I\u00E2\u0080\u0099m gonna go change and take a nap, thanks for playing with us, Tails.";
Symbol 2282 MovieClip Frame 512
ReadBox.text = "She gives him a hug and walks out of the pool, you follow her, leaving Tails, still a little stupefied in the pool. Cream heads over to her room, dries up and hops on her bed; you walk in and tuck her in. As you exit her room, Tails is standing in the hallway, water dripping all over the floor.";
Symbol 2282 MovieClip Frame 513
ReadBox.text = "Sonic: Buddy, you gotta dry up man.";
Symbol 2282 MovieClip Frame 514
ReadBox.text = "Tails: I don\u00E2\u0080\u0099t have a towel...";
Symbol 2282 MovieClip Frame 515
ReadBox.text = "You motion Tails to follow you to vanilla\u00E2\u0080\u0099s room. You grab a towel from the bathroom, dry yourself, put on a T-shirt and undies, and you pass the towel to Tails. As Tails begins to dry up.";
Symbol 2282 MovieClip Frame 516
ReadBox.text = "Sonic: Why are you so angry buddy?";
Instance of Symbol 1351 MovieClip in Symbol 2282 MovieClip Frame 516
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 517
ReadBox.text = "Tails: SHUT UP! You know why I\u00E2\u0080\u0099m angry!";
Symbol 2282 MovieClip Frame 518
ReadBox.text = "You give him a confused look.";
Symbol 2282 MovieClip Frame 519
ReadBox.text = "Tails: Why was Cream topless, huh?!";
Symbol 2282 MovieClip Frame 520
ReadBox.text = "Sonic: Relax, she just lost her top buddy.";
Symbol 2282 MovieClip Frame 521
ReadBox.text = "Tails: Then you should\u00E2\u0080\u0099ve called the whole thing off! YOU'RE A TERRIBLE BABYSITTER!";
Symbol 2282 MovieClip Frame 522
ReadBox.text = "Tails proceeds to storm out of the house clearly angry at you. He's always been a bit emotional, though lately he's seemed more emotional than usual. You guess, he's just going through another growth spurt.";
Symbol 2282 MovieClip Frame 525
ReadBox.text = "Something breaks inside you. Maybe it's all the bad things you did before but you suddenly dash over to Tails and begin choking him with one hand.";
Symbol 2282 MovieClip Frame 526
ReadBox.text = "Tails: *choke* S-son\u00E2\u0080\u00A6*gack* w-wha\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 527
ReadBox.text = "Sonic: Look you little prick; you\u00E2\u0080\u0099re gonna take back that last little statement nicely, ok?";
Symbol 2282 MovieClip Frame 528
ReadBox.text = "Tails looks at you with a serious look, as you loosen your grip on his throat.";
Symbol 2282 MovieClip Frame 529
ReadBox.text = "Sonic: See, there you go. Nice and easy.";
Symbol 2282 MovieClip Frame 530
ReadBox.text = "You let Tails go, he walks back and says.";
Symbol 2282 MovieClip Frame 531
ReadBox.text = "Tails: YOU ASSHOLE I\u00E2\u0080\u0099M CALLING THE COPS!";
Symbol 2282 MovieClip Frame 532
ReadBox.text = "In a blue blur, you quickly pin him against the wall, grab him by the shoulders, and put your hand on his throat once again. Tails can only look in horror, as you increase your grip.";
Symbol 2282 MovieClip Frame 533
ReadBox.text = "Sonic: Look you little son of a bitch, you\u00E2\u0080\u0099re not telling anyone. In fact, you\u00E2\u0080\u0099re gonna go home and tell mommy and daddy that you had a lot of fun. Got that?";
Symbol 2282 MovieClip Frame 534
ReadBox.text = "Tails defiantly nods in disagreement.";
Symbol 2282 MovieClip Frame 535
ReadBox.text = "Sonic: And what if you tell them the truth? Let\u00E2\u0080\u0099s say you call the cops, and they come, I go to jail, fine, next morning the door\u00E2\u0080\u0099s going to open and let me go, you know why? BECAUSE IM THIS WORLD\u00E2\u0080\u0099S FUCKING HERO!!";
Symbol 2282 MovieClip Frame 536
ReadBox.text = "Sonic: IM THE ONE WHO \u00E2\u0080\u009CKILLED EGGMAN\u00E2\u0080\u009D AND FREED THIS WHOLE MISSERABLE WORLD, SO THEY CAN HAVE PEACE. It\u00E2\u0080\u0099s called immunity buddy.";
Symbol 2282 MovieClip Frame 537
ReadBox.text = "Tails begins to cry, as you soften your grip form his throat.";
Symbol 2282 MovieClip Frame 538
ReadBox.text = "Sonic: That\u00E2\u0080\u0099s right, cry you little bitch, that\u00E2\u0080\u0099s all you can do. Not only am I more important than you, I\u00E2\u0080\u0099m a better man than you. That\u00E2\u0080\u0099s all you\u00E2\u0080\u0099ll ever aspire to be Tails, my fucking sidekick. All your studying, all you inventions, everything, just to complement me. Isn\u00E2\u0080\u0099t that just wonderful?";
Symbol 2282 MovieClip Frame 539
ReadBox.text = "You let Tails down, and pull your hedgehog cock from your undies. This evil influence taking over you has made you really hard in this situation.";
Symbol 2282 MovieClip Frame 540
ReadBox.text = "Sonic: Now\u00E2\u0080\u00A6 Let\u00E2\u0080\u0099s clarify who\u00E2\u0080\u0099s more of a man between you and me huh?";
Symbol 2282 MovieClip Frame 541
ReadBox.text = "Tails kneels down in front of you and reluctantly takes your manhood into his mouth, he continues to cry, as you force him to give you a blowjob.";
Symbol 2282 MovieClip Frame 542
ReadBox.text = "Sonic: Very good\u00E2\u0080\u00A6 See who\u00E2\u0080\u0099s the man?";
Symbol 2282 MovieClip Frame 543
ReadBox.text = "Tails continues to cry and bob his head along your shaft; suddenly you grab the back of his head and jam yourself down his throat, releasing a large load of hedgehog cum. Tails groans, as you continue to spasm, releasing your thick gobs of spunk down his throat. You then triumphantly pull out, making tails fall back to the floor coughing.";
Symbol 2282 MovieClip Frame 544
ReadBox.text = "Sonic: Hehehe. You give good head, huh Tails?";
Symbol 2282 MovieClip Frame 545
ReadBox.text = "Tails continues to cry and cough.";
Symbol 2282 MovieClip Frame 550
ReadBox.text = "You walk over to the crying Tails and knock him down on his back. You get on top of him and get close to his face.";
Symbol 2282 MovieClip Frame 551
ReadBox.text = "Sonic: You\u00E2\u0080\u0099re gonna go home, and say how much fun you had over at Cream\u00E2\u0080\u0099s house\u00E2\u0080\u00A6 GOT THAT!";
Symbol 2282 MovieClip Frame 552
ReadBox.text = "Tails: Y-yess\u00E2\u0080\u00A6*sniffle*.";
Symbol 2282 MovieClip Frame 553
ReadBox.text = "Sonic: Very good\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 554
ReadBox.text = "You get off, and walk over to the door. As Tails makes his way outside, you say...";
Symbol 2282 MovieClip Frame 555
ReadBox.text = "Sonic: And have a nice day.";
Symbol 2282 MovieClip Frame 560
ReadBox.text = "Sonic: Get up you little prick...";
Instance of Symbol 1351 MovieClip in Symbol 2282 MovieClip Frame 560
onClipEvent (load) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.DayVent[6] == true) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("NightRain");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("AfterRain");
} else {
gotoAndStop ("DayRain");
}
} else if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 561
ReadBox.text = "Tails reluctantly gets up, your cock still hard even after that brutal orgasm. You get in the nude and walk over next to Vanilla\u00E2\u0080\u0099s bed.";
Symbol 2282 MovieClip Frame 562
ReadBox.text = "Sonic: You know what to do. Now get to it.";
Symbol 2282 MovieClip Frame 563
ReadBox.text = "Tails slowly pulls his still soaked undies down to the floor. He walks over to Vanilla\u00E2\u0080\u0099s bed and gets on before gets on all fours as he continues to cry.";
Symbol 2282 MovieClip Frame 564
ReadBox.text = "Sonic: Very good\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 565
ReadBox.text = "You move both of his tails to the side and spit in his butthole. You motion your index finger down into his tunnel, as you notice his little fox cock stiffens.";
Symbol 2282 MovieClip Frame 566
ReadBox.text = "Sonic: Don\u00E2\u0080\u0099t worry, I\u00E2\u0080\u0099ll give you what you want in a little bit.";
Symbol 2282 MovieClip Frame 567
ReadBox.text = "You continue to give Tails a prostate exam as he grunts amid his tears. After several minutes of fingering, you then stiffen your hedgehog cock and triumphantly mount the fox. You begin to brutally bounce on his ass, as he bites down on the bed sheets. You continue to ride tails for several minutes as you're cussing, insulting, and belittling him. You remind him who\u00E2\u0080\u0099s a better man.";
Symbol 2282 MovieClip Frame 568
ReadBox.text = "Sonic: *grunt* See, you little prick! Oh god\u00E2\u0080\u00A6 Oh fuck! I\u00E2\u0080\u0099m gonna\u00E2\u0080\u00A6 COME!!!";
Symbol 2282 MovieClip Frame 569
ReadBox.text = "You take a powerful shove and press your dick deep into the fox\u00E2\u0080\u0099s hole, as you scream and spasm in victory. Tails clinches hard against the bed sheets, as you continue to blow your second load into his ass. You pull out making your cum violently spurt out of his ass and all over the bed. Exhausted, you lay back in Vanilla\u00E2\u0080\u0099s bed, while you shove Tails off.";
Symbol 2282 MovieClip Frame 570
ReadBox.text = "Sonic: Now get the hell out of here\u00E2\u0080\u00A6 And don\u00E2\u0080\u0099t forget, you just went to Cream\u00E2\u0080\u0099s house to play in the pool.";
Symbol 2282 MovieClip Frame 571
ReadBox.text = "Tails: Yes\u00E2\u0080\u00A6 Sir\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 575
ReadBox.text = "The three of you play hide and seek inside. Cream decides to be it and goes to a corner to start counting, while you and Tails quickly run off to hide. Cream takes several minutes but eventually finds you. The three of you continue to play, until you\u00E2\u0080\u0099re too tired to go on. You sit in the living room couch and turn on the TV.";
Symbol 2282 MovieClip Frame 576
ReadBox.text = "Tails and Cream then decide to join you. You fall asleep in the couch.";
Symbol 2282 MovieClip Frame 577
ReadBox.text = "An hour later you, wake up and hear Cream and Tails talking in her room, you head over and take a peek. You notice that they\u00E2\u0080\u0099re just playing with Cream\u00E2\u0080\u0099s dolls, but you do notice something about the conversation.";
Symbol 2282 MovieClip Frame 578
ReadBox.text = "Tails: So\u00E2\u0080\u00A6 Is Mr. Sonic being a good babysitter?";
Instance of Symbol 1118 MovieClip in Symbol 2282 MovieClip Frame 578
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 579
ReadBox.text = "Cream: Of course he is, he\u00E2\u0080\u0099s a really good sitter. I like Amy a lot too, but Mr. Sonic treats me special.";
Symbol 2282 MovieClip Frame 580
ReadBox.text = "Tails: Special? Like what?";
Symbol 2282 MovieClip Frame 581
ReadBox.text = "Cream: Oh you know\u00E2\u0080\u00A6 He gives me treats and we have lots of fun.";
Symbol 2282 MovieClip Frame 582
ReadBox.text = "Tails: Does Mr. Sonic\u00E2\u0080\u00A6 You know\u00E2\u0080\u00A6 Touch you inappropriately?";
Symbol 2282 MovieClip Frame 583
ReadBox.text = "Cream's eyes widen as you barge into the room.";
Symbol 2282 MovieClip Frame 584
ReadBox.text = "Sonic: H-heeeey you two. Sorry I fell asleep like that\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 585
ReadBox.text = "You stare at Tails with your patented \u00E2\u0080\u009CI\u00E2\u0080\u0099m going to kill you look\u00E2\u0080\u009D.";
Symbol 2282 MovieClip Frame 586
ReadBox.text = "Tails: Yeah\u00E2\u0080\u00A6 I gotta go since it\u00E2\u0080\u0099s getting late.";
Symbol 2282 MovieClip Frame 587
ReadBox.text = "Sonic: Yeah\u00E2\u0080\u00A6 You don\u00E2\u0080\u0099t want your folks to worry\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 588
ReadBox.text = "Cream gives Tails a hug and begins to pick up her dolls, as you walk Tails over to the door.";
Symbol 2282 MovieClip Frame 589
ReadBox.text = "Sonic: I heard that\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 590
ReadBox.text = "You let Tails out. He looks at you with a serious expression.";
Symbol 2282 MovieClip Frame 591
ReadBox.text = "Tails: I\u00E2\u0080\u0099m watching you! I\u00E2\u0080\u0099m not going to let you hurt her\u00E2\u0080\u00A6";
Symbol 2282 MovieClip Frame 592
ReadBox.text = "You give Tails an evil grin and flip him off.";
Symbol 2282 MovieClip Frame 593
ReadBox.text = "Sonic: Fuck off, you little prick, go home and play with your toys.";
Symbol 2282 MovieClip Frame 594
ReadBox.text = "Tails' eyes shoot open in disbelief and runs off.";
Symbol 2282 MovieClip Frame 600
ReadBox.text = "Sonic: Aww, that\u00E2\u0080\u0099s too bad, I\u00E2\u0080\u0099m sure Tails won\u00E2\u0080\u0099t mind if you swim without it.";
Symbol 2282 MovieClip Frame 601
ReadBox.text = "Cream shakes her head no, not really believing what you're suggestion. But suddenly she gets and idea and runs to Vanilla's room.";
Symbol 2282 MovieClip Frame 602
ReadBox.text = "She comes back a moment later wearing a small T-Shirt.";
Symbol 2282 MovieClip Frame 603
ReadBox.text = "Cream: I lost my top once at the beach and so my mommy let me wear her t-shirt until we left the beach. Now let's go swim.";
Symbol 2282 MovieClip Frame 604
ReadBox.text = "Cream hops outside in her tshirt and swim bottom and heads over to the pool to play with Tails. You join them in their games, but it doesn't take long for Cream's nipples to become kind of visible through the tshirt. You can tell that Tails' has noticed, considering the small buldge in his trunks.";
Instance of Symbol 1861 MovieClip in Symbol 2282 MovieClip Frame 604
onClipEvent (load) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.SMain[6] >= 11) {
gotoAndStop ("Night");
} else if (_root.SMain[6] >= 7) {
gotoAndStop ("Afternoon");
} else {
gotoAndStop (1);
}
}
Symbol 2282 MovieClip Frame 605
ReadBox.text = "A few hours pass and the three of you decide to call it a day. Giving Cream a quick hug first, Tails hops out of the pool quickly so no one noticed his little erection. When you get inside to clean up you see that Tails is already long gone.";
Symbol 2286 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
gotoAndStop ("DowntownSum");
}
Symbol 2287 Button
on (rollOver) {
Informer.text = "No reception in the city...";
}
on (rollOut) {
Informer.text = "";
}
Symbol 2288 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Mall");
}
on (keyPress "s") {
overBeep.start(0, 1);
gotoAndStop ("Mall");
}
Symbol 2289 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Fountain");
}
on (keyPress "a") {
overBeep.start(0, 1);
gotoAndStop ("Fountain");
}
Symbol 2290 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Park");
}
on (keyPress "d") {
overBeep.start(0, 1);
gotoAndStop ("Park");
}
Symbol 2291 Button
on (release) {
if (SexVent[10] == true) {
gotoAndStop ("BackAlley");
}
}
Symbol 2293 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Downtown");
}
Symbol 2294 Button
on (rollOver) {
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.DayVent[9] = true;
if ((_root.SMain[5] == true) || (_root.SexScore[3] > 0)) {
gotoAndStop ("Bus2");
} else {
gotoAndStop ("Bus1");
}
}
Symbol 2295 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[2] >= 600) || ((_root.SexVent[3] == true) && (_root.SexVent[4] == false))) {
_root.SMain[0] = _root.SMain[0] - 10;
if (_root.SexVent[3] == true) {
gotoAndStop ("BlazeEvent");
} else {
_root.SexVent[3] == true;
gotoAndStop ("AltBeach");
}
} else if (_root.SexVent[4] == true) {
_root.SMain[0] = _root.SMain[0] - 10;
_root.Action = 10;
_root.gotoAndStop("OutsideSum");
} else {
gotoAndStop ("NoBeach");
}
}
Symbol 2299 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[6] = 8;
_root.SStats[7] = 0;
_root.gotoAndStop("Outside");
}
Symbol 2304 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.rwc = _root.rwc + 10;
gotoAndStop ("Bus3");
}
Symbol 2305 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Bus4");
}
Symbol 2313 Button
on (release) {
_root.ringFX.start(0, 1);
_root.DayVent[3]++;
_root.SexScore[3]++;
_root.gotoAndStop("Outside");
}
Symbol 2317 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Downtown");
}
Symbol 2330 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("BlazeEvent");
}
Symbol 2335 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexVent[4] = true;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
_root.SexScore[9]++;
_root.gotoAndStop("Outside");
}
Symbol 2336 MovieClip Frame 1
stop();
Symbol 2336 MovieClip Frame 10
ReadBox.text = "It's a pretty smooth bus ride home. The driver decides to take the scenic route this time, giving you a clear view of the sunset over the ocean.";
Symbol 2336 MovieClip Frame 20
ReadBox.text = "It's a pretty smooth bus ride home, and what's even more surprising is that you and Cream are the only two on the bus. Since this bus driver has decided to take the scenic route back to town instead, you get a wicked idea of something fun to do on the way home.";
Symbol 2336 MovieClip Frame 21
ReadBox.text = "What will you do?";
Symbol 2336 MovieClip Frame 30
ReadBox.text = "You decide to fend off the lusty thoughts and just admire the sunset with Cream. Eventually the bus makes it to Vanilla's house and the two of you stretch before walking into the door.";
Symbol 2336 MovieClip Frame 40
ReadBox.text = "While Cream is distracted by the sunset, you unzip your pants and pull out your cock. You rub it quickly to get it hard before getting her attention.";
Symbol 2336 MovieClip Frame 41
ReadBox.text = "Sonic: Hey Cream. Want a special little treat before we get home?";
Symbol 2336 MovieClip Frame 42
ReadBox.text = "Cream turns around thinking that she's going to get a piece of candy, but isn't too disappointed when she sees your lollipop. With a grin, she goes down on your cock and begins to suck on the tip. It doesn't take long for her to take the rest in her cute little mouth. The bus suddenly hits an unexpected pothole, bouncing your hip, which makes your cock tickle the back of her throat.";
Symbol 2336 MovieClip Frame 43
ReadBox.text = "It almost becomes too much for Cream as she pulls off. Feeling the back of her throat, though, was enough to send you over the edge and make you cum. You end up coating the seat in front of you with a few shots of your spunk. Not wanting to see all that cum go to waste, Cream wraps her lips back around your cock and drinks down the next couple of spurts.";
Symbol 2336 MovieClip Frame 44
ReadBox.text = "You do your best to clean up as the bus comes to a stop. Cream is unable to hold back her giggling, leaving the bus driver to wonder what's so funny. He doesn't have time to ponder before driving off, though, leaving the two of you to stretch after a little fun on the bus.";
Symbol 2336 MovieClip Frame 50
ReadBox.text = "Cream: Well I guess we could, though I didn't think of bringing my swimsuit with me to the city.";
Symbol 2336 MovieClip Frame 51
ReadBox.text = "Sonic: You're right. I didn't bring my swimsuit either. I guess we're not heading to the beach this time.";
Symbol 2336 MovieClip Frame 60
ReadBox.text = "Cream: Hmm... Well Mr. Sonic. There is a place we can go.";
Symbol 2336 MovieClip Frame 61
ReadBox.text = "Sonic: What do you mean Cream?";
Symbol 2336 MovieClip Frame 62
ReadBox.text = "Cream: Well, um... It's kind of a secret, but I trust you, Mr. Sonic. There's a special beach my mommy and I like to go to. Almost no one knows about it, though, so we sometimes go swimming there without our swimsuits.";
Symbol 2336 MovieClip Frame 63
ReadBox.text = "Your eyes light up at the prospect of the two of them at the beach naked.";
Symbol 2336 MovieClip Frame 64
ReadBox.text = "Sonic: Besides me for now, who else knows about it?";
Symbol 2336 MovieClip Frame 65
ReadBox.text = "Cream blushes a little, giggling.";
Symbol 2336 MovieClip Frame 66
ReadBox.text = "Cream: Amy and Blaze, and maybe Knuckles.";
Symbol 2336 MovieClip Frame 67
ReadBox.text = "You can't help but feel a little betrayed. The two of you hop onto the bus and head to the beach.";
Symbol 2336 MovieClip Frame 70
ReadBox.text = "Instead of getting off at the usual beach bus stop, the two of you keep going to another alternative stop. It's a bit of a walk down a nature trail, but the two of you eventually reach the closed-off cove. It's very beautiful and very private, providing ample cover for nude shenanigans. As the two of you run out onto the beach, you're greeted with a familiar nude figure.";
Symbol 2336 MovieClip Frame 71
ReadBox.text = "Cream: BLAZE!";
Symbol 2336 MovieClip Frame 72
ReadBox.text = "Cream runs up and give Blaze a hug and a kiss on the cheek.";
Symbol 2336 MovieClip Frame 73
ReadBox.text = "Cream: I didn't think I'd see you here.";
Symbol 2336 MovieClip Frame 74
ReadBox.text = "Blaze: I didn't think I'd see you here either.";
Symbol 2336 MovieClip Frame 75
ReadBox.text = "She then looks over to you with a grin on her face. You start to feel a little aroused, seeing Blaze's naked body in front of you.";
Symbol 2336 MovieClip Frame 76
ReadBox.text = "Blaze: Or you either Sonic. Glad to see that you're still in good shape. *Grins*";
Symbol 2336 MovieClip Frame 77
ReadBox.text = "Cream: Come on. Let's all go for a swim!";
Symbol 2336 MovieClip Frame 78
ReadBox.text = "Blaze: We'll join you in a bit Cream. I need to talk to Sonic for a moment.";
Symbol 2336 MovieClip Frame 79
ReadBox.text = "Cream just ignores what Blaze is saying and immediately runs into the water.";
Symbol 2336 MovieClip Frame 80
ReadBox.text = "Blaze: Well Sonic, this is a pleasant surprise.";
Symbol 2336 MovieClip Frame 81
ReadBox.text = "You notice Blaze is ogling down at your manhood. You can't help but take a few good glances at the cat's nude body before replying.";
Symbol 2336 MovieClip Frame 82
ReadBox.text = "Sonic: Yeah. I came to bring Cream over to the beach; apparently this spot is special for Vanilla and her.";
Symbol 2336 MovieClip Frame 83
ReadBox.text = "Blaze: It is. It's nice and secluded. The reason why I came over wasn't just to do some diplomatic talks. I'm here because I love this particular spot of beach.";
Symbol 2336 MovieClip Frame 84
ReadBox.text = "Sonic: I overheard that some of our friends know about this place as well.";
Symbol 2336 MovieClip Frame 85
ReadBox.text = "Blaze: Yeah, a couple of them know of this place. We sometimes come to hang out. Come on, let's go over to my spot. I got some refreshments.";
Symbol 2336 MovieClip Frame 86
ReadBox.text = "You notice Cream is happily hopping along the shoreline playing with the waves and splashing on the water. At Blaze's spot, she has a towel next to a nearby bush along with a portable cooler. She lays down on the towel and pats it next to her, telling you to take a seat. Cream continues to splish and splash on the water, picking up shells and rocks and tossing them into the deep water.";
Symbol 2336 MovieClip Frame 87
ReadBox.text = "Blaze: So, I heard you're stuck babysitting Cream, huh?";
Symbol 2336 MovieClip Frame 88
ReadBox.text = "Sonic: Yeah, I've been pretty busy lately.";
Symbol 2336 MovieClip Frame 89
ReadBox.text = "Blaze places her hand on your chest and lays you down carefully on the beach towel.";
Symbol 2336 MovieClip Frame 90
ReadBox.text = "Sonic: Blaze?! What are you...";
Symbol 2336 MovieClip Frame 91
ReadBox.text = "Blaze places her fingers over your lips and shushes you sensually, she kisses your cheek and moves her hand down and starts stroking your cock.";
Symbol 2336 MovieClip Frame 92
ReadBox.text = "Sonic: What are you doing?! Cream is over there!";
Symbol 2336 MovieClip Frame 93
ReadBox.text = "Blaze: Relax, beautiful. Cream has seen adults playing these 'special hug' games on this beach. She's just a little girl, so to her, we're just playing grownup beach games.";
Symbol 2336 MovieClip Frame 94
ReadBox.text = "Sonic: What the...";
Symbol 2336 MovieClip Frame 95
ReadBox.text = "Blaze: Oh yeah, there was even this one time where Knuckles and Julie-su had a foursome with Vanilla and I. We had sex for 2 hours straight here in the sand. All Cream did was interrupt us once to tell Vanilla she found a pretty seashell before running off to make a sand castle.";
Symbol 2336 MovieClip Frame 96
ReadBox.text = "Sonic: Whoa... Really?";
Symbol 2336 MovieClip Frame 97
ReadBox.text = "Blaze: Yeah, this beach is pretty special. You should come with Amy and Sally one of these days while I'm visiting. I've always wanted to have a foursome with you three.";
Symbol 2336 MovieClip Frame 98
ReadBox.text = "Sonic: Well, I suppose...";
Symbol 2336 MovieClip Frame 99
ReadBox.text = "Blaze begins to stroke your hardening hedgehog cock while she fingers herself with her other hand. She begins licking your chest and nipples while playing with her clit, making her moan sensually while she does. You begin to stroke her head and proceed to move her down so she can give you a blowjob.";
Symbol 2336 MovieClip Frame 100
ReadBox.text = "Sonic: Nice kitty...";
Symbol 2336 MovieClip Frame 101
ReadBox.text = "Blaze smiles and begins blowing you quite hungrily as you look over to where Cream is. She appears to be swimming safely along the edge of the water. After several minutes of her sucking on your cock, you pull Blaze off and tell her to turn around. She points her ass towards your face as you grasp her butt and bring her wet pussy down on your mouth.";
Symbol 2336 MovieClip Frame 102
ReadBox.text = "She continues to suck on you while you give her wet pussy a well deserved licking. After several long minutes of ecstasy, Blaze moans and looks you in the eyes.";
Symbol 2336 MovieClip Frame 103
ReadBox.text = "Blaze: You've got a lot of precum on your cock Sonic, are you ready to come?";
Symbol 2336 MovieClip Frame 104
ReadBox.text = "Sonic: Soon, but I can hold on for a bit longer.";
Symbol 2336 MovieClip Frame 105
ReadBox.text = "Blaze looks at you and giggles. She tells you to get up, and takes your place on the beach towel to spread her legs and open her pussy with her fingers.";
Symbol 2336 MovieClip Frame 106
ReadBox.text = "Blaze: Come on big boy, blast this pussy full of your thick pearly cum. This kitty is on the pill.";
Symbol 2336 MovieClip Frame 107
ReadBox.text = "Without hesitating, you get on your knees and push your engorged cock down her tunnel, giving out a powerful moan as you feel your cock tip hit her cervix. You begin to fuck her relentlessly as you feel yourself coming closer and closer to an orgasm. Blaze pins her legs behind you while she sinks her claws on your back unable to control them. She then lays her head back on the towel, closes her eyes and mutters to you.";
Symbol 2336 MovieClip Frame 108
ReadBox.text = "Blaze: Do it... Fill me up!";
Symbol 2336 MovieClip Frame 109
ReadBox.text = "You increase your pace and begin to desperately fuck her as hard as possible. Suddenly you give out a powerful scream which is joined by an erotic meowl from Blaze. Jets of your seed blast against your feline companion's womb while she clenches hard with her claws. The sudden scraping drives you to blast three more powerful spurts of cum deep into her pussy.";
Symbol 2336 MovieClip Frame 110
ReadBox.text = "The intensity of the orgasm overwhelms Blaze, making her go limp and causing her hands to drop to the side. Her face starts to go into a blank stare as you pull your cock out. Cum quickly begins oozing out of her kitty hole as you snicker and kiss her forehead.";
Symbol 2336 MovieClip Frame 111
ReadBox.text = "Sonic: Good kitty...";
Symbol 2336 MovieClip Frame 112
ReadBox.text = "You walk over to Cream, leaving Blaze to recuperate after the pounding you gave her.";
Symbol 2336 MovieClip Frame 113
ReadBox.text = "Soinc: Wanna play a game?";
Symbol 2336 MovieClip Frame 114
ReadBox.text = "Cream: Sure thing, Mr. Sonic. But wait, aren't you tired? Mr. Knuckles is always too tired after playing with Mommy and Mrs. Julie-su.";
Symbol 2336 MovieClip Frame 115
ReadBox.text = "Sonic: But I'm not Mr. Knuckles, am I?";
Symbol 2336 MovieClip Frame 116
ReadBox.text = "Cream: *giggles* I guess not.";
Symbol 2336 MovieClip Frame 117
ReadBox.text = "Cream giggles happily as you get into the water to play with her until the sun is about to finish setting.";
Symbol 2336 MovieClip Frame 118
ReadBox.text = "Sonic: We should get going, Cream, before it gets too dark.";
Symbol 2336 MovieClip Frame 119
ReadBox.text = "Cream nods hesitantly as she gathers her things and the two of you get dressed. Blaze is still feeling exhausted but plans on staying on the beach a little bit more.";
Symbol 2336 MovieClip Frame 120
ReadBox.text = "Blaze: Don't worry, I can always light up the darkness with my fire when I'm ready to head out. I had a lot of fun, Sonic. I hope we see each other again soon.";
Symbol 2336 MovieClip Frame 121
ReadBox.text = "Sonic: Same here.";
Symbol 2340 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
gotoAndStop ("FountainSum");
}
Symbol 2341 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Mall");
}
Symbol 2342 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Downtown");
}
on (keyPress "d") {
overBeep.start(0, 1);
gotoAndStop ("Downtown");
}
Symbol 2344 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Fountain");
}
Symbol 2345 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.DayVent[5] == false) {
gotoAndStop ("Vendor1");
} else {
Reaction.gotoAndStop(1);
ReadBox.text = "Cream: We already got something nice from there. Let's do something else.";
}
}
Symbol 2346 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 5) {
_root.SMain[0] = _root.SMain[0] - 5;
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[7]--;
gotoAndStop ("Watch1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 2349 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Fountain");
}
Symbol 2350 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cost 20 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 30) {
_root.SMain[0] = _root.SMain[0] + 15;
gotoAndStop ("Vendor2");
} else {
ReadBox.text = "Sorry, you don't have enough rings for this purchase.";
}
}
Symbol 2355 Button
on (release) {
_root.ringFX.start(0, 1);
_root.DayVent[5] = true;
_root.gotoAndStop("Fountain");
}
Symbol 2360 Button
on (release) {
_root.ringFX.start(0, 1);
if ((((ranVar > 60) && (_root.SMain[1] > 1)) && (_root.SMain[1] < 6)) && (_root.SexVent[0] == false)) {
gotoAndStop ("Watch2");
} else {
nextFrame();
}
}
Symbol 2362 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Fountain");
}
Symbol 2380 Button
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Watch5");
}
Symbol 2381 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Watch4");
}
Symbol 2384 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Watch3");
}
Symbol 2398 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[9]++;
_root.SexVent[0] = true;
_root.gotoAndStop("Fountain");
}
Symbol 2423 MovieClip Frame 1
stop();
Symbol 2423 MovieClip Frame 10
ReadBox.text = "The local vendor is selling popcorn and soda for 10 rings a person. Will you buy some for you and Cream for 20 rings?";
Symbol 2423 MovieClip Frame 20
ReadBox.text = "Cream: Mmm, thanks for the wonderful snack, Mr. Sonic.";
Placehold.text = "+15 Energy";
Symbol 2423 MovieClip Frame 30
ReadBox.text = "Cream: This fountain is so awesome. Is it okay if we watch it for a little bit?";
Placehold.text = "RWC +5";
Symbol 2423 MovieClip Frame 31
ReadBox.text = "Sonic: Sure, Cream. I don't mind.";
Placehold.text = "";
Symbol 2423 MovieClip Frame 32
ReadBox.text = "Cream: Yaaaaaaaaaaay!";
ranVar = random(100) + 1;
Symbol 2423 MovieClip Frame 33
ReadBox.text = "Cream walks up to the fountain to get a closer look at the water jets shooting from it. While impressive, it doesn't take long for Cream to get bored of it.";
Symbol 2423 MovieClip Frame 40
ReadBox.text = "As you look around the fountain, you suddenly notice a familiar figure. Your eyes race across familiar curves, and discover it\u00E2\u0080\u0099s none other than Sally. She already saw you and walks over to you.";
Symbol 2423 MovieClip Frame 41
ReadBox.text = "Sally: Sonic, I thought you were busy looking after Cream.";
Symbol 2423 MovieClip Frame 42
ReadBox.text = "She peeks around you and notices that Cream's standing next to you.";
Symbol 2423 MovieClip Frame 43
ReadBox.text = "Sally: *Grins* Oh, there she is.";
Symbol 2423 MovieClip Frame 44
ReadBox.text = "Cream: Hello.";
Symbol 2423 MovieClip Frame 45
ReadBox.text = "Sally smiles and pats her head.";
Symbol 2423 MovieClip Frame 46
ReadBox.text = "Sonic: So Sal, having a stroll around town?";
Symbol 2423 MovieClip Frame 47
ReadBox.text = "Sally: You could say that, yeah. I\u00E2\u0080\u0099d rather be having a stroll with you. But then again you\u00E2\u0080\u0099re busy after all, babysitting Cream.";
Symbol 2423 MovieClip Frame 48
ReadBox.text = "Sonic: Yeah, well I guess I didn\u00E2\u0080\u0099t have a choice in the matter...";
Symbol 2423 MovieClip Frame 49
ReadBox.text = "Sally looks at Cream, then looks you in the eyes.";
Symbol 2423 MovieClip Frame 50
ReadBox.text = "Sally: Sooo, have you been having fun?";
Symbol 2423 MovieClip Frame 51
ReadBox.text = "Cream hops between the two of you and interrupts, proclaiming that you've been having lots of fun together. Sally looks up at you with a grin.";
Symbol 2423 MovieClip Frame 52
ReadBox.text = "Sally: I see...";
Symbol 2423 MovieClip Frame 55
ReadBox.text = "Sally: Well nothing much really. Life in politics is a bore. To be honest I\u00E2\u0080\u0099d rather be fighting and blowing stuff up with you, but I guess those days are over.";
Symbol 2423 MovieClip Frame 56
ReadBox.text = "Sally gets close and begins to press her finger to you, making circles on your chest. She gets closer and moves her hand around your crotch.";
Symbol 2423 MovieClip Frame 57
ReadBox.text = "Sally: I\u00E2\u0080\u0099d also prefer to have some fun alone with you right now.";
Symbol 2423 MovieClip Frame 58
ReadBox.text = "You pull back slightly with a worried look on your face.";
Symbol 2423 MovieClip Frame 59
ReadBox.text = "Sonic: Uh Sal? Cream IS here...";
Symbol 2423 MovieClip Frame 60
ReadBox.text = "Sally snickers; she puts her hand in her purse, takes out a handful of rings, and gives them to Cream.";
Symbol 2423 MovieClip Frame 61
ReadBox.text = "Sally: Here Creamie, go get yourself an ice cream.";
Symbol 2423 MovieClip Frame 62
ReadBox.text = "Cream\u00E2\u0080\u0099s face explodes in happiness as Sally hands her the rings.";
Symbol 2423 MovieClip Frame 63
ReadBox.text = "Cream: OMG! YEAAAAAAHHHHHH!!!";
Symbol 2423 MovieClip Frame 64
ReadBox.text = "Sally looks at you with an evil smirk, thrusting your cock into her mouth, she begins bobbing her head along your shaft, all the way to her throat. You try to pull back, but she\u00E2\u0080\u0099s got you against the wall. Your head gets clouded with pleasure, so you grab her head and help her with the rhythm. A few minutes in, you glance out of the alley and notice Cream is still in line.";
Symbol 2423 MovieClip Frame 65
ReadBox.text = "Then a familiar tightness comes to you; you glance down at Sally, who is now jerking on your cock with her mouth open.";
Symbol 2423 MovieClip Frame 66
ReadBox.text = "You pull her hand away and begin to furiously jerk yourself. Sally takes her tongue out just in time as you blow your load. She takes a shot in her face, then bobs her head against your cock, taking the rest in her mouth. She pulls back and gives you a wicked smile, then she grunts, swallowing your cum.";
Symbol 2423 MovieClip Frame 67
ReadBox.text = "Sally: Ahh\u00E2\u0080\u00A6 There we go\u00E2\u0080\u00A6 That should keep you going huh?";
Symbol 2423 MovieClip Frame 68
ReadBox.text = "Your head is still dizzy as you mutter back.";
Symbol 2423 MovieClip Frame 69
ReadBox.text = "Sonic: Yeah... It will...";
Symbol 2423 MovieClip Frame 70
ReadBox.text = "Cream comes back with her ice cream just as you exit the alley. Sally gives you a deep kiss, making Cream blush. She waves goodbye to you and walks away into another nearby alley.";
Symbol 2423 MovieClip Frame 75
ReadBox.text = "Sally: Khan, oh he was just visiting\u00E2\u0080\u00A6 Are you still jealous about the time I'm spending with him?";
Symbol 2423 MovieClip Frame 76
ReadBox.text = "Sonic: Well\u00E2\u0080\u00A6 Nahh\u00E2\u0080\u00A6 I mean\u00E2\u0080\u00A6 He...";
Symbol 2423 MovieClip Frame 77
ReadBox.text = "Sally interrupts, looking at Cream, and points out at a group of pigeons in the plaza.";
Symbol 2423 MovieClip Frame 78
ReadBox.text = "Sally: Oh Creamie! Look at all those pigeons!";
Symbol 2423 MovieClip Frame 79
ReadBox.text = "Cream gives a battle cry and runs towards the pigeons with an evil grin in her face.";
Symbol 2423 MovieClip Frame 80
ReadBox.text = "Cream: OHHOHOHOHO!! YAHHHHHH!";
Symbol 2423 MovieClip Frame 81
ReadBox.text = "Sally pulls you by your shirt collar and presses her forehead to yours.";
Symbol 2423 MovieClip Frame 82
ReadBox.text = "Sally: So what? I've fucked him\u00E2\u0080\u00A6 Sonic, I\u00E2\u0080\u0099ve fucked each and every one of your friends, and none of them has ever satisfied me. You know you\u00E2\u0080\u0099re the only one who knows how.";
Symbol 2423 MovieClip Frame 83
ReadBox.text = "Sonic: Yeah\u00E2\u0080\u00A6 Wait\u00E2\u0080\u00A6 All of them?";
Symbol 2423 MovieClip Frame 84
ReadBox.text = "Sally: Well\u00E2\u0080\u00A6 Most of them\u00E2\u0080\u00A6";
Symbol 2423 MovieClip Frame 85
ReadBox.text = "You snicker, pulling her close, giving her a kiss.";
Symbol 2423 MovieClip Frame 86
ReadBox.text = "Sonic: You're such a slut, Sally...";
Symbol 2423 MovieClip Frame 87
ReadBox.text = "Sally looks at you with an evil smile.";
Symbol 2423 MovieClip Frame 88
ReadBox.text = "Sally: *Evil grin* Yeah, I know\u00E2\u0080\u00A6 But I am a princess after all...";
Symbol 2423 MovieClip Frame 89
ReadBox.text = "Sally gives you a deep kiss, making Cream blush. She waves goodbye to you and walks away into another nearby alley.";
Symbol 2423 MovieClip Frame 90
ReadBox.text = "Sally: I honestly have no idea. That bunny knows how to keep herself busy, though.";
Symbol 2423 MovieClip Frame 91
ReadBox.text = "Sonic: Now what's that supposed to mean?";
Symbol 2423 MovieClip Frame 92
ReadBox.text = "Sally gives you a deep kiss, making Cream blush. She waves goodbye to you and walks away into another nearby alley.";
Symbol 2427 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
gotoAndStop ("ParkSum");
}
Symbol 2428 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Downtown");
}
Symbol 2430 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Park");
}
Symbol 2431 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
gotoAndStop ("Trail1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I'm not sure if you're up for a nature trail walk Mr. Sonic...";
}
}
Symbol 2432 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
gotoAndStop ("Swing1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You look too tired to push me Mr. Sonic...";
}
}
Symbol 2433 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
gotoAndStop ("Play1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy to watch me Mr. Sonic.";
}
}
Symbol 2441 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Play7");
}
Symbol 2442 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Play2");
}
Symbol 2449 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
if (_root.SMain[1] > 4) {
gotoAndStop ("Play4");
} else {
gotoAndStop ("Play3");
}
}
Symbol 2459 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Place6");
}
Symbol 2460 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Play5");
}
Symbol 2466 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Park");
}
Symbol 2475 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[6]--;
gotoAndStop ("Play5");
}
Symbol 2487 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Play8");
}
Symbol 2488 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SStats[4] > 10) || (_root.SMain[5] == true)) {
gotoAndStop ("Play10");
} else {
gotoAndStop ("Play9");
}
}
Symbol 2498 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("GOII");
}
Symbol 2508 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Park");
}
Symbol 2509 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SexScore[3] > 0) && (_root.SMain[5] == true)) {
gotoAndStop ("Play12");
} else if ((_root.SMain[2] > 600) && (_root.SMain[4] == true)) {
gotoAndStop ("Play13");
} else {
gotoAndStop ("Play14");
}
}
Symbol 2516 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[3]++;
_root.DayVent[3]++;
_root.gotoAndStop("Park");
}
Symbol 2527 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2]++;
_root.gotoAndStop("Park");
}
Symbol 2538 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Swing2");
}
Symbol 2539 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Swing7");
}
Symbol 2543 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Swing12");
}
Symbol 2544 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SMain[5] == true) || (_root.SStats[5] >= 7)) {
gotoAndStop ("Swing3");
} else {
gotoAndStop ("Swing14");
}
}
Symbol 2550 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SexVent[5] == true) {
gotoAndStop ("Swing10");
} else if (_root.SMain[4] == true) {
gotoAndStop ("Swing4");
} else {
_root.gotoAndStop("Park");
}
}
Symbol 2553 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[5] == true) && (SStats[2] >= 10)) {
gotoAndStop ("Swing6");
} else {
gotoAndStop ("Swing5");
}
}
Symbol 2560 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexVent[5] = true;
_root.gotoAndStop("Park");
}
Symbol 2564 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Swing8");
}
Symbol 2565 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Swing9");
}
Symbol 2572 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[6]++;
_root.SStats[0]--;
_root.gotoAndStop("Park");
}
Symbol 2576 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]++;
_root.gotoAndStop("Park");
}
Symbol 2585 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SStats[2] > 14) {
gotoAndStop ("Swing11");
} else {
gotoAndStop ("Swing13");
}
}
Symbol 2588 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
_root.gotoAndStop("Park");
}
Symbol 2596 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("GOII");
}
Symbol 2611 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
if (((ranVar >= 60) && (_root.SMain[1] > 1)) && (_root.SMain[1] < 7)) {
gotoAndStop ("Amy1");
} else {
gotoAndStop ("Trail2");
}
}
Symbol 2612 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
Placehold.text = "";
gotoAndStop ("Trail3");
}
Symbol 2624 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Trail5");
}
Symbol 2625 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "10 Energy Needed";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[0] = _root.SMain[0] - 10;
gotoAndStop ("Trail4");
} else {
Placehold.text = "No enough energy";
}
}
Symbol 2632 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[2]++;
gotoAndStop ("Trail6");
}
Symbol 2633 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SStats[2] >= 10) || (_root.SMain[5] == true)) {
gotoAndStop ("Trail8");
} else {
gotoAndStop ("Trail7");
}
}
Symbol 2638 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Trail2");
}
Symbol 2642 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[7]++;
_root.gotoAndStop("Park");
}
Symbol 2663 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy6");
}
Symbol 2664 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy5");
}
Symbol 2667 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy2");
}
Symbol 2671 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy4");
}
Symbol 2672 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy3");
}
Symbol 2700 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy7");
}
Symbol 2707 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy12");
}
Symbol 2708 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Amy9");
} else {
gotoAndStop ("Amy10");
}
}
Symbol 2712 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy11");
}
Symbol 2717 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy13");
}
Symbol 2722 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[6] = 8;
_root.SStats[7] = 0;
_root.DayVent[9] = true;
_root.gotoAndStop("Outside");
}
Symbol 2724 MovieClip Frame 1
stop();
Symbol 2724 MovieClip Frame 10
ReadBox.text = "Cream: Okay, Mr. Sonic.";
Placehold.text = "RWC +10\nHappiness +1";
Symbol 2724 MovieClip Frame 11
ReadBox.text = "Cream runs towards the playground happily as you take a seat on a nearby bench. You're tempted to play with her, but the equipment is just too small for someone of your size to play on. Luckily, a newspaper has been left on the bench, giving you something to do as Cream hops around on the equipment.";
Placehold.text = "";
Symbol 2724 MovieClip Frame 12
ReadBox.text = "As you're reading, you can hear Cream calling out to look at something she's doing.";
Symbol 2724 MovieClip Frame 13
ReadBox.text = "Cream: Mr. Sonic! Check this out!";
Symbol 2724 MovieClip Frame 20
ReadBox.text = "Sonic: That's nice Cream.";
Symbol 2724 MovieClip Frame 21
ReadBox.text = "You don't even bother to peek over the paper. Cream expresses her disappointment without hesitation.";
Symbol 2724 MovieClip Frame 22
ReadBox.text = "Cream: Mr. Sonic, you missed it! It was SO awesome!";
Placehold.text = "Happiness -1";
Symbol 2724 MovieClip Frame 30
ReadBox.text = "As you're reading through the paper you notice an article about an escaped kidnapper still on the loose. He's considered dangerous and the article recommends families lock all their doors and windows before going to sleep. Other than that there's no other interesting stories in the paper so you put it down and look back at the playground.";
Symbol 2724 MovieClip Frame 31
ReadBox.text = "You don't even bother to peek over the paper. Cream expresses her disappointment without hesitation.";
Symbol 2724 MovieClip Frame 32
ReadBox.text = "Sonic: Cream?";
Symbol 2724 MovieClip Frame 33
ReadBox.text = "Cream doesn't appear to be on the playground equipment, or anywhere in your sight. The article you just read sends panic through your mind as you race to find her.";
Symbol 2724 MovieClip Frame 34
ReadBox.text = "To your relief you find her standing at the edge of the tree line, observing a couple of small animals playing in the tall grass.";
Symbol 2724 MovieClip Frame 35
ReadBox.text = "Cream: Oh, hi Mr. Sonic.";
Symbol 2724 MovieClip Frame 36
ReadBox.text = "Sonic: Cream. You scared me. Why did you run off like that?!";
Symbol 2724 MovieClip Frame 37
ReadBox.text = "Cream: I'm... I'm sorry Mr. Sonic... I just got kinda bored...";
Symbol 2724 MovieClip Frame 40
ReadBox.text = "You read over an article detailing how a notorious kidnapper had been captured and that the city can finally be at peace. You take a quick peek up at Cream, who's still on the playground equipment, safe and sound. After about an hour, Cream hops off the playground equipment and runs over to you.";
Symbol 2724 MovieClip Frame 41
ReadBox.text = "Cream: Mr. Sonic, I'm bored. Let's do something else.";
Symbol 2724 MovieClip Frame 50
ReadBox.text = "You give her a tight hug pulling her close to you.";
Placehold.text = "";
Symbol 2724 MovieClip Frame 51
ReadBox.text = "Sonic: It's okay Cream. It's just... I thought maybe something had happened to you.";
Symbol 2724 MovieClip Frame 52
ReadBox.text = "You stand up and take Cream's hand, leaving the playground area.";
Symbol 2724 MovieClip Frame 53
ReadBox.text = "Sonic: If you're feeling bored, let's find something else to do.";
Placehold.text = "+1 Touch";
Symbol 2724 MovieClip Frame 60
ReadBox.text = "Sonic: You dumb bunny, how could you run off out of my sight and not tell me?! Do you know how dangerous that is?! You could have gotten hurt or kidnapped!!";
Symbol 2724 MovieClip Frame 61
ReadBox.text = "Your yelling really pierces Cream as she looks ready to cry her eyes out. The sight sends you back down from your anger high. Realizing what you were doing, you kneel down and embrace her.";
Placehold.text = "-1 Moral Alignment";
Symbol 2724 MovieClip Frame 70
ReadBox.text = "You look up from your paper to see Cream standing on top of one of the playground bars with her hands pointed out to the side.";
Symbol 2724 MovieClip Frame 71
ReadBox.text = "Sonic: Hey now, that looks dangrous Cream.";
Symbol 2724 MovieClip Frame 72
ReadBox.text = "Cream: Don't worry, Mr. Sonic. I've done this before.";
Symbol 2724 MovieClip Frame 73
ReadBox.text = "She jumps backwards and grabs the bar, swinging herself forward. She then swings her legs foward and hooks them on to the bar so she can hang from them.";
Symbol 2724 MovieClip Frame 74
ReadBox.text = "Cream: TA DA!";
Symbol 2724 MovieClip Frame 75
ReadBox.text = "As you're clapping, her dress accidentally falls down. Seeing her cute panties like that gets you a little aroused. Luckily, you have the newspaper to cover you up.";
Placehold.text = "+1 Peep";
_root.SStats[1]++;
Symbol 2724 MovieClip Frame 76
ReadBox.text = "Sonic: Are you okay, Cream?";
Symbol 2724 MovieClip Frame 77
ReadBox.text = "She flips forward, using her ears for support as she lands on her feet.";
Symbol 2724 MovieClip Frame 78
ReadBox.text = "Cream: Yeah, I'm fine. I'm gonna play a little bit more.";
Symbol 2724 MovieClip Frame 79
ReadBox.text = "Those panties really got you feeling aroused; you wonder what you should do.";
Symbol 2724 MovieClip Frame 80
ReadBox.text = "You re-read the cover story while keeping the newspaper firmly in your lap. Eventually your arousal goes down and you're in the clear. By then Cream has grown bored of the playground and wants to do something else with you.";
Symbol 2724 MovieClip Frame 90
ReadBox.text = "Under the cover of your newspaper you pull your cock out and begin to paw yourself softly. As you peek over to check on Cream, you notice she's hopped off the playground equipment and is walking your way.";
Symbol 2724 MovieClip Frame 91
ReadBox.text = "You stumble to put your cock back in your pants but lose hold of your newspaper, exposing yourself.";
Symbol 2724 MovieClip Frame 92
ReadBox.text = "Cream: Mr. Sonic, I'm ready to... AHH!";
Symbol 2724 MovieClip Frame 93
ReadBox.text = "She screams seeing you holding your hard cock out in the open like that. A police officer happens to be in the area and finds you exposing yourself to the little bunny girl. Looks like you're busted.";
Symbol 2724 MovieClip Frame 100
ReadBox.text = "Under the cover of your newspaper you pull your cock out and begin to paw yourself softly. As you peek over to check on Cream you notice she's hopped off the playground equipment and is walking your way.";
Symbol 2724 MovieClip Frame 101
ReadBox.text = "She's moving too fast to get yourself back in your pants but luckily you're able to fold up the newspaper in such a way as to cover up.";
Symbol 2724 MovieClip Frame 102
ReadBox.text = "Cream: Mr. Sonic, I'm ready to go.";
Symbol 2724 MovieClip Frame 103
ReadBox.text = "You nod, using the cover of the newspaper to put yourself away, though looking around you notice that not another person has shown up at this park. You think how much it would be a thrill for Cream to do something naughty to you here.";
Symbol 2724 MovieClip Frame 104
ReadBox.text = "What will you do?";
Symbol 2724 MovieClip Frame 110
ReadBox.text = "Sonic: I've got something fun we could do together, Cream.";
Symbol 2724 MovieClip Frame 111
ReadBox.text = "You pull the newspaper away, revealing yourself to Cream. Her eyes go wide from the shock of public exposure. At first she looks a little unsure, but as she looks around and notices no one else is in the area, she gets a little more brave.";
Symbol 2724 MovieClip Frame 112
ReadBox.text = "With a grin, she gets down on her knees and grabs hold of your hardening cock. You keep the newspaper close to you in case someone does come along. From a distance it looks like you're just reading a paper, but behind the paper is a front row seat to a view of a bunny girl about to suck you off. She giggles, giving your tip a few small licks before putting it in her mouth.";
Symbol 2724 MovieClip Frame 113
ReadBox.text = "You try not to get too lost in pleasure, keeping a careful eye out as Cream continues to go down on you. Doing this out in the open has made you very horny. You hold the side of Cream's cheek and force a little more of your thickness down her throat. It almost becomes too much for her to handle and she starts to cry out to you.";
Symbol 2724 MovieClip Frame 114
ReadBox.text = "Cream: Mr. Sonic... Not too much...";
Symbol 2724 MovieClip Frame 115
ReadBox.text = "CSonic: Sorry Cream...";
Symbol 2724 MovieClip Frame 116
ReadBox.text = "She goes back down on you, sucking hard on your tip. The sudden feeling gets you close to the edge. You keep a lookout, but it appears to be safe, so you thrust a little, gritting your teeth from the tightness of her mouth. It's enough of a push to cause you to erupt, filling her little bunny mouth with a torrent of cum. Cream's eyes go wide from the sudden feeling of having her mouth filled.";
Symbol 2724 MovieClip Frame 117
ReadBox.text = "She gulps it down as best she can while you shoot the rest towards the ground. There was a lot, and you know her small mouth can only handle so much. You put yourself back in your pants and give Cream a kiss, thanking her for the fun.";
Symbol 2724 MovieClip Frame 118
ReadBox.text = "Cream: That was very naughty Mr. Sonic. I wonder what other fun we could have out here.";
Symbol 2724 MovieClip Frame 120
ReadBox.text = "You expose yourself to Cream. She has been a little more comfortable around you naked lately, but she gets a nervous look.";
Symbol 2724 MovieClip Frame 121
ReadBox.text = "Cream: Mr. Sonic... What are you doing?";
Symbol 2724 MovieClip Frame 122
ReadBox.text = "Sonic: What's wrong? Never been naked in public before.";
Symbol 2724 MovieClip Frame 123
ReadBox.text = "She blushes, giving a slight nod. You're not too surprised hearing this after everything you've heard of her and Vanilla doing.";
Symbol 2724 MovieClip Frame 124
ReadBox.text = "Cream: Just not in such a public place Mr. Sonic... Mommy and I would only do something like this at a beach, maybe.";
Symbol 2724 MovieClip Frame 125
ReadBox.text = "The comment intrigues you, but you know you shouldn't keep this up. You zip yourself up and the two of you find something else to do together.";
Placehold.text = "+1 Lust";
Symbol 2724 MovieClip Frame 130
ReadBox.text = "You expose yourself to Cream. Her large eyes get even larger from the sight.";
Symbol 2724 MovieClip Frame 131
ReadBox.text = "Cream: M... M... Mr. Sonic?!";
Symbol 2724 MovieClip Frame 132
ReadBox.text = "You've scared her, and to make matters worse a cop happens to be in the area. She hears Cream's worried voice and rushes over.";
Symbol 2724 MovieClip Frame 133
ReadBox.text = "Nina: Stop right there, pervert! You're going to JAIL!";
Symbol 2724 MovieClip Frame 140
ReadBox.text = "Cream nods and smiles, running over to the swing set.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 2724 MovieClip Frame 141
ReadBox.text = "Cream: Push me, Mr. Sonic!";
Placehold.text = "";
Symbol 2724 MovieClip Frame 142
ReadBox.text = "She looks so cute sitting on the swing like that. With her legs flailing about, you do get a quick peek at her panties by accident. You get behind her and begin to push her, softly at first, setting a good pace.";
Symbol 2724 MovieClip Frame 143
ReadBox.text = "Cream: Come on Mr. Sonic. Push me harder!";
Symbol 2724 MovieClip Frame 144
ReadBox.text = "Sonic: All right Cream, but you asked for it.";
Symbol 2724 MovieClip Frame 150
ReadBox.text = "You start pushing Cream around the base of her tail. She doesn't seem to mind that you're touching her butt as she's starting to get some great height.";
Placehold.text = "+1 Touch";
Symbol 2724 MovieClip Frame 151
ReadBox.text = "Cream: Yes, Mr. Sonic! Keep going!";
Placehold.text = "";
Symbol 2724 MovieClip Frame 152
ReadBox.text = "She wiggles her tail, staying adjusted to the seat with every push.";
Symbol 2724 MovieClip Frame 160
ReadBox.text = "Cream yelps from the butt grab, but sees that she's about to go for a big push.";
Placehold.text = "+1 Lust";
_root.SStats[2]++;
Symbol 2724 MovieClip Frame 161
ReadBox.text = "Sonic: Hold on tight!";
Symbol 2724 MovieClip Frame 162
ReadBox.text = "You push her as hard as possible and she almost flies over the swing. She squeals in delight from the flying action as you push again. After a few more pushes Cream starts to feel a little dizzy from the height and asks to be let down.";
Placehold.text = "";
Symbol 2724 MovieClip Frame 163
ReadBox.text = "Her swinging slowly comes to a halt and she hops off with a big smile on her face. She bows to you.";
Symbol 2724 MovieClip Frame 164
ReadBox.text = "Cream: Thank you for pushing me Mr. Sonic. *Bows*";
Symbol 2724 MovieClip Frame 170
ReadBox.text = "Cream: Actually Mr. Sonic... Will... Will you swing with me now?";
Symbol 2724 MovieClip Frame 171
ReadBox.text = "You giggle and nod taking a seat in one of the bigger swings that can hold an adult. So with a pat on your lap Cream hops on and the two of you start to swing together.";
Placehold.text = "";
Symbol 2724 MovieClip Frame 172
ReadBox.text = "You can feel Cream's panties rubbing up against your pants. Controlling your arousal, you concentrate on swinging as much as possible. After a minute though, it's just no use...";
Symbol 2724 MovieClip Frame 173
ReadBox.text = "...your hardon starts pressing against your jeans. As Cream readjusts herself on your lap, she bumps into your hardon, surprising her.";
Symbol 2724 MovieClip Frame 180
ReadBox.text = "She suddenly hops into the air and onto the gravel with grace. You begin to slow down and come to a stop, looking towards Cream.";
Symbol 2724 MovieClip Frame 181
ReadBox.text = "Cream: I think I've had enough swinging for today, Mr. Sonic. Thank you for swinging with me! *Bows*";
Symbol 2724 MovieClip Frame 190
ReadBox.text = "She continues to lightly grind against you. You can tell by the look in her eyes that she has some naughty thoughts, but isn't acting on them.";
Symbol 2724 MovieClip Frame 191
ReadBox.text = "You begin to wonder if you should, but before you can do anything she hops off your lap and onto the gravel with grace.";
Symbol 2724 MovieClip Frame 192
ReadBox.text = "Cream: Um... I think I've had enough swinging for today, Mr. Sonic...";
Symbol 2724 MovieClip Frame 193
ReadBox.text = "You can see her slightly rubbing her pussy through her dress while she blushes. She was definitely turned on by this experience.";
Symbol 2724 MovieClip Frame 194
ReadBox.text = "Cream: Thank you for swinging with me... *Bows*";
Symbol 2724 MovieClip Frame 200
ReadBox.text = "You continue to push against her back, not getting as much push as you would if you were pushing against her tail. Cream doesn't seem to mind though, as she gets higher thanks to her own momentum.";
Symbol 2724 MovieClip Frame 201
ReadBox.text = "Cream: Sonic! Check this out!";
Placehold.text = "";
Symbol 2724 MovieClip Frame 202
ReadBox.text = "Without warning, she propels herself into the air, doing a forward flip and landing gracefully onto her feet. You're both impressed and shocked at the sudden display as you walk over to her.";
Symbol 2724 MovieClip Frame 210
ReadBox.text = "Sonic: Now Cream, that was very dangerous. You shouldn't be doing something like that.";
Symbol 2724 MovieClip Frame 211
ReadBox.text = "You're doing the right thing by informing her of the danger, but Cream begins to get upset for not complimenting her trick.";
Symbol 2724 MovieClip Frame 212
ReadBox.text = "Cream: I... I was being careful... But why do you have to be so mean...";
Symbol 2724 MovieClip Frame 213
ReadBox.text = "It looks like swinging time is over as Cream begins to stomp away in anger. You follow her finding something else to do.";
Placehold.text = "+1 Moral Allignment\n-1 Happiness";
Symbol 2724 MovieClip Frame 220
ReadBox.text = "Sonic: Nice jump, Cream! You might be able to do tricks like me someday.";
Symbol 2724 MovieClip Frame 221
ReadBox.text = "She smiles brightly from the praise giving you a big hug. You take Cream's hand and look for something else to do today.";
Placehold.text = "+1 Happiness";
Symbol 2724 MovieClip Frame 230
ReadBox.text = "Cream: Mr... Mr. Sonic... Can we do something... Special... On the swings...?";
Symbol 2724 MovieClip Frame 231
ReadBox.text = "She looks around, making sure no one else is in the area. Without warning, she approaches you and begins to rub you through your pants. You're a little surprised by her forwardness on the subject.";
Symbol 2724 MovieClip Frame 232
ReadBox.text = "Sonic: You want to do our special little hug on the swing Cream?";
Symbol 2724 MovieClip Frame 233
ReadBox.text = "She blushes without saying a word. You take a seat on the adult sized swing, zipping your fly open for Cream. She hops on, adjusting her panties as you pull your cock out through your zipper.";
Symbol 2724 MovieClip Frame 234
ReadBox.text = "Her dress makes the perfect hiding spot, allowing half your cock to slip into her bunny hole. After she gets comfortable, the two of you begin to swing.";
Symbol 2724 MovieClip Frame 235
ReadBox.text = "The momentum built by your legs helps you to slowly thrust into her. Cream holds onto the chains while you hold onto her, making sure she doesn't fall off.";
Symbol 2724 MovieClip Frame 236
ReadBox.text = "The thrill of flying combined with your thrusting quickly sends Cream into an orgasm as she yelps out your name. It's becoming more difficult to keep your composure while keeping a lookout.";
Symbol 2724 MovieClip Frame 240
ReadBox.text = "With as much lust as you have for Cream, you're able to control yourself. Which is good as you can see a guy walking close to the park. He's not really looking your way, but you play it safe.";
Symbol 2724 MovieClip Frame 241
ReadBox.text = "The momentum is getting you close to your orgasm. You begin to whisper to Cream.";
Symbol 2724 MovieClip Frame 242
ReadBox.text = "Sonic: Get ready Creamie. I'm gonna cum in you...";
Symbol 2724 MovieClip Frame 243
ReadBox.text = "After a couple more swings you throw your legs out pushing deep into Cream as possible. This sends her head flying into another orgasm as you begin to cum hard inside her tight, rippling cunny.";
Symbol 2724 MovieClip Frame 244
ReadBox.text = "It feels like she's going to slip out of your grip from the powerful orgasm, so you begin to come to a stop to make sure she doesn't fall off your cock. You give her a kiss and she thanks you for the wonderful swing ride.";
Symbol 2724 MovieClip Frame 245
ReadBox.text = "It takes a moment for your cock to slip from her tight pussy and tuck back into your pants. Cream readjusts her panties before any of your cum can slip from her now loose bunny hole. As you two get up, Cream gives you one last kiss.";
Symbol 2724 MovieClip Frame 246
ReadBox.text = "Cream: Thank you, Mr. Sonic. That was a lot of fun.";
Symbol 2724 MovieClip Frame 250
ReadBox.text = "You resist temptation and continue to push Cream. Your push gets her pretty high, and she looks ready to try something.";
Symbol 2724 MovieClip Frame 251
ReadBox.text = "Cream: Sonic! Check this out!";
Placehold.text = "";
Symbol 2724 MovieClip Frame 252
ReadBox.text = "Without warning, she propels herself into the air, doing a forward flip and landing gracefully onto her feet. You're both impressed and shocked at the sudden display as you walk over to her.";
Symbol 2724 MovieClip Frame 260
ReadBox.text = "As the two of you continue to swing and fuck you notice in your peripheral vision that something is walking close to the playground but not close enough to see what you're doing on the swings.";
Symbol 2724 MovieClip Frame 261
ReadBox.text = "Lust begins to cloud your judgement as you keep swinging your legs allowing you to thrust a little deeper into Cream's tight bunny hole.";
Symbol 2724 MovieClip Frame 262
ReadBox.text = "However, you don't realize how much momentum you're building, and the two of you start flying higher into the air.";
Symbol 2724 MovieClip Frame 263
ReadBox.text = "It becomes too much for you to handle as you begin to cum deep inside Cream. This surprises Cream which makes you lose your grip on her. She falls forward onto the gravel.";
Symbol 2724 MovieClip Frame 264
ReadBox.text = "Your hard cock continues to shoot cum as you fall back on the swing as well. The person in the distance turns out to be a police officer and is horrified by the sight of your cock hanging out and cum leaking from Cream's cunny.";
Symbol 2724 MovieClip Frame 265
ReadBox.text = "Looks like you're in big trouble.";
Symbol 2724 MovieClip Frame 270
ReadBox.text = "Cream shreaks from the feeling of having her tail grope. In fact is shocks her so badly that she falls off the swing and lands face first into the gravel. You run over to help her.";
Symbol 2724 MovieClip Frame 271
ReadBox.text = "Sonic: Cream are you okay?";
Symbol 2724 MovieClip Frame 272
ReadBox.text = "As Cream lifts herself up you can already see she's in tears from what happened.";
Symbol 2724 MovieClip Frame 273
ReadBox.text = "Cream: Mr. Sonic why did you grab me like that.";
Symbol 2724 MovieClip Frame 274
ReadBox.text = "Sonic: I'm sorry Cream, it was an accident...";
Symbol 2724 MovieClip Frame 275
ReadBox.text = "You help Cream up and proceed to dust her off. It appears she's more upset from the crash then the grope so it looks like you're not in too much trouble.";
Symbol 2724 MovieClip Frame 280
ReadBox.text = "The two of you take a walk down the beautiful nature trail. Sounds of leaves russling in the wind along with birds chirping brightly in the background.";
Placehold.text = "+10 RWC\n+1 Happiness";
Symbol 2724 MovieClip Frame 281
ReadBox.text = "Cream looks around the trail with a bright smile taking everything in. The two of you eventually come to a fork in the road. Which way would you like to go?";
Placehold.text = "";
ranVar = random(100) + 1;
Symbol 2724 MovieClip Frame 290
ReadBox.text = "The trail eventually loops the trail back around towards the playground.";
Symbol 2724 MovieClip Frame 291
ReadBox.text = "Cream: That was a lovely walk Mr. Sonic. We should explore more next time.";
Symbol 2724 MovieClip Frame 300
ReadBox.text = "The two of you go towards the left and deeper into the nature trail. Cream continues to look around in awe enjoying the beauty.";
Symbol 2724 MovieClip Frame 301
ReadBox.text = "After about a half hour of walking you realized that you've lost track of where you are. The sights were so distracting you didn't notice the other turns you made earlier.";
Symbol 2724 MovieClip Frame 302
ReadBox.text = "Sonic: Come on Cream, we should turn around and head back to the park.";
Symbol 2724 MovieClip Frame 303
ReadBox.text = "Cream: Okay Mr. Sonic.";
Symbol 2724 MovieClip Frame 304
ReadBox.text = "Thanks to the signs it's easy to backtrack towards the park but it's still quite a walk to get there. Cream eventually begins to look a little exhausted.";
Symbol 2724 MovieClip Frame 305
ReadBox.text = "Cream: Mr. Sonic, will you carry me on your shoulders.";
Symbol 2724 MovieClip Frame 306
ReadBox.text = "Sonic: You're a little big for that Cream.";
Symbol 2724 MovieClip Frame 307
ReadBox.text = "Cream: Please Mr. Sonic.";
Symbol 2724 MovieClip Frame 308
ReadBox.text = "She gives you those cute eyes of her. What do you say?";
Symbol 2724 MovieClip Frame 310
ReadBox.text = "Sonic: Okay Cream, hop on.";
Symbol 2724 MovieClip Frame 311
ReadBox.text = "Cream cheers in joy as you lower yourself and let her hop onto your shoulders. She is surprising lighter then you expected. It isn't too much of a chore to carry her back down the trail.";
Symbol 2724 MovieClip Frame 312
ReadBox.text = "Softly she bounces up and down like you were a horse. Suddenly you feel something warm on your back. It also feels a little wet. You're unsure at first but it's right where Cream is sitting on your back.";
Symbol 2724 MovieClip Frame 313
ReadBox.text = "You move your hands up to trace the spot and suddenly realize Cream's panties are rubbing up against you. As you look up you can see Cream's face, and she looks to be in a little bit of pleasure from rubbing against you.";
Symbol 2724 MovieClip Frame 320
ReadBox.text = "Sonic: Sorry Cream, I'm feeling a little too tired myself to do that. Perhaps next time.";
Symbol 2724 MovieClip Frame 321
ReadBox.text = "Cream: Aww... Okay Mr. Sonic...";
Symbol 2724 MovieClip Frame 330
ReadBox.text = "You do your best to readjust Cream so she's not leaving a big wet spot on your back anymore. Eventually you get back to the playground and let Cream down off your back.";
Placehold.text = "Lust +1";
Symbol 2724 MovieClip Frame 331
ReadBox.text = "Cream: That was fun Mr. Sonic. We should definently go down that trail again sometime.";
Placehold.text = "";
Symbol 2724 MovieClip Frame 340
ReadBox.text = "Sonic: Hey Cream, how you feeling up there?";
Symbol 2724 MovieClip Frame 341
ReadBox.text = "Cream suddenly tightens up realizing that she may have been caught. She stutters trying to respond making her shake and causing her to rub up against you more.";
Symbol 2724 MovieClip Frame 342
ReadBox.text = "Cream: Ahh!";
Symbol 2724 MovieClip Frame 343
ReadBox.text = "She inadvertently sends herself into a mini orgasm making her panties even wetter. It catches you off guard as you try and put Cream safely down. Unfortunently, this causes you to trip and fall face first into the ground.";
Symbol 2724 MovieClip Frame 344
ReadBox.text = "Cream lands on you safely but is blushing wildly from the experience.";
Placehold.text = "-5 Energy";
_root.SMain[0] = _root.SMain[0] - 5;
Symbol 2724 MovieClip Frame 345
ReadBox.text = "Cream: Oh my, I'm SO sorry Mr. Sonic. Are you okay?";
Placehold.text = "";
Symbol 2724 MovieClip Frame 346
ReadBox.text = "You nod and get back up dusting yourself off. You take her hand and exit the forest. Both of you are kind of embarised to say anything else about this at the moment.";
Symbol 2724 MovieClip Frame 350
ReadBox.text = "Sonic: Hey Cream, how you feeling up there?";
Symbol 2724 MovieClip Frame 351
ReadBox.text = "Cream suddenly tightens up realizing that she may have been caught. You stop for a moment adjusting her a little so you two do not fall over.";
Symbol 2724 MovieClip Frame 352
ReadBox.text = "Sonic: It's okay Cream, I don't mind. What you're feeling is perfectly normal.";
Symbol 2724 MovieClip Frame 353
ReadBox.text = "With a grin you start walking again at a faster pace bouncing her a little as you can hear and feel her approching an orgasm.";
Symbol 2724 MovieClip Frame 354
ReadBox.text = "Cream: Ooo, Sonic wait... I... AHH!";
Symbol 2724 MovieClip Frame 355
ReadBox.text = "Thanks to your bouncing you send Cream into an orgasm causing her to almost fall backward. You catch her by leaning forward and helping her onto the ground.";
Symbol 2724 MovieClip Frame 356
ReadBox.text = "Sonic: I hope I didn't go too far Cream.";
Symbol 2724 MovieClip Frame 357
ReadBox.text = "She blushes and shakes her head as you two reach the end of the nature trail.";
Symbol 2724 MovieClip Frame 360
ReadBox.text = "As you stroll around the nature trail, you notice a familiar figure in the distance. Amy appears to be jogging along the nature trail and approaches with a worried look in her face.";
Symbol 2724 MovieClip Frame 361
ReadBox.text = "Amy: SONIC! W-what a surprise\u00E2\u0080\u00A6 I didn\u00E2\u0080\u0099t expect to meet you here.";
Symbol 2724 MovieClip Frame 362
ReadBox.text = "Cream pops out from behind you, and runs towards Amy giving her a big hug.";
Symbol 2724 MovieClip Frame 363
ReadBox.text = "Cream: AMY!!!";
Symbol 2724 MovieClip Frame 364
ReadBox.text = "Amy pulls Cream to her side, looking a bit nervous, she smiles at you.";
Symbol 2724 MovieClip Frame 365
ReadBox.text = "Sonic: Amy! I heard from Vanilla that you where busy this week, I wanted to call you to, check on you, but I\u00E2\u0080\u0099ve had my hands full as you can see.";
Symbol 2724 MovieClip Frame 366
ReadBox.text = "Amy: Yeah... Uhh... I\u00E2\u0080\u0099ve been super busy this week as well...";
Symbol 2724 MovieClip Frame 367
ReadBox.text = "You look at Amy in a bit disbelief.";
Symbol 2724 MovieClip Frame 368
ReadBox.text = "Sonic: With?";
Symbol 2724 MovieClip Frame 369
ReadBox.text = "Amy: You know... Work and school and... Stuff...";
Symbol 2724 MovieClip Frame 370
ReadBox.text = "Your look of disbelief gets even more obvious.";
Symbol 2724 MovieClip Frame 371
ReadBox.text = "Sonic: Really now?";
Symbol 2724 MovieClip Frame 375
ReadBox.text = "Amy shakes her hands in front of her.";
Symbol 2724 MovieClip Frame 376
ReadBox.text = "Amy: Nervous? NAHHH! I\u00E2\u0080\u0099m just a little out of breath from all the jogging... *huff*";
Symbol 2724 MovieClip Frame 377
ReadBox.text = "Sonic: Oh... Okay...";
Symbol 2724 MovieClip Frame 380
ReadBox.text = "Amy: Yeah ,tough luck... Well at least Vanilla is paying you well. Look I have to get going but it was nice to have a chat with you.";
Symbol 2724 MovieClip Frame 390
ReadBox.text = "Cream: BYE AMY!!!";
Symbol 2724 MovieClip Frame 391
ReadBox.text = "Amy: take care!";
Symbol 2724 MovieClip Frame 392
ReadBox.text = "Sonic: Yeah...";
Symbol 2724 MovieClip Frame 400
ReadBox.text = "Amy: Oh you know... School is school... Big mid term exam coming up and such. I'm geting good grades though. Hopefully I'll get my degree soon.";
Symbol 2724 MovieClip Frame 401
ReadBox.text = "Sonic: I see. I bet that's getting you feeling pretty stressed out.";
Symbol 2724 MovieClip Frame 402
ReadBox.text = "Amy: It does. I kind of wish I could be Cream's age again.";
Symbol 2724 MovieClip Frame 403
ReadBox.text = "You give Amy a hug, grabbing her butt.";
Symbol 2724 MovieClip Frame 404
ReadBox.text = "Sonic: Well you know if you need a stress reliever, you can always call me. *Grin*";
Symbol 2724 MovieClip Frame 405
ReadBox.text = "Amy blushes and not. She still seems intent on hiding something from you as you let her go.";
Symbol 2724 MovieClip Frame 406
ReadBox.text = "Amy: Yup! Well, umm, I\u00E2\u0080\u0099d better get going...";
Symbol 2724 MovieClip Frame 407
ReadBox.text = "Sonic: Oh, ok...";
Symbol 2724 MovieClip Frame 408
ReadBox.text = "Cream: BYE AMY!!!";
Symbol 2724 MovieClip Frame 410
ReadBox.text = "Amy: NO! No... I just have a lot of my mind with school and everything. I just... Umm...";
Symbol 2724 MovieClip Frame 411
ReadBox.text = "You give Amy a hug, grabbing her butt.";
Symbol 2724 MovieClip Frame 412
ReadBox.text = "Sonic: It sounds like perhaps you need my help a little.";
Symbol 2724 MovieClip Frame 413
ReadBox.text = "Amy really starts to blush. She's really intent on not tell you what she's hiding. But then she looks up to you with a really cute look that she does.";
Symbol 2724 MovieClip Frame 414
ReadBox.text = "Amy: You're right, I do need you. Let's head back to my place.";
Symbol 2724 MovieClip Frame 415
ReadBox.text = "Sonic: Okay. *Grin*";
Symbol 2724 MovieClip Frame 416
ReadBox.text = "Amy: Hey Cream, want to head back to my place? I've got the new 'Rock Bunny' game that I know you enjoy.";
Symbol 2724 MovieClip Frame 417
ReadBox.text = "Cream: YEAH! Let's go to Amy's house!";
Symbol 2724 MovieClip Frame 420
ReadBox.text = "You and Cream head over to Amy\u00E2\u0080\u0099s place. When the two of you arrive Amy takes Cream to the living room and shows the brand new \u00E2\u0080\u009CRock Bunny\u00E2\u0080\u009D game. Cream screams in excitement as she begins to play the game. Amy walks over to you.";
Symbol 2724 MovieClip Frame 421
ReadBox.text = "Amy: Now that she\u00E2\u0080\u0099s taken care of...";
Symbol 2724 MovieClip Frame 422
ReadBox.text = "Amy grabs you by the wrist and walks you down the hall towards her room. Once inside, she closes the door and locks it.";
Symbol 2724 MovieClip Frame 423
ReadBox.text = "Amy: Sonic, we have to talk...";
Symbol 2724 MovieClip Frame 424
ReadBox.text = "You pull her close and give her a big smooch, but she just bucks you back.";
Symbol 2724 MovieClip Frame 425
ReadBox.text = "Amy: NO! I mean it... We really have to talk. It\u00E2\u0080\u0099s kinda important...";
Symbol 2724 MovieClip Frame 426
ReadBox.text = "Sonic: Uh oh\u00E2\u0080\u00A6 We didn't have an accident last time we met, did we? I swear I wasn't sure if it was mating season or not.";
Symbol 2724 MovieClip Frame 427
ReadBox.text = "Amy: I\u00E2\u0080\u0099m not pregnant you idiot! It\u00E2\u0080\u0099s about this whole babysitting Cream stuff...";
Symbol 2724 MovieClip Frame 428
ReadBox.text = "Sonic: Oh don\u00E2\u0080\u0099t worry, I\u00E2\u0080\u0099m doing an okay job.";
Symbol 2724 MovieClip Frame 429
ReadBox.text = "Amy: It\u00E2\u0080\u0099s not that\u00E2\u0080\u00A6 Have you noticed anything\u00E2\u0080\u00A6 You know\u00E2\u0080\u00A6 Strange going on?";
Symbol 2724 MovieClip Frame 430
ReadBox.text = "Sonic: Strange like what?";
Symbol 2724 MovieClip Frame 431
ReadBox.text = "Amy: You know\u00E2\u0080\u00A6 The way Cream behaves\u00E2\u0080\u00A6 Especially around, you know\u00E2\u0080\u00A6 Adult subjects\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 435
ReadBox.text = "You grab Amy\u00E2\u0080\u0099s hands and hold them together.";
Symbol 2724 MovieClip Frame 436
ReadBox.text = "Sonic: Ok, look. I noticed Cream is very knowledgeable when it comes to sex...";
Symbol 2724 MovieClip Frame 437
ReadBox.text = "Amy: So um\u00E2\u0080\u00A6 Have you\u00E2\u0080\u00A6 You know, done it?";
Symbol 2724 MovieClip Frame 438
ReadBox.text = "You look at her for a minute a cold chill goes up your spine.";
Symbol 2724 MovieClip Frame 439
ReadBox.text = "Sonic: Yes. Yes I have\u00E2\u0080\u00A6 I don\u00E2\u0080\u0099t know what\u00E2\u0080\u0099s come over me, it\u00E2\u0080\u0099s as if the moment I went into that house, someone is controlling my actions and is making me do all sorts of naughty sexual things to her. I don\u00E2\u0080\u0099t know what\u00E2\u0080\u0099s going on anymore. I\u00E2\u0080\u0099m not worried of getting in trouble or anything, but I\u00E2\u0080\u0099m a little confused.";
Symbol 2724 MovieClip Frame 440
ReadBox.text = "Amy: I know... It\u00E2\u0080\u0099s not your fault. I have a confession to make...";
Symbol 2724 MovieClip Frame 441
ReadBox.text = "Sonic: Go ahead\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 442
ReadBox.text = "Amy: It\u00E2\u0080\u0099s not just you\u00E2\u0080\u00A6 Something really weird is going on, not just in that house but, I think all over the world.";
Symbol 2724 MovieClip Frame 443
ReadBox.text = "Sonic: What do you mean?";
Symbol 2724 MovieClip Frame 444
ReadBox.text = "Amy: You know how Sally and the other girls are really open about themsevles and how we get together every once in a while and have some fun?";
Symbol 2724 MovieClip Frame 445
ReadBox.text = "Sonic: You do?";
Symbol 2724 MovieClip Frame 446
ReadBox.text = "Amy: Yes\u00E2\u0080\u00A6 Well recently, things have been getting a little out of hand\u00E2\u0080\u00A6 I mean back when we were fighting Eggman and every other evil that came along, things were still rather calm. Now that \u00E2\u0080\u009CThe Great Peace\u00E2\u0080\u009D has started, the girls, including myself\u00E2\u0080\u00A6 We\u00E2\u0080\u0099ve gotten a bit more 'aggressive' when it comes to sex.";
Symbol 2724 MovieClip Frame 447
ReadBox.text = "Amy stands up and begins undressing.";
Symbol 2724 MovieClip Frame 448
ReadBox.text = "Amy: The other day I went with Sally to \u00E2\u0080\u009CLe Ambasattor\u00E2\u0080\u009D hotel downtown\u00E2\u0080\u00A6 Blaze had come to town to do some talks, at first I was ok with accompanying Sally\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 449
ReadBox.text = "Amy finishes undressing and sits on the bed next to you, she lays you down and begins to unfasten your pants.";
Symbol 2724 MovieClip Frame 450
ReadBox.text = "Sonic: Amy\u00E2\u0080\u00A6 Wait, what about Cre...";
Symbol 2724 MovieClip Frame 451
ReadBox.text = "Amy places her finger over your lips.";
Symbol 2724 MovieClip Frame 452
ReadBox.text = "Amy: Like I was saying\u00E2\u0080\u00A6 We went to \u00E2\u0080\u009Csee\u00E2\u0080\u009D Blaze and ended up having sex for 6 hours straight\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 453
ReadBox.text = "Sonic: Woah\u00E2\u0080\u00A6 Invite me next time you do that.";
Symbol 2724 MovieClip Frame 454
ReadBox.text = "Amy looks at you with a look of disbelief. She finishes unfastening and unzipping your pants as she pulls out your hardening hedgehog cock and wraps her pink lips around the head of cock making it very wet. As it pops from her mouth she looks up to you.";
Symbol 2724 MovieClip Frame 455
ReadBox.text = "Amy: Sonic, don\u00E2\u0080\u0099t you think it\u00E2\u0080\u0099s a little excessive to have sex for 6 hours straight?";
Symbol 2724 MovieClip Frame 456
ReadBox.text = "Sonic: Umm... I dunno what you\u00E2\u0080\u0099re talking about.";
Symbol 2724 MovieClip Frame 457
ReadBox.text = "Amy looks at you with another glance of disbelief, and tugs your pants off, you take off your shirt, your shoes and socks and sit on the edge of the bed. Amy then gets up, kneels in the floor in front of you and begins to blow you. After a couple of bobs of her head, she pops your cock out her mouth.";
Symbol 2724 MovieClip Frame 458
ReadBox.text = "Amy: Sonic I\u00E2\u0080\u0099m being serious about this\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 459
ReadBox.text = "Sonic: Fine what do you want me to say? Something is going on that\u00E2\u0080\u0099s making the world go crazy over sex or something?";
Symbol 2724 MovieClip Frame 460
ReadBox.text = "Amy: It\u00E2\u0080\u0099s not that Sonic. At least try to look for answers\u00E2\u0080\u00A6 I heard a sex shop called \u00E2\u0080\u009CMochi Mochi\u00E2\u0080\u009D opened up in town recently. I\u00E2\u0080\u0099m pretty sure Sally knows about it. I\u00E2\u0080\u0099ve been looking for it because I want to find out who owns the shop and maybe it can give us a link to what is going on.";
Symbol 2724 MovieClip Frame 461
ReadBox.text = "Amy then continues giving you a blowjob. You grunt and gasp as she continues to skillfully pleasure you.";
Symbol 2724 MovieClip Frame 462
ReadBox.text = "Sonic: Look I\u00E2\u0080\u0099ll see what I can find out about that\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 463
ReadBox.text = "Amy nods as she continues sucking. You overhear Cream playing in the living room. Amy suddenly stops and gets up, she gets close and sits on your cock, you grab her butt and begin to fuck her.";
Symbol 2724 MovieClip Frame 464
ReadBox.text = "Amy: Look... *gasp* ...just please... *moans* ...be careful...";
Symbol 2724 MovieClip Frame 465
ReadBox.text = "Sonic: *grunt* Relax Amy. I\u00E2\u0080\u0099m the hero, so I\u00E2\u0080\u0099ll find out what\u00E2\u0080\u0099s going on\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 466
ReadBox.text = "You begin to intensify your thrusting, as Amy begins to moan a bit louder. You begin suckling on Amy\u00E2\u0080\u0099s breast as you let a lusty moan slip from your mouth. You stand up still thrusting into Amy, and carry her over to the wall, you continue your thrusting as Amy grabs your head and begins to kiss you. Several minutes of intense fucking pass, as your lusty moans of passion, and musk from your sweat and pussy juice beings to fill the room.";
Symbol 2724 MovieClip Frame 467
ReadBox.text = "Amy giggles in pleasure as you continue banging her against the wall.";
Symbol 2724 MovieClip Frame 468
ReadBox.text = "Sonic: Fuck... *grunt* ...gonna come...";
Symbol 2724 MovieClip Frame 470
ReadBox.text = "You grab Amy\u00E2\u0080\u0099s hands and hold them together.";
Symbol 2724 MovieClip Frame 471
ReadBox.text = "Sonic: Yes\u00E2\u0080\u00A6 I noticed how she\u00E2\u0080\u0099s very knowledgeable and frankly I am concerned.";
Symbol 2724 MovieClip Frame 472
ReadBox.text = "Amy: So umm\u00E2\u0080\u00A6 Have you, you know\u00E2\u0080\u00A6 Done it, with her?";
Symbol 2724 MovieClip Frame 473
ReadBox.text = "Sonic: WHAT?! No way, that\u00E2\u0080\u0099s so wrong Amy. Very wrong. She\u00E2\u0080\u0099s just a kid...";
Symbol 2724 MovieClip Frame 474
ReadBox.text = "Amy: *nervously* Ah ok, I was just concerned...";
Symbol 2724 MovieClip Frame 475
ReadBox.text = "Sonic: Why would you ask such a thing?!";
Symbol 2724 MovieClip Frame 476
ReadBox.text = "Amy: No reason\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 477
ReadBox.text = "Sonic: Sometimes I feel like something very bad is going on...";
Symbol 2724 MovieClip Frame 478
ReadBox.text = "Amy: I know. It\u00E2\u0080\u0099s not your fault. I have a confession to make...";
Symbol 2724 MovieClip Frame 479
ReadBox.text = "Sonic: Go ahead...";
Symbol 2724 MovieClip Frame 480
ReadBox.text = "Amy: It\u00E2\u0080\u0099s not just you. Something really weird is going on, not just in that house but, I think all over the world.";
Symbol 2724 MovieClip Frame 481
ReadBox.text = "Sonic: What do you mean?";
Symbol 2724 MovieClip Frame 482
ReadBox.text = "Amy: You know how Sally and the other girls are really open about sex and how we get together every once in a while and have some fun?";
Symbol 2724 MovieClip Frame 483
ReadBox.text = "Sonic: you do?";
Symbol 2724 MovieClip Frame 484
ReadBox.text = "Amy: Yes\u00E2\u0080\u00A6 Well recently, things have been getting a little out of hand\u00E2\u0080\u00A6 I mean back when we were fighting Eggman and every other evil that came along, things were still rather calm. Now that \u00E2\u0080\u009CThe Great Peace\u00E2\u0080\u009D has started, the girls, including myself\u00E2\u0080\u00A6 We\u00E2\u0080\u0099ve gotten a bit more 'aggressive' when it comes to sex.";
Symbol 2724 MovieClip Frame 485
ReadBox.text = "Amy stands up and begins undressing.";
Symbol 2724 MovieClip Frame 486
ReadBox.text = "Amy: A few days ago I went with Julie-su to the Gym. At first it was basic working out and all, but when we got to the showers we started to have sex. It was spontaneous; like one moment you\u00E2\u0080\u0099re talking normally, and the next we\u00E2\u0080\u0099re having sex.";
Symbol 2724 MovieClip Frame 487
ReadBox.text = "Amy finishes undressing and sits on the bed next to you, she lays you down and begins to unfasten your pants.";
Symbol 2724 MovieClip Frame 488
ReadBox.text = "Sonic: Amy, wait. What about Cre...";
Symbol 2724 MovieClip Frame 489
ReadBox.text = "Amy places her finger over your lips as she finishes unzipping your pants. She then pulls out your hardening hedgehog cock and gives the tip a quick suck.";
Symbol 2724 MovieClip Frame 490
ReadBox.text = "Sonic: Umm... I dunno what you\u00E2\u0080\u0099re talking about.";
Symbol 2724 MovieClip Frame 491
ReadBox.text = "Amy looks at you with another glance of disbelief, and tugs your pants off. You take off your shirt, shoes and socks while on the edge of the bed. Amy then kneels on the floor in front of you and begins to blow you. After a couple of bobs of her head, she pops your cock out her mouth again.";
Symbol 2724 MovieClip Frame 492
ReadBox.text = "Amy: Sonic I\u00E2\u0080\u0099m being serious about this\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 493
ReadBox.text = "Sonic: Fine what do you want me to say? Something is going on that\u00E2\u0080\u0099s making the world go crazy over sex or something?";
Symbol 2724 MovieClip Frame 494
ReadBox.text = "Amy: It\u00E2\u0080\u0099s not that Sonic. At least try to look for answers\u00E2\u0080\u00A6 I heard a sex shop called \u00E2\u0080\u009CMochi Mochi\u00E2\u0080\u009D opened up in town recently. I\u00E2\u0080\u0099m pretty sure Sally knows about it. I\u00E2\u0080\u0099ve been looking for it because I want to find out who owns the shop and maybe it can give us a link to what is going on.";
Symbol 2724 MovieClip Frame 495
ReadBox.text = "Amy then continues giving you a blowjob. You grunt and gasp as she continues to skillfully pleasure you.";
Symbol 2724 MovieClip Frame 496
ReadBox.text = "Sonic: Look I\u00E2\u0080\u0099ll see what I can find out about that...";
Symbol 2724 MovieClip Frame 497
ReadBox.text = "Amy nods as she continues sucking. You overhear Cream playing in the living room. Amy suddenly stops.";
Symbol 2724 MovieClip Frame 498
ReadBox.text = "Amy: I just want you to be careful, ok?";
Symbol 2724 MovieClip Frame 499
ReadBox.text = "Amy continues to bob her head madly up and down your shaft, going faster and faster. You feel your cock tighten as a small spurt of pre-cum jolts out suddenly. Amy grins delightfully with your cock buried deep into her mouth, pleasuring you with everything she's got.";
Symbol 2724 MovieClip Frame 500
ReadBox.text = "Sonic: Fuck... *grunt* ...gonna come...";
Symbol 2724 MovieClip Frame 505
ReadBox.text = "Amy pushes you a bit and gets back on her feet, she kneels down and sticks her chest out opening her mouth, sticking her tongue out. You begin to furiously jerk on your cock, as your moans of pleasure intensify. Suddenly a long powerful spurt of semen blows from you cock, Amy closes her eyes and receives it with a lusty look of pleasure. The cum splatters all over her chest and onto her face.";
Symbol 2724 MovieClip Frame 506
ReadBox.text = "A second more powerful spurt flies off while she catches most of it on her face. She then quickly covers the tip of your cock with her mouth taking a final spurt of cum inside. She pulls back out and plays with the cum in her mouth. Slowly she opens up showing you the cum filled insides before giving out a naughty giggle pulling back and swallows what\u00E2\u0080\u0099s inside. She then begins to spread the cum on her chest suckling on her cum covered fingers.";
Symbol 2724 MovieClip Frame 507
ReadBox.text = "Amy: I think I\u00E2\u0080\u0099m starting to get this cum slut thing Sally\u00E2\u0080\u0099s so good at. Hehehehe.";
Symbol 2724 MovieClip Frame 508
ReadBox.text = "You snicker as you look for a tissue to clean yourself.";
Symbol 2724 MovieClip Frame 509
ReadBox.text = "Sonic: I\u00E2\u0080\u0099ll look into that \u00E2\u0080\u009CMochi Mochi\u00E2\u0080\u009D thing and tell you what I find out.";
Symbol 2724 MovieClip Frame 510
ReadBox.text = "Amy nods as she continues to \u00E2\u0080\u009Cclean\u00E2\u0080\u009D herself.";
Symbol 2724 MovieClip Frame 511
ReadBox.text = "Sonic: *grin* Let me bring you a towel Amy.";
Symbol 2724 MovieClip Frame 512
ReadBox.text = "Amy: *giggle* Alright.";
Symbol 2724 MovieClip Frame 515
ReadBox.text = "Sonic: No\u00E2\u0080\u00A6 Not really\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 516
ReadBox.text = "Amy: Really? Are you sure?";
Symbol 2724 MovieClip Frame 517
ReadBox.text = "Sonic: Positive.";
Symbol 2724 MovieClip Frame 518
ReadBox.text = "Amy: We\u00E2\u0080\u0099ll I brought you here to tell you about something that\u00E2\u0080\u0099s going on\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 519
ReadBox.text = "A cold chill runs up your spine.";
Symbol 2724 MovieClip Frame 520
ReadBox.text = "Amy: Something really wrong is going on\u00E2\u0080\u00A6 Ever... Since...";
Symbol 2724 MovieClip Frame 521
ReadBox.text = "Amy looks as if she\u00E2\u0080\u0099s getting sleepy\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 522
ReadBox.text = "Sonic: Amy? Are you ok?";
Symbol 2724 MovieClip Frame 523
ReadBox.text = "Amy: Yes, I\u00E2\u0080\u0099m fine\u00E2\u0080\u00A6 Just\u00E2\u0080\u00A6 Tired\u00E2\u0080\u00A6 but why?";
Symbol 2724 MovieClip Frame 524
ReadBox.text = "Sonic: Want to go to the hospital?";
Symbol 2724 MovieClip Frame 525
ReadBox.text = "Amy: No\u00E2\u0080\u00A6 I just need some sleep.";
Symbol 2724 MovieClip Frame 526
ReadBox.text = "Amy plops in the bed next to you. You get up and head towards the door, but the room around you begins to wobble.";
Symbol 2724 MovieClip Frame 527
ReadBox.text = "Sonic: What the\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 528
ReadBox.text = "You fall on your knees as you try to reach for the doorknob.";
Symbol 2724 MovieClip Frame 529
ReadBox.text = "Sonic: CREAM!!!";
Symbol 2724 MovieClip Frame 530
ReadBox.text = "You scream and scream but your screams feel empty as the room begins to fade from sight.";
Symbol 2724 MovieClip Frame 531
ReadBox.text = "Suddenly you wake up on top of Amy in the floor, you\u00E2\u0080\u0099re both in the nude and in missionary position, you pull your cock out in confusion.";
Symbol 2724 MovieClip Frame 532
ReadBox.text = "Sonic: Amy? What happened?";
Symbol 2724 MovieClip Frame 533
ReadBox.text = "Amy: I don't know Sonic\u00E2\u0080\u00A6";
Symbol 2724 MovieClip Frame 535
ReadBox.text = "You hear Cream call you from outside the door.";
Symbol 2724 MovieClip Frame 536
ReadBox.text = "Cream: Mr. Sonic?! It\u00E2\u0080\u0099s getting kind of late! Are you and Amy done hugging in there?";
Symbol 2724 MovieClip Frame 537
ReadBox.text = "You begin to get dressed as Amy hops into her bed and covers herself with the sheets.";
Symbol 2724 MovieClip Frame 538
ReadBox.text = "Sonic: Yes Creamy, we\u00E2\u0080\u0099ll head home in a bit.";
Symbol 2724 MovieClip Frame 539
ReadBox.text = "Cream: Ok Mr. Sonic.";
Symbol 2724 MovieClip Frame 540
ReadBox.text = "Amy: I\u00E2\u0080\u0099m still feeling tired Sonic... I\u00E2\u0080\u0099m gonna\u00E2\u0080\u0099 take a nap...";
Symbol 2724 MovieClip Frame 541
ReadBox.text = "Sonic: Alright, I\u00E2\u0080\u0099ll close the door on my way out.";
Symbol 2724 MovieClip Frame 542
ReadBox.text = "You and Cream decide to head back home for the evening.";
Symbol 2728 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
gotoAndStop ("MallSum");
}
Symbol 2729 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Fountain");
}
Symbol 2730 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Movies");
}
Symbol 2732 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Mall");
}
Symbol 2733 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 5) {
_root.SMain[0] = _root.SMain[0] - 5;
gotoAndStop ("Shop1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 2734 Button
on (rollOver) {
Placehold.text = "Need minimum of 10 rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[3] >= 10) && (_root.DayVent[13] > 0)) {
_root.SMain[3] = _root.SMain[3] - 10;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SStats[0]++;
gotoAndStop ("Arcade1");
} else if (_root.SMain[3] < 10) {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough rings for the arcade Mr. Sonic...";
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "I've had enough of the arcade MR. Sonic. Let's do something else...";
}
}
Symbol 2735 Button
on (rollOver) {
Placehold.text = "-10 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[0] >= 10) {
_root.SMain[0] = _root.SMain[0] - 10;
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[0]++;
gotoAndStop ("Store1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "You don't have enough energy Mr. Sonic.";
}
}
Symbol 2736 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SStats[8] == false) {
gotoAndStop ("Ice1");
} else {
ReadBox.text = "We've already had ice cream today Mr. Soinc.";
}
}
Symbol 2740 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 10) {
_root.SStats[0]++;
_root.SMain[2] = _root.SMain[2] + 10;
_root.SMain[3] = _root.SMain[3] - 10;
_root.SStats[8] = true;
gotoAndStop ("Ice3");
} else {
gotoAndStop ("Ice2");
}
}
Symbol 2743 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] - 2;
_root.gotoAndStop("Mall");
}
Symbol 2745 Button
on (release) {
_root.ringFX.start(0, 1);
if (((_root.SMain[4] == true) && (_root.SStats[2] > 10)) && (_root.ItemStats[4] == false)) {
gotoAndStop ("Ice4");
} else {
gotoAndStop ("Ice8");
}
}
Symbol 2749 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Ice6");
}
Symbol 2750 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cost 150 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 150) {
_root.SMain[3] = _root.SMain[3] - 150;
_root.ItemStats[4] = true;
_root.ItemList.push("Special Ice Cream");
gotoAndStop ("Ice5");
} else {
ReadBox.text = "Avian: Sorry, you don't have enough rings.";
}
}
Symbol 2754 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Mall");
}
Symbol 2763 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.ItemStats[3] == true) {
gotoAndStop ("Store6");
} else {
gotoAndStop ("Store2");
}
}
Symbol 2766 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Store5");
}
Symbol 2767 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cost 250 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 250) {
_root.SMain[3] = _root.SMain[3] - 250;
_root.ItemStats[3] = true;
_root.ItemList.push("Digital Camera");
gotoAndStop ("Store3");
} else {
ReadBox.text = "Unfortunently you don't have enough for the camera.";
}
}
Symbol 2779 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Arcade14");
}
Symbol 2780 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Arcade11");
}
Symbol 2783 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Arcade2");
}
Symbol 2787 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Arcade7");
}
Symbol 2788 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Arcade3");
}
Symbol 2793 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (fightVar >= 30) {
gotoAndStop ("Arcade6");
} else {
gotoAndStop ("Arcade4");
}
}
Symbol 2794 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (fightVar >= 30) {
gotoAndStop ("Arcade4");
} else {
gotoAndStop ("Arcade5");
}
}
Symbol 2799 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Mall");
}
Symbol 2800 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SStat[5] >= 7) || (_root.SMain[5] == true)) {
gotoAndStop ("Arcade10");
} else {
gotoAndStop ("Arcade9");
}
}
Symbol 2804 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[5]++;
_root.gotoAndStop("Mall");
}
Symbol 2807 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[6]--;
_root.gotoAndStop("Mall");
}
Symbol 2813 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
Combo++;
nextFrame();
}
Symbol 2821 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (Combo == 3) {
if (_root.SexVent[6] == false) {
_root.SMain[2] = _root.SMain[2] + 40;
_root.SStats[1] = _root.SStats[1] + 3;
_root.SexVent[6] = true;
Placehold.text = "Bonus +40 RWC\n+3 Peep";
}
gotoAndStop ("Arcade8");
} else {
gotoAndStop ("Arcade4");
}
}
Symbol 2822 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Arcade4");
}
Symbol 2829 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("Arcade22");
} else {
gotoAndStop ("Arcade21");
}
}
Symbol 2836 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Arcade12");
}
Symbol 2837 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Arcade13");
}
Symbol 2843 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[2]++;
_root.SStats[5]++;
_root.gotoAndStop("Mall");
}
Symbol 2847 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (((_root.SStats[2] > 7) && (_root.SStats[5] > 7)) || (_root.SMain[5] == true)) {
gotoAndStop ("Arcade17");
} else {
gotoAndStop ("Arcade16");
}
}
Symbol 2848 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SStats[6]++;
gotoAndStop ("Arcade15");
}
Symbol 2857 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Arcade20");
}
Symbol 2858 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[5] == true) {
gotoAndStop ("Arcade18");
} else {
_root.SMain[0] = _root.SMain[0] - 5;
gotoAndStop ("Arcade19");
}
}
Symbol 2862 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
_root.gotoAndStop("Mall");
}
Symbol 2867 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[7]++;
_root.gotoAndStop("Mall");
}
Symbol 2870 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] + 2;
_root.gotoAndStop("Mall");
}
Symbol 2875 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (((_root.ItemStats[7] == false) && (_root.SMain[4] == true)) && (_root.SMain[2] >= 550)) {
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[0]++;
gotoAndStop ("Shop13");
} else if (_root.ItemStats[7] == true) {
gotoAndStop ("Shop5");
} else {
gotoAndStop ("Shop19");
}
}
Symbol 2876 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[0]++;
gotoAndStop ("Shop6");
}
Symbol 2879 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.ItemStats[13] == false) {
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[0]++;
gotoAndStop ("Shop2");
} else {
gotoAndStop ("Shop5");
}
}
Symbol 2882 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
gotoAndStop ("Shop3");
}
Symbol 2883 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cost 50 rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 50) {
_root.ItemStats[13] = true;
_root.SMain[3] = _root.SMain[3] - 50;
_root.SMain[2] = _root.SMain[2] + 25;
_root.SStats[0] = _root.SStats[0] + 5;
gotoAndStop ("Shop4");
} else {
ReadBox.text = "you don't have enough money to buy Cream that dress.";
}
}
Symbol 2888 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[2] = _root.SMain[2] + 5;
_root.SStats[0]++;
gotoAndStop ("Shop6");
}
Symbol 2891 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Shop9");
}
Symbol 2892 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SStats[1] >= 10) || (_root.SMain[5] == true)) {
gotoAndStop ("Shop7");
} else {
gotoAndStop ("Shop8");
}
}
Symbol 2896 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[4] == true) {
gotoAndStop ("Shop10");
} else {
nextFrame();
}
}
Symbol 2897 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Shop9");
}
Symbol 2899 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0]--;
gotoAndStop ("Shop9");
}
Symbol 2902 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SexVent[7] == false) && (_root.SMain[5] == true)) {
gotoAndStop ("Shop12");
} else if ((_root.SexVent[7] == true) && (_root.SMain[5] == true)) {
gotoAndStop ("Shop20");
} else {
gotoAndStop ("Shop11");
}
}
Symbol 2903 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
nextFrame();
}
Symbol 2911 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Shop18");
}
Symbol 2912 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "Cost 150 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[3] >= 150) {
_root.ItemStats[7] = true;
_root.ItemList.push("Special Panties");
gotoAndStop ("Shop16");
} else {
ReadBox.text = "You don't have enough rings.";
}
}
Symbol 2915 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (Steal > 50) {
gotoAndStop ("Shop14");
} else {
gotoAndStop ("Shop15");
}
}
Symbol 2918 Button
on (release) {
_root.ringFX.start(0, 1);
_root.ItemStats[7] = true;
_root.ItemList.push("Special Panties");
_root.gotoAndStop("Mall");
}
Symbol 2920 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[3] = _root.SMain[3] - 200;
_root.gotoAndStop("Mall");
}
Symbol 2925 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Shop1");
}
Symbol 2927 MovieClip Frame 1
stop();
Symbol 2927 MovieClip Frame 10
ReadBox.text = "Cream skips merrily all the way to the ice cream booth, happy to be getting a delicious treat. The clerk meets the two of you with a friendly smile and asks Cream what flavor she would like.";
Symbol 2927 MovieClip Frame 11
ReadBox.text = "Cream: I'd like strawberry please.";
Symbol 2927 MovieClip Frame 20
ReadBox.text = "Sonic: Sorry Cream... I don't have enough rings for ice cream...";
Symbol 2927 MovieClip Frame 21
ReadBox.text = "Cream looks VERY disappointed as she sulks away from the ice cream booth.";
Placehold.text = "-2 Happiness";
Symbol 2927 MovieClip Frame 30
ReadBox.text = "You decide to order a chocolate cone. Cream finds a place to sit as you hang out by the booth observing Cream while enjoying your ice cream.";
Symbol 2927 MovieClip Frame 40
ReadBox.text = "Suddenly you feel a tap on your shoulder.";
Symbol 2927 MovieClip Frame 41
ReadBox.text = "Avian: Hey, I noticed the way you've been looking at your little friend over there.";
Symbol 2927 MovieClip Frame 42
ReadBox.text = "Sonic: Um... Uh... I'm not sure what you mean...";
Symbol 2927 MovieClip Frame 43
ReadBox.text = "Avian: It's okay, guys like you are my best customers. I have something fun I can sell you if you're interested. I have a special type of ice cream here that may do something special to your little friend, if you're interested...";
Symbol 2927 MovieClip Frame 44
ReadBox.text = "Avian: It tastes good, and it isn't very sticky so it's easy to clean up as well. I'll let you buy some if you're interested.";
Symbol 2927 MovieClip Frame 45
ReadBox.text = "Sonic: Okay... How much?";
Symbol 2927 MovieClip Frame 46
ReadBox.text = "Avian: Only 150 rings, since it isn't in high demand, though currently in short supply. So, what do you say?";
Symbol 2927 MovieClip Frame 50
ReadBox.text = "Avian: Trust me, you're going to enjoy this very much. Have fun.";
Symbol 2927 MovieClip Frame 51
ReadBox.text = "Avian: Oh, and if anyone asks... You didn't get it from me.";
Symbol 2927 MovieClip Frame 52
ReadBox.text = "Cream soon finishes up her ice cream and is ready to go. You finish up yours as well and begin to head back to the center of the mall.";
Symbol 2927 MovieClip Frame 53
ReadBox.text = "Cream: What do you have there, Mr. Sonic?";
Symbol 2927 MovieClip Frame 54
ReadBox.text = "Sonic: Oh, something special for later, Cream.";
Symbol 2927 MovieClip Frame 60
ReadBox.text = "Sonic: Um... Not today. Maybe another time.";
Symbol 2927 MovieClip Frame 61
ReadBox.text = "Avian: It's cool. I understand. Have fun. ^v^";
Symbol 2927 MovieClip Frame 70
ReadBox.text = "Cream soon finishes up her ice cream and is ready to go. You finish up yours as well, taking her hand.";
Symbol 2927 MovieClip Frame 71
ReadBox.text = "Cream: Thank you SO much for the ice cream, Mr. Sonic.";
Symbol 2927 MovieClip Frame 72
ReadBox.text = "Sonic: Any time, my little Creamie.";
Symbol 2927 MovieClip Frame 80
ReadBox.text = "Cream: This place looks kind of boring...";
Symbol 2927 MovieClip Frame 81
ReadBox.text = "Sonic: Of course not, they have a game kiosk over there with the latest video games available to play.";
Symbol 2927 MovieClip Frame 82
ReadBox.text = "In a puff of smoke, Cream rushes over there to try the games out, giving you time to look around the store.";
Symbol 2927 MovieClip Frame 90
ReadBox.text = "Along the way you find a camera on sale. You think to yourself that this could be fun on a rainy day. It's on sale; the price is still a bit steep, though, at 250 rings. Still, it's a bargain that can't be passed up. What will you do?";
Symbol 2927 MovieClip Frame 100
ReadBox.text = "You buy the camera. It's digital and comes with a cord to upload the pictures onto a computer. You walk by the gaming kiosk and find Cream hooked on the latest release.";
Symbol 2927 MovieClip Frame 101
ReadBox.text = "Sonic: Creamie, it's time to be going.";
Symbol 2927 MovieClip Frame 102
ReadBox.text = "Cream: Aww... This is a really fun game. Will you get it for me, Mr. Sonic?";
Symbol 2927 MovieClip Frame 103
ReadBox.text = "It appears she's playing the new Rock Bunny game for the Game Station Triple.";
Symbol 2927 MovieClip Frame 104
ReadBox.text = "Sonic: Um... Maybe for your birthday.";
Symbol 2927 MovieClip Frame 105
ReadBox.text = "Cream: Pleeeeeaaaaasssseee!";
Symbol 2927 MovieClip Frame 106
ReadBox.text = "Cream makes a REALLY cute face at you but then gets distracted by the bag you're holding. You take out the camera and show it off to her by taking her picture.";
Symbol 2927 MovieClip Frame 107
ReadBox.text = "Cream: My mommy has a camera like that as well, but I don't know where she keeps it. Besides, I'm not allowed to use it without her permission anyway, since she also uses it to take 'special' pictures of herself.";
Symbol 2927 MovieClip Frame 108
ReadBox.text = "Sonic: Special?";
Symbol 2927 MovieClip Frame 109
ReadBox.text = "Cream blushes, realizing what she said. Before you can push the point, Cream walks out of the electronic store with you following close behind.";
Symbol 2927 MovieClip Frame 110
ReadBox.text = "You decide to hold off on buying the camera. The sale is going on through the rest of the month, so you have plenty of time to buy it when you're ready. You put the camera back and continue to wander the store, looking for other good deals.";
Symbol 2927 MovieClip Frame 111
ReadBox.text = "After about a half hour, Cream approaches you.";
Symbol 2927 MovieClip Frame 112
ReadBox.text = "Cream: Mr. Sonic, are you ready to go? I got bored of the game pretty quickly.";
Symbol 2927 MovieClip Frame 113
ReadBox.text = "Sonic: Yeah, let's get going.";
Symbol 2927 MovieClip Frame 114
ReadBox.text = "The two of you take each others hands and walk back towards the center of the mall.";
Symbol 2927 MovieClip Frame 120
ReadBox.text = "Nothing really catches your interest here. You don't need a new cell phone or camera despite the real good deals this place is offering. With not much else to do, you decide to watch Cream at the gaming kiosk.";
Symbol 2927 MovieClip Frame 121
ReadBox.text = "She looks to be having a lot of fun playing with the new Rock Bunny 3 plastic guitar. After a half hour, though, she soon starts losing interest in the game.";
Symbol 2927 MovieClip Frame 122
ReadBox.text = "Cream: Mr. Sonic, are you ready to go? I got bored of the game pretty quickly.";
Symbol 2927 MovieClip Frame 123
ReadBox.text = "Sonic: Yeah, let's get going.";
Symbol 2927 MovieClip Frame 124
ReadBox.text = "The two of you take each others hands and walk back towards the center of the mall.";
Symbol 2927 MovieClip Frame 130
ReadBox.text = "So Mr. Sonic, which game should we play?";
Symbol 2927 MovieClip Frame 140
ReadBox.text = "Cream needs a stool to stand up and reach the controls. You pop the rings in and get ready to fight. Cream picks her favorite character right away, leaving you to choose yours.";
Symbol 2927 MovieClip Frame 141
ReadBox.text = "This machine hasn't been played much, so almost none of the good characters are unlocked. Which one will you go with?";
Symbol 2927 MovieClip Frame 150
ReadBox.text = "Cream can already tell your strategy the moment you selected your character. She gives a mighty frown of disapproval but latches onto her controls with a look that could kill.";
Symbol 2927 MovieClip Frame 151
ReadBox.text = "Cream: I'm not gonna let you win, Mr. Sonic.";
Symbol 2927 MovieClip Frame 152
ReadBox.text = "As soon as the announcer says 'FIGHT!' Cream unleashes her character's special move right away. You weren't expecting it and take a considerable amount of damage.";
ranVar = random(100) + 1;
Symbol 2927 MovieClip Frame 153
ReadBox.text = "You recover quickly and unleash a few cheap moves of your own, knocking her energy down. It doesn't take long for it to come down to the wire as you see an opening.";
Symbol 2927 MovieClip Frame 160
ReadBox.text = "Cream suddenly gets the upper hand with her special move and knocks your character out. The move you tried to perform didn't succeed and she proceeds to rub your face in it.";
Symbol 2927 MovieClip Frame 161
ReadBox.text = "Cream: In your face Mr. Sonic! YES!";
Symbol 2927 MovieClip Frame 162
ReadBox.text = "She begins to dance practically shaking her cute tail in your face.";
Symbol 2927 MovieClip Frame 170
ReadBox.text = "You enter the easy combination of buttons into the game pad and unleash a 50 hit combo finishing off Cream's character. She is stunned and bows her head admitting defeat.";
Symbol 2927 MovieClip Frame 171
ReadBox.text = "Cream: I'd never seen that character pull that combo off before, Mr. Sonic. Guess you're not so cheap after all.";
Symbol 2927 MovieClip Frame 172
ReadBox.text = "Sonic: Thanks, Cream... I think.";
Symbol 2927 MovieClip Frame 173
ReadBox.text = "Cream gives you a big hug, and the two of you walk hand in hand out of the arcade.";
Placehold.text = "+1 Touch";
Symbol 2927 MovieClip Frame 180
ReadBox.text = "Cream attempts to flip her character backwards, leaving her open for a cheap attack. All you have to do is press the punch 2 button and boom. The final blow knocks Cream's character out. You win!";
Placehold.text = "-1 Moral Alignment";
Symbol 2927 MovieClip Frame 181
ReadBox.text = "But Cream looks really angry and looks to you with disappointment.";
Placehold.text = "";
Symbol 2927 MovieClip Frame 182
ReadBox.text = "Cream: That wasn't fair, Mr. Sonic. You were using the cheap character!";
Symbol 2927 MovieClip Frame 183
ReadBox.text = "She stomps out of the arcade looking very bunny mad. You know she'll quickly get over it as you follow her out of the exit.";
Symbol 2927 MovieClip Frame 190
ReadBox.text = "Cream: Ooo, interesting choice, Mr. Sonic. This fight should be great.";
Symbol 2927 MovieClip Frame 191
ReadBox.text = "As soon as the announcer says 'FIGHT!' you both proceed to unleash a large string of combos against each other.";
Symbol 2927 MovieClip Frame 192
ReadBox.text = "This character has some of the most devastating moves but some of the hardest combinations, the kind you need a strategy guide for.";
Symbol 2927 MovieClip Frame 193
ReadBox.text = "Cream: I won't let you beat me, Mr. Sonic!";
Symbol 2927 MovieClip Frame 194
ReadBox.text = "She charges up her attack, giving you an opening to perform yours.";
Symbol 2927 MovieClip Frame 195
ReadBox.text = "Do you know the combination of buttons to perform your most devastating attack?";
Combo = 0;
Symbol 2927 MovieClip Frame 200
ReadBox.text = "You perform the combo flawlessly unleashing your special move. The sound and sight of the move surprises Cream so much she falls backwards; her dress flips up, giving you a peek at her panties.";
Symbol 2927 MovieClip Frame 201
ReadBox.text = "She gets up and bows to you, admitting defeat.";
Symbol 2927 MovieClip Frame 202
ReadBox.text = "Cream: That was fun, Mr. Sonic. But you're still lousy at Mobian Kombat.";
Symbol 2927 MovieClip Frame 203
ReadBox.text = "She laughs and sticks her tongue out at you while running out of the arcade. You grin and run after her back to the center of the mall.";
Symbol 2927 MovieClip Frame 210
ReadBox.text = "With a big grin, you swat Cream on her butt. She turns around and gives you a naughty grin.";
Symbol 2927 MovieClip Frame 211
ReadBox.text = "Cream: Since I won, you owe me something special, Mr. Sonic.";
Symbol 2927 MovieClip Frame 212
ReadBox.text = "Sonic: Oh? What do you want then, Creamie?";
Symbol 2927 MovieClip Frame 220
ReadBox.text = "Cream goes stiff as a board and blushes.";
Symbol 2927 MovieClip Frame 221
ReadBox.text = "Cream: Mr. Sonic, don't grab my butt!";
Symbol 2927 MovieClip Frame 222
ReadBox.text = "She says it so loud that it catches the attention of a local police officer, who immediately tackles and handcuffs you.";
Symbol 2927 MovieClip Frame 223
ReadBox.text = "Nina: No one touches little girls while I'm around, pervert!";
Symbol 2927 MovieClip Frame 230
ReadBox.text = "Cream: Mr Sonic, is it okay if I play double by myself? I'd love to show you some of the moves I've learned for this game.";
Symbol 2927 MovieClip Frame 231
ReadBox.text = "You nod and drop the rings into the game. She picks her favorite song and proceeds to dance. At first her steps look pretty simple, but then the arrows begin to pick up the pace.";
Symbol 2927 MovieClip Frame 232
ReadBox.text = "Then all of a sudden she starts incorporating her whole body into the game.";
Symbol 2927 MovieClip Frame 233
ReadBox.text = "She's not only using her feet and hands, but her ears and tail as well. She's hopping all over the board, putting on quite a show for you.";
Symbol 2927 MovieClip Frame 234
ReadBox.text = "She attempts to catch the last remaining arrows while doing a handstand, causing her dress to fall over her face.";
Symbol 2927 MovieClip Frame 235
ReadBox.text = "Cream: Eeep! Catch me, Mr. Sonic!";
Symbol 2927 MovieClip Frame 240
ReadBox.text = "You grab her by her panties. Thinking she's safe, she attempts to finish the rest of the song. Unfortunately, she quickly slips out of her panties, causing her to land on her face.";
Symbol 2927 MovieClip Frame 241
ReadBox.text = "Cream: Mr... Sawnick, you were suppose to grab my legs....";
Symbol 2927 MovieClip Frame 242
ReadBox.text = "She gets up, still a little dizzy from the fall. She grabs the panties out of your hand and marches out of the arcade and towards the bathroom. Smooth move there, Sonic.";
Placehold.text = "+1 Peep\n-2 Happiness";
Symbol 2927 MovieClip Frame 250
ReadBox.text = "You grab her sides and lift her dress up, allowing her to see the final arrows. To your surprise, she hits the final arrows with her ears, which allows her to get a wonderful score.";
Symbol 2927 MovieClip Frame 251
ReadBox.text = "Sonic: That was really impressive, Cream. Where did you learn that?";
Symbol 2927 MovieClip Frame 252
ReadBox.text = "Cream: My mom and I like to team up in tournaments. She's very flexible and knows a lot of good moves to this game.";
Symbol 2927 MovieClip Frame 253
ReadBox.text = "You can't help but let your mind race with images of Vanilla in compromising situations while playing this dance game.";
Symbol 2927 MovieClip Frame 254
ReadBox.text = "Cream: Come on, Mr. Sonic, quit daydreaming and let's go do something else.";
Placehold.text = "+1 Lust\n+1 Touch";
Symbol 2927 MovieClip Frame 260
ReadBox.text = "When you get to the motorcycle racing game you find that the two player feature has been disabled since the right screen is out of order. However, the bike is big enough for the both of you to ride.";
Symbol 2927 MovieClip Frame 261
ReadBox.text = "You hop onto the bike and Cream sits in front of you, grabbing hold of the handle bars.";
Symbol 2927 MovieClip Frame 262
ReadBox.text = "Sonic: Comfortable, Cream?";
Symbol 2927 MovieClip Frame 263
ReadBox.text = "Cream: Yes Mr. Sonic. Let's start this race!";
Symbol 2927 MovieClip Frame 264
ReadBox.text = "She proceeds to make some vrooming noises, which are drowned out by the already loud speakers blasting from the game. With each twist and turn Cream's dress rides up and her panties rub against you.";
Symbol 2927 MovieClip Frame 270
ReadBox.text = "You suddenly hop off the bike, which causes Cream to lean suddenly. This sends her falling off the bike, causing her character to crash into a sign. You rush to Cream's side to see if she's okay.";
Placehold.text = "+1 Moral Alignment";
Symbol 2927 MovieClip Frame 271
ReadBox.text = "Cream: I'm okay, Mr. Sonic... But what happened?";
Placehold.text = "";
Symbol 2927 MovieClip Frame 272
ReadBox.text = "Sonic: I accidentally scooted back too far and fell off. Sorry about that, Cream.";
Symbol 2927 MovieClip Frame 273
ReadBox.text = "Cream: That's okay. Come on, let's do something else.";
Symbol 2927 MovieClip Frame 280
ReadBox.text = "You wrap your arms around Cream and proceed to rub back. Cream can feel your hard on and eeps in surprise. It causes her to hop off the bike in shock.";
Symbol 2927 MovieClip Frame 281
ReadBox.text = "Cream: What was that?!";
Symbol 2927 MovieClip Frame 282
ReadBox.text = "You tell her that it was just something on the bike while trying to calm her down. She looks unsure, but nods her head as the two of you proceed to leave the arcade.";
Symbol 2927 MovieClip Frame 290
ReadBox.text = "You grin wrapping your arms around Cream as your hard on rubs through your jeans and onto her panties. Cream can feel it, but concentrates on the game. As you continue to rub, you slip a hand under her dress and into her panties.";
Symbol 2927 MovieClip Frame 291
ReadBox.text = "Cream: Mr. Sonic...?";
Symbol 2927 MovieClip Frame 292
ReadBox.text = "You continue to rub her slit slowly, and her seat starts to get a little wet. With the loud noises coming from the game and the fact that the game itself is in a not-so-visible part of the arcade, you start to contemplate something.";
Symbol 2927 MovieClip Frame 300
ReadBox.text = "Despite your distraction, Cream is somehow able to make first place and wins a free race. This gives you time to pull your cock out through your jeans and pull her panties to the side.";
Symbol 2927 MovieClip Frame 301
ReadBox.text = "Sonic: There's no one else around. Come on, this will make the game a LOT more fun.";
Symbol 2927 MovieClip Frame 302
ReadBox.text = "Cream submits as you lift up her hips and slide her wet cunny down your hedgehog cock. The loud music and engine noises drown out Cream's whimpers as the race begins.";
Symbol 2927 MovieClip Frame 303
ReadBox.text = "This level has a lot of rocky terrain causing the fake motorcycle you're riding to vibrate. It sends you and Cream into a world of pleasure as she fidgets on your cock.";
Symbol 2927 MovieClip Frame 304
ReadBox.text = "It doesn't take long for her to cum as the bike leans back to take a jump, forcing the rest of your cock into Cream. It causes her to cum hard as the bike drops back down.";
Symbol 2927 MovieClip Frame 305
ReadBox.text = "Her tightness sends you over the edge as well, making you shoot your cum deep inside her bunny hole. You can't help but notice you came in last place on the game, but you still feel like a winner.";
Symbol 2927 MovieClip Frame 306
ReadBox.text = "As the sound of the game winds down, you stuff your cock back inside your jeans and re adjust Cream's panties. She's pretty tired from the ride, so you lift her up and carry her out of the arcade.";
Symbol 2927 MovieClip Frame 307
ReadBox.text = "Cream: Thanks for the fun ride, Mr. Sonic...";
Symbol 2927 MovieClip Frame 310
ReadBox.text = "You attempt to line up your cock to her cunny but as soon as she feels the tip touch her she hops up in surprise. This causes her to sit on your cock, almost bending it in half--causing you some considerable pain.";
Placehold.text = "-5 Energy";
Symbol 2927 MovieClip Frame 311
ReadBox.text = "You fall off the bike and onto the ground, holding yourself. Cream hops off the bike as well, looking you over.";
Placehold.text = "";
Symbol 2927 MovieClip Frame 312
ReadBox.text = "Cream: I'm SO sorry Mr. Sonic. I just wasn't ready for that yet.";
Symbol 2927 MovieClip Frame 313
ReadBox.text = "You get up still feeling pretty hurt as you put your cock back in your jeans. Cream takes your hand as the two of you exit the arcade.";
Symbol 2927 MovieClip Frame 320
ReadBox.text = "You think it would be too risky to actually try to fuck Cream in the middle of this arcade, so you begin to pull your hands back. Suddenly Cream hits a ramp, causing the bike to pop up a little.";
Symbol 2927 MovieClip Frame 321
ReadBox.text = "This makes your finger slip deep inside her cunny, taking her by surprise. Combined with the vibration from the game, Cream cums hard on your finger, sending her juices all over the seat.";
Symbol 2927 MovieClip Frame 322
ReadBox.text = "Cream came so hard she is unable to continue playing; the bike comes to a stop. You pick up Cream, holding her close as the two of you leave the arcade.";
Symbol 2927 MovieClip Frame 330
ReadBox.text = "Sonic: Do I really have to do this?";
Symbol 2927 MovieClip Frame 331
ReadBox.text = "Cream: I won, so you have to, Mr. Sonic.";
Symbol 2927 MovieClip Frame 332
ReadBox.text = "You bow your head, knowing this is going to be embarrassing.";
Symbol 2927 MovieClip Frame 333
ReadBox.text = "Sonic: Cream is better than me at all fighting games! She is the queen at FCF3 and I am just a lowly peasant!";
Symbol 2927 MovieClip Frame 334
ReadBox.text = "The crowd in the mall looks at you, confused. You can feel yourself turning red with embarrassment.";
Symbol 2927 MovieClip Frame 335
ReadBox.text = "Cream: Thank you for accepting my greatness, Mr. Sonic. Let's go do something else.";
Symbol 2927 MovieClip Frame 336
ReadBox.text = "You nod and walk towards the center of the mall, holding Cream's hand. She's giggling all the way, and while you did embarrass yourself, you did make Cream very happy.";
Placehold.text = "+2 Happiness";
Symbol 2927 MovieClip Frame 340
ReadBox.text = "You check to see if the coast is clear before bringing Cream into one of the private nursery bathrooms. You both enter quickly and lock the door.";
Symbol 2927 MovieClip Frame 341
ReadBox.text = "Cream: Hehehe, you have to make me cum right here right now, Mr. Sonic, since you lost.";
Symbol 2927 MovieClip Frame 342
ReadBox.text = "You nod, thinking that this isn't too bad of a punishment for losing. She stands on the toilet stall and you get to work slipping your fast and skilled tongue to work. As you look up you can already see her face turning red with pleasure.";
Symbol 2927 MovieClip Frame 343
ReadBox.text = "Her moans become harder as you dig deeper into her bunny.";
Symbol 2927 MovieClip Frame 344
ReadBox.text = "Cream: Oh, so good, Mr. Sonic. Keep going...";
Symbol 2927 MovieClip Frame 345
ReadBox.text = "You wrap your mouth around her tiny sweet cunny, really working over her folds. Pretty soon she throws her head back, ready to cry out your name in pleasure. With one last lick, she cums, spilling her juices all over your face. You find yourself extremely horny and ready to fuck as she comes down from her orgasm.";
Symbol 2927 MovieClip Frame 346
ReadBox.text = "Unfortunately, you can hear someone knocking on the door, wanting to use this nursery bathroom. So the two of you exit, trying your best not to seem suspicious. Cream thanks you for 'helping' her clean up in there and giving you a peck on the cheek.";
Symbol 2927 MovieClip Frame 350
ReadBox.text = "Cream: Ooooo, I love trying out clothes with my mom. Which store should we check out?";
Symbol 2927 MovieClip Frame 351
ReadBox.text = "There are three major clothes stores in this mall.";
Symbol 2927 MovieClip Frame 360
ReadBox.text = "The two of you walk into the Orange Dress Unlimited. A lot of the clothing available looks a lot like what Cream is already wearing. It's no real surprise when the clerk immediately recognizes Cream. They immediately wave to each other and begin to look around.";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 2927 MovieClip Frame 361
ReadBox.text = "It doesn't take long for her to grab a couple dresses and try them on.";
Placehold.text = "";
Symbol 2927 MovieClip Frame 362
ReadBox.text = "Cream: How does this look, Mr. Sonic? (She is wearing a dress that looks exactly the same.)";
Symbol 2927 MovieClip Frame 363
ReadBox.text = "Sonic: Um... It kind of looks like what you're already wearing.";
Symbol 2927 MovieClip Frame 364
ReadBox.text = "Cream: But the fabric here is VERY soft, Mr. Sonic. Give it a feel.";
Symbol 2927 MovieClip Frame 365
_root.SStats[2]++;
Placehold.text = "+1 Touch";
ReadBox.text = "You begin to touch Cream's dress, feeling her body all over. You have to admit the dress is VERY smooth. Suddenly you notice Cream giving you that look.";
Symbol 2927 MovieClip Frame 366
Placehold.text = "";
ReadBox.text = "Cream: Can we get this dress, Mr. Sonic?";
Symbol 2927 MovieClip Frame 370
ReadBox.text = "With a disappointed look, the two of you exit the store and head back towards the center of the mall.";
Placehold.text = "-1 Happiness";
Symbol 2927 MovieClip Frame 380
ReadBox.text = "Cream hops onto you and gives your cheek a big kiss.";
Placehold.text = "+25 RWC\n+5 Happiness";
Symbol 2927 MovieClip Frame 381
ReadBox.text = "Cream: THANK YOU, MR. SONIC! You're so wonderful!";
Placehold.text = "";
Symbol 2927 MovieClip Frame 382
ReadBox.text = "You grin and pay for the dress, and the two of you walk out of the store holding hands.";
Symbol 2927 MovieClip Frame 390
ReadBox.text = "Cream: We already got something nice from that store. Let's check out that other store near it.";
Symbol 2927 MovieClip Frame 400
ReadBox.text = "You enter the store and are immediately blasted with popular music and weird-smelling perfume. This is one of those popular girl clothing stores that try to stay trendy with what tweens like.";
Placehold.text = "+5 RWC\n+1 Happiness";
Symbol 2927 MovieClip Frame 401
ReadBox.text = "Cream is already captivated by the styles of the clothes and wants to try some on. It doesn't take long for her to pull together some clothes and head for the dressing booth. You wait close by outside.";
Placehold.text = "";
Symbol 2927 MovieClip Frame 402
ReadBox.text = "You soon realize that there aren't many people in the store, and the clerks are on the other side arranging clothes. What will you do?";
Symbol 2927 MovieClip Frame 410
ReadBox.text = "With no one else in sight, you peek under the large gap below the dressing room door. You're greeted with a look at Cream in her panties, trying to decide which dress she should wear.";
Symbol 2927 MovieClip Frame 411
ReadBox.text = "Unaware of your presence, she calls out to you asking which dress she should wear. Not wanting to get caught, you get back up and lean towards the door.";
Symbol 2927 MovieClip Frame 412
ReadBox.text = "Sonic: It's kind of hard to decide when I'm out here, Cream.";
Symbol 2927 MovieClip Frame 413
ReadBox.text = "Cream: Eep, yeah I guess so. I guess I'll try this one out.";
Symbol 2927 MovieClip Frame 420
ReadBox.text = "With no one else in sight you peek under the large gap below the dressing room door. You're greeted with a look at Cream slipping off her dress. As she drops her dress to the ground, she notices you looking under the door.";
Symbol 2927 MovieClip Frame 421
ReadBox.text = "A sweat drop falls from your head as you realize you've been caught.";
Symbol 2927 MovieClip Frame 422
ReadBox.text = "Cream: Mr. Sonic? What are you doing?";
Symbol 2927 MovieClip Frame 423
ReadBox.text = "Sonic: Sorry, I dropped my wallet. I thought it might have slipped under this door.";
Symbol 2927 MovieClip Frame 424
ReadBox.text = "Cream just looks disappointed as you quickly stand back up. It takes a few minutes, but Cream finishes up what she's doing and opens the door.";
Placehold.text = "-1 Happiness";
Symbol 2927 MovieClip Frame 430
ReadBox.text = "Cream exits the room wearing a pretty skimpy mini skirt and high cut tank top. You're a bit shocked to see her wearing that. It's even more shocking to find out that it's considered okay for tweens to be wearing that.";
Placehold.text = "";
Symbol 2927 MovieClip Frame 431
ReadBox.text = "You can't help but feel a little aroused as she does a little twirl, showing off her clothes.";
Symbol 2927 MovieClip Frame 432
ReadBox.text = "Sonic: Um... I'm not sure how to answer that in public.";
Symbol 2927 MovieClip Frame 433
ReadBox.text = "Cream: Hehehe, I would love to get these clothes.";
Symbol 2927 MovieClip Frame 434
ReadBox.text = "Sonic: They're a little too expensive, even for me. Maybe for your birthday.";
Symbol 2927 MovieClip Frame 435
ReadBox.text = "She nods and goes back into the dressing room to quickly change back into her dress. The two of you head out of the store and back towards the center of the mall.";
Symbol 2927 MovieClip Frame 440
ReadBox.text = "To your surprise you find the door to the dressing room pop open as an invitation to enter. You see Cream in her panties deciding between dresses.";
Symbol 2927 MovieClip Frame 441
ReadBox.text = "Cream: Which one should I try? They're both pretty neat.";
Symbol 2927 MovieClip Frame 442
ReadBox.text = "She nods and tells you to wait outside while she makes a decision.";
Symbol 2927 MovieClip Frame 450
ReadBox.text = "Cream blushes brightly and turns around, embarrassed.";
Symbol 2927 MovieClip Frame 451
ReadBox.text = "Cream: I'm not sure which one to go with. Can you wait outside please, Mr. Sonic...";
Symbol 2927 MovieClip Frame 452
ReadBox.text = "You exit the dressing room and wait for Cream to come out. She's in her regular orange dress as she heads towards the exit of the store.";
Symbol 2927 MovieClip Frame 453
ReadBox.text = "Sonic: I'm sorry if I made you uncomfortable, Cream.";
Symbol 2927 MovieClip Frame 454
ReadBox.text = "Cream: It's... It's okay, let's just go...";
Symbol 2927 MovieClip Frame 460
ReadBox.text = "Cream: *Blushes* I know, Mr. Sonic.";
Symbol 2927 MovieClip Frame 461
ReadBox.text = "You embrace Cream in a hug, slipping her panties off her body.";
Symbol 2927 MovieClip Frame 462
ReadBox.text = "Sonic: And you look cute without your panties as well. But I know what will make you look even cuter.";
Symbol 2927 MovieClip Frame 463
ReadBox.text = "You slip down Cream's body, licking her sensitive areas one by one. You start with her cute nipples before moving down her stomach and between her legs. Her panting and bright blush makes her look even cuter than before.";
Symbol 2927 MovieClip Frame 464
ReadBox.text = "You begin to lick deep into her cunny while holding her hips tightly so she doesn't wiggle too much. Cream tries to keep her moans down, knowing how embarrassing it would be to get caught here.";
Symbol 2927 MovieClip Frame 465
ReadBox.text = "You unzip your pants and whisper to Cream.";
Symbol 2927 MovieClip Frame 466
ReadBox.text = "Sonic: How about you play with me as well.";
Symbol 2927 MovieClip Frame 467
ReadBox.text = "The dress bench in this dressing room is big enough to lean up against, allowing Cream to straddle your face safely. As you continue to lick Cream, she proceeds to take your thick cock into her mouth, moaning a little from the taste.";
Symbol 2927 MovieClip Frame 468
ReadBox.text = "The pleasure is easy to get lost in as you feel yourself getting close to cumming thanks to her tiny mouth. Not wanting to make a mess of the dressing room, you double your efforts, making Cream cum unexpectedly.";
Symbol 2927 MovieClip Frame 469
ReadBox.text = "Cream: AAH!!";
Symbol 2927 MovieClip Frame 470
ReadBox.text = "Clerk: Are you okay in there?";
Symbol 2927 MovieClip Frame 471
ReadBox.text = "The clerk knocks on the door, wondering if everything is okay. Cream responds, saying she thought she saw a spider. The clerk walks away, but the mood is already dead.";
Symbol 2927 MovieClip Frame 472
ReadBox.text = "Getting dressed, the two of you proceed to sneak out of the dressing room, giggling a little from the naughty fun you had in there.";
Symbol 2927 MovieClip Frame 475
ReadBox.text = "Cream: My mom loves shopping here, but she says I'm not ready to try anything on here.";
Symbol 2927 MovieClip Frame 476
ReadBox.text = "Sonic: Well, I don't mind letting you try on a few things here. Just make sure to keep this a secret.";
Symbol 2927 MovieClip Frame 477
ReadBox.text = "Cream looks a little embarrassed to be in this store with you, but she is excited to try something new. Most of the store appears to be for adults, but you find a petite section dedicated to panties and stockings that could fit Cream.";
Symbol 2927 MovieClip Frame 478
ReadBox.text = "Cream: Oooo, these look like they could be fun to wear around the house. There's no dressing room in here but I know this is my size.";
Symbol 2927 MovieClip Frame 479
ReadBox.text = "She picks out a pair of panties that look to be almost see-through. You'd give almost anything to see Cream wear a pair of those, but the price tag on it is pretty big. 150 rings for this pair of panties and stockings. You wonder what to do.";
Steal = random(100) + 1;
if (_root.SStats[6] <= -10) {
RSecret._visible = true;
CSecret._visible = true;
} else {
RSecret._visible = false;
CSecret._visible = false;
}
Symbol 2927 MovieClip Frame 485
ReadBox.text = "You begin to stuff the panties and stocking into your pants, leaving Cream a little shocked.";
Symbol 2927 MovieClip Frame 486
ReadBox.text = "Cream: Mr. Sonic?";
Symbol 2927 MovieClip Frame 487
ReadBox.text = "Sonic: It's okay, Cream. I'll pay for them later. Let's just get going.";
Symbol 2927 MovieClip Frame 488
ReadBox.text = "Cream looks a little worried, but she really wants them. As you exit, you find it quite shocking to see that this place doesn't have any theft protectors at the door. It's easy to slip out of the store and back towards the center of the mall.";
Symbol 2927 MovieClip Frame 489
ReadBox.text = "Special panties have been added to your inventory.";
Symbol 2927 MovieClip Frame 495
ReadBox.text = "You begin to stuff the panties and stocking into your pants, leaving Cream a little shocked.";
Symbol 2927 MovieClip Frame 496
ReadBox.text = "Cream: Mr. Sonic?";
Symbol 2927 MovieClip Frame 497
ReadBox.text = "Sonic: It's okay, Cream. I'll pay for them later. Let's just get going.";
Symbol 2927 MovieClip Frame 498
ReadBox.text = "Cream looks a little worried, but she really wants them. As you exit, you find it quite shocking to see that this place doesn't have any theft protectors at the door. It's easy to slip out of the store and back towards the center of the mall.";
Symbol 2927 MovieClip Frame 499
ReadBox.text = "That is until...";
Symbol 2927 MovieClip Frame 500
ReadBox.text = "Nina: HOLD IT RIGHT THERE CRIMINAL SCUM!";
Symbol 2927 MovieClip Frame 501
ReadBox.text = "Sonic: Oh no...";
Symbol 2927 MovieClip Frame 502
ReadBox.text = "Nina: I saw what you stole. Return them and pay the fine or it's off to jail for you.";
Symbol 2927 MovieClip Frame 503
ReadBox.text = "Cream starts crying her eyes out. You have no choice but to pay the fine of 200 rings.";
Symbol 2927 MovieClip Frame 504
ReadBox.text = "Nina: If I catch you doing something like this again, it's off to jail for you, you panty stealing pervert.";
Symbol 2927 MovieClip Frame 510
ReadBox.text = "Sonic: Okay, I'll purchase these, but don't tell anyone I'm buying them for you. It will be our little secret.";
Symbol 2927 MovieClip Frame 511
ReadBox.text = "Cream grins and nods as you make your way to the checkout and towards the exit of the store.";
Symbol 2927 MovieClip Frame 520
ReadBox.text = "Sonic: They're kind of expensive, Cream. Perhaps for your birthday.";
Symbol 2927 MovieClip Frame 521
ReadBox.text = "She nods, understanding what you mean as she puts the panties back. The two of you head out of the store and back towards the center of the mall.";
Symbol 2927 MovieClip Frame 530
ReadBox.text = "Cream looks a little shocked to be standing in front of this particular store.";
Symbol 2927 MovieClip Frame 531
ReadBox.text = "Cream: Umm... I don't feel comfortable with you here, Mr. Sonic... Can we go check out something else please?";
Symbol 2927 MovieClip Frame 540
ReadBox.text = "Cream: *Blushes* I already know that, Mr. Sonic. I know you like me without my panties as well.";
Symbol 2927 MovieClip Frame 541
ReadBox.text = "She turns around, slipping off the rest of her clothes, and leans against the dressing room bench. You can't resist her cute tail as you slip off your pants and lift her hips up.";
Symbol 2927 MovieClip Frame 542
ReadBox.text = "Cream gives out a small yelp as she feels your cock tip press against her pussy, sending a shiver up her spine. You don't want to make too much noise, though, so you keep your panting and moans to a minimum.";
Symbol 2927 MovieClip Frame 543
ReadBox.text = "Slowly you push your cock in, only getting it in about halfway before she becomes too tight.";
Symbol 2927 MovieClip Frame 544
ReadBox.text = "Cream: Oooooo... Mr... Mr. Sonic, this is so thrilling...";
Symbol 2927 MovieClip Frame 545
ReadBox.text = "She says this in a soft sexy voice while you attempt to softly thrust inside her. You want to go deeper, though, so you reposition her in the room, pushing her up against a mirror.";
Symbol 2927 MovieClip Frame 546
ReadBox.text = "The mirror gives you a great reflection, allowing you to witness your hedgehog cock pushing her folds wide open with each thrust. The visual practically sends you over the edge, causing you to shoot your cum deep inside her.";
Symbol 2927 MovieClip Frame 547
ReadBox.text = "You're able to control your moans, but Cream has trouble controlling hers as she orgasms from the feeling of having your cum bounce and splash off her little vaginal walls. The two of you wait for a second, praying that no one heard her outburst.";
Symbol 2927 MovieClip Frame 548
ReadBox.text = "It appears the coast is clear, and the two of you quickly get dressed. Your cum made a small mess in the dressing room, but it's easy to cover up.";
Symbol 2927 MovieClip Frame 549
ReadBox.text = "Cream can't help but blush and giggle as the two of you head out of the store. You notice that Cream's panties are leaking a little, leaving a small but almost unnoticeable trail of cum along the way.";
Symbol 2931 Button
on (rollOver) {
Informer.text = "Summon Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
if (DayVent[4] <= 0) {
gotoAndStop ("MoviesSum");
} else {
gotoAndStop ("MoviesSum");
sumMovie.gotoAndStop("NoMovie");
}
}
Symbol 2932 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Mall");
}
Symbol 2938 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Movies");
}
Symbol 2939 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[3] >= 30) && (_root.DayVent <= 0)) {
_root.SMain[3] = _root.SMain[3] - 30;
_root.SMain[2] = _root.SMain[2] + 20;
_root.SStats[0] = _root.SStats[0] + 5;
_root.DayVent[4] = 3;
gotoAndStop ("Movie3");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "Mr. Sonic, you don't have enough rings...";
}
}
Symbol 2940 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[3] >= 30) && (_root.DayVent <= 0)) {
_root.SMain[3] = _root.SMain[3] - 30;
_root.SMain[2] = _root.SMain[2] + 20;
_root.SStats[0] = _root.SStats[0] + 5;
_root.DayVent[4] = 3;
gotoAndStop ("Movie2");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "Mr. Sonic, you don't have enough rings...";
}
}
Symbol 2941 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[3] >= 30) && (_root.DayVent <= 0)) {
_root.SMain[3] = _root.SMain[3] - 30;
_root.SMain[2] = _root.SMain[2] + 20;
_root.SStats[0] = _root.SStats[0] + 5;
_root.DayVent[4] = 3;
gotoAndStop ("Movie1");
} else {
Reaction.gotoAndStop(2);
ReadBox.text = "Mr. Sonic, you don't have enough rings...";
}
}
Symbol 2943 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("Movies");
}
Symbol 2947 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[1] > 3) && (_root.SMain[1] < 8)) {
gotoAndStop ("Movie4");
} else {
gotoAndStop ("Movie20");
}
}
Symbol 2950 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[1] > 3) && (_root.SMain[1] < 8)) {
gotoAndStop ("Movie10");
} else {
gotoAndStop ("Movie21");
}
}
Symbol 2953 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[1] > 3) && (_root.SMain[1] < 8)) {
gotoAndStop ("Movie14");
} else {
gotoAndStop ("Movie22");
}
}
Symbol 2960 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[2] > 550) {
gotoAndStop ("Movie6");
} else {
gotoAndStop ("Movie7");
}
}
Symbol 2961 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Movie5");
}
Symbol 2968 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if ((_root.SMain[5] == true) || (_root.SStats[5] > 7)) {
gotoAndStop ("Movie8");
} else {
gotoAndStop ("Movie9");
}
}
Symbol 2969 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Movie7");
}
Symbol 2975 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[7]++;
_root.gotoAndStop("Movies");
}
Symbol 2978 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SStats[0] = _root.SStats[0] - 5;
_root.gotoAndStop("Movies");
}
Symbol 2982 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SMain[5] == true) {
gotoAndStop ("Movie11");
} else {
gotoAndStop ("Movie12");
}
}
Symbol 2983 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Movie13");
}
Symbol 2987 Button
on (release) {
_root.ringFX.start(0, 1);
_root.DayVent[3]++;
_root.SexScore[3]++;
_root.gotoAndStop("Movies");
}
Symbol 2995 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
gotoAndStop ("Movie17");
}
Symbol 2996 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "-1 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
_root.SMain[0]--;
if (_root.SStats[5] > 9) {
gotoAndStop ("Movie16");
} else {
gotoAndStop ("Movie15");
}
}
Symbol 3002 Button
on (release) {
_root.ringFX.start(0, 1);
if ((_root.SMain[5] == true) && (_root.SMain[2] >= 750)) {
gotoAndStop ("Movie18");
} else {
gotoAndStop ("Movie19");
}
}
Symbol 3006 Button
on (release) {
_root.ringFX.start(0, 1);
_root.SexScore[5]++;
_root.SexScore[7]++;
_root.SexScore[10]++;
_root.gotoAndStop("Movies");
}
Symbol 3016 MovieClip Frame 1
stop();
Symbol 3016 MovieClip Frame 9
ReadBox.text = "";
Symbol 3016 MovieClip Frame 10
ReadBox.text = "Cream: Ehh, I'm not really in the mood to see a movie right now Mr. Soinc.";
Symbol 3016 MovieClip Frame 20
ReadBox.text = "Cream: Oh yay! I've been looking forward to seeing it so much!";
Placehold.text = "+20 RWC\n+5 Happiness";
Symbol 3016 MovieClip Frame 21
ReadBox.text = "Sonic: Here is your ticket. Let's have fun.";
Placehold.text = "";
Symbol 3016 MovieClip Frame 30
ReadBox.text = "Cream: Well... My mommy doesn't usually take me to horror movies...";
Placehold.text = "+20 RWC\n+5 Happiness";
Symbol 3016 MovieClip Frame 31
ReadBox.text = "Sonic: Your mommy isn't here, though. Come on, it will be fun. Like a roller coaster.";
Placehold.text = "";
Symbol 3016 MovieClip Frame 32
ReadBox.text = "Cream smiles and nods at the comparison as you two enter the theater.";
Symbol 3016 MovieClip Frame 40
ReadBox.text = "Cream: Yay! I love action movies. Especially the kind that have lots of guns and bunnies and loud noises.";
Placehold.text = "+20 RWC\n+5 Happiness";
Symbol 3016 MovieClip Frame 41
ReadBox.text = "You're a little surprised by this statement, but you buy the tickets and go into the theater.";
Placehold.text = "";
Symbol 3016 MovieClip Frame 50
ReadBox.text = "Since you came on a weekday, the theater isn't too packed. It has the usual summer crowd, but you're able to find a seat without too many people around, giving you an opportunity to get close to Cream if you want to. It doesn't take long before the previews finish and the movie begins. You don't know much about the movie you're watching, just that it's based on a kids' book involving lots of cute and fluffy animals.";
Symbol 3016 MovieClip Frame 51
ReadBox.text = "Even though it looks cute, the subject matter seems to border a little on grownup themes. For every kids' joke there seems to be an adult joke that kids wouldn't get.";
Symbol 3016 MovieClip Frame 52
ReadBox.text = "It even starts to get a little sad as well. Cream begins to cry a little.";
Symbol 3016 MovieClip Frame 60
ReadBox.text = "You begin to rub her back to help her feel better, but the movie isn't helping as it gets even more emotional.";
Symbol 3016 MovieClip Frame 61
ReadBox.text = "Cream: It's just so sad, Mr. Sonic... Why would anyone do that...?";
Symbol 3016 MovieClip Frame 62
ReadBox.text = "You hadn't really been paying attention to the movie, but you do your best to comfort Cream.";
Symbol 3016 MovieClip Frame 63
ReadBox.text = "Sonic: It will be okay, Cream. I'm sure this movie will have a happy ending.";
Placehold.text = "+1 Moral Alignment";
_root.SStats[6]++;
Symbol 3016 MovieClip Frame 64
ReadBox.text = "The movie quickly comes to its exciting conclusion where the hero and villain meet and fight. The movie's ending is a bit cliche, but it's an animated kids' movie so that's no surprise. As soon as the credits roll, the two of you walk hand in hand and exit the theater.";
Placehold.text = "";
Symbol 3016 MovieClip Frame 65
ReadBox.text = "Cream appears to have really enjoyed it, and you smile and nod along to her descriptions of her favorite parts.";
Symbol 3016 MovieClip Frame 70
ReadBox.text = "Cream hops into your lap and gives you a big hug while crying her eyes out. To your surprise, the movie gets even more emotional with the unexpected death of one of the characters. You do your best to comfort her, holding her close to your body. You move your hand up and down her back, hoping she will calm down soon.";
Symbol 3016 MovieClip Frame 71
ReadBox.text = "What will you do?";
Symbol 3016 MovieClip Frame 80
ReadBox.text = "Having her snuggle next to you helps her calm down. She soon sits back down in her seat to enjoy the rest of the movie. The theater wasn't too crowded today, so she didn't really cause a scene. The rest of the movie was enjoyable and the two of you exit the theater as soon as the credits roll.";
Symbol 3016 MovieClip Frame 81
ReadBox.text = "Cream appears to have really enjoyed it, and you smile and nod along to her descriptions of her favorite parts.";
Symbol 3016 MovieClip Frame 90
ReadBox.text = "As your hand rubs her back you notice that the theater really isn't packed today, even for a kids movie. You start to get a wicked idea as you move your hand down her body and whisper to her.";
Symbol 3016 MovieClip Frame 91
ReadBox.text = "Sonic: Cream, if you're feeling sad, I know a way to help you feel better.";
Symbol 3016 MovieClip Frame 92
ReadBox.text = "Cream looks a little unsure at first. Your hand slips between her legs and you begin to rub her through her panties. At first she looks very nervous but you do your best to calm her down as you continue to whisper to her.";
Symbol 3016 MovieClip Frame 93
ReadBox.text = "Sonic: It's okay Cream. It's a dark place so no one will see us.";
Symbol 3016 MovieClip Frame 94
ReadBox.text = "You continue to rub her, making her panties very wet. The dark room along with the loud music makes it easy for you to get away with this, and it doesn't take long for Cream to reach her climax. She lets out a small yelp and then collapses in your arms falling asleep. Pretty soon, the movie is over and the credits start to roll, so you pick up Cream and proceed to exit the theater.";
Symbol 3016 MovieClip Frame 100
ReadBox.text = "As your hand rubs her back, you notice that the theater really isn't packed today, even for a kids' movie. You start to get a wicked idea as you move your hand down her body and whisper to her.";
Symbol 3016 MovieClip Frame 101
ReadBox.text = "Sonic: Cream, if you're feeling sad, I know a way to help you feel better.";
Symbol 3016 MovieClip Frame 102
ReadBox.text = "Cream looks a little unsure at first. Your hand slips between her legs and proceeds to rub her crotch. Her eyes get wide and she shouts.";
Symbol 3016 MovieClip Frame 103
ReadBox.text = "Cream: Don't touch me there!";
Symbol 3016 MovieClip Frame 104
ReadBox.text = "It couldn't have happened at a worse time. The movie decided to do a dramatic moment of silence just as Cream yelled for you to stop. Her voice echoes through the theater as everyone takes a moment to look at you.";
Symbol 3016 MovieClip Frame 105
ReadBox.text = "Cream plops back into her seat looking angry, but doesn't do much else. Everyone else looks suspicious but goes back to watching the movie. You're feeling pretty embarrassed, and as soon as the movie ends, you take Cream's hand and quickly leave the theater.";
Placehold.text = "-5 Happiness";
Symbol 3016 MovieClip Frame 110
ReadBox.text = "Sonic: Are you sure you want to see this movie, Cream? I hear it's really scary.";
Symbol 3016 MovieClip Frame 111
ReadBox.text = "Cream: I'm not afraid, Mr. Sonic.";
Symbol 3016 MovieClip Frame 112
ReadBox.text = "One hour later...";
Symbol 3016 MovieClip Frame 113
ReadBox.text = "Cream cowers in her seat. At first she was okay, but it didn't take long for her to get scared.";
Symbol 3016 MovieClip Frame 114
ReadBox.text = "Sonic: Cream, do you want to leave?";
Symbol 3016 MovieClip Frame 115
ReadBox.text = "She shakes her head, still shaking from the tension. Suddenly a monster pops out, causing her to drop to the ground between your legs in fear.";
Symbol 3016 MovieClip Frame 116
ReadBox.text = "What will you do?";
Symbol 3016 MovieClip Frame 120
ReadBox.text = "With Cream kneeling between your legs you get a wicked idea. Looking around, you notice there are not a lot of people in the theater, so you carefully pull out your cock and scoot up.";
Symbol 3016 MovieClip Frame 121
ReadBox.text = "Sonic: Cream, I have something you can do while the scary part is going on.";
Symbol 3016 MovieClip Frame 122
ReadBox.text = "Cream looks at you, still feeling very nervous. However, with not much else to do, she nods and takes your cock into her mouth. You never really found the movie that scary or even entertaining, so watching the little bunny girl take your hedgehog cock into her mouth has made things a lot more interesting.";
Symbol 3016 MovieClip Frame 123
ReadBox.text = "The scary part soon passes, but Cream is too caught up in sucking you off to notice, and you're in way too much pleasure to get her to stop. It doesn't take much more stimulation; you hold her cheeks and force your cum down her throat, making her taste every shot of cum that fires from your tip.";
Symbol 3016 MovieClip Frame 124
ReadBox.text = "The movie looks to be almost over as the plot looks resolved. You put your cock away as Cream gets back into her seat, using napkins to clean the cum from her lips. You offer her a sip of soda to help wash the cum down. Just as she's about to take a sip, the movie offers one more surprise scare causing Cream to drop the soda on both of you.";
Symbol 3016 MovieClip Frame 125
ReadBox.text = "Cream: Oh my, I'm so sorry Mr. Sonic. It was an accident.";
Symbol 3016 MovieClip Frame 126
ReadBox.text = "Sonic: It's okay, Cream. We've got plenty of napkins.";
Symbol 3016 MovieClip Frame 127
ReadBox.text = "The two of you clean up the best you can and proceed to walk hand in hand out of the theater.";
Symbol 3016 MovieClip Frame 130
ReadBox.text = "Sonic: Cream, if this is too scary for you let's leave.";
Symbol 3016 MovieClip Frame 131
ReadBox.text = "Cream: Nooooo... Just tell me when the scary part is over.";
Symbol 3016 MovieClip Frame 132
ReadBox.text = "You try to distract Cream with some popcorn and soda while telling her the scary part is almost over. She gets up for the popcorn, but as soon as she does, the monster jumps out, scaring Cream half to death. It also sends the popcorn flying up high and across the theater. With angry moviegoers about to converge on you, you quickly take Cream's hand and leave the theater.";
Symbol 3016 MovieClip Frame 133
ReadBox.text = "Cream: Aww... The movie wasn't over...";
Symbol 3016 MovieClip Frame 134
ReadBox.text = "Sonic: Perhaps we'll see it again when there's fewer people here...";
Symbol 3016 MovieClip Frame 140
ReadBox.text = "Sonic: Come on Cream, get back to your seat.";
Symbol 3016 MovieClip Frame 141
ReadBox.text = "Cream: Just tell me when the scary part is over...";
Symbol 3016 MovieClip Frame 142
ReadBox.text = "You sigh, not wanting to freak Cream out any more. Eventually the scary part ends and Cream gets back into her seat. You never really found the movie that scary, or even entertaining, so when the movie finally ends you quickly take Cream's hand and leave the theater.";
Symbol 3016 MovieClip Frame 143
ReadBox.text = "Cream: That was fun, Mr. Sonic.";
Symbol 3016 MovieClip Frame 144
ReadBox.text = "Sonic: You closed your eyes through most of the movie, Cream.";
Symbol 3016 MovieClip Frame 145
ReadBox.text = "Cream: I know... But... I know I'll be braver next time I see it.";
Symbol 3016 MovieClip Frame 146
ReadBox.text = "You sigh as you two exit the theater.";
Symbol 3016 MovieClip Frame 150
ReadBox.text = "Since it's a weekday, the theater is almost deserted. There's a couple of people in the front so the two of you sit in the back. The movie begins, and it doesn't take long for the action to kick off. Cream gives your sleeve a little tug.";
Symbol 3016 MovieClip Frame 151
ReadBox.text = "Cream: Mr. Sonic? Can I sit in your lap? I'm having a little trouble seeing the movie.";
Symbol 3016 MovieClip Frame 152
ReadBox.text = "You notice that she does have a little trouble seeing due to the angle of the seats, so you let her sit on your lap. By now, the action has died down a little and the plot is being explained. As the tension builds you wrap your arms around Cream, giving her a hug.";
Placehold.text = "+1 Touch";
_root.SStats[5]++;
Symbol 3016 MovieClip Frame 153
ReadBox.text = "Sonic: Enjoying the movie, Cream?";
Placehold.text = "";
Symbol 3016 MovieClip Frame 154
ReadBox.text = "She nods as you continue to hold her tight.";
Symbol 3016 MovieClip Frame 160
ReadBox.text = "You carefully try to slip your hand under her dress by rubbing her leg. At first she enjoys it, but as soon as a finger slips under her orange dress, she slaps your hand.";
Symbol 3016 MovieClip Frame 161
ReadBox.text = "Cream: Mr. Sonic, do you mind? I'm trying to watch the movie...";
Symbol 3016 MovieClip Frame 162
ReadBox.text = "You giggle nervously and quickly bring your hand back. The two of you enjoy the rest of the movie together. It was surpringly short, but Cream seemed to REALLY enjoy it.";
Symbol 3016 MovieClip Frame 170
ReadBox.text = "You carefully try to slip your hand under her dress by rubbing her leg. At first she enjoys it, and whispers for you to keep doing that. The movie begins to pick up again, and with the loud gunfire, no one else hears Cream yelp when you slip your hand under her dress.";
Symbol 3016 MovieClip Frame 171
ReadBox.text = "Cream: Mr... Mr. Sonic?";
Symbol 3016 MovieClip Frame 172
ReadBox.text = "You try to calm her down as you slip your hand onto her panties, softly rubbing her bunny slit. She begins to pant, not paying much attention to the movie any more. This action sequence looks like it will be going on for a while, so you slip your hands in the sides of her panties and pull them down.";
Symbol 3016 MovieClip Frame 180
ReadBox.text = "You do your best to watch the movie despite Cream being a little bit of a distraction. Overall, the movie was very enjoyable. The two of you walk out feeling very pumped from the action movie experience.";
Symbol 3016 MovieClip Frame 190
ReadBox.text = "Cream: Mr. Sonic?";
Symbol 3016 MovieClip Frame 191
ReadBox.text = "That little leg massage you gave Cream had turned her on considerably, shown by her wet panties peeling from her bunny hole. You proceed to pull your cock out as well, placing it against her wet pussy.";
Symbol 3016 MovieClip Frame 192
ReadBox.text = "Sonic: Get ready for some real action, Cream.";
Symbol 3016 MovieClip Frame 193
ReadBox.text = "She offers no resistance as you force her hips down onto your throbbing cock. Thanks to all the loud noises of bullets and explosions, no one in the front row is wise to what's going on between you two. You hold onto Cream's hips tightly, pushing her up and down your hedgehog cock somewhat roughly. You notice the action sequence might come to an end soon, meaning you don't have much time, so you give Cream a few more hard thrusts.";
Symbol 3016 MovieClip Frame 194
ReadBox.text = "You hear Cream cry out in unison, cumming hard as your cock shoots a thick load of cum into Cream's belly. The gunfire and explosions die down as you two come down from your wild orgasms. You decide to just let Cream rest on your cock until the movie is over.";
Symbol 3016 MovieClip Frame 200
ReadBox.text = "You attempt to pull Cream's panties down, but she just slaps you on the hand.";
Symbol 3016 MovieClip Frame 201
ReadBox.text = "Cream: Mr. Sonic, stop that... I want to watch the rest of the movie...";
Symbol 3016 MovieClip Frame 210
ReadBox.text = "Since it's the weekend, the theater is crazily packed, not giving you much opportunity to get closer to Cream here. It doesn't take long before the previews finish and the movie begins. You don't know much about the movie you're watching, just that it's based on a kids' book involving lots of cute and fluffy animals.";
Symbol 3016 MovieClip Frame 211
ReadBox.text = "Even though it looks cute, the subject matter seems to border a little on grownup themes. For every kids' joke there seems to be an adult joke that kids wouldn't get. It even starts to get a little sad as well. Cream begins to cry a little.";
Symbol 3016 MovieClip Frame 212
ReadBox.text = "Sonic: It will be okay, Cream. I'm sure this movie will have a happy ending.";
Symbol 3016 MovieClip Frame 213
ReadBox.text = "The movie quickly comes to it's exciting conclusion where the hero and villain meet and fight. The movie's ending is a bit cliche, but it's an animated kids' movie so that's no surprise. As soon as the credits roll, the two of you walk hand in hand and exit the theater.";
Symbol 3016 MovieClip Frame 214
ReadBox.text = "Cream appears to have really enjoyed it, and you smile and nod along to her descriptions of her favorite parts.";
Symbol 3016 MovieClip Frame 220
ReadBox.text = "Sonic: Are you sure you want to see this movie, Cream? I hear it's really scary.";
Symbol 3016 MovieClip Frame 221
ReadBox.text = "Cream: I'm not afraid, Mr. Sonic.";
Symbol 3016 MovieClip Frame 222
ReadBox.text = "One hour later...";
Symbol 3016 MovieClip Frame 223
ReadBox.text = "Cream cowers in her seat. At first she was okay, but it didn't take long for her to get scared.";
Symbol 3016 MovieClip Frame 224
ReadBox.text = "Sonic: Cream, do you want to leave?";
Symbol 3016 MovieClip Frame 225
ReadBox.text = "She shakes her head, still shaking from the tension. Suddenly a monster pops out, causing her to drop to the ground between your legs in fear. Since the theater is packed, a good chunk of the patrons are looking at you with gross concern.";
Symbol 3016 MovieClip Frame 226
ReadBox.text = "Sonic: Come on Cream, let's go...";
Symbol 3016 MovieClip Frame 227
ReadBox.text = "You take her hand and exit the theater. Cream looks to be very disappointed that you had to go, but she doesn't remain mad for long.";
Symbol 3016 MovieClip Frame 230
ReadBox.text = "The theater is packed with rambunctious action movie-loving yahoos. It's kind of difficult to find a seat as you wade through the crowd. Eventually, you find a pair of seats and sit down just as the movie begins. It doesn't take long for the action to kick off. Cream gives your sleeve a little tug.";
Symbol 3016 MovieClip Frame 231
ReadBox.text = "Cream: Mr. Sonic? Can I sit in your lap? I'm having a little trouble seeing the movie.";
Symbol 3016 MovieClip Frame 232
ReadBox.text = "Cream hops onto your lap, but there is a row full of jerks in front of you, making it difficult to see even for you. You two try your best to enjoy it, but by the end of the movie, the experience was practically ruined. However, Cream really enjoyed what little she did see.";
Symbol 3016 MovieClip Frame 233
ReadBox.text = "Cream: Perhaps we can see it again on another day, Mr. Sonic?";
Symbol 3020 Button
on (rollOver) {
Informer.text = "Talk To Cream";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
Informer.text = "What are we doing here Mr. Sonic?";
}
Symbol 3021 Button
on (release) {
overBeep.start(0, 1);
if (_root.Cellphone[6] == true) {
Informer.text = "Closed!";
} else {
gotoAndStop ("PornStore");
}
}
Symbol 3022 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("Downtown");
}
Symbol 3029 Button
on (rollOver) {
Informer.text = "Talk to Rouge";
}
on (rollOut) {
Informer.text = "";
}
on (release) {
ringFX.start(0, 1);
SMain[0]--;
if (Cellphone[5] == true) {
gotoAndStop ("Rouge");
sumRouge.gotoAndStop("Rouge2");
} else {
gotoAndStop ("Rouge");
}
}
Symbol 3030 Button
on (release) {
overBeep.start(0, 1);
gotoAndStop ("BackAlley");
}
Symbol 3033 Button
on (release) {
_root.ringFX.start(0, 1);
if (_root.SMain[5] == true) {
gotoAndStop ("YesSex");
} else {
gotoAndStop ("NoSex");
}
}
Symbol 3035 Button
on (release) {
_root.ringFX.start(0, 1);
_root.Cellphone[5] = true;
gotoAndStop ("RougeStore");
}
Symbol 3037 Button
on (release) {
_root.ringFX.start(0, 1);
_root.Cellphone[5] = true;
gotoAndStop ("TrustYou");
}
Symbol 3038 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("PornStore");
}
Symbol 3039 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("RougeRape");
}
Symbol 3040 Button
on (rollOver) {
_root.overBeep.start(0, 1);
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("TrustYou");
}
Symbol 3044 Button
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("RougeStore");
}
Symbol 3046 Button
on (release) {
_root.ringFX.start(0, 1);
_root.Cellphone[6] = true;
_root.gotoAndStop("BackAlley");
}
Symbol 3047 Button
on (release) {
_root.ringFX.start(0, 1);
_root.gotoAndStop("PornStore");
}
Symbol 3048 Button
on (rollOver) {
Placehold.text = "-5 Energy";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Gossip");
}
Symbol 3049 Button
on (rollOver) {
Placehold.text = "Cost 100 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
ReadBox.text = "Sorry. Sold out.";
}
Symbol 3050 Button
on (rollOver) {
Placehold.text = "Cost 150 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.ItemStats[6] == false) && (_root.SMain[3] >= 150)) {
_root.SMain[3] = _root.SMain[3] - 150;
_root.ItemStats[6] = true;
_root.ItemList.push("Large Dildo");
ReadBox.text = "Rouge: Now why would you need that?!";
} else if ((_root.ItemStats[6] == false) && (_root.SMain[3] < 150)) {
ReadBox.text = "Rouge: You don't have enough rings Sonic...";
} else {
ReadBox.text = "Rouge: Sorry. Sold out.";
}
}
Symbol 3051 Button
on (rollOver) {
Placehold.text = "Cost 50 Rings";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if ((_root.ItemStats[8] == false) && (_root.SMain[3] >= 50)) {
_root.SMain[3] = _root.SMain[3] - 50;
_root.ItemStats[8] = true;
_root.ItemList.push("Mighty Brand XL Condoms");
ReadBox.text = "A guy?s gotta be prepared. Thanks for your purchase.";
} else if ((_root.ItemStats[8] == false) && (_root.SMain[3] < 50)) {
ReadBox.text = "You don't have enough rings Sonic...";
} else {
ReadBox.text = "Trust me. You've got more then enough for the week.";
}
}
Symbol 3054 Button
on (release) {
_root.ringFX.start(0, 1);
nextFrame();
}
Symbol 3055 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Shadow");
}
Symbol 3056 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Knux");
}
Symbol 3057 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Sally");
}
Symbol 3058 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Amy");
}
Symbol 3061 Button
on (release) {
_root.ringFX.start(0, 1);
prevFrame();
}
Symbol 3062 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
if (_root.ItemStats[11] == true) {
gotoAndStop ("Revealed");
} else {
gotoAndStop ("Vanilla");
}
}
Symbol 3063 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Cream");
}
Symbol 3064 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Marine");
}
Symbol 3065 Button
on (rollOver) {
Placehold.text = "";
}
on (rollOut) {
Placehold.text = "";
}
on (release) {
_root.ringFX.start(0, 1);
gotoAndStop ("Tails");
}
Symbol 3066 Button
on (release) {
_root.ringFX.start(0, 1);
_root.ItemStats[11] = true;
_root.ItemList.push("Business Card");
gotoAndStop ("RougeStore");
}
Symbol 3067 MovieClip Frame 1
stop();
ReadBox.text = "You open the front door and you arrive at a small entryway where there are a couple of benches and another door in the end. You tell Cream that you\u00E2\u0080\u0099re just going to be a minute. Upon entering the shop the smell of plastic and funny scents fills your nostrils as you hear a familiar voice call at you from the counter.";
Symbol 3067 MovieClip Frame 2
stop();
ReadBox.text = "You look over to the counter and notice the familiar figure of Rouge the Bat, you notice she\u00E2\u0080\u0099s wearing the shop\u00E2\u0080\u0099s employee shirt and that she\u00E2\u0080\u0099s standing by the cash register.";
Symbol 3067 MovieClip Frame 3
stop();
ReadBox.text = "Sonic: Rouge? What are you doing here?";
Symbol 3067 MovieClip Frame 4
stop();
ReadBox.text = "Rouge: I work here silly. I mean It\u00E2\u0080\u0099s a job I got recently but hey, the economy is bad for everyone, any job works, right?";
Symbol 3067 MovieClip Frame 5
stop();
ReadBox.text = "Sonic: Yeah, I guess...";
Symbol 3067 MovieClip Frame 6
stop();
ReadBox.text = "Rouge: I mean look at you, looking after Cream and all.";
Symbol 3067 MovieClip Frame 7
stop();
ReadBox.text = "Sonic: Well, it\u00E2\u0080\u0099s just a favor I\u00E2\u0080\u0099m doing for Vanilla while she\u00E2\u0080\u0099s out of town.";
Symbol 3067 MovieClip Frame 8
stop();
ReadBox.text = "Rouge: Right... *grin*";
Symbol 3067 MovieClip Frame 9
stop();
ReadBox.text = "Rouge smiles and goes around the counter and gets close to you. She passes her finger over your chest and looks at you with a devilishly sensual look.";
Symbol 3067 MovieClip Frame 10
stop();
ReadBox.text = "Rouge: You know, being alone with such a beautiful and cute little girl for a whole week can be rather... ...stressful...";
Symbol 3067 MovieClip Frame 11
stop();
ReadBox.text = "She smiles while looking deep in your eyes.";
Symbol 3067 MovieClip Frame 12
stop();
ReadBox.text = "Rouge: You haven\u00E2\u0080\u0099t been doing naughty things to her\u00E2\u0080\u00A6 Have you?";
Symbol 3067 MovieClip Frame 20
stop();
ReadBox.text = "Sonic: Naughty?! NO! I mean, she\u00E2\u0080\u0099s cute and all, but I\u00E2\u0080\u0099m a good guy! I\u00E2\u0080\u0099m not some kind of sick perverted, creepy guy who wants to defile such a beautiful little rabbit!";
Symbol 3067 MovieClip Frame 21
stop();
ReadBox.text = "Rouge: Calm down honey, I was just being playful. No need to be so rough on me\u00E2\u0080\u00A6 Though you know I do like it rough sometimes.";
Symbol 3067 MovieClip Frame 22
stop();
ReadBox.text = "Rouge smiles and moves her hand down to your crotch and begins to rub you.";
Symbol 3067 MovieClip Frame 23
stop();
ReadBox.text = "Rouge: At least Sally and Amy has been keeping you company and helping you out in relieving all that stress.";
Symbol 3067 MovieClip Frame 24
stop();
ReadBox.text = "Sonic: Yeah\u00E2\u0080\u00A6";
Symbol 3067 MovieClip Frame 30
stop();
ReadBox.text = "Sonic: Naughty?! Well I\u00E2\u0080\u00A6 Uhh\u00E2\u0080\u00A6 But... How did you?";
Symbol 3067 MovieClip Frame 31
stop();
ReadBox.text = "Rouge presses her index finger on your lips.";
Symbol 3067 MovieClip Frame 32
stop();
ReadBox.text = "Rouge: I know a lot of things sweetheart.";
Symbol 3067 MovieClip Frame 33
stop();
ReadBox.text = "Rouge: And knowing you, It doesn\u00E2\u0080\u0099t take a genius to know what\u00E2\u0080\u0099s been going on in that house for the past days.";
Symbol 3067 MovieClip Frame 34
stop();
ReadBox.text = "Rouge moves her hand down to your crotch and begins to rub you.";
Symbol 3067 MovieClip Frame 35
stop();
if (_root.SStats[6] <= -10) {
nextFrame();
}
ReadBox.text = "Rouge: Now relax, your secret is safe here with me.";
Symbol 3067 MovieClip Frame 36
stop();
ReadBox.text = "Rouge: Now relax, your secret is safe here with me.";
Symbol 3067 MovieClip Frame 40
stop();
ReadBox.text = "Sonic: All right Rouge, I trust you.";
Symbol 3067 MovieClip Frame 41
stop();
ReadBox.text = "Rouge smiles and lands a kiss straight on your lips. She then kneels, unbuttons your pants and let your cock free which quickly bounces to attention.";
Symbol 3067 MovieClip Frame 42
stop();
ReadBox.text = "Rouge: Mmmm, you missed me didn\u00E2\u0080\u0099t you.";
Symbol 3067 MovieClip Frame 43
stop();
ReadBox.text = "Rouge gives out an evil grin and gobbles your cock all the way down to your balls.";
Symbol 3067 MovieClip Frame 44
stop();
ReadBox.text = "Sonic: Nggg... Rouge wait Cream\u00E2\u0080\u0099s still outside\u00E2\u0080\u00A6";
Symbol 3067 MovieClip Frame 45
stop();
ReadBox.text = "Rouge continues to blow you while you lay against the store counter. Suddenly you grab her head tightly and begin to furiously trust into her mouth making her look up at you with those slutty trademarked eyes. You take a deep breath and stiffen up launching a powerful stream of hot cum down her throat.";
Symbol 3067 MovieClip Frame 46
stop();
ReadBox.text = "Rouge lets your cock pop right out of her mouth and does her best to lick it clean.";
Symbol 3067 MovieClip Frame 47
stop();
ReadBox.text = "Rouge: Ahh thanks honey I needed that.";
Symbol 3067 MovieClip Frame 48
stop();
ReadBox.text = "Sonic: I\u00E2\u0080\u0099ll bet.";
Symbol 3067 MovieClip Frame 49
stop();
ReadBox.text = "Rouge: So, what can I get ya?";
Symbol 3067 MovieClip Frame 50
stop();
ReadBox.text = "You head towards the entrance and notice Cream is happily sitting in the waiting room bench swinging her legs and humming a happy tune.";
Symbol 3067 MovieClip Frame 51
stop();
ReadBox.text = "Sonic: Alright Creamie, you can come in now.";
Symbol 3067 MovieClip Frame 52
stop();
ReadBox.text = "Sonic: C\u00E2\u0080\u0099mon Creamy, Mr. Sonic\u00E2\u0080\u0099s got work to do.";
Symbol 3067 MovieClip Frame 53
stop();
ReadBox.text = "Cream nods happily and skips alongside you. You arrive at the office where Rouge is brutally flailing around in bed trying desperately to free herself, her muffled screams filling the air. Cream just looks at you a bit scared.";
Symbol 3067 MovieClip Frame 54
stop();
ReadBox.text = "Cream: Mr. Sonic why is Ms. Rouge like that?";
Symbol 3067 MovieClip Frame 55
stop();
ReadBox.text = "Sonic: It\u00E2\u0080\u0099s nothing Cream, she just likes to play like that.";
Symbol 3067 MovieClip Frame 56
stop();
ReadBox.text = "Cream smiles as you process to undress her and then yourself. Watching you undress causes Cream to giggle a little while she begins rubbing her cunny happily. You then head over to Rouge and begin ripping her clothes off. All Rouge can do is look at the little nude rabbit and begins to flail around once more.";
Symbol 3067 MovieClip Frame 57
stop();
ReadBox.text = "Sonic: Sweetie, go out to the shop and look for a toy for Mr. Sonic to play with Ms. Rouge.";
Symbol 3067 MovieClip Frame 58
stop();
ReadBox.text = "Cream nods obediently and runs off to the store. The moment she goes through the door, you clench your fist powerfully and you land a punch straight down the middle of Rouge\u00E2\u0080\u0099s face. The blow is so powerful she immediately passes out and her flailing ends.";
Symbol 3067 MovieClip Frame 59
stop();
ReadBox.text = "Cream cries out to you from the back of the store.";
Symbol 3067 MovieClip Frame 60
stop();
ReadBox.text = "Cream: Mr. Sonic? The toy\u00E2\u0080\u0099s too heavy!";
Symbol 3067 MovieClip Frame 61
stop();
ReadBox.text = "Sonic: WHAT!";
Symbol 3067 MovieClip Frame 62
stop();
ReadBox.text = "You head out to the main part of the store and down the aisle finding a glorious looking stand with a machine conceived only in the dark sexual machinations of someone like Sally. You read the label.";
Symbol 3067 MovieClip Frame 63
stop();
ReadBox.text = "Sonic: The Immolator 9001...";
Symbol 3067 MovieClip Frame 64
stop();
ReadBox.text = "This machine looks like the cross between a jackhammer, a chainsaw and a horse size dildo. Clearly Cream was right, the thing weights a good fifty pounds. This piece of hardware will definitively do the job, you pat Cream in the head and praise her on a job well done.";
Symbol 3067 MovieClip Frame 65
stop();
ReadBox.text = "You take the Immolator 9001 and head over to the office with Cream in tow. She closes the door and inside is heard the horrible motorized buzzing of you turning on the machine.";
Symbol 3067 MovieClip Frame 66
stop();
ReadBox.text = "Several hours pass and you and Cream are getting dressed. Rouge lies in the bed talking nonsense twitching and spasming.";
Symbol 3067 MovieClip Frame 67
stop();
ReadBox.text = "Cream: Is she gonna be alright Mr. Sonic?";
Symbol 3067 MovieClip Frame 68
stop();
ReadBox.text = "Sonic: Sure thing sweetie, let\u00E2\u0080\u0099s go home, we\u00E2\u0080\u0099ve had our fun today.";
Symbol 3067 MovieClip Frame 69
stop();
ReadBox.text = "Cream nods and gives you a happy hug.";
Symbol 3067 MovieClip Frame 70
stop();
ReadBox.text = "Sonic: We sure did a number on Ms. Rouge huh?";
Symbol 3067 MovieClip Frame 71
stop();
ReadBox.text = "Cream giggles and nods as you give Cream a successful high five and leave the store.";
Symbol 3067 MovieClip Frame 72
stop();
ReadBox.text = "With Rouge incompasitated like that, the sex store will be closed for a while. Hope this hasn't inconvinenced any of your plans.";
Symbol 3067 MovieClip Frame 75
stop();
ReadBox.text = "Rouge: So what can I get ya?";
Symbol 3067 MovieClip Frame 85
stop();
ReadBox.text = "Rouge: Who would you like to hear gossip about?";
Symbol 3067 MovieClip Frame 95
stop();
ReadBox.text = "Rouge: Amy\u00E2\u0080\u0099s been looking for this store I hear. Unfortunately I haven\u00E2\u0080\u0099t seen her around to tell her where it is.";
Symbol 3067 MovieClip Frame 100
stop();
ReadBox.text = "Rouge: What can I tell you about Sally? She's a slut\u00E2\u0080\u00A6";
Symbol 3067 MovieClip Frame 101
stop();
ReadBox.text = "Rouge: I think that one word explains her pretty damn well\u00E2\u0080\u00A6 Why are you smiling like that?";
Symbol 3067 MovieClip Frame 105
stop();
ReadBox.text = "Rouge: He\u00E2\u0080\u0099s been coming here lately to buy lube and sexy supplies, I hear he and Julie-su have been kind of busy lately.";
Symbol 3067 MovieClip Frame 110
stop();
ReadBox.text = "Rouge: What about Shadow? I haven\u00E2\u0080\u0099t seen him in a while, last I saw him was on Station Square a few weeks ago, he was busy with his crazy, new goddess of chaos bullcrap, whatever the hell that means.";
Symbol 3067 MovieClip Frame 115
stop();
ReadBox.text = "Rouge: What about Tails? Hehehe, he behaves like a cherry boy. Yet I know you\u00E2\u0080\u0099ve devastated his ass several times.";
Symbol 3067 MovieClip Frame 116
stop();
ReadBox.text = "Sonic: WHAT?!";
Symbol 3067 MovieClip Frame 117
stop();
ReadBox.text = "Rouge: I\u00E2\u0080\u0099m joking.";
Symbol 3067 MovieClip Frame 118
stop();
ReadBox.text = "Sonic: Oh...";
Symbol 3067 MovieClip Frame 119
stop();
ReadBox.text = "Rouge: Anyway, I\u00E2\u0080\u0099ve seen him walking around town with Mina. I just hope she\u00E2\u0080\u0099s not taking advantage of the poor kid.";
Symbol 3067 MovieClip Frame 120
stop();
ReadBox.text = "Rouge: What about Cream? She\u00E2\u0080\u0099s the most adorable little thing ever, you know that.";
Symbol 3067 MovieClip Frame 125
stop();
ReadBox.text = "Rouge: Marine? Oh yeah, she\u00E2\u0080\u0099s my number one girlie scout, she sells the most cookies and always brings the biggest profits.";
Symbol 3067 MovieClip Frame 126
stop();
ReadBox.text = "Sonic: Wait wait wait.... Backup\u00E2\u0080\u00A6 You're...?";
Symbol 3067 MovieClip Frame 127
stop();
ReadBox.text = "Rouge: I\u00E2\u0080\u0099m troop leader 157069. I\u00E2\u0080\u0099m in charge of girlie scout division twelve.";
Symbol 3067 MovieClip Frame 128
stop();
ReadBox.text = "Sonic: Well I guess that explains everything...";
Symbol 3067 MovieClip Frame 129
stop();
ReadBox.text = "Rouge: Explains what?";
Symbol 3067 MovieClip Frame 130
stop();
ReadBox.text = "Rouge: What about Vanilla?...she\u00E2\u0080\u0099s the boss, what else can I say?";
Symbol 3067 MovieClip Frame 131
stop();
ReadBox.text = "Sonic: Rouge something fishy is going on and I want some answers!";
Symbol 3067 MovieClip Frame 132
stop();
ReadBox.text = "Rouge: Answers? Answers to what?";
Symbol 3067 MovieClip Frame 133
stop();
ReadBox.text = "Sonic: What is Vanilla up to? It almost seems as if she wanted ME to babysit Cream for an entire week. What is she hiding?! TELL ME!";
Symbol 3067 MovieClip Frame 134
stop();
ReadBox.text = "Rouge: Don\u00E2\u0080\u0099t go there Sonic, just finish looking after Cream and wait for Vanilla to come back.";
Symbol 3067 MovieClip Frame 135
stop();
ReadBox.text = "Sonic: NO! tell me what\u00E2\u0080\u0099s going on!";
Symbol 3067 MovieClip Frame 136
stop();
ReadBox.text = "Rouge: Fine\u00E2\u0080\u00A6";
Symbol 3067 MovieClip Frame 137
stop();
ReadBox.text = "Rouge: Vanilla\u00E2\u0080\u0099s my boss. Yes, she owns the Mochi Mochi franchise and she\u00E2\u0080\u0099s making millions in sales and revenues.";
Symbol 3067 MovieClip Frame 138
stop();
ReadBox.text = "It\u00E2\u0080\u0099s as if the world wants sex and she\u00E2\u0080\u0099s the number one provider of toys and supplies.";
Symbol 3067 MovieClip Frame 139
stop();
ReadBox.text = "Sonic: Vanilla\u00E2\u0080\u00A6 CEO\u00E2\u0080\u00A6 Why? How?";
Symbol 3067 MovieClip Frame 140
stop();
ReadBox.text = "Rouge: Look, I don't ask question, I just get paid. All I know is she just came over to my house one day and asked me to work on this shop. The work is simple and I\u00E2\u0080\u0099m the manager. Beats the hell outa\u00E2\u0080\u0099 bounty and treasure hunting and working for G.U.N.";
Symbol 3067 MovieClip Frame 141
stop();
ReadBox.text = "Sonic: Where is she now?";
Symbol 3067 MovieClip Frame 142
stop();
ReadBox.text = "Rouge: Vanilla? She\u00E2\u0080\u0099s in Station Square, it's where she has been since she left you in charge of Cream. The Mochi Mochi headquarters are in the business sector, office building 5. It\u00E2\u0080\u0099s the super tall skyscraper that looks like an evil enterprise sky rise.";
Symbol 3067 MovieClip Frame 143
stop();
ReadBox.text = "Sonic: Really? Is it that obvious?";
Symbol 3067 MovieClip Frame 144
stop();
ReadBox.text = "Rouge: Yup. Though if you get lost, here is a business card with her address and phone number.";
Symbol 3067 MovieClip Frame 145
stop();
ReadBox.text = "Sonic: Well whatever, I\u00E2\u0080\u0099m gonna go get some answers.";
Symbol 3067 MovieClip Frame 146
stop();
ReadBox.text = "Rouge: As I told you before dawg, you can go to her for answer or you can just wait it out. Think before you do anything stupid Sonic. (Business Card added to inventory)";
Symbol 3067 MovieClip Frame 150
stop();
ReadBox.text = "Rouge: I think I've told you everything I can about Vanilla. The rest is up to you.";
Symbol 3073 MovieClip Frame 169
if (_root.SMain[1] == 8) {
_root.gotoAndStop("Ending");
} else if (_root.DayVent[6] == true) {
_root.themeCurrent.attachSound("raining");
_root.themeCurrent.start(0, 99);
} else {
_root.themeCurrent.start(0, 99);
_root.gotoAndStop("Vanilla");
}
Symbol 3073 MovieClip Frame 170
stop();
Instance of Symbol 363 MovieClip in Symbol 3073 MovieClip Frame 170
onClipEvent (load) {
gotoAndStop ("DayRain");
}
Symbol 3074 Button
on (release) {
overBeep.start(0, 1);
getnothing.start(0, 1);
nextFrame();
}
Symbol 3078 Button
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
getnothing.stop();
gotoAndPlay ("Title");
}
Symbol 3105 Button
on (release) {
_root.gotoAndStop("Credits");
}
Symbol 3112 MovieClip Frame 1
stop();
ReadBox.text = "The morning sun and the chirping of the birds wake you up early. You hear the faint buzzing of a neighbor\u00E2\u0080\u0099s lawnmower and the distant laughter of kids playing on the street. Today\u00E2\u0080\u0099s the day Vanilla comes back from her trip. You get up from Vanilla\u00E2\u0080\u0099s bed and walk down the hallway.";
Symbol 3112 MovieClip Frame 2
ReadBox.text = "You peek into Cream\u00E2\u0080\u0099s room, she\u00E2\u0080\u0099s cuddled over her large Chao doll sleeping blissfully her dress ridden up a bit revealing her cute little bunny undies. You enter her room and carefully tuck her in giving her a peck on the forehead. Cream gives out a gentle sigh of relief and snuggles to the side.";
Symbol 3112 MovieClip Frame 3
ReadBox.text = "You walk towards the kitchen and to your surprise, Vanilla is sitting on a stool at the kitchen counter.";
Symbol 3112 MovieClip Frame 4
ReadBox.text = "Sonic: Vanilla!";
Symbol 3112 MovieClip Frame 5
ReadBox.text = "Vanilla: Shhhh... You\u00E2\u0080\u0099ll wake Creamie up.";
Symbol 3112 MovieClip Frame 6
ReadBox.text = "Sonic: Oh\u00E2\u0080\u00A6 Ok\u00E2\u0080\u00A6 Sorry.";
Symbol 3112 MovieClip Frame 7
ReadBox.text = "Vanilla: It\u00E2\u0080\u0099s ok I arrived earlier this morning, you both were sleeping and I didn\u00E2\u0080\u0099t mean to wake you or Cream.";
Symbol 3112 MovieClip Frame 8
ReadBox.text = "Sonic: So how was your trip?";
Symbol 3112 MovieClip Frame 9
ReadBox.text = "Vanilla: Disappointing to say the least, all in all I\u00E2\u0080\u0099d rather not talk about it. As we agreed you\u00E2\u0080\u0099ve successfully fulfilled your part of the bargain. You took care of my baby girl for an entire week and kept her very happy all this time. And like I said I have two big rewards for you.";
Symbol 3112 MovieClip Frame 10
ReadBox.text = "Sonic: Mmmmm, I think I'm gonna like this reward.";
Symbol 3112 MovieClip Frame 11
ReadBox.text = "With a very naughty look, Vanilla walks over to you and begins to caress your cheek.";
Symbol 3112 MovieClip Frame 12
ReadBox.text = "Vanilla: You did well Sonic. Like always you\u00E2\u0080\u0099ve proven to be the best whenever you put your mind and heart to it. You\u00E2\u0080\u0099re more than just a fast hedgehog that saves the world all the time. You\u00E2\u0080\u0099ve got a heart of gold.";
Symbol 3112 MovieClip Frame 13
ReadBox.text = "Vanilla gently grabs your cheeks and gives you a big noisy smooch.";
Symbol 3112 MovieClip Frame 14
ReadBox.text = "Suddenly a figure approaching from the side grabs your attention. You pull Vanilla close and confront the figure only to find out it\u00E2\u0080\u0099s\u00E2\u0080\u00A6";
Symbol 3112 MovieClip Frame 15
ReadBox.text = "Sally: Woah! Calm your tits baby I\u00E2\u0080\u0099m not gonna hurt you!";
Symbol 3112 MovieClip Frame 16
ReadBox.text = "Sonic: Sally? What are you doing here?";
Symbol 3112 MovieClip Frame 17
ReadBox.text = "Sally: Vanilla and I had an agreement.";
Symbol 3112 MovieClip Frame 18
ReadBox.text = "Sally looks at Vanilla tenderly and gives her a smooch.";
Symbol 3112 MovieClip Frame 19
ReadBox.text = "Sonic: Uh oh... I think I know where this is going\u00E2\u0080\u00A6";
Symbol 3112 MovieClip Frame 20
stop();
ReadBox.text = "Suddenly you look towards the living room and out of the corner from the hallway.";
Symbol 3112 MovieClip Frame 21
ReadBox.text = "Amy: Hey Vanilla? Where do you keep the batteries for this thing?";
Symbol 3112 MovieClip Frame 22
ReadBox.text = "Amy is fiddling with a double dildo taking the batteries out of the toy and closing the lid.";
Symbol 3112 MovieClip Frame 23
ReadBox.text = "Amy: Oh! You\u00E2\u0080\u0099re awake Sonic!";
Symbol 3112 MovieClip Frame 24
ReadBox.text = "Sonic, Sally, Vanilla: SHHHH! You\u00E2\u0080\u0099ll wake Cream up...";
Symbol 3112 MovieClip Frame 25
ReadBox.text = "Amy: *blushes* Sorry...";
Symbol 3112 MovieClip Frame 26
ReadBox.text = "Vanilla begins to push you towards her room, as Sally and Amy follow suit. Looks like you\u00E2\u0080\u0099re going to be pretty busy for quite a while.";
Symbol 3112 MovieClip Frame 27
ReadBox.text = "Sally: Don\u00E2\u0080\u0099t worry guys we\u00E2\u0080\u0099ll go easy on him.";
Symbol 3112 MovieClip Frame 28
ReadBox.text = "Sally then closes the door to Vanilla\u00E2\u0080\u0099s room as Cream peeks her head out of her room and gives you a playful wink.";
Symbol 3112 MovieClip Frame 29
play();
Symbol 3112 MovieClip Frame 59
_root.gotoAndStop("Credits");
Symbol 3112 MovieClip Frame 60
stop();
ReadBox.text = "The early morning sun fills up Vanilla\u00E2\u0080\u0099s room. You walk out towards the living room as you hear the sound of cartoons playing in the television.";
Symbol 3112 MovieClip Frame 61
ReadBox.text = "Cream is happily watching cartoons munching her favorite cereal. You notice Vanilla\u00E2\u0080\u0099s in the kitchen.";
Symbol 3112 MovieClip Frame 62
ReadBox.text = "Sonic: Vanilla?!";
Symbol 3112 MovieClip Frame 63
ReadBox.text = "Vanilla: Hey there. I got home a little early this morning.";
Symbol 3112 MovieClip Frame 64
ReadBox.text = "Sonic: Oh, ok.";
Symbol 3112 MovieClip Frame 65
ReadBox.text = "Vanilla: Come on over to the kitchen I have something to give you.";
Symbol 3112 MovieClip Frame 66
ReadBox.text = "You arrive at the kitchen and Vanilla hands you over a big bag of rings and gives you a big hug.";
Symbol 3112 MovieClip Frame 67
ReadBox.text = "Vanilla: There you go. Thank you again for watching Cream on such short notice.";
Symbol 3112 MovieClip Frame 68
ReadBox.text = "Sonic: Sure Ms. V, anytime.";
Symbol 3112 MovieClip Frame 69
ReadBox.text = "You make your way to the door and wave Cream goodbye. Cream continues fixated on the television munching on her cereal. As you walk outside the door slams behind you.";
Symbol 3112 MovieClip Frame 70
ReadBox.text = "Sonic: Was it something I said?";
Symbol 3112 MovieClip Frame 71
play();
Symbol 3112 MovieClip Frame 104
ReadBox.text = "Uh oh. You didn\u00E2\u0080\u0099t get enough happiness to get your true big rewards. Looks like you\u00E2\u0080\u0099re going to have to think about doing more fun activities with Cream.";
Symbol 3112 MovieClip Frame 105
stop();
ReadBox.text = "You feel the soft comfortable sheets of Vanilla\u00E2\u0080\u0099s bed around you as you blissfully wake up in a magnificent morning. It doesn't take you long to notice the delicious feeling of small bunny lips caressing your cock beneath the sheets as you peek at your little bed intruder.";
Symbol 3112 MovieClip Frame 106
ReadBox.text = "You look at Cream as she\u00E2\u0080\u0099s hard at work on your cock doing cute little nomming noises, gobbling your cock and beginning to move down your length. It seems like she\u00E2\u0080\u0099s been hard at work for a while. You let her suck you for a couple of minutes before pulling your cock out of her mouth.";
Symbol 3112 MovieClip Frame 107
ReadBox.text = "Sonic: Alright Creamie that\u00E2\u0080\u0099s enough. I'm starting to think you've sucked me dry.";
Symbol 3112 MovieClip Frame 108
ReadBox.text = "Cream gives out a sad little whimper and licks your cock from balls to tip.";
Symbol 3112 MovieClip Frame 109
ReadBox.text = "Sonic: Run along now. I\u00E2\u0080\u0099m gonna go get breakfast ready.";
Symbol 3112 MovieClip Frame 110
ReadBox.text = "The little nude rabbit hops along and heads goes into her room. You stare at your clothes laying on the floor you walk over to pick them up but then you realize... Who the fuck cares?!";
Symbol 3112 MovieClip Frame 111
ReadBox.text = "You walk out of Vanilla\u00E2\u0080\u0099s room in the buff, passing by Cream\u00E2\u0080\u0099s room you slowly caressing and jerking your erect cock. The door is wide open so you look inside. Cream is still in the nude and on the floor drawing with her crayons a new picture of you and her.";
Symbol 3112 MovieClip Frame 112
ReadBox.text = "Sonic: T-that\u00E2\u0080\u0099s a nice picture Creamie...";
Symbol 3112 MovieClip Frame 113
ReadBox.text = "You want to pick up the pace, but at the same time you just don\u00E2\u0080\u0099t wanna cum yet. Cream giggles and gets on her knees, raising her chest and gets ready for you to shoot some cum on her.";
Symbol 3112 MovieClip Frame 114
ReadBox.text = "Sonic: Not yet sweetheart.";
Symbol 3112 MovieClip Frame 115
ReadBox.text = "Cream: Awwww...";
Symbol 3112 MovieClip Frame 116
ReadBox.text = "Cream quickly steals a lick of your cock and giggles as she gets back to her drawing.";
Symbol 3112 MovieClip Frame 117
ReadBox.text = "You head over to the kitchen where you begin cooking a healthy breakfast, you opt not to do anything naughty and just make a regular breakfast.";
Symbol 3112 MovieClip Frame 118
ReadBox.text = "You call Cream over as you sit on the corner chair. You stiffen your cock and open your legs and say.";
Symbol 3112 MovieClip Frame 119
ReadBox.text = "Sonic: Alright Cream, take a seat.";
Symbol 3112 MovieClip Frame 120
ReadBox.text = "Cream giggles and happily gets on your cock, quickly burying your manhood into her little cunny. With the young rabbit straddled on your lap, Cream gives out a tiny grunt as your cock pushes forcefully against her cervix. She begins to lean back, caressing her head against your soft chest. You give her a big kiss in the forehead and begin to eat breakfast.";
Symbol 3112 MovieClip Frame 121
ReadBox.text = "Every couple of minutes Cream happily hops up and down a bit on your cock causing you to stop what you\u00E2\u0080\u0099re doing to put your hands on her waist and pump into her happily.";
Symbol 3112 MovieClip Frame 122
ReadBox.text = "After finishing up with breakfast, you pick her up and take her over to the other side of the table. There, you lay her down flat on the surface and open her legs wide.";
Symbol 3112 MovieClip Frame 123
ReadBox.text = "Sonic: Alright Cream, here it comes.";
Symbol 3112 MovieClip Frame 124
ReadBox.text = "Cream gives out a big happy smile and looks over to where your adult hedgehog cock is gone halfway into her bunny cunny. You then grab her around her belly and begin to fuck her intensely. Your shoving is so hard it knocks down a plastic cup and spills some juice on the floor. Cream starts to moan and you join the little girl short after.";
Symbol 3112 MovieClip Frame 125
ReadBox.text = "Cream\u00E2\u0080\u0099s face suddenly changes, to a look of slight discomfort, when in reality she\u00E2\u0080\u0099s just going to have a pretty hard orgasm.";
Symbol 3112 MovieClip Frame 126
ReadBox.text = "Cream: M\u00E2\u0080\u00A6 M-Mr\u00E2\u0080\u00A6 SOooonni\u00E2\u0080\u00A6";
Symbol 3112 MovieClip Frame 127
ReadBox.text = "You know it\u00E2\u0080\u0099s coming, you continue your onslaught as the table rattles forcefully.";
Symbol 3112 MovieClip Frame 128
ReadBox.text = "Sonic: You like that!? You fucking like that!!!?";
Symbol 3112 MovieClip Frame 129
ReadBox.text = "Cream: M\u00E2\u0080\u00A6 Mr\u00E2\u0080\u00A6 So\u00E2\u0080\u00A6";
Symbol 3112 MovieClip Frame 130
ReadBox.text = "Sonic: There ya go! There ya go!";
Symbol 3112 MovieClip Frame 131
ReadBox.text = "As Cream arches her back and clenches to the tablecloth you feel a powerful spurt of rabbit cum slash on your pubis as the poor little rabbit lets out an intense scream as she starts to spasm in orgasm. Unable to hold on any longer to all of this, you spread your legs wide and brace yourself. You stiffen up, and start to huff and puff savagely.";
Symbol 3112 MovieClip Frame 132
ReadBox.text = "Cream is lost in some happy place, her little body twitching involuntarily as she gasps and moans, her eyes looking all over the room.";
Symbol 3112 MovieClip Frame 133
ReadBox.text = "Sonic: \u00E2\u0080\u009Coh fuck! Here we go Creamie, here we go, here we\u00E2\u0080\u00A6 Goooo!!!";
Symbol 3112 MovieClip Frame 134
ReadBox.text = "Suddenly, you can\u00E2\u0080\u0099t help yourself to utter the three cursed words. And no it\u00E2\u0080\u0099s not \u00E2\u0080\u009CI\u00E2\u0080\u0099m gonna cum\u00E2\u0080\u009D you strain yourself and scream.";
Symbol 3112 MovieClip Frame 135
ReadBox.text = "Sonic: Gotta\u00E2\u0080\u00A6 Go\u00E2\u0080\u00A6 FAAAAAAAAAAASSSSTTTT!!!";
Symbol 3112 MovieClip Frame 136
ReadBox.text = "You begin to fuck at a dangerously accelerated pace, the friction begins to warm your cock and Cream\u00E2\u0080\u0099s cunny. Then in an instant everything stops. You are stiff your legs spread wide your hands now holding Cream\u00E2\u0080\u0099s legs open wide, your cock buried all the way down to your balls.";
Symbol 3112 MovieClip Frame 137
ReadBox.text = "Sonic: AAAAAAAAAAAAAAAAAAAAAhhhhhhhhhhhh!";
Symbol 3112 MovieClip Frame 138
ReadBox.text = "You yell atop of your lungs as you let out a thick powerful blast of white hedgehog seed into the little rabbit\u00E2\u0080\u0099s cunny, stiffening your body as more spurts out. Your body becomes completely tense, trying to hold yourself inside her as hard as you can. Your head begins to spin and you want bend over and squeeze Cream but you can\u00E2\u0080\u0099t. You\u00E2\u0080\u0099ve lost control of your body.";
Symbol 3112 MovieClip Frame 139
ReadBox.text = "You helplessly watch as your body remains stiffened, penetrating Cream for several long minutes. Eventually Cream\u00E2\u0080\u0099s twitching ceases as her eyes happily doze off into dreamland. After several more minutes your body begins to move back slightly, causing your cock loudly pop out of the bunny\u00E2\u0080\u0099s womb.";
Symbol 3112 MovieClip Frame 140
ReadBox.text = "A thick runny strand of cum oozes off the table and pools on the floor. You still can\u00E2\u0080\u0099t take back control over yourself. Your body takes some of the cum and begins to rub Cream\u00E2\u0080\u0099s cunny with it and then proceeds to finger her ass and cunny with two or three fingers, for several more minutes.";
Symbol 3112 MovieClip Frame 141
ReadBox.text = "About an hour passes and you\u00E2\u0080\u0099ve finally been able to clean up everything, you\u00E2\u0080\u0099ve left Cream lying on the Couch sleeping. You\u00E2\u0080\u0099re still in the nude, as you put the cleaning stuff down and head over, sitting next to her. You bend over her and begin to kiss her, your cock amazingly getting hard again, though its starting to ache a bit. You start kissing the sleeping rabbit all over her body.";
Symbol 3112 MovieClip Frame 142
ReadBox.text = "You take a break and turn on the television. After a while you hear your cell phone ring\u00E2\u0080\u00A6";
Symbol 3112 MovieClip Frame 143
ReadBox.text = "Sonic: Hello?";
Symbol 3112 MovieClip Frame 144
ReadBox.text = "Knuckles: Blue! I did it! I finally put a bun in Julie-su's oven!";
Symbol 3112 MovieClip Frame 145
ReadBox.text = "Sonic: Oh really?";
Symbol 3112 MovieClip Frame 146
ReadBox.text = "Knuckles: Yep. A Julie-su bun stuffed with my echidna essence. The best kind of confection in Mobius!";
Symbol 3112 MovieClip Frame 147
ReadBox.text = "Sonic: Well it sounds a lot better then Sally filled with echidna essence.";
Symbol 3112 MovieClip Frame 148
ReadBox.text = "Knuckles: Aww, comn man. I thought that was last year news. Besides she never\u00E2\u0080\u00A6\u00E2\u0080\u009D";
Symbol 3112 MovieClip Frame 149
ReadBox.text = "Sonic: \u00E2\u0080\u00A6yeah I know...";
Symbol 3112 MovieClip Frame 150
ReadBox.text = "Knuckles: Anyway gotta go! Picture time!";
Symbol 3112 MovieClip Frame 151
ReadBox.text = "Sonic: WAIT!? WHAT!? Knux? Dude? You still there? ...fuck...";
Symbol 3112 MovieClip Frame 152
ReadBox.text = "You look over to Cream when you suddenly realize you\u00E2\u0080\u0099re already jerking yourself. You proceed to jerk yourself and cum all over the sleeping rabbit as you head off to do errands around the house to prepare for Vanilla's return.";
Symbol 3112 MovieClip Frame 153
ReadBox.text = "By the time the afternoon rolled around, all that was left was to give Cream a shower. It doesn't take long to wash Cream up and dry her off. However she just looks so sexy to you, you don't hesitate to take her to her room, lay her on her bed, and proceed to fuck her once more with Cream happily giggling and enjoying the sexual bliss over and over until she eventually passes out from the pleasure.";
Symbol 3112 MovieClip Frame 154
ReadBox.text = "After awhile you get up and stretch looking over what you've done to the young rabbit laying on the bed unconscious. You realize she'll need to get cleaned up again before Vanilla get's home. Before you can don anything, you hear the soft tender voice of Vanilla emerge from the door.";
Symbol 3112 MovieClip Frame 155
ReadBox.text = "Vanilla: I see you\u00E2\u0080\u0099ve made my Creamie into the happiest little rabbit on mobius.";
Symbol 3112 MovieClip Frame 156
ReadBox.text = "Sonic: VANILLA?!";
Symbol 3112 MovieClip Frame 157
ReadBox.text = "Vanilla: Shhh... My baby is sleeping Sonic...";
Symbol 3112 MovieClip Frame 158
ReadBox.text = "Sonic: Right\u00E2\u0080\u00A6 Sorry...";
Symbol 3112 MovieClip Frame 159
ReadBox.text = "Vanilla: Come on over to my room we\u00E2\u0080\u0099ll talk there.";
Symbol 3112 MovieClip Frame 160
ReadBox.text = "Vanilla walks seductively into her room where she begins to strip, her big juicy rabbit breasts bounce and glisten in the light. She gets close and kisses you passionately. You sit down on the edge of the bed and she kneels down and starts sucking your cock.";
Symbol 3112 MovieClip Frame 161
ReadBox.text = "Sonic: Vanilla... Wait... I need to appologise...";
Symbol 3112 MovieClip Frame 162
ReadBox.text = "Vanilla: For what?";
Symbol 3112 MovieClip Frame 163
ReadBox.text = "Sonic: For what I did to Cream\u00E2\u0080\u00A6 For everything\u00E2\u0080\u00A6 I don\u00E2\u0080\u0099t know what came over me\u00E2\u0080\u00A6";
Symbol 3112 MovieClip Frame 164
ReadBox.text = "Sonic: I\u00E2\u0080\u0099m a terrible person\u00E2\u0080\u00A6 I\u00E2\u0080\u00A6";
Symbol 3112 MovieClip Frame 165
ReadBox.text = "Vanilla gets up and kisses you again.";
Symbol 3112 MovieClip Frame 166
ReadBox.text = "Vanilla: If you want me to say that I'm angry at you, I'm not. This is exactly what I expected to happen.";
Symbol 3112 MovieClip Frame 167
ReadBox.text = "Sonic: Huh?";
Symbol 3112 MovieClip Frame 168
ReadBox.text = "Vanilla: Cream has gotten to that age where she continues to become more and more curious about sex. There's only so much I can do before she starts looking for the real thing.";
Symbol 3112 MovieClip Frame 169
ReadBox.text = "Vanilla: I'd rather her first experience be with a real hero like you rather then some random pervert on the street.";
Symbol 3112 MovieClip Frame 170
ReadBox.text = "Sonic: I... Um...";
Symbol 3112 MovieClip Frame 171
ReadBox.text = "Vanilla: Don't worry Sonic. You're not the only one who knows about it either. Amy, Sally, and even Rouge knew about it too, and agree that you're the perfect one to help Cream in the same way you help them.";
Symbol 3112 MovieClip Frame 172
ReadBox.text = "Sonic: Amy... And Sally... They...";
Symbol 3112 MovieClip Frame 173
ReadBox.text = "Vanilla: You were the hero and the gentleman I expected you too be. And since you treated her well I think I should give you a little reward too.";
Symbol 3112 MovieClip Frame 174
ReadBox.text = "Vanilla: Your reward is simple. I\u00E2\u0080\u0099m giving you the keys to the house. You are free to come and go and play with Cream whenever you feel like it.";
Symbol 3112 MovieClip Frame 175
ReadBox.text = "Sonic: Wow, really?";
Symbol 3112 MovieClip Frame 176
ReadBox.text = "Vanilla: Yes. As for my second reward... Well, I got all night to give it to you. *Grin*";
Symbol 3112 MovieClip Frame 177
ReadBox.text = "Vanilla pushes you back on the bed, and straddles your cock. She bends down and gives you a long passionate kiss as the night sky fills the city and faint stars shine in the distance.";
Symbol 3112 MovieClip Frame 178
play();
Symbol 3112 MovieClip Frame 208
_root.gotoAndStop("Credits");
Symbol 3113 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("Title");
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 1
onClipEvent (load) {
CredOne.text = "";
CredTwo.text = "There are so many people to thank in keeping us motivated to make this game. We dedicate this game to:";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 150
onClipEvent (load) {
CredOne.text = "Starling";
CredTwo.text = "Because you've given the world a little bit of heaven.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 300
onClipEvent (load) {
CredOne.text = "Lee Jay";
CredTwo.text = "Because in the dusk of life you've been with us to the end.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 450
onClipEvent (load) {
CredOne.text = "ASMUND OLAV HAUGE";
CredTwo.text = "Because you helped us in our time of greatest need.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 600
onClipEvent (load) {
CredOne.text = "paws.ru";
CredTwo.text = "Because everybody needs tender loving haters every once in a while.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 750
onClipEvent (load) {
CredOne.text = "LiquidDookie05";
CredTwo.text = "Because you stated that this project would fail since the day it was conceived.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 900
onClipEvent (load) {
CredOne.text = "Nina";
CredTwo.text = "Because you suported us in the very beginning.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 1050
onClipEvent (load) {
CredOne.text = "Draggo";
CredTwo.text = "Because you where a friend when no one would be.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 1200
onClipEvent (load) {
CredOne.text = "eXcito";
CredTwo.text = "Because without your guidance and love we would've never set flight.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 1350
onClipEvent (load) {
CredOne.text = "Buttercup Saiyan";
CredTwo.text = "Because you brought your artist wisdom to us when we needed it most.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 1500
onClipEvent (load) {
CredOne.text = "Zeta R-02";
CredTwo.text = "Because the meek shall inherit the net, they'll see, they'll all see.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 1650
onClipEvent (load) {
CredOne.text = "SEGA";
CredTwo.text = "Because without your wonderfull characters we woudn't have made so many people happy.";
}
Instance of Symbol 3116 MovieClip in Symbol 3124 MovieClip Frame 1800
onClipEvent (load) {
CredOne.text = "Cody Baier & Alex Barry";
CredTwo.text = "Because your podcast made us even more famous and has helped a good cause.";
}
Symbol 3124 MovieClip Frame 5444
_root.gotoAndPlay("Title");