STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228069
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/89894863?noj=FRM89894863-28DC" width="1" height="1"></div>

Legend of Krystal - Mario is Missing AE 1.6q.swf

This is the info page for
Flash #130845

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
movieClip 125 { frame 24 { gotoAndPlay(1); } } movieClip 126 leafpower { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(char) and !_root.pausee and !_root.on_action) { _root.score_add(1500); sound_hit1 = new Sound(this); sound_hit1.attachSound('feather'); sound_hit1.start(0, 1); if (_root.LockCostume == false) { if (_root.DressNum == 0 or _root.DressNum == 2 or _root.DressNum == 4 or _root.DressNum == 5) { _root.DressNum = 0; sound_hit2 = new Sound(this); sound_hit2.attachSound('peach ooh3'); sound_hit2.start(0, 1); } else {} } _root.peach_update_char('Leaf'); loadMovie('', this); } _y = _y + char.gravity; }; } instance char of movieClip 125 { onClipEvent (load) { var gravity = 0.8; var grav = 0; var movement = true; var _right = false; var alive = true; var notice = false; } } } movieClip 128 { } movieClip 129 poisonshroom { frame 1 { stop(); onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(char) and !_root.pausee and !_root.on_action) { _root.score_add(2000); sound_hit1 = new Sound(this); sound_hit1.attachSound('Peach yell'); sound_hit1.start(0, 1); addon = 1 + random(1); if (_root.horny_bar + addon < _root.horny_maximum) { _root.horny_bar += addon; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); } if (_root.LockCostume == false) { _root.DressNum = _root.Dress[0]; } _root.currentTip = 'You are stark naked!'; _root.HUD.tipsMC.gotoAndPlay(3); _root.peach_update_char('Poison'); gotoAndPlay(2); delete onEnterFrame; } if (char.movement) { dist = _root.Peach._x - _x; if (dist < -12) { this._xscale = 100; char._right = false; } else { if (dist > 12) { this._xscale = -100; char._right = true; } } if (char._right) { _x = _x + char.charspeed; } else { _x = _x - char.charspeed; } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - char.gravity; char.grav = 0; } if (_root.ground.hitTest(_x, _y + 4, true)) { touchingGround = true; } else { touchingGround = false; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { _x = _x - char.charspeed; this._xscale = 100; char._right = false; } if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { _x = _x + char.charspeed; this._xscale = -100; char._right = true; } } }; } instance char of movieClip 128 { onClipEvent (load) { var gravity = 1.6; var grav = 0; var movement = true; var charspeed = 5; var _right = false; var alive = true; var notice = false; dist = _root.Peach._x - _parent._x; if (dist > 0) { _parent._xscale = 100; _right = false; } else { _parent._xscale = -100; _right = true; } } } frame 2 { stop(); } } movieClip 131 { } movieClip 132 bigshroom { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(char) and !_root.pausee and !_root.on_action) { sound_hit1 = new Sound(this); sound_hit1.attachSound('Powerup'); sound_hit1.start(0, 1); if (_global.PLAYER.isSuperPeach == 'yes') { _root.peach_update_char(_root.CharMove); _root.currentTip = 'Mushroom eaten! 2000 points!'; _root.score_add(2000); } else { if (_root.CharMove != 'Poison') { _root.peach_update_char(_root.CharMove); _global.PLAYER.isSuperPeach = 'yes'; if (_root.CharMove == 'Dress') { _root.currentTip = 'Mushroom eaten! Clothing parts recovered and Peach can stand extra damage!'; } else { _root.currentTip = 'Mushroom eaten! Clothing parts recovered!'; } _root.score_add(1500); } else { _global.PLAYER.isSuperPeach = 'yes'; _root.currentTip = 'Mushroom eaten! Peach can stand extra damage!'; _root.score_add(1500); } } _root.HUD.tipsMC.gotoAndPlay(3); addon = 1 + random(1); if (_root.horny_bar + addon < _root.horny_maximum) { _root.horny_bar += addon; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); } if (_root.BoobSize < _root.MaxBoob - 1) { ++_root.BoobSize; _root.Peach.char.heavyJump += 1; _root.Peach.char.maxJump += 1; _root.Peach_heavyJump = _root.Peach.char.heavyJump; _root.Peach.char.charheavyspeed += 1; _root.Peach.char.charspeed -= 1; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; } else { if (_root.BoobSize < _root.MaxBoob) { _root.cloth_bra_remove(); ++_root.BoobSize; _root.Peach.char.heavyJump += 2; _root.Peach.char.maxJump += 2; _root.Peach_heavyJump = _root.Peach.char.heavyJump; _root.Peach.char.charheavyspeed += 2; _root.Peach.char.charspeed -= 2; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; } else {} } delete onEnterFrame; gotoAndStop(2); } if (char.movement) { if (char._right) { _x = _x + char.charspeed; } else { _x = _x - char.charspeed; } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - char.gravity; char.grav = 0; } if (_root.ground.hitTest(_x, _y + 4, true)) { touchingGround = true; } else { touchingGround = false; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { _x = _x - char.charspeed; this._xscale = 100; char._right = false; } if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { _x = _x + char.charspeed; this._xscale = -100; char._right = true; } } }; stop(); } instance char of movieClip 131 { onClipEvent (load) { var gravity = 1.2; var grav = 0; var movement = true; var charspeed = 3; var _right = false; var alive = true; var notice = false; dist = _root.Peach._x - _parent._x; if (dist > 0) { _parent._xscale = 100; _right = false; _parent.movedir = 'left'; } else { _parent._xscale = -100; _right = true; _parent.movedir = 'right'; } } } frame 2 { stop(); } } movieClip 134 { } movieClip 135 1upmushroom { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(char) and !_root.pausee and !_root.on_action) { sound_grow = new Sound(this); sound_grow.attachSound('Extra Life'); sound_grow.start(0, 1); _root.score_add(1000); _root.Lives += 1; gotoAndStop(3); delete onEnterFrame; } if (char.movement) { if (char._right) { _x = _x + char.charspeed; } else { _x = _x - char.charspeed; } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - char.gravity; char.grav = 0; } if (_root.ground.hitTest(_x, _y + 4, true)) { touchingGround = true; } else { touchingGround = false; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { _x = _x - char.charspeed; this._xscale = 100; char._right = false; } if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { _x = _x + char.charspeed; this._xscale = -100; char._right = true; } } }; } instance char of movieClip 134 { onClipEvent (load) { var gravity = 1.2; var grav = 0; var movement = true; var charspeed = 3; var _right = false; var alive = true; var notice = false; dist = _root.Peach._x - _parent._x; if (dist > 0) { _parent._xscale = 100; _right = false; _parent.movedir = 'left'; } else { _parent._xscale = -100; _right = true; _parent.movedir = 'right'; } } } frame 2 { stop(); } frame 3 { stop(); } } movieClip 137 { } movieClip 143 { frame 1 { if (_root.Peach.koopacolor == 'red') { gotoAndPlay(2); } stop(); } frame 2 { stop(); } } movieClip 144 { frame 113 { stop(); if (_global.FLAGS.enemiesAtATime > 9) { _global.FLAGS.enemiesAtATime = 0; } _root.horny_respawn.attachMovie('koopa', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._color = _root.Peach.koopacolor; if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _root.Peach._x - _root.Peach._width / 2; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _root.Peach._y; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime].char.notice = true; } else { if (_root.horny_respawn.veggiesex) { _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _root.horny_respawn.veggiesex._x; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _root.horny_respawn.veggiesex._y; } else { _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _x; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y; } } ++_global.FLAGS.enemiesAtATime; loadMovie('', _root.horny_respawn.veggiesex); loadMovie('', this); } } movieClip 146 { } movieClip 148 { } movieClip 150 { } movieClip 152 { } movieClip 154 { frame 1 { stop(); } } movieClip 156 { frame 1 { stop(); } } movieClip 168 { } movieClip 170 { frame 1 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 11 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 19 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 21 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 23 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } } movieClip 173 { } movieClip 174 { frame 1 { gotoAndPlay(_root.peach_earring_remove); } frame 2 { gotoAndPlay(_root.peach_earring_remove); } frame 4 { gotoAndPlay(_root.peach_earring_remove); } } movieClip 176 { frame 1 { gotoAndPlay(_root.peach_earring_remove); } frame 2 { gotoAndPlay(_root.peach_earring_remove); } frame 4 { gotoAndPlay(_root.peach_earring_remove); } } movieClip 177 { frame 1 { gotoAndPlay(_root.peach_earring_color); } frame 2 { gotoAndPlay(_root.peach_earring_color); } frame 4 { gotoAndPlay(_root.peach_earring_color); } } movieClip 178 { frame 1 { gotoAndPlay(_root.peach_earring_color); } frame 2 { gotoAndPlay(_root.peach_earring_color); } frame 4 { gotoAndPlay(_root.peach_earring_color); } } movieClip 180 { } movieClip 184 { frame 1 { gotoAndPlay(_root.peach_crown_color); } frame 2 { gotoAndPlay(_root.peach_crown_color); } frame 4 { gotoAndPlay(_root.peach_crown_color); } } movieClip 185 { frame 1 { stop(); } } movieClip 186 { frame 1 { gotoAndStop(_global.PLAYER.currentVeggieType); } frame 2 { _type = 'turnip'; stop(); } frame 3 { _type = 'paprika'; stop(); } frame 4 { _type = 'carrot'; stop(); } frame 5 { _type = 'shell'; stop(); } frame 6 { _type = 'tubegreen'; stop(); } frame 7 { _type = 'tubered'; stop(); } frame 8 { _type = 'tubeblue'; stop(); } frame 9 { _type = 'tubeyellow'; stop(); } frame 10 { _type = 'tubeempty'; stop(); } frame 11 { _type = 'full'; stop(); } frame 12 { _type = 'clothing'; stop(); } } movieClip 187 veggie { frame 1 { stop(); gravity = 1.4; grav = -2; charspeed = 6; if (_root.Peach.char.peach_right) { char_right = true; } else { char_right = false; } onEnterFrame = function () { if (on_ground) { _y = _y + grav; grav += gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - gravity; grav = 0; } if (taken and _global.PLAYER.isReadyToGrabVeggie) { _global.FLAGS.carryingVeggieNumber = int(this._name.substring(6)); _global.PLAYER.currentVeggieType = types._type; _global.PLAYER.isReadyToGrabVeggie = false; loadMovie('', this); } if (_root.Peach.char.character._type.collisionFeet.hitTest(this)) { if (!Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { canTake = true; } else { if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and canTake and !_global.PLAYER.isCarryingVeggie) { canTake = false; if (!_global.FLAGS.vegetableOnlyOneMutex and _root.CharNum != 'Frog') { _global.FLAGS.vegetableOnlyOneMutex = true; taken = true; _root.movement = false; _root.on_action = true; _root.Peach.runPressed = true; _root.Peach.char.character.gotoAndPlay('grabvegetable'); } } } } } else { if (!once) { if (_root.Peach.peach_state == 'walkright' or _root.Peach.peach_state == 'walkleft') { charspeed += 3; once = true; } } if (char_right) { _x = _x + charspeed; } else { _x = _x - charspeed; } if (_y > 3000) { loadMovie('', this); } _y = _y + grav; grav += gravity; while (_root.ground.hitTest(_x, _y, true)) { touchedGround = true; _y = _y - gravity; grav = 0; } if (touchedGround) { on_ground = true; } if (_root.ground.hitTest(_x + _width / 2, _y, true)) { charspeed /= 2; _x = _x - charspeed; this._xscale = 100; char_right = false; } else { if (_root.ground.hitTest(_x - _width / 2, _y, true)) { charspeed /= 2; _x = _x + charspeed; this._xscale = -100; char_right = true; } } } }; } } movieClip 193 { frame 1 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 195 { } movieClip 197 { } movieClip 201 { frame 1 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 3 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 5 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 7 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 9 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 11 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } } movieClip 203 titfchars { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 207 { frame 1 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 2 { gotoAndPlay(1); } frame 3 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 4 { gotoAndPlay(3); } frame 5 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 6 { gotoAndPlay(5); } frame 7 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 8 { gotoAndPlay(7); } frame 9 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 10 { gotoAndPlay(9); } } movieClip 211 { frame 1 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 213 { } movieClip 215 { frame 1 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 3 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 5 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 7 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 9 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 11 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumTits <= _root.CumTitsMax) { gotoAndPlay(_root.CumTits); } else { gotoAndPlay(_root.CumTitsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } } movieClip 217 titbchars { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 222 { frame 1 { gotoAndPlay(_root.stockings_type); } frame 3 { gotoAndPlay(_root.stockings_type); } frame 5 { gotoAndPlay(_root.stockings_type); } frame 7 { gotoAndPlay(_root.stockings_type); } frame 9 { gotoAndPlay(_root.stockings_type); } } movieClip 226 { frame 1 { gotoAndPlay(_root.garter_type); } frame 3 { gotoAndPlay(_root.garter_type); } frame 5 { gotoAndPlay(_root.garter_type); } frame 7 { gotoAndPlay(_root.garter_type); } frame 9 { gotoAndPlay(_root.garter_type); } } movieClip 233 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 19 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 238 { frame 1 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 3 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 5 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 7 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 9 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } } movieClip 240 thighchars { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 243 { } movieClip 245 { } movieClip 246 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 247 mouthlipslinechars { frame 1 { stop(); } } movieClip 250 { frame 1 { gotoAndPlay(_root.ears_remove); } frame 3 { gotoAndPlay(_root.ears_remove); } frame 5 { gotoAndPlay(_root.ears_remove); } } movieClip 254 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 259 { } movieClip 262 { frame 1 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumHead <= _root.CumHeadMax) { gotoAndPlay(_root.CumHead); } else { gotoAndPlay(_root.CumHeadMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 3 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumHead <= _root.CumHeadMax) { gotoAndPlay(_root.CumHead); } else { gotoAndPlay(_root.CumHeadMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 5 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumHead <= _root.CumHeadMax) { gotoAndPlay(_root.CumHead); } else { gotoAndPlay(_root.CumHeadMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 7 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumHead <= _root.CumHeadMax) { gotoAndPlay(_root.CumHead); } else { gotoAndPlay(_root.CumHeadMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 9 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumHead <= _root.CumHeadMax) { gotoAndPlay(_root.CumHead); } else { gotoAndPlay(_root.CumHeadMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 11 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumHead <= _root.CumHeadMax) { gotoAndPlay(_root.CumHead); } else { gotoAndPlay(_root.CumHeadMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 13 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumHead <= _root.CumHeadMax) { gotoAndPlay(_root.CumHead); } else { gotoAndPlay(_root.CumHeadMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 15 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumHead <= _root.CumHeadMax) { gotoAndPlay(_root.CumHead); } else { gotoAndPlay(_root.CumHeadMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 17 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumHead <= _root.CumHeadMax) { gotoAndPlay(_root.CumHead); } else { gotoAndPlay(_root.CumHeadMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } } movieClip 265 headforwardchars { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 271 { frame 1 { gotoAndPlay(_root.gloves_type); } frame 3 { gotoAndPlay(_root.gloves_type); } frame 5 { gotoAndPlay(_root.gloves_type); } frame 7 { gotoAndPlay(_root.gloves_type); } frame 9 { gotoAndPlay(_root.gloves_type); } } movieClip 278 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 280 handgrabchars { frame 1 { } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 282 { } movieClip 287 { frame 1 { gotoAndPlay(_root.gloves_type); } frame 3 { gotoAndPlay(_root.gloves_type); } frame 5 { gotoAndPlay(_root.gloves_type); } frame 7 { gotoAndPlay(_root.gloves_type); } frame 9 { gotoAndPlay(_root.gloves_type); } } movieClip 294 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 296 handfistchars { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 302 { frame 1 { gotoAndPlay(_root.gloves_type); } frame 3 { gotoAndPlay(_root.gloves_type); } frame 5 { gotoAndPlay(_root.gloves_type); } frame 7 { gotoAndPlay(_root.gloves_type); } frame 9 { gotoAndPlay(_root.gloves_type); } } movieClip 309 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 311 handcupchars { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 313 { } movieClip 318 { frame 1 { gotoAndPlay(_root.gloves_type); } frame 3 { gotoAndPlay(_root.gloves_type); } frame 5 { gotoAndPlay(_root.gloves_type); } frame 7 { gotoAndPlay(_root.gloves_type); } frame 9 { gotoAndPlay(_root.gloves_type); } } movieClip 325 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 327 handbentchars { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 331 { } movieClip 333 { frame 1 { } frame 5 { gotoAndPlay('dress'); } frame 6 { } frame 10 { gotoAndPlay('dress'); } frame 11 { } frame 15 { gotoAndPlay('dress'); } } movieClip 336 { } movieClip 337 { frame 1 { gotoAndPlay(_parent.dress); } frame 5 { gotoAndPlay('dress'); } } movieClip 341 { } movieClip 343 { frame 1 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 2 { gotoAndPlay(1); } frame 3 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 4 { gotoAndPlay(3); } frame 5 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 6 { gotoAndPlay(5); } frame 7 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 8 { gotoAndPlay(7); } frame 9 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 10 { gotoAndPlay(9); } } movieClip 344 { } movieClip 345 { } movieClip 347 eye5squintchars { frame 1 { expr = 6; gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { _root.currentCharacter = 'daisy'; } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { _root.currentCharacter = 'rosa'; } frame 8 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 9 { _root.currentCharacter = 'emorosa'; } frame 10 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 11 { _root.currentCharacter = 'toadette'; } frame 12 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 14 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 16 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 18 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 20 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 22 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 24 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 26 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 28 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 30 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 32 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 34 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 36 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 38 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 40 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 42 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 44 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 46 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 48 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 50 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 52 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 54 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 56 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 58 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 60 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 62 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 64 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 66 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 68 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 70 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 72 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 74 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 76 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 78 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 80 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 82 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 353 eye4rollchars { frame 1 { expr = 5; gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { _root.currentCharacter = 'daisy'; } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { _root.currentCharacter = 'rosa'; } frame 8 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 9 { _root.currentCharacter = 'emorosa'; } frame 10 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 11 { _root.currentCharacter = 'toadette'; } frame 12 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 357 eye3liddedchars { frame 1 { expr = 2; gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { _root.currentCharacter = 'daisy'; } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { _root.currentCharacter = 'rosa'; } frame 8 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 9 { _root.currentCharacter = 'emorosa'; } frame 10 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 11 { _root.currentCharacter = 'toadette'; } frame 12 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 366 eye2crosschars { frame 1 { expr = 3; gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { _root.currentCharacter = 'daisy'; _root.showfeye = true; } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { _root.currentCharacter = 'rosa'; _root.showfeye = false; } frame 8 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 9 { _root.currentCharacter = 'emorosa'; _root.showfeye = true; } frame 10 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 11 { _root.currentCharacter = 'toadette'; _root.showfeye = true; } frame 12 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 14 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 16 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 18 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 20 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 22 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 24 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 26 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 28 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 30 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 32 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 34 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 36 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 38 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 40 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 42 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 44 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 46 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 48 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 50 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 52 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 54 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 56 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 58 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 60 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 62 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 64 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 66 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 68 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 70 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 72 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 74 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 76 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 78 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 80 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 82 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 370 eye1closedchars { frame 1 { expr = 1; gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { _root.currentCharacter = 'daisy'; _root.showfeye = true; } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { _root.currentCharacter = 'rosa'; _root.showfeye = false; } frame 8 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 9 { _root.currentCharacter = 'emorosa'; _root.showfeye = true; } frame 10 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 11 { _root.currentCharacter = 'toadette'; _root.showfeye = true; } frame 12 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 372 eye0normalchars { frame 1 { expr = 0; gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { _root.currentCharacter = 'daisy'; _root.showfeye = true; } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { _root.currentCharacter = 'rosa'; _root.showfeye = false; } frame 8 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 9 { _root.currentCharacter = 'emorosa'; _root.showfeye = true; } frame 10 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 11 { _root.currentCharacter = 'toadette'; _root.showfeye = true; } frame 12 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 377 { frame 1 { gotoAndPlay(_root.garter_type); } frame 3 { gotoAndPlay(_root.garter_type); } frame 5 { gotoAndPlay(_root.garter_type); } frame 7 { gotoAndPlay(_root.garter_type); } frame 9 { gotoAndPlay(_root.garter_type); } } movieClip 387 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 390 { frame 1 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 3 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 5 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 7 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 9 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 11 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 13 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } } movieClip 392 bodychars { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 394 { } movieClip 399 { frame 1 { gotoAndPlay(_root.gloves_type); } frame 3 { gotoAndPlay(_root.gloves_type); } frame 5 { gotoAndPlay(_root.gloves_type); } frame 7 { gotoAndPlay(_root.gloves_type); } frame 9 { gotoAndPlay(_root.gloves_type); } } movieClip 405 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 407 { } movieClip 408 armupperchars { frame 1 { } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 414 { frame 1 { gotoAndPlay(_root.gloves_type); } frame 3 { gotoAndPlay(_root.gloves_type); } frame 5 { gotoAndPlay(_root.gloves_type); } frame 7 { gotoAndPlay(_root.gloves_type); } frame 9 { gotoAndPlay(_root.gloves_type); } } movieClip 421 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 423 armforechars { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 427 { frame 1 { stop(); } frame 2 { if (!n) { n = 0; } else { if (n > 4) { n = 0; loadMovie('', _parent); } } } frame 17 { ++n; gotoAndPlay(1); } frame 22 { stop(); loadMovie('', _parent); } } movieClip 428 fireball { frame 1 { gravity = 1.6; grav = -4; charspeed = 10; if (_root.Peach.char.peach_right) { char_right = true; } else { char_right = false; } onEnterFrame = function () { if (!died) { if (_root.Peach.peach_state == 'walkright' or _root.Peach.peach_state == 'walkleft') { charspeed += 3; } if (char_right) { _x = _x + charspeed; } else { _x = _x - charspeed; } if (_y > 3000) { loadMovie('', this); } _y = _y + grav; grav += gravity; while (_root.ground.hitTest(_x, _y, true)) { touchedGround = true; _y = _y - gravity; grav = 0; } if (touchedGround) { touchedGround = false; grav = -7; } if (_root.ground.hitTest(_x + _width / 2, _y, true)) { died = true; fireball.gotoAndPlay('vanish'); } else { if (_root.ground.hitTest(_x - _width / 2, _y, true)) { died = true; fireball.gotoAndPlay('vanish'); } else { if (_root.ceiling_collision.hitTest(_x, _y - _height, true)) { died = true; _y = _y - 5; fireball.gotoAndPlay('vanish'); } } } } }; } } movieClip 430 { } movieClip 433 FadeoutGlobal { frame 1 { stopAllSounds(); } instance Introfade2 of movieClip 430 { onClipEvent (press) { _root.Intro.Introbutton.Introfade1.Introfade.play(); } } frame 21 { loadMovie('', _root.VCam); _root.gotoAndStop(trans); this.unloadMovie(); } } movieClip 437 { frame 1 { if (_parent._parent._parent._color == 'blue' or _parent._parent._color == 'blue') { gotoAndStop('blue'); } else { if (_parent._parent._parent._color == 'green' or _parent._parent._color == 'green') { gotoAndStop('green'); } else { stop(); } } } frame 2 { stop(); } frame 3 { stop(); } } movieClip 440 { frame 1 { gotoAndPlay(_global.FLAGS.dickState); } frame 2 { once = false; } frame 9 { if (!once) { once = true; _global.FLAGS.dickState = 'down'; } gotoAndPlay(_global.FLAGS.dickState); } frame 10 { once = false; } frame 17 { if (!once) { once = true; _global.FLAGS.dickState = 'up'; } gotoAndPlay(_global.FLAGS.dickState); } } movieClip 443 { frame 2 { gotoAndPlay(_root.shyguy_belt); } frame 4 { gotoAndPlay(_root.shyguy_belt); } } movieClip 446 { frame 1 { if (_parent._parent._parent._color == 'blue' or _parent._parent._color == 'blue') { gotoAndStop('blue'); } else { if (_parent._parent._parent._color == 'green' or _parent._parent._color == 'green') { gotoAndStop('green'); } else { stop(); } } } frame 2 { stop(); } frame 3 { stop(); } } movieClip 450 { frame 1 { if (_parent._parent._parent._color == 'blue' or _parent._parent._color == 'blue') { gotoAndStop('blue'); } else { if (_parent._parent._parent._color == 'green' or _parent._parent._color == 'green') { gotoAndStop('green'); } else { stop(); } } } frame 2 { stop(); } frame 3 { stop(); } } movieClip 453 { frame 1 { if (_parent._parent._parent._type == 'bad' or _parent._parent._type == 'bad') { gotoAndStop('bad'); } else { stop(); } } frame 2 { stop(); } } movieClip 456 { frame 1 { if (_parent._parent._parent._type == 'bad' or _parent._parent._type == 'bad') { gotoAndStop('bad'); } else { stop(); } } frame 2 { stop(); } } movieClip 457 { frame 1 { if (_parent._parent._running) { gotoAndPlay(2); } } frame 3 { if (_parent._parent._running) { gotoAndPlay(4); } } frame 5 { if (_parent._parent._running) { gotoAndPlay(6); } } frame 7 { if (_parent._parent._running) { gotoAndPlay(8); } } frame 9 { if (_parent._parent._running) { gotoAndPlay(10); } } frame 11 { if (_parent._parent._running) { gotoAndPlay(12); } } frame 12 { gotoAndPlay(1); } frame 14 { stop(); } } movieClip 460 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 464 skirtdress { frame 1 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 11 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 468 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 470 { frame 1 { gotoAndPlay(_global.PLAYER.isSuperPeach); } frame 2 { gotoAndPlay(_global.PLAYER.isSuperPeach); } frame 4 { gotoAndPlay(_global.PLAYER.isSuperPeach); } } movieClip 473 { frame 1 { gotoAndPlay(_global.PLAYER.isSuperPeach); } frame 2 { gotoAndPlay(_global.PLAYER.isSuperPeach); } frame 4 { gotoAndPlay(_global.PLAYER.isSuperPeach); } } movieClip 474 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 478 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 486 { frame 1 { gotoAndPlay(_root.nails_type); } frame 3 { gotoAndPlay(_root.nails_type); } frame 5 { gotoAndPlay(_root.nails_type); } frame 7 { gotoAndPlay(_root.nails_type); } frame 9 { gotoAndPlay(_root.nails_type); } frame 11 { gotoAndPlay(_root.nails_type); } } movieClip 487 { frame 1 { stop(); } } movieClip 493 { frame 1 { gotoAndPlay(_root.stockings_type); } frame 3 { gotoAndPlay(_root.stockings_type); } frame 5 { gotoAndPlay(_root.stockings_type); } frame 7 { gotoAndPlay(_root.stockings_type); } frame 9 { gotoAndPlay(_root.stockings_type); } } movieClip 497 { frame 1 { gotoAndPlay(_root.heels_type); } frame 3 { gotoAndPlay(_root.heels_type); } frame 5 { gotoAndPlay(_root.heels_type); } frame 7 { gotoAndPlay(_root.heels_type); } frame 9 { gotoAndPlay(_root.heels_type); } } movieClip 508 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 510 { } movieClip 511 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 519 { frame 1 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 3 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 5 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 7 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 9 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumLegs <= _root.CumLegsMax) { gotoAndPlay(_root.CumLegs); } else { gotoAndPlay(_root.CumLegsMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } } movieClip 521 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 525 { frame 1 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 11 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 529 { frame 1 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } else { gotoAndPlay('move'); } } } frame 3 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } else { gotoAndPlay('move'); } } } frame 5 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 6 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 7 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 8 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 9 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 10 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 11 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 12 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 13 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 14 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 15 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 16 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 17 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 18 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 19 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 20 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 21 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 22 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 23 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 24 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 25 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 26 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 27 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 28 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 29 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 30 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 31 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 32 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 33 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 34 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } } } frame 35 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { if (_root.jump_to_fly) { gotoAndPlay('fly_tail'); _root.jump_to_fly = false; } else { gotoAndPlay('move'); } } } frame 36 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 37 { _root.char.grav = -1; if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 38 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 39 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 40 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 41 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 42 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 43 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 44 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 45 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { gotoAndPlay('move'); } } } movieClip 532 { frame 1 { gotoAndPlay(_root.PeachHasKey); } frame 3 { gotoAndPlay(_root.PeachHasKey); } frame 5 { gotoAndPlay(_root.PeachHasKey); } } movieClip 534 { frame 1 { } } movieClip 535 { frame 1 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } frame 2 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } frame 4 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } } movieClip 537 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 539 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 540 { frame 1 { gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 3 { _root.PrevBoob = 0; if (_root.lactate) { lactating.gotoAndPlay(2); } gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 5 { _root.PrevBoob = 1; if (_root.lactate) { lactating.gotoAndPlay(2); } gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 7 { _root.PrevBoob = 2; if (_root.lactate) { lactating.gotoAndPlay(2); } gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 9 { _root.PrevBoob = 3; if (_root.lactate) { lactating.gotoAndPlay(2); } gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 11 { _root.PrevBoob = 4; if (_root.lactate) { lactating.gotoAndPlay(2); } gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 13 { _root.PrevBoob = 5; if (_root.lactate) { lactating.gotoAndPlay(2); } gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } } movieClip 547 { frame 1 { gotoAndPlay(_root.nails_type); } frame 3 { gotoAndPlay(_root.nails_type); } frame 5 { gotoAndPlay(_root.nails_type); } frame 7 { gotoAndPlay(_root.nails_type); } frame 9 { gotoAndPlay(_root.nails_type); } frame 11 { gotoAndPlay(_root.nails_type); } } movieClip 548 { frame 1 { stop(); } } movieClip 552 { frame 1 { gotoAndPlay(_root.stockings_type); } frame 3 { gotoAndPlay(_root.stockings_type); } frame 5 { gotoAndPlay(_root.stockings_type); } frame 7 { gotoAndPlay(_root.stockings_type); } frame 9 { gotoAndPlay(_root.stockings_type); } } movieClip 557 { frame 1 { gotoAndPlay(_root.heels_type); } frame 3 { gotoAndPlay(_root.heels_type); } frame 5 { gotoAndPlay(_root.heels_type); } frame 7 { gotoAndPlay(_root.heels_type); } frame 9 { gotoAndPlay(_root.heels_type); } } movieClip 568 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 570 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 573 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 576 blushface_movie { frame 1 { gotoAndPlay(_global.PLAYER.blushAux); } frame 2 { _global.PLAYER.blushAux = 'blush_steady'; } frame 3 { if (_global.PLAYER.blushType == 'fade_out' or _global.PLAYER.blushType == 'blush_blink') { gotoAndPlay(_global.PLAYER.blushType); } else { gotoAndPlay('blush_steady'); } } frame 4 { _global.PLAYER.blushAux = 'blush_blink'; } frame 76 { if (_global.PLAYER.blushType == 'fade_out' or _global.PLAYER.blushType == 'blush_blink') { gotoAndPlay(_global.PLAYER.blushType); } else { gotoAndPlay('blush_steady'); } } frame 77 { _global.PLAYER.blushAux = 'fade_out'; } frame 92 { if (_global.PLAYER.blushType == 'fade_in') { gotoAndPlay(_global.PLAYER.blushType); } else { _global.PLAYER.blushType = 'blush_off'; gotoAndPlay('blush_off'); } } frame 93 { _global.PLAYER.blushAux = 'fade_in'; } frame 107 { if (_global.PLAYER.blushType == 'fade_out' or _global.PLAYER.blushType == 'blush_blink') { gotoAndPlay(_global.PLAYER.blushType); } else { _global.PLAYER.blushType == 'blush_steady'; gotoAndPlay('blush_steady'); } } frame 108 { _global.PLAYER.blushAux = 'blush_off'; } frame 109 { if (_global.PLAYER.blushType == 'fade_in') { gotoAndPlay(_global.PLAYER.blushType); } else { gotoAndPlay('blush_off'); } } } movieClip 580 { frame 1 { gotoAndPlay(_root.peach_crown_remove); } frame 2 { gotoAndPlay(_root.peach_crown_remove); } frame 4 { gotoAndPlay(_root.peach_crown_remove); } } movieClip 582 { frame 1 { gotoAndPlay(_root.peach_crown_remove); } frame 2 { gotoAndPlay(_root.peach_crown_remove); } frame 4 { gotoAndPlay(_root.peach_crown_remove); } } movieClip 583 { frame 1 { gotoAndPlay(_root.peach_crown_color); } frame 2 { gotoAndPlay(_root.peach_crown_color); } frame 4 { gotoAndPlay(_root.peach_crown_color); } } movieClip 585 { } movieClip 587 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 588 { } movieClip 589 { frame 1 { attachMovie('eye0normalchars', 'eye0normal', 1); loadMovie('', 'eye0normalbase'); } } movieClip 590 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 591 { } movieClip 592 { frame 1 { attachMovie('eye1closedchars', 'eye1closed', 1); loadMovie('', 'eye1closedbase'); } } movieClip 593 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 594 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 595 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 596 { } movieClip 597 { frame 1 { attachMovie('eye4rollchars', 'eye4roll', 1); loadMovie('', 'eye4rollbase'); } } movieClip 598 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { dress = 'dress'; } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { dress = 'fire'; } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 599 { } movieClip 600 { frame 1 { attachMovie('eye5squintchars', 'eye5squint', 1); loadMovie('', 'eye5squintbase'); } } movieClip 601 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { dress = 'dress'; } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { dress = 'fire'; } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 602 { } movieClip 603 { frame 1 { attachMovie('eye3liddedchars', 'eye3lidded', 1); loadMovie('', 'eye3liddedbase'); } } movieClip 604 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { dress = 'dress'; } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { dress = 'fire'; } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 605 { } movieClip 606 { frame 1 { attachMovie('eye2crosschars', 'eye2cross', 1); loadMovie('', 'eye2crossbase'); } } movieClip 607 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } } movieClip 608 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { dress = 'dress'; } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { dress = 'fire'; } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 609 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } } movieClip 611 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 613 { } movieClip 614 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 617 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 618 { frame 1 { gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 3 { _root.PrevBoob = 0; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 5 { _root.PrevBoob = 1; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 7 { _root.PrevBoob = 2; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 9 { _root.PrevBoob = 3; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 11 { _root.PrevBoob = 4; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 13 { _root.PrevBoob = 5; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } } movieClip 619 { frame 1 { if (_root.ShowCum == 'Yes') { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } frame 3 { if (_root.ShowCum == 'Yes') { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } frame 5 { if (_root.ShowCum == 'Yes') { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } frame 7 { if (_root.ShowCum == 'Yes') { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } frame 9 { if (_root.ShowCum == 'Yes') { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } frame 11 { if (_root.ShowCum == 'Yes') { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } frame 13 { if (_root.ShowCum == 'Yes') { if (_root.CumBody <= _root.CumBodyMax) { gotoAndPlay(_root.CumBody); } else { gotoAndPlay(_root.CumBodyMax); } } else { gotoAndPlay(2); } } } movieClip 622 { frame 1 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 11 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 23 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } } movieClip 623 { frame 1 { gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 3 { _root.PrevBoob = 0; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 5 { _root.PrevBoob = 1; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 7 { _root.PrevBoob = 2; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 9 { _root.PrevBoob = 3; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 11 { _root.PrevBoob = 4; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 13 { if (!_root.NoBoob) { _root.BoobSize = _root.PrevBoob; } gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } } // unknown tag 88 length 77 movieClip 628 { frame 1 { this._visible = false; stop(); } } movieClip 630 { } movieClip 633 { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 635 { } // unknown tag 88 length 152 movieClip 642 { frame 5 { stop(); } } button 645 { on (keyPress '<Space>') { advance = true; } } movieClip 648 { frame 1 { if (_parent._parent._parent._type == 'bad' or _parent._parent._type == 'bad') { gotoAndStop('bad'); } else { stop(); } } frame 2 { stop(); } } movieClip 649 { frame 1 { _root.movement = false; _root.Peach_show(0); advance = false; horny_bar_buildup = 1; horny_random1 = random(4); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 4 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); _global.PLAYER.blushType = 'fade_in'; } frame 6 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 7 { _global.PLAYER.blushType = 'blush_blink'; } frame 8 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; _root.peachHornyIncrease(); gotoAndPlay('fuck'); } } frame 21 { head.eyeRightPeach.gotoAndStop('closed'); } frame 26 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; _root.peachHornyIncrease(); gotoAndPlay('covered'); } } frame 32 { if (!_parent.do_over) { _root.score_add(300); } _root.cloth_bra_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.Peach_show(1); ++_root.shyguy_laid_count[0]; _parent._parent.sleeping = true; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'shyguyKey') { _root.getPuzzleReward('shyguyKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 652 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 659 { } movieClip 662 { } movieClip 663 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 665 { frame 1 { gotoAndPlay(_root.ears_remove); } frame 3 { gotoAndPlay(_root.ears_remove); } frame 5 { gotoAndPlay(_root.ears_remove); } } movieClip 668 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 672 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 693 { frame 20 { stop(); } } movieClip 697 { frame 4 { stop(); } } movieClip 701 { frame 17 { stop(); } } movieClip 702 { } movieClip 704 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(3); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 4 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 11 { _global.PLAYER.blushType = 'fade_in'; } frame 11 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 12 { _global.PLAYER.blushType = 'blush_blink'; } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 18 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 28 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; _root.peachHornyIncrease(); gotoAndPlay('fuck'); } } frame 38 { head.eyeRightPeach.gotoAndStop('closed'); } frame 42 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 702 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 43 { _global.PLAYER.blushType = 'blush_blink'; } frame 44 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 46 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 47 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; _root.peachHornyIncrease(); gotoAndPlay('covered'); } } frame 48 { if (!_parent.do_over) { _root.score_add(300); } _root.cloth_garter_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.Peach_show(1); ++_root.shyguy_laid_count[1]; _parent._parent.sleeping = true; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'shyguyKey') { _root.getPuzzleReward('shyguyKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 710 { frame 1 { gotoAndPlay(_root.gloves_type); } frame 3 { gotoAndPlay(_root.gloves_type); } frame 5 { gotoAndPlay(_root.gloves_type); } frame 7 { gotoAndPlay(_root.gloves_type); } frame 9 { gotoAndPlay(_root.gloves_type); } } movieClip 717 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 719 { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 720 { } movieClip 721 { frame 1 { attachMovie('mouthlipslinechars', 'mouthlipsline', 1); loadMovie('', 'mouthlipslinebase'); } } movieClip 737 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { currentCharacter = 'daisy'; } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { currentCharacter = 'rosa'; } frame 8 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 9 { currentCharacter = 'emorosa'; } frame 10 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 11 { currentCharacter = 'toadette'; } frame 12 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 14 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 16 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 18 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 20 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 22 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 24 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 26 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 28 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 30 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 32 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 34 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 36 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 38 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 40 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 42 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 44 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 46 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 48 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 50 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 52 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 54 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 56 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 58 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 60 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 62 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 64 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 66 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 68 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 70 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 72 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 74 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 76 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 78 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 80 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 82 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 745 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { currentCharacter = 'daisy'; } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { currentCharacter = 'rosa'; } frame 8 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 9 { currentCharacter = 'emorosa'; } frame 10 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 11 { currentCharacter = 'toadette'; } frame 12 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 14 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 16 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 18 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 20 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 22 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 24 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 26 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 28 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 30 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 32 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 34 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 36 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 38 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 40 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 42 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 44 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 46 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 48 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 50 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 52 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 54 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 56 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 58 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 60 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 62 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 64 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 66 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 68 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 70 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 72 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 74 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 76 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 78 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 80 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 82 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 746 { } movieClip 748 { instance of movieClip 746 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 778 { frame 27 { stop(); } } movieClip 781 { } movieClip 798 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 7 { stop(); } } movieClip 811 { frame 12 { stop(); } } movieClip 817 { frame 1 { gotoAndPlay(_root.nails_type); } frame 3 { gotoAndPlay(_root.nails_type); } frame 5 { gotoAndPlay(_root.nails_type); } frame 7 { gotoAndPlay(_root.nails_type); } frame 9 { gotoAndPlay(_root.nails_type); } frame 11 { gotoAndPlay(_root.nails_type); } } movieClip 819 { frame 1 { stop(); } } movieClip 824 { frame 1 { gotoAndPlay(_root.stockings_type); } frame 3 { gotoAndPlay(_root.stockings_type); } frame 5 { gotoAndPlay(_root.stockings_type); } frame 7 { gotoAndPlay(_root.stockings_type); } frame 9 { gotoAndPlay(_root.stockings_type); } } movieClip 829 { frame 1 { gotoAndPlay(_root.heels_type); } frame 3 { gotoAndPlay(_root.heels_type); } frame 5 { gotoAndPlay(_root.heels_type); } frame 7 { gotoAndPlay(_root.heels_type); } frame 9 { gotoAndPlay(_root.heels_type); } } movieClip 840 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 842 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 868 { frame 27 { stop(); } } movieClip 869 { } movieClip 871 { instance of movieClip 869 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 872 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(4); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 4 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); _global.PLAYER.blushType = 'fade_in'; } frame 6 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 7 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); _global.PLAYER.blushType = 'blush_blink'; } frame 8 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (horny_bar_buildup < horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 22 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 26 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); _global.PLAYER.blushType = 'blush_blink'; } frame 31 { head.eyeRightPeach.gotoAndStop('closed'); } frame 35 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 37 { head.eyeLeftPeach.gotoAndStop('closed'); } frame 38 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 39 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 40 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 41 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (horny_bar_buildup < horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 42 { if (_parent.alive) { _root.score_add(300); } if (!_root.clothes_skirt_remove) { _root.clothes_skirt_remove = true; _root.sound_shred_random(); } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumButt += 2; _root.Peach_show(1); ++_root.shyguy_laid_count[2]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'shyguyKey') { _root.getPuzzleReward('shyguyKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); _root.peach_swollen_ass(); } } movieClip 873 { frame 1 { stop(); } } movieClip 875 { frame 1 { stop(); } } movieClip 876 { instance of movieClip 875 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this) and _root.movement and !_root.pausee) { _root.she_is_hit(); } } } instance of movieClip 875 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this) and _root.movement and !_root.pausee) { _root.she_is_hit(); } } } } movieClip 877 { frame 2 { gotoAndPlay(1); if (stomped == true and alive) { _global.FLAGS.enemyOnlyOneMutex = false; movement = false; alive = false; gotoAndStop('stomped'); } else { if ((notice or do_over) and !_root.on_action) { _global.FLAGS.enemyOnlyOneMutex = false; movement = false; _root.on_action = true; _root.jump_pressed = true; _root.game_timer_suspend = 1; enemy_num = _root.ShyGuy; if (alive == false) { _global.PLAYER.laids += 0; } else { ++_global.PLAYER.laids; ++_global.PLAYER.totalLaids; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; _root.shyguy_fucking_scene = _root.EnemyTotal[enemy_num]; } else { if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; _root.shyguy_fucking_scene = 1 + random(_root.EnemyMax[enemy_num]); } } } if (alive == false) { if (_root.PlayScene > _root.EnemyTotal[enemy_num]) { f = _root.shyguy_fucking_scene + 2; gotoAndPlay(f); } else { f = _root.PlayScene + 2; gotoAndPlay(f); } } else { f = _root.shyguy_fucking_scene + 2; gotoAndPlay(f); } alive = false; } } } frame 3 { notice = false; char.notice = false; stop(); } frame 4 { notice = false; char.notice = false; stop(); } frame 5 { notice = false; char.notice = false; stop(); } instance of movieClip 704 { onClipEvent (load) { var gravity = 2; var grav = 0; var charspeed = 8; } } frame 25 { _root.score_add(200); ++_global.PLAYER.deaths; ++_global.PLAYER.totalDeaths; _parent.killedTrivia = true; sound_fall = new Sound(this); sound_fall.attachSound('stomp.wav'); sound_fall.start(0, 1); _root.on_action = false; stop(); } frame 27 { if (stomped == true and alive) { _global.FLAGS.enemyOnlyOneMutex = false; movement = false; alive = false; gotoAndStop('stomped'); } else { gotoAndPlay('jumping'); } } } movieClip 880 { } movieClip 883 { } movieClip 884 { frame 1 { } frame 2 { gotoAndPlay(1); } frame 11 { gotoAndPlay(1); } frame 14 { _root.soundFX('exclamation', 3); } frame 71 { _parent.exclamation_towards_Peach = false; _global.FLAGS.dickState = 'goingdown'; gotoAndPlay(1); } } movieClip 886 shyguy { frame 1 { function follow_peach() { dist = _root.Peach._x - this._x; if (dist < -12) { this._xscale = 100; char._right = false; movedir = 'left'; } else { if (dist > 12) { this._xscale = -100; char._right = true; movedir = 'right'; } else {} } } movedir = 'left'; enemy_num = _root.ShyGuy; dist = 0; n = 0; scoreSquare = ''; exclamation_towards_Peach = false; xVel = 0; returned_walk = false; onEnterFrame = function () { if (gravity_when_sleeping or sleeping) { if (!_root.ground.hitTest(_x, _y + 5, true)) { if (n < 8) { ++n; } _y = _y + n; } else { n = 0; } } if (char.alive) { if (!char.notice) { if (_root.horny_bar > 10 or exclamation_towards_Peach) { _running = true; char.charspeed = 4; follow_peach(); } else { char.charspeed = 2; _running = false; } } } if (jumping) { if (!once) { once = true; char.gotoAndPlay('jumping'); } } else { if (_root.Peach.hitTest(vision) or spawn) { spawn = false; char.gotoAndPlay('walk'); loadMovie('', vision); char.movement = true; } } if (char.movement) { dist2 = _root.Peach._x - this._x; disty = _root.Peach._y - _root.Peach._height / 2 - this._y + 50; if (!_running and char._right and dist2 < 120 and dist2 > 0 and (disty > -150 and disty < 0 or disty < 150 and disty > 0) and !exclamation_towards_Peach) { _global.FLAGS.dickState = 'goingup'; exclamation_towards_Peach = true; scoreAndMarks.gotoAndPlay('exclamation'); } else { if (!_running and !char._right and dist2 > -120 and dist2 < 0 and (disty > -150 and disty < 0 or disty < 150 and disty > 0) and !exclamation_towards_Peach) { _global.FLAGS.dickState = 'goingup'; exclamation_towards_Peach = true; scoreAndMarks.gotoAndPlay('exclamation'); } } if (char._right) { xVel += char.charspeed; } else { xVel -= char.charspeed; } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - char.gravity; char.grav = 0; } if (_root.ground.hitTest(_x, _y + 4, true)) { touchingGround = true; } else { touchingGround = false; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { xVel -= char.charspeed; this._xscale = 100; char._right = false; movedir = 'left'; } else { if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { xVel += char.charspeed; this._xscale = -100; char._right = true; movedir = 'right'; } } this._x += xVel; if (xVel == 0) { if (returned_walk) { char.char.gotoAndStop('stopped'); returned_walk = false; } } else { if (!returned_walk) { returned_walk = true; char.char.gotoAndPlay(1); } } xVel = 0; } if (!char.stomped and char.alive) { if (_root.Peach.char.character._type.collisionFeet.hitTest(char) and !_root.touchingGround and !_root.on_action and !_root.pausee) { if (!_root.Peach.char.character._type.collisionBody.hitTest(char)) { if (!char.notice) { if (!_global.FLAGS.enemyOnlyOneMutex) { _global.FLAGS.enemyOnlyOneMutex = true; char.movement = false; char.stomped = true; if (Key.isDown(_root.keyC) or Key.isDown(_root.keySLASH)) { _root.Peach.char.grav = -20; } else { _root.Peach.char.grav = -12; } char.notice = false; gravity_when_sleeping = true; delete eval(onEnterFrame()); } } } } if (_root.Peach.char.character._type.collisionBody.hitTest(char)) { if (Key.isDown(_root.keyEND) and !char.alive and !_root.on_action) { if (!_global.FLAGS.enemyOnlyOneMutex) { _global.FLAGS.enemyOnlyOneMutex = true; if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } _root.shyguyTextRandomize(); _root.movement = false; char.do_over = true; } } else { if (Key.isDown(_root.key1)) { _root.PlayScene = 1; _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'1\''; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key2)) { _root.PlayScene = 2; if (!_root.EnemyAtMax[_root.ShyGuy] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'ShyGuy: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'2\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key3)) { _root.PlayScene = 3; if (!_root.EnemyAtMax[_root.ShyGuy] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'ShyGuy: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'3\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key4)) { _root.PlayScene = 4; if (!_root.EnemyAtMax[_root.ShyGuy] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'ShyGuy: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'4\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key5)) { _root.PlayScene = 5; if (!_root.EnemyAtMax[_root.ShyGuy] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'ShyGuy: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'5\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key6)) { _root.PlayScene = 6; if (!_root.EnemyAtMax[_root.ShyGuy] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'6\''; } else { _root.currentStatusBar = 'ShyGuy: Not enough sex with living creatures yet!'; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key7)) { _root.PlayScene = 7; if (!_root.EnemyAtMax[_root.ShyGuy] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'ShyGuy: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'7\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key8)) { _root.PlayScene = 8; if (!_root.EnemyAtMax[_root.ShyGuy] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'ShyGuy: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'8\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key9)) { _root.PlayScene = 9; if (!_root.EnemyAtMax[_root.ShyGuy] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'ShyGuy: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'9\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key0)) { _root.PlayScene = 10; if (!_root.EnemyAtMax[_root.ShyGuy] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'ShyGuy: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'ShyGuy: Sex scene Changed to \'10\''; } _root.HUD.statMC.gotoAndPlay(3); } } } } } } } } } } } if (_root.movement) { if (!_root.pausee) { if (touchingGround) { if (!_root.on_action) { if (_root.touchingGround) { if (char.alive) { if (!_global.FLAGS.enemyOnlyOneMutex) { _global.FLAGS.enemyOnlyOneMutex = true; char.movement = false; char.do_over = false; if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } _root.shyguyTextRandomize(); _root.Peach.accelX = 0; char.notice = true; } } } } } } } } } }; stop(); } instance char of movieClip 877 { onClipEvent (load) { var gravity = 1.4; var grav = 0; var movement = false; var charspeed = 2; var _right = false; var alive = true; var notice = false; var stomped = false; var do_over = false; var movedir = 'left'; dist = _root.Peach._x - _parent._x; if (dist < 0) { _parent._xscale = 100; _right = false; movedir = 'left'; } else { _parent._xscale = -100; _right = true; movedir = 'right'; } } } } movieClip 888 { } movieClip 891 { } movieClip 893 { } movieClip 895 { } movieClip 897 { } movieClip 899 { } movieClip 901 { } movieClip 903 { } movieClip 905 { } movieClip 906 { } movieClip 908 { } movieClip 910 { } movieClip 912 { } movieClip 914 { } movieClip 915 { } movieClip 917 { } movieClip 919 { } movieClip 921 { } movieClip 922 { } movieClip 924 { } movieClip 926 { } movieClip 928 { } movieClip 936 { } movieClip 937 { frame 7 { stop(); } } movieClip 938 { frame 1 { var sound_fx = new Sound(); sound_fx.attachSound('explode_snd'); } frame 2 { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.on_action and _root.movement and !_root.pausee and !_root.jumping) { gotoAndPlay('explode'); } } frame 3 { gotoAndPlay(2); } frame 4 { } frame 14 { sound_grow = new Sound(this); sound_grow.attachSound('explode_snd'); sound_grow.start(0, 1); } instance explosion of movieClip 937 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.movement = false; _root.masturbating = false; if (_root.char._x >= _root.bomb._x - 465.85 and !hit) { hit = true; _root.char.character.gotoAndStop('coverleft'); } else { if (!hit) { hit = true; _root.char.character.gotoAndStop('coverright'); } } _root.CumHead = _root.CumHeadMax; _root.CumTits = _root.CumTitsMax; _root.CumBody = _root.CumBodyMax; _root.CumLegs = _root.CumLegsMax; } } } frame 18 { _root.score_add(500); ++_root.Deaths; sound_grow2 = new Sound(this); sound_grow2.attachSound('scream7'); sound_grow2.start(0, 1); if (_root.Peach.char.peach_state != 'descending') { _root.movement = false; _root.on_action = true; } if (_root.Peach.char.peach_right) { _root.Peach.char.character.gotoAndStop('coverright'); } else { _root.Peach.char.character.gotoAndStop('coverleft'); } } frame 29 { _root.bombactive = true; _parent._parent.exploded = true; stop(); _root.movement = true; _root.on_action = false; } } movieClip 939 bobomb_explode { frame 1 { stop(); } } movieClip 941 { } movieClip 943 { } movieClip 944 { frame 23 { stop(); _parent.play(); } } movieClip 946 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 956 { frame 20 { stop(); } } movieClip 961 { frame 4 { stop(); } } movieClip 966 { frame 5 { stop(); } } movieClip 967 { } movieClip 969 { frame 1 { horny_bar_buildup = 1; horny_random1 = 1 + random(3); } frame 4 { head.eyeRightPeach.gotoAndPlay('lidded'); head.eyeLeftPeach.gotoAndPlay('lidded'); } frame 6 { if (!_root.ShowText) { btext._alpha = 0; } else { btext._alpha = 100; } } instance of movieClip 946 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; _root.peachHornyIncrease(); gotoAndPlay('fuck'); } } frame 26 { if (!_root.ShowText) { btext._alpha = 0; } else { btext._alpha = 100; } } instance of movieClip 946 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeRightPeach.gotoAndPlay('closed'); head.eyeLeftPeach.gotoAndPlay('closed'); } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; _root.peachHornyIncrease(); gotoAndPlay('covered'); } } frame 32 { _root.movement = true; _root.Peach_show(1); _root.on_action = false; if (_root.CurrentArea == 'gallery' or _root.MenuWindow == 'gallery') { stop(); } else { _root.CumHead += 2; } } frame 64 { stop(); _root.bombactive = true; _root.bomb.gotoAndPlay(1); } } movieClip 970 { frame 2 { gotoAndPlay(1); if (notice and !_root.on_action) { _root.on_action = true; _parent.stop(); _root.jump_pressed = true; _root.Peach.char.character._type.gotoAndStop(1); _root.Peach.char.grav = 0; enemy_num = _root.BobOmb; scene_num = 0; _root.movement = false; _root.Peach_show(0); if (_root.BobombScene[scene_num] == true) { _root.Laid += 0; } else { ++_root.Laid; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; } if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; _root.loadinfo.data.EnemyAtMax[enemy_num] = true; _root.loadinfo.flush(); } } alive = false; gotoAndStop(3); _root.BobombScene[scene_num] = true; } } frame 3 { stop(); notice = false; } frame 4 { stop(); } } movieClip 972 { } movieClip 974 { } movieClip 975 { } movieClip 976 { } movieClip 978 { } movieClip 979 { frame 23 { stop(); _parent.play(); } } movieClip 983 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 984 { frame 1 { stop(); } } movieClip 986 { } movieClip 989 { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 995 { frame 12 { stop(); } } movieClip 1001 { frame 5 { stop(); } } movieClip 1007 { frame 9 { stop(); } } movieClip 1013 { frame 6 { stop(); } } movieClip 1016 { } movieClip 1018 { } movieClip 1019 { } movieClip 1020 { frame 1 { horny_bar_buildup = 1; horny_random1 = 1 + random(3); } frame 5 { head.eyeRightPeach.gotoAndPlay('lidded'); head.eyeLeftPeach.gotoAndPlay('lidded'); } frame 10 { if (!_root.ShowText) { btext._alpha = 0; } else { btext._alpha = 100; } } instance of movieClip 946 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 11 { head.eyeRightPeach.gotoAndPlay('lidded'); head.eyeLeftPeach.gotoAndPlay('lidded'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 18 { head.eyeRightPeach.gotoAndPlay('closed'); head.eyeLeftPeach.gotoAndPlay('closed'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; _root.peachHornyIncrease(); gotoAndPlay('fuck'); } } frame 25 { head.eyeRightPeach.gotoAndPlay('squint'); head.eyeLeftPeach.gotoAndPlay('squint'); } frame 36 { _root.cloth_bra_remove(); } frame 36 { if (!_root.ShowText) { btext._alpha = 0; } else { btext._alpha = 100; } } instance of movieClip 946 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 37 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 38 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 39 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 40 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 41 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; _root.peachHornyIncrease(); gotoAndPlay('covered'); } } frame 42 { _root.movement = true; _root.Peach_show(1); _root.on_action = false; if (_root.CurrentArea == 'gallery' or _root.MenuWindow == 'gallery') { stop(); } else { _root.CumHead += 2; _root.CumTits += 2; } } frame 74 { stop(); _root.bombactive = true; _root.bomb.gotoAndPlay(1); } } movieClip 1021 { frame 2 { gotoAndPlay(1); if (notice and !_root.on_action) { _root.on_action = true; _root.Peach.char.character._type.gotoAndStop(1); _parent.stop(); enemy_num = _root.BobOmb; scene_num = 1; _root.movement = false; _root.Peach_show(0); _root.Peach.char.grav = 0; if (_root.BobombScene[scene_num] == true) { _root.Laid += 0; } else { ++_root.Laid; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; } if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; _root.loadinfo.data.EnemyAtMax[enemy_num] = true; _root.loadinfo.flush(); } } alive = false; gotoAndStop(3); _root.BobombScene[scene_num] = true; } } frame 3 { stop(); notice = false; } frame 4 { stop(); } } movieClip 1023 { } movieClip 1024 { } movieClip 1025 { } movieClip 1027 { } movieClip 1028 { frame 23 { stop(); _parent.play(); } } movieClip 1052 { frame 27 { gotoAndPlay(1); } } movieClip 1053 { } movieClip 1068 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 7 { stop(); } } movieClip 1094 { frame 27 { gotoAndPlay(1); } } movieClip 1096 { frame 1 { horny_bar_buildup = 1; horny_random1 = 1 + random(3); } frame 4 { head.eyeRightPeach.gotoAndPlay('squint'); head.eyeLeftPeach.gotoAndPlay('squint'); } frame 6 { if (!_root.ShowText) { btext._alpha = 0; } else { btext._alpha = 100; } } instance of movieClip 946 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 7 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 8 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; _root.peachHornyIncrease(); gotoAndPlay('fuck'); } } frame 19 { head.eyeRightPeach.gotoAndPlay('closed'); head.eyeLeftPeach.gotoAndPlay('closed'); } frame 31 { if (!_root.ShowText) { btext._alpha = 0; } else { btext._alpha = 100; } } instance of movieClip 946 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 32 { head.eyeRightPeach.gotoAndPlay('crossed'); head.eyeLeftPeach.gotoAndPlay('crossed'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 33 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 34 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 36 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 37 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 38 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 39 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 40 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 41 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 42 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; _root.peachHornyIncrease(); gotoAndPlay('covered'); } } frame 43 { _root.movement = true; _root.Peach_show(1); _root.on_action = false; if (_root.CurrentArea == 'gallery' or _root.MenuWindow == 'gallery') { stop(); } else { _root.CumBody += 2; } } frame 75 { stop(); _root.bombactive = true; _root.bomb.gotoAndPlay(1); } } movieClip 1097 { frame 2 { gotoAndPlay(1); if (notice and !_root.on_action) { _root.on_action = true; _root.Peach.char.character._type.gotoAndStop(1); _parent.stop(); enemy_num = _root.BobOmb; scene_num = 2; _root.movement = false; _root.Peach_show(0); _root.Peach.char.grav = 0; if (_root.BobombScene[scene_num] == true) { _root.Laid += 0; } else { ++_root.Laid; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; } if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; _root.loadinfo.data.EnemyAtMax[enemy_num] = true; _root.loadinfo.flush(); } } alive = false; gotoAndStop(3); _root.BobombScene[scene_num] = true; } } frame 3 { stop(); notice = false; } frame 4 { stop(); } } movieClip 1098 { frame 11 { stop(); } } movieClip 1100 { frame 27 { stop(); } } movieClip 1102 { } movieClip 1111 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 5 { stop(); } } movieClip 1112 { } movieClip 1114 { frame 1 { horny_bar_buildup = 1; horny_random1 = 1 + random(4); } frame 4 { head.eyeRightPeach.gotoAndPlay('crossed'); head.eyeLeftPeach.gotoAndPlay('crossed'); _root.cloth_skirt_remove(); } frame 4 { if (!_root.ShowText) { btext._alpha = 0; } else { btext._alpha = 100; } } instance of movieClip 946 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 5 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 6 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 7 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 8 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { head.eyeRightPeach.gotoAndPlay('squint'); head.eyeLeftPeach.gotoAndPlay('squint'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; _root.peachHornyIncrease(); gotoAndPlay('fuck'); } } frame 23 { head.eyeRightPeach.gotoAndPlay('crossed'); head.eyeLeftPeach.gotoAndPlay('crossed'); } frame 33 { head.eyeRightPeach.gotoAndPlay('closed'); head.eyeLeftPeach.gotoAndPlay('closed'); } frame 43 { if (!_root.ShowText) { btext._alpha = 0; } else { btext._alpha = 100; } } instance of movieClip 946 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 44 { head.eyeRightPeach.gotoAndPlay('squint'); head.eyeLeftPeach.gotoAndPlay('squint'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 46 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 47 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 48 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 49 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 50 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 51 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 52 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 53 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; _root.peachHornyIncrease(); gotoAndPlay('covered'); } } frame 54 { _root.movement = true; _root.Peach_show(1); _root.on_action = false; if (_root.CurrentArea == 'gallery' or _root.MenuWindow == 'gallery') { stop(); } else { _root.CumBody += 2; } } frame 69 { stop(); _root.bombactive = true; _root.bomb.gotoAndPlay(1); } } movieClip 1115 { frame 2 { gotoAndPlay(1); if (notice and !_root.on_action) { _root.on_action = true; _root.Peach.char.character._type.gotoAndStop(1); _parent.stop(); enemy_num = _root.BobOmb; scene_num = 3; _root.movement = false; _root.Peach_show(0); _root.Peach.char.grav = 0; if (_root.BobombScene[scene_num] == true) { _root.Laid += 0; } else { ++_root.Laid; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; } if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; _root.loadinfo.data.EnemyAtMax[enemy_num] = true; _root.loadinfo.flush(); } } alive = false; gotoAndStop(3); _root.BobombScene[scene_num] = true; } } frame 3 { stop(); notice = false; } frame 4 { stop(); } } movieClip 1116 bobomb { frame 1 { stop(); onEnterFrame = function () { if (_root.Peach.hitTest(vision) or spawn) { spawn = false; gotoAndPlay('run'); loadMovie('', vision); char.movement = true; } }; } frame 2 { _root.bombactive = false; } instance bobombmain of movieClip 970 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.on_action and _root.movement and !_root.pausee and _root.touchingGround) { if (alive != false) { if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', getNextHighestDepth()); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } notice = true; this(notice); gotoAndPlay('squish'); } else { if (Key.isDown(_root.keyEND) and !_root.on_action) { gotoAndStop('explode'); } } } } } instance bobombmain of movieClip 1021 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.on_action and _root.movement and !_root.pausee and _root.touchingGround) { if (alive != false) { if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', getNextHighestDepth()); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } notice = true; this(notice); gotoAndPlay('squish'); } else { if (Key.isDown(_root.keyEND) and !_root.on_action) { gotoAndStop('explode'); } } } } } frame 31 { if (walk_lengh == 'short') { gotoAndStop('run_short'); } } instance bobombmain of movieClip 1097 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.on_action and _root.movement and !_root.pausee and _root.touchingGround) { if (alive != false) { if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', getNextHighestDepth()); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } notice = true; this(notice); gotoAndPlay('squish'); } else { if (Key.isDown(_root.keyEND) and !_root.on_action) { gotoAndStop('explode'); } } } } } instance bobombmain of movieClip 1115 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.on_action and _root.movement and !_root.pausee and _root.touchingGround) { if (alive != false) { if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', getNextHighestDepth()); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } notice = true; gotoAndPlay('squish'); } else { if (Key.isDown(_root.keyEND) and !_root.on_action) { gotoAndStop('explode'); } } } } } frame 81 { stop(); } frame 82 { stop(); } } movieClip 1118 { } movieClip 1120 { } movieClip 1122 { } movieClip 1123 { } movieClip 1125 { } movieClip 1126 { frame 20 { stop(); } } movieClip 1127 { frame 20 { sound_fall3 = new Sound(this); sound_fall3.attachSound('boo_sound'); sound_fall3.start(0, 1); stop(); _parent.gotoAndPlay('walk'); } } movieClip 1128 { frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 1130 boo { frame 1 { movedir = 'left'; var enemy_num = _root.Boo; var dist = 0; onEnterFrame = function () { if (char.alive) { if (!char.notice) { if (_root.horny_bar > 10) { char.charspeed = 4; } else { char.charspeed = 2; } } } if (_root.Peach.hitTest(vision) or spawn) { spawn = false; loadMovie('', vision); char.movement = true; } if (char.movement and _root.movement and !_root.pausee) { if (char.alive) { dist_x = _root.Peach._x - this._x; dist_y = _root.Peach._y - _root.Peach._height / 3 - this._y; if (dist_x > 12) { if (!_root.Peach.char.peach_right) { if (!looking) { char.changing = false; looking = true; } if (!char.changing) { char.changing = true; char.gotoAndPlay('hide'); } } else { if (looking) { char.changing = false; looking = false; } if (!char.changing) { char.changing = true; char.gotoAndPlay('unhide'); } _x = _x + char.charspeed; if (dist_y > 20) { _y = _y + char.charspeed; } else { if (dist_y < -20) { _y = _y - char.charspeed; } else {} } } if (!char._right) { this._xscale = -100; char._right = true; movedir = 'right'; } } else { if (dist_x < -12) { if (_root.Peach.char.peach_right) { if (!looking) { char.changing = false; looking = true; } if (!char.changing) { char.changing = true; char.gotoAndPlay('hide'); } } else { if (looking) { char.changing = false; looking = false; } if (!char.changing) { char.changing = true; char.gotoAndPlay('unhide'); } _x = _x - char.charspeed; if (dist_y > 20) { _y = _y + char.charspeed; } else { if (dist_y < -20) { _y = _y - char.charspeed; } else {} } } if (char._right) { this._xscale = 100; char._right = false; movedir = 'left'; } } else {} } } } if (!char.stomped) { if (_root.Peach.char.CollisionFeet.hitTest(char)) { if (!_root.Peach.char.CoinGrab.hitTest(char)) { if (!char.notice) { if (_root.jumping == 0) { char.stomped = true; char.notice = false; } } } } if (_root.Peach.char.CoinGrab.hitTest(char)) { if (Key.isDown(_root.keyEND) and !char.alive and !_root.on_action) { _root.movement = false; char.do_over = true; char.gotoAndPlay('squish'); } else { if (Key.isDown(_root.key1)) { _root.PlayScene = 1; _root.currentStatusBar = 'Boo: Sex scene Changed to \'1\''; _root.HUD.statMC.gotoAndPlay(3); } else { if (_root.movement) { if (!_root.pausee) { if (touchingGround) { if (!_root.on_action) { if (_root.touchingGround) { char.do_over = false; if (char.alive) { char.notice = true; } } } } } } } } } } }; } instance char of movieClip 1128 { onClipEvent (load) { var movement = false; var charspeed = 2; var right = false; var alive = true; var stomped = false; var do_over = false; } } } movieClip 1134 { frame 1 { if (_color == 'red' or _parent._color == 'red' or _parent._parent._parent._color == 'red') { gotoAndPlay(2); } stop(); } frame 2 { stop(); } } movieClip 1136 { frame 1 { gotoAndPlay(_global.FLAGS.dickState); } frame 2 { once = false; } frame 9 { if (!once) { once = true; _global.FLAGS.dickState = 'down'; } gotoAndPlay(_global.FLAGS.dickState); } frame 10 { once = false; } frame 17 { if (!once) { once = true; _global.FLAGS.dickState = 'up'; } gotoAndPlay(_global.FLAGS.dickState); } } movieClip 1139 { frame 1 { if (_color == 'red' or _parent._color == 'red' or _parent._parent._parent._color == 'red') { gotoAndPlay(2); } stop(); } frame 2 { stop(); } } movieClip 1142 { } movieClip 1143 { } movieClip 1147 { } movieClip 1148 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 1150 { } movieClip 1151 { frame 1 { onLoad = function () { char.gotoAndPlay(1 + random(16)); }; } frame 2 { if (_parent._parent._running) { gotoAndPlay(3); } } frame 4 { if (_parent._parent._running) { gotoAndPlay(5); } } frame 6 { if (_parent._parent._running) { gotoAndPlay(7); } } frame 8 { if (_parent._parent._running) { gotoAndPlay(9); } } frame 10 { if (_parent._parent._running) { gotoAndPlay(11); } } frame 12 { if (_parent._parent._running) { gotoAndPlay(13); } } frame 14 { if (_parent._parent._running) { gotoAndPlay(15); } } frame 16 { if (_parent._parent._running) { gotoAndPlay(17); } } frame 17 { gotoAndPlay(1); } frame 18 { stop(); } } movieClip 1153 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1155 { instance of movieClip 702 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1156 { } movieClip 1161 { frame 6 { stop(); } } movieClip 1164 { frame 4 { stop(); } } movieClip 1165 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 1 { psays1 = 'Wow! Who knew a Koopa could be hiding something like this in its shell?'; psays2 = 'It must\'ve been hard being so pent up! I\'ll make sure its balls are empty before I go.'; } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 10 { head.eyeRight.gotoAndPlay('opened'); head.eyeLeft.gotoAndPlay('opened'); } frame 17 { _root.cloth_skirt_remove(); _global.PLAYER.blushType = 'fade_in'; } frame 17 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (horny_bar_buildup == 4) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 36 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } frame 48 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); _global.PLAYER.blushType = 'blush_blink'; } frame 50 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 52 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 53 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 54 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 55 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 56 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 57 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 58 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 59 { if (horny_bar_buildup == 5) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 60 { if (!_parent.do_over) { _root.score_add(300); } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.CumTits += 2; _root.Peach_show(1); _parent._parent.sleeping = true; ++_root.koopa_laid_count[0]; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1166 { } movieClip 1168 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1169 { } movieClip 1171 { instance of movieClip 702 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1175 { frame 9 { stop(); } } movieClip 1179 { frame 4 { stop(); } } movieClip 1180 { frame 1 { _root.movement = false; _root.Peach_show(0); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 2 { horny_bar_buildup = 1; } frame 8 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 13 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 17 { head.eyeRightPeach.gotoAndStop('opened'); } frame 20 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); _global.PLAYER.blushType = 'fade_in'; } frame 20 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (horny_bar_buildup == 6) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 37 { _root.cloth_stockings_remove(); head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 45 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } frame 50 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 50 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 51 { _global.PLAYER.blushType = 'blush_blink'; } frame 52 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 53 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 54 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 55 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 56 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 57 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 58 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 59 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 60 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 61 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 62 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 63 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 64 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 65 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 66 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 67 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 68 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 69 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 70 { if (horny_bar_buildup == 9) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 71 { if (!_parent.do_over) { _root.score_add(500); } _root.cloth_heels_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumLegs += 2; _root.CumButt += 2; _root.Peach_show(1); ++_root.koopa_laid_count[2]; _parent._parent.sleeping = true; _root.Peach.char.character.gotoAndPlay('standingup'); } frame 72 { head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); stop(); } } movieClip 1183 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1188 { frame 5 { stop(); } } movieClip 1192 { frame 5 { stop(); } } movieClip 1193 { frame 1 { explosion.play(); } frame 10 { stop(); } } movieClip 1195 { instance of movieClip 702 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1196 { frame 1 { _root.movement = false; _root.Peach_show(0); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 2 { horny_bar_buildup = 1; } frame 5 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 8 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 13 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 17 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 19 { _root.cloth_skirt_remove(); _global.PLAYER.blushType = 'fade_in'; } frame 19 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 32 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 33 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 34 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 35 { if (horny_bar_buildup == 4) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 36 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 42 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); _global.PLAYER.blushType = 'blush_blink'; } frame 51 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 52 { _root.blushtype = 'blush1'; head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 53 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 54 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 55 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 56 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 57 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 58 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 59 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 60 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 61 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 62 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 63 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 64 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 65 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 66 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 67 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 68 { if (horny_bar_buildup == 5) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 69 { if (!_parent.do_over) { _root.score_add(300); } _root.cloth_bra_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumButt += 2; _root.Peach_show(1); ++_root.koopa_laid_count[1]; _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1197 { } movieClip 1199 { instance of movieClip 1197 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1200 { } movieClip 1202 { instance of movieClip 1200 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1203 { frame 1 { _root.movement = false; _root.Peach_show(0); head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 2 { horny_bar_buildup = 1; } frame 8 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 13 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 16 { head.eyeLeftPeach.gotoAndStop('squint'); _global.PLAYER.blushType = 'fade_in'; } frame 17 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 18 { _global.PLAYER.blushType = 'blush_blink'; head.eyeRightPeach.gotoAndStop('squint'); } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (horny_bar_buildup == 6) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 32 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 39 { head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } frame 47 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); _global.PLAYER.blushType = 'blush_blink'; } frame 53 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 55 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 56 { head.eyeRightPeach.gotoAndStop('closed'); } frame 57 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 58 { if (horny_bar_buildup == 9) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 59 { if (!_parent.do_over) { _root.score_add(500); } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumLegs += 2; _root.Peach_show(1); ++_root.koopa_laid_count[3]; _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1205 { } movieClip 1206 { frame 1 { attachMovie('mouthlipslinechars', 'mouthlipsline', 1); loadMovie('', 'mouthlipslinebase'); } } movieClip 1208 { } movieClip 1209 { frame 1 { attachMovie('mouthlipslinechars', 'mouthlipsline', 1); loadMovie('', 'mouthlipslinebase'); } } movieClip 1212 { } movieClip 1236 { frame 27 { stop(); } } movieClip 1237 { } movieClip 1239 { frame 1 { _root.movement = false; _root.Peach_show(0); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('squint'); } frame 2 { horny_bar_buildup = 1; } frame 14 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 18 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); _global.PLAYER.blushType = 'fade_in'; } frame 19 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 1212 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); _global.PLAYER.blushType = 'blush_blink'; } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 32 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 34 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 36 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 37 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 38 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 39 { if (horny_bar_buildup == 6) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 42 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } frame 50 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 55 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 1237 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 56 { if (Key.isDown(32)) { advance = true; } head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); _global.PLAYER.blushType = 'blush_blink'; } frame 57 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 58 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 59 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 60 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 61 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 62 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 63 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 64 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 65 { if (horny_bar_buildup == 9) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 66 { if (!_parent.do_over) { _root.score_add(400); } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumButt += 2; ++_root.koopa_laid_count[4]; _root.Peach_show(1); _parent._parent.sleeping = true; _root.Peach.char.character.gotoAndPlay('standingup'); } frame 67 { stop(); } } movieClip 1242 { frame 1 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 11 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } } movieClip 1243 { } movieClip 1244 { frame 1 { attachMovie('mouthfacechars', 'mouthface', 1); loadMovie('', 'mouthfacebase'); } } movieClip 1250 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1253 { instance of movieClip 702 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1255 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); head2.eyeRight.gotoAndPlay('lidded'); head2.eyeLeft.gotoAndPlay('lidded'); } frame 1 { psays1 = 'Wow! Who knew a Koopa could be hiding something like this in its shell?'; psays2 = 'It must\'ve been hard being so pent up! I\'ll make sure its balls are empty before I go.'; } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 5 { head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } frame 11 { head.eyeRightPeach.gotoAndPlay('opened'); head.eyeLeftPeach.gotoAndPlay('opened'); head2.eyeRight.gotoAndPlay('lidded'); head2.eyeLeft.gotoAndPlay('lidded'); } frame 13 { _root.cloth_skirt_remove(); } frame 14 { _root.cloth_skirt_remove(); head2.eyeRight.gotoAndPlay('opened'); head2.eyeLeft.gotoAndPlay('opened'); } frame 16 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('normal'); } frame 21 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 23 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 24 { head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } frame 27 { _root.blushtype = 'blush1'; head2.eyeRight.gotoAndPlay('lidded'); head2.eyeLeft.gotoAndPlay('lidded'); } frame 27 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('liddedmore'); head.eyeRightPeach.gotoAndStop('liddedmore'); } frame 32 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 34 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 36 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 37 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 39 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 40 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 42 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 43 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (horny_bar_buildup == 4) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 46 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); head2.eyeRight.gotoAndPlay('lidded'); head2.eyeLeft.gotoAndPlay('lidded'); } frame 51 { head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } frame 52 { head.eyeLeftPeach.gotoAndStop('liddedmore'); head.eyeRightPeach.gotoAndStop('liddedmore'); head2.eyeRight.gotoAndPlay('opened'); head2.eyeLeft.gotoAndPlay('opened'); } frame 54 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 56 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 57 { if (horny_bar_buildup == 6) { if (advance) { advance = false; gotoAndPlay('covered'); } else { gotoAndPlay('swing'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('swing'); } } frame 57 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 58 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 60 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 61 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 62 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 64 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 65 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 67 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 68 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 70 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 71 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 73 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 74 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 75 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 76 { if (horny_bar_buildup == 9) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 77 { if (!_parent.do_over) { _root.score_add(400); } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.CumTits += 2; _root.CumButt += 2; _root.Peach_show(1); ++_root.koopa_laid_count[5]; _parent._parent.sleeping = true; _root.Peach.char.character.gotoAndPlay('standingup'); head2.eyeRight.gotoAndPlay('closed'); _root.peach_swollen_ass(); stop(); } } movieClip 1258 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1260 { } movieClip 1270 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } movieClip 1292 { frame 27 { gotoAndPlay(1); } } movieClip 1293 { } movieClip 1311 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 12 { stop(); } } movieClip 1313 { instance of movieClip 702 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1314 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 8 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 13 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 19 { head.eyeRightPeach.gotoAndStop('opened'); } frame 22 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 32 { _root.cloth_skirt_remove(); head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); _global.PLAYER.blushType = 'fade_in'; } frame 32 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 33 { _global.PLAYER.blushType = 'blush_blink'; } frame 34 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 36 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 37 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 38 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 39 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 40 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 41 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 42 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 43 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 44 { if (horny_bar_buildup == 4) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 51 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } frame 58 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 66 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 66 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 702 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 68 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 69 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 70 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 71 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 72 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 73 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 74 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 75 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 76 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 77 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 78 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 79 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 80 { if (horny_bar_buildup == 7) { if (advance) { advance = false; gotoAndPlay('cum2'); } else { gotoAndPlay('fuck2'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck2'); } } frame 81 { head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } frame 82 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 89 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 90 { _global.PLAYER.blushType = 'blush_blink'; head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 91 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 92 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 93 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 94 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 95 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 96 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 97 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 98 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 99 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 100 { if (horny_bar_buildup == 9) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 101 { if (!_parent.do_over) { _root.score_add(500); } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumLegs += 2; _root.CumButt += 2; ++_root.koopa_laid_count[6]; _root.Peach_show(1); _parent._parent.sleeping = true; stop(); head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); head3.eyeRight.gotoAndPlay('closed'); head3.eyeLeft.gotoAndPlay('closed'); _root.Peach.char.character.gotoAndPlay('standingup'); _root.peach_swollen_ass(); } } movieClip 1315 { } movieClip 1317 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1319 { frame 8 { stop(); } } movieClip 1320 { frame 27 { gotoAndPlay(1); } } movieClip 1321 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 8 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 13 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 19 { head.eyeRightPeach.gotoAndStop('opened'); } frame 22 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 28 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 29 { _root.cloth_skirt_remove(); head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 30 { _root.blushtype = 'blush1'; } frame 31 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 32 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 34 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 37 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 38 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 40 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 41 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 43 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 44 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (horny_bar_buildup == 4) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 46 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 60 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); head.eyeRight.gotoAndPlay('closed'); head.eyeLeft.gotoAndPlay('closed'); } frame 64 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 67 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 702 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 69 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 70 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 74 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 75 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 79 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 80 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 84 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 85 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 89 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 90 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('liddedmore'); head.eyeRightPeach.gotoAndStop('liddedmore'); } frame 91 { if (horny_bar_buildup == 7) { if (advance) { advance = false; gotoAndPlay('cum2'); } else { gotoAndPlay('fuck2'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck2'); } } frame 94 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 97 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 110 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 111 { _root.blushtype = 'blush1'; } frame 112 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 114 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 115 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 116 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 117 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 118 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 119 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 120 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 121 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 126 { stop(); } frame 126 { if (horny_bar_buildup == 10) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 128 { if (!_parent.do_over) { _root.score_add(500); } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumLegs += 2; _root.CumButt += 2; ++_root.koopa_laid_count[7]; _root.Peach_show(1); _parent._parent.sleeping = true; head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); head3.eyeRight.gotoAndPlay('closed'); head3.eyeLeft.gotoAndPlay('closed'); head4.eyeRight.gotoAndPlay('closed'); head4.eyeLeft.gotoAndPlay('closed'); _root.Peach.char.character.gotoAndPlay('standingup'); _root.peach_swollen_ass(); stop(); } } movieClip 1322 { frame 1 { stop(); head.eyeRight.gotoAndStop('lookright'); } } movieClip 1323 { frame 150 { stop(); _parent.alive = true; _parent._parent.movement_shell = false; _parent.stomped = false; _parent._parent.can_be_fucked = true; _parent._parent.inside_shell = false; _parent.gotoAndPlay(1); } } movieClip 1324 { frame 2 { gotoAndPlay(1); if ((notice or do_over) and !_root.on_action) { _global.FLAGS.enemyOnlyOneMutex = false; _root.on_action = true; _root.jump_pressed = true; _root.game_timer_suspend = 1; enemy_num = _root.KoopaTroopa; if (alive == false) { _global.PLAYER.laids += 0; } else { ++_global.PLAYER.laids; ++_global.PLAYER.totalLaids; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; _root.koopa_fucking_scene = _root.EnemyTotal[enemy_num]; } else { if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; _root.koopa_fucking_scene = 1 + random(_root.EnemyMax[enemy_num]); } } } if (alive == false) { if (_root.PlayScene > _root.EnemyTotal[enemy_num]) { f = _root.koopa_fucking_scene + 2; gotoAndPlay(f); } else { f = _root.PlayScene + 2; gotoAndPlay(f); } } else { f = _root.koopa_fucking_scene + 2; gotoAndPlay(f); } alive = false; } } frame 3 { notice = false; stop(); } frame 4 { notice = false; stop(); } frame 5 { notice = false; stop(); } frame 6 { notice = false; stop(); } frame 7 { notice = false; stop(); } frame 8 { notice = false; stop(); } frame 9 { notice = false; stop(); } frame 10 { notice = false; stop(); } frame 20 { notice = false; onEnterFrame = function () { if (!_root.ground.hitTest(this)) { _y = _y + 3; } }; stop(); } frame 21 { notice = false; onEnterFrame = function () { if (!_root.ground.hitTest(this)) { _y = _y + 3; } }; stop(); } } movieClip 1326 koopa { frame 1 { function follow_peach() { dist = _root.Peach._x - this._x; if (dist < -12) { this._xscale = 100; char._right = false; movedir = 'left'; } else { if (dist > 12) { this._xscale = -100; char._right = true; movedir = 'right'; } else {} } } movedir = 'left'; can_be_fucked = true; enemy_num = _root.KoopaTroopa; dist = 0; scoreSquare = ''; exclamation_towards_Peach = false; returned_walk = false; xVel = 0; onEnterFrame = function () { if (_root.Peach.hitTest(vision) or spawn) { spawn = false; char.gotoAndPlay('walk'); loadMovie('', vision); char.movement = true; } if (sleeping) { if (!_root.ground.hitTest(this)) { _y = _y + 3; } } if (char.alive and !movement_shell) { if (!char.notice) { if (_root.horny_bar > 10 or exclamation_towards_Peach) { _running = true; char.charspeed = 4; follow_peach(); } else { _running = false; char.charspeed = 2; } } } if (char.movement) { dist2 = _root.Peach._x - this._x; disty = _root.Peach._y - _root.Peach._height / 2 - this._y + 50; if (!_running and !_sleeping and char._right and dist2 < 120 and dist2 > 0 and (disty > -150 and disty < 0 or disty < 150 and disty > 0) and !exclamation_towards_Peach) { if (!inside_shell) { _global.FLAGS.dickState = 'goingup'; exclamation_towards_Peach = true; scoreAndMarks.gotoAndPlay('exclamation'); } } else { if (!_running and !_sleeping and !char._right and dist2 > -120 and dist2 < 0 and (disty > -150 and disty < 0 or disty < 150 and disty > 0) and !exclamation_towards_Peach) { if (!inside_shell) { _global.FLAGS.dickState = 'goingup'; exclamation_towards_Peach = true; scoreAndMarks.gotoAndPlay('exclamation'); } } } if (char.alive) { if (char._right) { if (movement_shell) { xVel += char.charspeed + 8; } else { xVel += char.charspeed; } } else { if (movement_shell) { xVel -= char.charspeed + 8; } else { xVel -= char.charspeed; } } } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - char.gravity; char.grav = 0; } if (_root.ground.hitTest(_x, _y + 4, true)) { touchingGround = true; } else { touchingGround = false; } if (char.alive) { if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { xVel -= char.charspeed; this._xscale = 100; char._right = false; movedir = 'left'; will_harm = true; } if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { xVel += char.charspeed; this._xscale = -100; char._right = true; movedir = 'right'; will_harm = true; } } this._x += xVel; if (xVel == 0) { if (returned_walk) { char.char.gotoAndStop('stopped'); returned_walk = false; } } else { if (!returned_walk) { returned_walk = true; char.char.gotoAndPlay(1); } } xVel = 0; } if (!_root.Peach.char.hitTest(char)) { touched = false; } if (!char.stomped) { if (_root.Peach.char.character._type.collisionFeet.hitTest(char) and !touched and !_root.touchingGround and !_root.on_action and !_root.pausee) { if (!_root.Peach.char.character._type.collisionBody.hitTest(char)) { if (!char.notice) { char.alive = false; movement_shell = false; can_be_fucked = false; char.stomped = true; if (Key.isDown(_root.keyC) or Key.isDown(_root.keySLASH)) { _root.Peach.char.grav = -20; } else { _root.Peach.char.grav = -12; } char.gotoAndPlay(1); char.gotoAndPlay('shell'); char.shell.play(); char.notice = false; touched = true; inside_shell = true; } } } } else { if (!char.notice and char.movement and !touched) { if (_root.Peach.char.character._type.collisionBody.hitTest(_x + 18, _y - _height / 2, true)) { if (!Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { sound_fall = new Sound(this); sound_fall.attachSound('kick'); sound_fall.start(0, 1); char.alive = true; movement_shell = true; movedir = 'left'; can_be_fucked = false; char._right = false; char.stomped = false; will_harm = false; char.shell.gotoAndStop(1); inside_shell = true; } else { if (!_global.FLAGS.enemyOnlyOneMutex and !_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = true; _global.PLAYER.isCarryingShell = true; _global.FLAGS.enemyOnlyOneMutex = true; _global.PLAYER.currentVeggieType = 'shell'; if (_color) { _root.Peach.koopacolor = _color; } else { _root.Peach.koopacolor = 'green'; } _root.Peach.runPressed = true; setTimeout(function () { _global.FLAGS.enemyOnlyOneMutex = false; }, 500); loadMovie('', this); } } } else { if (_root.Peach.char.character._type.collisionBody.hitTest(_x, _y - _height / 2, true)) { if (!Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { sound_fall = new Sound(this); sound_fall.attachSound('kick'); sound_fall.start(0, 1); char.alive = true; movement_shell = true; movedir = 'right'; can_be_fucked = false; will_harm = false; char._right = true; char.stomped = false; char.shell.gotoAndStop(1); inside_shell = true; } else { if (!_global.FLAGS.enemyOnlyOneMutex and !_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = true; _global.PLAYER.isCarryingShell = true; _global.FLAGS.enemyOnlyOneMutex = true; _global.PLAYER.currentVeggieType = 'shell'; if (_color) { _root.Peach.koopacolor = _color; } else { _root.Peach.koopacolor = 'green'; } _root.Peach.runPressed = true; setTimeout(function () { _global.FLAGS.enemyOnlyOneMutex = false; }, 500); loadMovie('', this); } } } } } } if (_root.Peach.char.character._type.collisionBody.hitTest(char)) { if (movement_shell and will_harm and !_root.on_action and !_root.pausee) { _root.she_is_hit(); } else { if (can_be_fucked) { if (!char.alive and !_root.on_action and !_root.masturbating) { if (Key.isDown(_root.keyEND)) { if (!_global.FLAGS.enemyOnlyOneMutex) { _global.FLAGS.enemyOnlyOneMutex = true; if (_global.PLAYER.isCarryingVeggie) { if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } _root.koopaTextRandomize(); _root.movement = false; char.do_over = true; char.gotoAndPlay('squish'); } } else { if (Key.isDown(_root.key1)) { _root.PlayScene = 1; _root.currentStatusBar = 'Koopa: Sex scene Changed to \'1\''; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key2)) { _root.PlayScene = 2; if (!_root.EnemyAtMax[_root.KoopaTroopa] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Koopa: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Koopa: Sex scene Changed to \'2\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key3)) { _root.PlayScene = 3; if (!_root.EnemyAtMax[_root.KoopaTroopa] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Koopa: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Koopa: Sex scene Changed to \'3\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key4)) { _root.PlayScene = 4; if (!_root.EnemyAtMax[_root.KoopaTroopa] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Koopa: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Koopa: Sex scene Changed to \'4\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key5)) { _root.PlayScene = 5; if (!_root.EnemyAtMax[_root.KoopaTroopa] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Koopa: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Koopa: Sex scene Changed to \'5\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key6)) { _root.PlayScene = 6; if (!_root.EnemyAtMax[_root.KoopaTroopa] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Koopa: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Koopa: Sex scene Changed to \'6\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key7)) { _root.PlayScene = 7; if (!_root.EnemyAtMax[_root.KoopaTroopa] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Koopa: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Koopa: Sex scene Changed to \'7\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key8)) { _root.PlayScene = 8; if (!_root.EnemyAtMax[_root.KoopaTroopa] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Koopa: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Koopa: Sex scene Changed to \'8\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key9)) { _root.currentStatusBar = 'Sorry, not yet implemented'; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key0)) { _root.currentStatusBar = 'Sorry, not yet implemented'; _root.HUD.statMC.gotoAndPlay(3); } } } } } } } } } } } } else { if (!char.stomped) { if (_root.movement) { if (!_root.pausee) { if (touchingGround) { if (!_root.on_action) { if (_root.touchingGround) { if (char.alive) { if (!_global.FLAGS.enemyOnlyOneMutex) { _global.FLAGS.enemyOnlyOneMutex = true; char.movement = false; char.do_over = false; if (_global.PLAYER.isCarryingVeggie) { if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } _root.koopaTextRandomize(); _root.Peach.accelX = 0; char.notice = true; char.stomped = true; } } } } } } } } } } } } }; } instance char of movieClip 1324 { onClipEvent (load) { var gravity = 1.4; var grav = 0; var movement = false; var charspeed = 2; var right = false; var alive = true; var stomped = false; var do_over = false; } } } movieClip 1329 endlevelcoins { frame 2 { stop(); } frame 3 { } frame 4 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 5 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 6 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 7 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 8 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 9 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 10 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 11 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 12 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 13 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 14 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 15 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 16 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 17 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 18 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 19 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 20 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 21 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 22 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 23 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 24 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 25 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 26 { stop(); _parent.orgasms.gotoAndPlay('start'); } } movieClip 1332 endlevelkilled { frame 2 { stop(); } frame 4 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 5 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 6 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 7 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 8 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 9 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 10 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 11 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 12 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 13 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 14 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 15 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 16 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 17 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 18 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 19 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 20 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 21 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 22 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 23 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 24 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 25 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 26 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 27 { stop(); _parent.laid.gotoAndPlay('start'); } frame 37 { stop(); _parent.laid.gotoAndPlay('start'); } } movieClip 1336 { } movieClip 1341 endlevellaid { frame 2 { stop(); } frame 3 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 4 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 5 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 6 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 7 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 8 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 9 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 10 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 11 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 12 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 13 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 14 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 15 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 16 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 17 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 18 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 19 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 20 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 21 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 22 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 23 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 24 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 25 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 26 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 27 { if (_global.PLAYER.laids == 0) { gotoAndPlay('virgin'); } else { if (_global.PLAYER.laids >= _global.FLAGS.enemiesLaidToBeWhore) { gotoAndPlay('whore'); } } } instance of movieClip 1336 { onClipEvent (release) { if (_root.isToadHouseLevelTriggered) { _root.gotoAndPlay('changelevel'); } else { if (_root.isXtechLevelTriggered) { _root.gotoAndPlay('changelevel'); } else { if (_root.isXtechLevelOut) { _root.isXtechLevelOut = false; _root.actual_level = 6; _root.actual_world = 0; _root.gotoAndPlay('worldmap'); } else { _root.gotoAndPlay('worldmap'); } } } } onClipEvent (keyPress '<Space>') { if (_root.isToadHouseLevelTriggered) { _root.gotoAndPlay('changelevel'); } else { if (_root.isXtechLevelTriggered) { _root.gotoAndPlay('changelevel'); } else { if (_root.isXtechLevelOut) { _root.isXtechLevelOut = false; _root.actual_level = 6; _root.actual_world = 0; _root.gotoAndPlay('worldmap'); } else { _root.gotoAndPlay('worldmap'); } } } } } frame 37 { stop(); } frame 47 { _root.whore = true; stop(); } frame 57 { _root.virgin = true; stop(); } } movieClip 1342 invulnerable { frame 1 { stop(); } frame 2 { _parent._parent._alpha = 50; _root.invulnerable = 1; } frame 3 { _parent._parent._alpha = 100; } frame 4 { _parent._parent._alpha = 50; } frame 5 { _parent._parent._alpha = 100; } frame 6 { _parent._parent._alpha = 50; } frame 7 { _parent._parent._alpha = 100; } frame 8 { _parent._parent._alpha = 50; } frame 9 { _parent._parent._alpha = 100; } frame 10 { _parent._parent._alpha = 50; } frame 11 { _parent._parent._alpha = 100; } frame 12 { _parent._parent._alpha = 50; } frame 13 { _parent._parent._alpha = 100; } frame 14 { _parent._parent._alpha = 50; } frame 15 { _parent._parent._alpha = 100; } frame 16 { _parent._parent._alpha = 50; } frame 17 { _parent._parent._alpha = 100; } frame 18 { _parent._parent._alpha = 50; } frame 19 { _parent._parent._alpha = 100; } frame 20 { _parent._parent._alpha = 50; } frame 21 { _parent._parent._alpha = 100; } frame 22 { _parent._parent._alpha = 50; } frame 23 { _parent._parent._alpha = 100; } frame 24 { _parent._parent._alpha = 50; } frame 25 { _parent._parent._alpha = 100; } frame 26 { _parent._parent._alpha = 50; } frame 27 { _parent._parent._alpha = 100; } frame 28 { _parent._parent._alpha = 50; } frame 29 { _parent._parent._alpha = 100; } frame 30 { _parent._parent._alpha = 50; } frame 31 { _parent._parent._alpha = 100; } frame 32 { _parent._parent._alpha = 50; } frame 33 { _parent._parent._alpha = 100; } frame 34 { _parent._parent._alpha = 50; } frame 35 { _parent._parent._alpha = 100; } frame 36 { _parent._parent._alpha = 50; } frame 37 { _parent._parent._alpha = 100; } frame 38 { _parent._parent._alpha = 50; } frame 39 { _parent._parent._alpha = 100; } frame 40 { _root.invulnerable = 0; gotoAndPlay(1); } } movieClip 1345 horny_respawn { frame 2 { stop(); } } movieClip 1348 { frame 1 { gotoAndPlay(_global.FLAGS.dickState); } frame 2 { once = false; } frame 9 { if (!once) { once = true; _global.FLAGS.dickState = 'down'; } gotoAndPlay(_global.FLAGS.dickState); } frame 10 { once = false; } frame 17 { if (!once) { once = true; _global.FLAGS.dickState = 'up'; } gotoAndPlay(_global.FLAGS.dickState); } } movieClip 1350 { } movieClip 1353 { } movieClip 1355 { } movieClip 1358 { } movieClip 1359 { frame 2 { if (_parent._parent._running) { gotoAndPlay(3); } } frame 4 { if (_parent._parent._running) { gotoAndPlay(5); } } frame 6 { if (_parent._parent._running) { gotoAndPlay(7); } } frame 8 { if (_parent._parent._running) { gotoAndPlay(9); } } frame 10 { if (_parent._parent._running) { gotoAndPlay(11); } } frame 11 { gotoAndPlay(1); } frame 12 { stop(); } } movieClip 1362 { frame 1 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); _root.movement = false; _root.Peach_show(0); advance = false; horny_bar_buildup = 1; horny_random1 = random(4); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 4 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 6 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 7 { _global.PLAYER.blushType = 'fade_in'; } frame 8 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 22 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('opened'); } frame 26 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 27 { _global.PLAYER.blushType = 'blush_blink'; } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 32 { if (!_parent.do_over) { _root.score_add(200); } _root.cloth_bra_remove(); _root.game_timer_suspend = 0; _root.CumHead += 2; _root.Peach_show(1); ++_root.goomba_laid_count[0]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1365 { frame 1 { _root.movement = false; _root.Peach_show(0); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); horny_bar_buildup = 1; horny_random1 = 1 + random(3); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 4 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 11 { _global.PLAYER.blushType = 'fade_in'; } frame 11 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 18 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 28 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 38 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('opened'); } frame 42 { _global.PLAYER.blushType = 'blush_blink'; } frame 42 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 702 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 44 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 46 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 47 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 48 { if (!_parent.do_over) { _root.score_add(200); } _root.cloth_garter_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.Peach_show(1); ++_root.goomba_laid_count[1]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1366 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1368 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1370 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1371 { frame 1 { _root.movement = false; _root.Peach_show(0); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); horny_bar_buildup = 1; horny_random1 = 1 + random(3); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 4 { head.eyeLeftPeach.gotoAndStop('lidded'); } frame 6 { _global.PLAYER.blushType = 'fade_in'; } frame 6 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 8 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 17 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 26 { _global.PLAYER.blushType = 'blush_blink'; } frame 26 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 32 { if (!_parent.do_over) { _root.score_add(300); } _root.cloth_bra_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.CumTits += 2; _root.Peach_show(1); ++_root.goomba_laid_count[2]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1372 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1374 { instance of movieClip 1372 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1375 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1377 { instance of movieClip 1375 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1378 { frame 1 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(2); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 4 { head.eyeLeftPeach.gotoAndStop('lidded'); } frame 13 { _global.PLAYER.blushType = 'fade_in'; } frame 13 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 18 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 33 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 41 { _global.PLAYER.blushType = 'blush_blink'; } frame 41 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 43 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 44 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 46 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 47 { if (!_parent.do_over) { _root.score_add(300); } _root.cloth_stockings_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.CumTits += 2; _root.Peach_show(1); ++_root.goomba_laid_count[3]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1380 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1384 { frame 11 { stop(); } } movieClip 1388 { frame 9 { stop(); } } movieClip 1389 { } movieClip 1390 { } movieClip 1392 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1393 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(4); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 10 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 14 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 16 { _root.cloth_skirt_remove(); _global.PLAYER.blushType = 'fade_in'; } frame 16 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 18 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 32 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 50 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 58 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 79 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 81 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 82 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 83 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 84 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 85 { if (!_parent.do_over) { _root.score_add(500); } _root.game_timer_suspend = 0; _root.check_blush(); _root.Peach_show(1); ++_root.goomba_laid_count[4]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1395 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1397 { instance of movieClip 635 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1409 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 13 { stop(); } } movieClip 1410 { frame 1 { stop(); } } movieClip 1411 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(4); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 8 { _global.PLAYER.blushType = 'fade_in'; } frame 8 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 18 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; } else { gotoAndPlay('fuck1'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck1'); } } frame 23 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 26 { _root.cloth_skirt_remove(); } frame 31 { _root.blushtype = 'blush1'; } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 36 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 37 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 38 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 39 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 40 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 41 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 42 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 43 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 44 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 46 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 47 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 48 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; _root.peachHornyIncrease(); gotoAndPlay('fuck'); } } frame 48 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 49 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); _global.PLAYER.blushType = 'blush_blink'; } frame 72 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 73 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 74 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 75 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 76 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); if (!_parent.do_over) { _root.score_add(500); } _root.game_timer_suspend = 0; _root.check_blush(); _root.Peach_show(1); ++_root.goomba_laid_count[5]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1412 { } movieClip 1413 { } movieClip 1415 { instance of movieClip 1413 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1419 { frame 19 { stop(); } } movieClip 1420 { } movieClip 1422 { instance of movieClip 1420 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1423 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(5); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 9 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 17 { _root.cloth_skirt_remove(); _global.PLAYER.blushType = 'fade_in'; } frame 18 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 19 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 27 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 31 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 48 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('opened'); _global.PLAYER.blushType = 'blush_blink'; } frame 64 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 65 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 66 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 67 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 68 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 69 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 70 { if (!_parent.do_over) { _root.score_add(500); } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumLegs += 2; _root.Peach_show(1); ++_root.goomba_laid_count[5]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1425 { instance of movieClip 1413 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1436 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } movieClip 1438 { instance of movieClip 1420 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1439 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(4); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 6 { _root.cloth_vest_remove(); } frame 6 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 7 { _global.PLAYER.blushType = 'fade_in'; } frame 8 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 18 { head.eyeLeftPeach.gotoAndStop('open'); head.eyeRightPeach.gotoAndStop('open'); _global.PLAYER.blushType = 'blush_blink'; } frame 21 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('squint'); } frame 26 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 27 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 32 { if (!_parent.do_over) { _root.score_add(500); } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumButt += 2; _root.Peach_show(1); ++_root.goomba_laid_count[6]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1440 { } movieClip 1442 { instance of movieClip 746 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1444 { instance of movieClip 869 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1445 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(4); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 4 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 6 { _global.PLAYER.blushType = 'fade_in'; } frame 6 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 8 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 18 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 31 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 33 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 34 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 36 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 37 { if (!_parent.do_over) { _root.score_add(500); } _root.cloth_skirt_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumButt += 2; _root.Peach_show(1); ++_root.goomba_laid_count[7]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1447 { instance of movieClip 746 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1448 { } movieClip 1454 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 5 { stop(); } } movieClip 1456 { instance of movieClip 869 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1457 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(3); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 4 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('squint'); } frame 6 { _global.PLAYER.blushType = 'fade_in'; } frame 6 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 8 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 18 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 18 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 23 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); _global.PLAYER.blushType = 'blush_blink'; } frame 33 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 36 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 37 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 38 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 39 { if (!_parent.do_over) { _root.score_add(500); } _root.cloth_skirt_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumButt += 2; _root.Peach_show(1); ++_root.goomba_laid_count[8]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; _root.Peach.char.character.gotoAndPlay('standingup'); stop(); _root.peach_swollen_ass(); } } movieClip 1459 { instance of movieClip 746 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1461 { instance of movieClip 746 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1463 { instance of movieClip 746 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1481 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } movieClip 1486 { frame 4 { stop(); } } movieClip 1490 { frame 4 { stop(); } } movieClip 1492 { instance of movieClip 746 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1493 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 628 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!_root.touchingGround) { gotoAndPlay('dead'); } } } frame 5 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 7 { _global.PLAYER.blushType = 'fade_in'; } frame 7 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 11 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 12 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 13 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 14 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 18 { if (horny_bar_buildup == 5) { if (advance) { advance = false; gotoAndPlay('second'); } else { gotoAndPlay('fuck1'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck1'); } } frame 24 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 37 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 39 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 40 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 41 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 42 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 43 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 44 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 46 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 47 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 48 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 49 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 50 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 51 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 52 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 53 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 54 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 55 { if (horny_bar_buildup == 10) { if (advance) { advance = false; gotoAndPlay('thurd'); } else { gotoAndPlay('fuck2'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck2'); } } frame 56 { _global.PLAYER.blushType = 'blush_blink'; } frame 78 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 79 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 80 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 81 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 82 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 83 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 84 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 85 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 86 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 87 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 88 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 89 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 90 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 91 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 92 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 93 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 94 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 95 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 96 { if (horny_bar_buildup == 15) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck3'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck3'); } } frame 100 { _root.cloth_bra_remove(); head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 141 { if (_parent._parent.movedir == 'left') { gtext.gtext._xscale = -gtext.gtext._xscale; gtext.gtext._x += gtext.gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 142 { _global.PLAYER.blushType = 'blush_blink'; } frame 143 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 144 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 145 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 146 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 147 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 148 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 149 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 150 { if (horny_bar_buildup == _root.horny_maximum) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 151 { if (!_parent.do_over) { _root.score_add(1500); } _root.cloth_skirt_remove(); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.CumBody += 2; _root.CumLegs += 2; _root.CumButt += 2; _root.Peach_show(1); ++_root.goomba_laid_count[9]; if (_parent._parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent._parent.fuckPuzzle = true; } _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); _root.peach_swollen_ass(); } } movieClip 1494 { } movieClip 1495 { frame 1 { stop(); } } movieClip 1496 { frame 2 { stop(); } } movieClip 1497 { frame 2 { gotoAndPlay(1); if (stomped == true and alive) { _global.FLAGS.enemyOnlyOneMutex = false; movement = false; alive = false; gotoAndPlay('stomped'); } else { if ((notice or do_over) and !_root.on_action) { _global.FLAGS.enemyOnlyOneMutex = false; _root.on_action = true; _root.jump_pressed = true; _root.game_timer_suspend = 1; enemy_num = _root.Goomba; if (alive == false) { _global.PLAYER.laids += 0; } else { ++_global.PLAYER.laids; ++_global.PLAYER.totalLaids; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; _root.goomba_fucking_scene = _root.EnemyTotal[enemy_num]; } else { if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; _root.goomba_fucking_scene = 1 + random(_root.EnemyMax[enemy_num]); } } } if (alive == false) { if (_root.PlayScene > _root.EnemyTotal[enemy_num]) { f = _root.goomba_fucking_scene + 2; gotoAndPlay(f); } else { f = _root.PlayScene + 2; gotoAndPlay(f); } } else { f = _root.goomba_fucking_scene + 2; gotoAndPlay(f); } alive = false; } } } frame 3 { notice = false; stop(); } frame 4 { notice = false; stop(); } frame 5 { notice = false; stop(); } frame 6 { notice = false; stop(); } frame 7 { notice = false; stop(); } frame 8 { notice = false; stop(); } frame 9 { notice = false; stop(); } frame 10 { notice = false; stop(); } frame 11 { notice = false; stop(); } frame 12 { notice = false; stop(); } frame 13 { notice = false; stop(); } frame 19 { notice = false; stop(); } frame 20 { _root.score_add(200); ++_global.PLAYER.deaths; ++_global.PLAYER.totalDeaths; if (_parent._name == _root.PuzzleType) { if (_root.PuzzleType == 'goombaKey') { _root.getPuzzleReward('goombaKey'); } _parent.killedPuzzle = true; } stop(); } } movieClip 1499 goomba { frame 1 { function follow_peach() { dist = _root.Peach._x - this._x; if (dist < -12) { if (stopped_before) { char.movement = true; char.gotoAndPlay('walk'); stopped_before = false; } this._xscale = 100; char._right = false; movedir = 'left'; } else { if (dist > 12) { if (stopped_before) { char.movement = true; char.gotoAndPlay('walk'); stopped_before = false; } this._xscale = -100; char._right = true; movedir = 'right'; } else {} } } scoreSquare = ''; exclamation_towards_Peach = false; xVel = 0; returned_walk = false; movedir = 'left'; enemy_num = _root.Goomba; dist = 0; n = 0; char.gravity = 1.4; char.grav = 0; char.movement = false; char.charspeed = 2; char._right = false; char.alive = true; char.stomped = false; char.do_over = false; char.squish.gotoAndPlay(1 + random(11)); if (turnRight) { turnRight = false; if (stopped_before) { char.movement = true; stopped_before = false; } this._xscale = -100; char._right = true; movedir = 'right'; } onEnterFrame = function () { if (gravity_when_sleeping or sleeping) { if (!_root.ground.hitTest(_x, _y + 5, true)) { if (n < 8) { ++n; } _y = _y + n; } else { n = 0; } } if (char.alive) { if (!char.notice) { if (_root.horny_bar > 10 or exclamation_towards_Peach) { _running = true; char.charspeed = 4; follow_peach(); } else { _running = false; char.charspeed = 2; } } } if (_root.Peach.hitTest(vision) or spawn) { spawn = false; char.gotoAndPlay('walk'); loadMovie('', vision); char.movement = true; } if (char.movement) { dist2 = _root.Peach._x - this._x; disty = _root.Peach._y - _root.Peach._height / 2 - this._y + 50; if (!_running and char._right and dist2 < 120 and dist2 > 0 and (disty > -150 and disty < 0 or disty < 150 and disty > 0) and !exclamation_towards_Peach) { _global.FLAGS.dickState = 'goingup'; exclamation_towards_Peach = true; scoreAndMarks.gotoAndPlay('exclamation'); } else { if (!_running and !char._right and dist2 > -120 and dist2 < 0 and (disty > -150 and disty < 0 or disty < 150 and disty > 0) and !exclamation_towards_Peach) { _global.FLAGS.dickState = 'goingup'; exclamation_towards_Peach = true; scoreAndMarks.gotoAndPlay('exclamation'); } } if (char.alive) { if (char._right) { xVel += char.charspeed; } else { xVel -= char.charspeed; } } if (_y > 3000) { loadMovie('', this); } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y - 2, true)) { _y = _y - char.gravity; char.grav = 0; } if (_root.ground.hitTest(_x, _y + 4, true)) { touchingGround = true; } else { touchingGround = false; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { xVel -= char.charspeed; this._xscale = 100; char._right = false; movedir = 'left'; } else { if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true) or turnRightAfterWalk) { turnRightAfterWalk = false; xVel += char.charspeed; this._xscale = -100; char._right = true; movedir = 'right'; } } this._x += xVel; if (xVel == 0) { if (returned_walk) { char.squish.gotoAndStop('stopped'); returned_walk = false; } } else { if (!returned_walk) { returned_walk = true; char.squish.gotoAndPlay(1); } } xVel = 0; } if (!char.stomped and char.alive) { if (_root.Peach.char.character._type.collisionFeet.hitTest(char) and !_root.touchingGround and !_root.on_action and !_root.pausee) { if (!_root.Peach.char.character._type.collisionBody.hitTest(char)) { if (!char.notice) { if (!_global.FLAGS.enemyOnlyOneMutex) { _global.FLAGS.enemyOnlyOneMutex = true; char.stomped = true; if (Key.isDown(_root.keyC) or Key.isDown(_root.keySLASH)) { _root.Peach.char.grav = -20; } else { _root.Peach.char.grav = -12; } char.notice = false; gravity_when_sleeping = true; } } } } } if (_root.Peach.char.character._type.collisionBody.hitTest(char) and !char.stomped) { if (Key.isDown(_root.keyEND) and !char.alive and !_root.on_action) { if (!_global.FLAGS.enemyOnlyOneMutex) { _global.FLAGS.enemyOnlyOneMutex = true; _root.goombaTextRandomize(); _root.movement = false; char.do_over = true; char.gotoAndPlay('squish'); if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } } } else { if (Key.isDown(_root.key1)) { _root.PlayScene = 1; _root.currentStatusBar = 'Goomba: Sex scene Changed to \'1\''; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key2)) { _root.PlayScene = 2; if (!_root.EnemyAtMax[_root.Goomba] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Goomba: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Goomba: Sex scene Changed to \'2\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key3)) { _root.PlayScene = 3; if (!_root.EnemyAtMax[_root.Goomba] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Goomba: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Goomba: Sex scene Changed to \'3\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key4)) { _root.PlayScene = 4; if (!_root.EnemyAtMax[_root.Goomba] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Goomba: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Goomba: Sex scene Changed to \'4\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key5)) { _root.PlayScene = 5; if (!_root.EnemyAtMax[_root.Goomba] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Goomba: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Goomba: Sex scene Changed to \'5\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key6)) { _root.PlayScene = 6; if (!_root.EnemyAtMax[_root.Goomba] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Goomba: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Goomba: Sex scene Changed to \'6\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key7)) { _root.PlayScene = 7; if (!_root.EnemyAtMax[_root.Goomba] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Goomba: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Goomba: Sex scene Changed to \'7\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key8)) { _root.PlayScene = 8; if (!_root.EnemyAtMax[_root.Goomba] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Goomba: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Goomba: Sex scene Changed to \'8\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key9)) { _root.PlayScene = 9; if (!_root.EnemyAtMax[_root.Goomba] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Goomba: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Goomba: Sex scene Changed to \'9\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key0)) { _root.PlayScene = 10; if (!_root.EnemyAtMax[_root.Goomba] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Goomba: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Goomba: Sex scene Changed to \'10\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (_root.movement) { if (!_root.pausee) { if (touchingGround) { if (!_root.on_action) { if (_root.touchingGround) { char.do_over = false; if (char.alive) { if (!_global.FLAGS.enemyOnlyOneMutex) { _global.FLAGS.enemyOnlyOneMutex = true; if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } _root.goombaTextRandomize(); char.notice = true; char.movement = false; _root.Peach.accelX = 0; } } } } } } } } } } } } } } } } } } } }; } } movieClip 1500 { } movieClip 1502 { } movieClip 1504 { } movieClip 1508 { } movieClip 1510 { } movieClip 1516 { frame 2 { if (_root.Peach.hitTest(_parent._parent._parent._parent.vision)) { soundeffect = new Sound(this); soundeffect.attachSound('piranha'); soundeffect.start(0, 1); } } } movieClip 1518 { } movieClip 1519 { } movieClip 1521 { } movieClip 1523 { } movieClip 1525 { } movieClip 1526 { frame 1 { body.head.stop(); } instance body of movieClip 1519 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(collision)) { _root.she_is_hit(); } } } frame 5 { body.head.gotoAndPlay(1); } frame 80 { body.head.stop(); } frame 89 { body.head.stop(); if (_root.Peach.hitTest(_parent._parent.checkNear)) { gotoAndPlay('stop'); } } frame 94 { if (_root.Peach.hitTest(_parent._parent.checkNear)) { gotoAndPlay('stop'); } } frame 108 { if (_root.Peach.hitTest(_parent._parent.checkNear)) { gotoAndPlay('stop'); } else { gotoAndPlay('start'); } } } movieClip 1527 { frame 1 { body.head.stop(); } frame 5 { body.head.gotoAndPlay(1); } frame 80 { body.head.stop(); } frame 89 { body.head.stop(); if (_root.Peach.hitTest(_parent.checkNear)) { gotoAndPlay('stop'); } else { gotoAndPlay('start'); } } frame 91 { if (_root.Peach.hitTest(_parent.checkNear)) { gotoAndPlay('stop'); } else { gotoAndPlay('start'); } } frame 92 { if (_root.Peach.hitTest(_parent.checkNear)) { gotoAndPlay('stop'); } else { gotoAndPlay('start'); } } } movieClip 1528 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 1529 PiranhaPlant { frame 1 { if (!once) { once = true; random_start = Math.floor(Math.random() * 88) + 2; piranhaMain.piranhaPlant.gotoAndPlay(random_start); } } frame 2 { gotoAndPlay(1); } } movieClip 1531 water { frame 1 { stop(); } frame 2 { stop(); } } movieClip 1533 { } movieClip 1534 status_MC { frame 2 { stop(); } frame 122 { stop(); } } // unknown tag 88 length 156 movieClip 1542 { } movieClip 1545 { } movieClip 1549 { } movieClip 1550 Puzzle_MC { frame 2 { stop(); } frame 108 { if (!auto_fadeout) { stop(); } } frame 123 { stop(); } frame 229 { stop(); } frame 349 { stop(); } } movieClip 1552 { } movieClip 1553 tips_MC { frame 2 { stop(); } frame 108 { _root.first_text_show = false; } frame 122 { gotoAndPlay(1); } } frame 1 { function goombaTextRandomize() { if (_root.goomba_laid_count[_root.goomba_fucking_scene - 1] > 0) { this['balloontext_goomba' + _root.goomba_fucking_scene + 'cum'] = _root.balloontext_cums_general[random(_root.balloontext_cums_general.length)]; if (_root.fucking_scene > 4) { this['balloontext_goomba' + _root.goomba_fucking_scene] = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; } else { this['balloontext_goomba' + _root.goomba_fucking_scene] = _root.balloontext_talks[random(_root.balloontext_talks.length)]; } } if (_root.goomba_laid_count[_root.PlayScene - 1] > 0) { this['balloontext_goomba' + _root.PlayScene + 'cum'] = _root.balloontext_cums_general[random(_root.balloontext_cums_general.length)]; if (_root.PlayScene > 4) { this['balloontext_goomba' + _root.PlayScene] = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; } else { this['balloontext_goomba' + _root.PlayScene] = _root.balloontext_talks[random(_root.balloontext_talks.length)]; } } } function koopaTextRandomize() { if (_root.koopa_laid_count[_root.koopa_fucking_scene - 1] > 0) { this['balloontext_koopa' + _root.koopa_fucking_scene + 'cum'] = _root.balloontext_cums_general[random(_root.balloontext_cums_general.length)]; if (_root.fucking_scene > 4) { this['balloontext_koopa' + _root.koopa_fucking_scene] = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; } else { this['balloontext_koopa' + _root.koopa_fucking_scene] = _root.balloontext_talks[random(_root.balloontext_talks.length)]; } } if (_root.koopa_laid_count[_root.PlayScene - 1] > 0) { this['balloontext_koopa' + _root.PlayScene + 'cum'] = _root.balloontext_cums_general[random(_root.balloontext_cums_general.length)]; if (_root.PlayScene > 4) { this['balloontext_koopa' + _root.PlayScene] = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; } else { this['balloontext_koopa' + _root.PlayScene] = _root.balloontext_talks[random(_root.balloontext_talks.length)]; } } } function shyguyTextRandomize() { if (_root.shyguy_laid_count[_root.shyguy_fucking_scene - 1] > 0) { this['balloontext_shyguy' + _root.shyguy_fucking_scene + 'cum'] = _root.balloontext_cums_general[random(_root.balloontext_cums_general.length)]; if (_root.fucking_scene > 4) { this['balloontext_shyguy' + _root.shyguy_fucking_scene] = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; } else { this['balloontext_shyguy' + _root.shyguy_fucking_scene] = _root.balloontext_talks[random(_root.balloontext_talks.length)]; } } if (_root.shyguy_laid_count[_root.PlayScene - 1] > 0) { this['balloontext_shyguy' + _root.PlayScene + 'cum'] = _root.balloontext_cums_general[random(_root.balloontext_cums_general.length)]; if (_root.PlayScene > 4) { this['balloontext_shyguy' + _root.PlayScene] = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; } else { this['balloontext_shyguy' + _root.PlayScene] = _root.balloontext_talks[random(_root.balloontext_talks.length)]; } } } function blooperTextRandomize() { if (_root.blooper_laid_count[_root.blooper_fucking_scene - 1] > 0) { this['balloontext_blooper' + _root.blooper_fucking_scene + 'cum'] = _root.balloontext_cums_general[random(_root.balloontext_cums_general.length)]; if (_root.fucking_scene > 3) { this['balloontext_blooper' + _root.blooper_fucking_scene] = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; balloontext_blooper3_1 = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; } else { this['balloontext_blooper' + _root.blooper_fucking_scene] = _root.balloontext_talks[random(_root.balloontext_talks.length)]; } } if (_root.blooper_laid_count[_root.PlayScene - 1] > 0) { this['balloontext_blooper' + _root.PlayScene + 'cum'] = _root.balloontext_cums_general[random(_root.balloontext_cums_general.length)]; if (_root.PlayScene > 4) { this['balloontext_blooper' + _root.PlayScene] = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; } else { this['balloontext_blooper' + _root.PlayScene] = _root.balloontext_talks[random(_root.balloontext_talks.length)]; } } } function mySiteLink() { getURL('http://legendofkrystal.com/forum/viewtopic.php?f=7&t=2265', '_blank'); } function MUSIC(mus, loop) { BGMsound.attachSound(mus); BGMsound.setVolume(_global.GAMECONFIG.soundVolume); if (PlaySound == 'ON') { BGMsound.start(0, loop); } } function peach_locked(_type) { game_timer_suspend = 1; _global.PLAYER.lockAnimation = true; movement = false; _root.Peach.accelX = 0; if (!_type or _type == 'standing') { if (_root.Peach.char.peach_right) { if (_global.PLAYER.isCarryingVeggie) { _root.Peach.char.character.gotoAndStop('standrightvegetable'); } else { _root.Peach.char.character.gotoAndStop('standright'); } } else { if (_global.PLAYER.isCarryingVeggie) { _root.Peach.char.character.gotoAndStop('standleftvegetable'); } else { _root.Peach.char.character.gotoAndStop('standleft'); } } } else { if (_type == 'backside') { _root.Peach.char.character.gotoAndPlay('backside'); } else { if (_type == 'surprised') { _root.Peach.char.character.gotoAndPlay('surprised'); } else { _root.Peach.char.character.gotoAndStop('standright'); } } } } function peach_unlocked() { game_timer_suspend = 0; movement = true; _global.PLAYER.lockAnimation = false; } function peach_stand_up() { if (_root.Peach.char.peach_right) { if (_global.PLAYER.isCarryingVeggie) { _root.Peach.char.character.gotoAndPlay('standrightvegetable'); } else { _root.Peach.char.character.gotoAndPlay('standright'); } } else { if (_global.PLAYER.isCarryingVeggie) { _root.Peach.char.character.gotoAndPlay('standleftvegetable'); } else { _root.Peach.char.character.gotoAndPlay('standleft'); } } _root.movement = true; if (!_root.cum) { _root.on_action = false; } _global.PLAYER.lockAnimation = false; } function cloth_bra_remove() { if (!_root.clothes_bra_remove) { _root.clothes_bra_remove = true; if (_root.DressNum == 4 or _root.DressNum == 5) { _root.clothes_vest_remove = true; } _root.sound_shred_random(); _global.PLAYER.blushType = 'fade_in'; _root.peachBoobShowing = true; } } function cloth_garter_remove() { if (_root.garter_type != 'None') { _root.sound_shred_random(); _root.garter_type = 'None'; } } function cloth_stockings_remove() { if (_root.stockings_type != 'None') { _root.stockings_type = 'None'; _root.sound_shred_random(); } } function cloth_skirt_remove() { if (!_root.clothes_skirt_remove) { _global.PLAYER.blushType = 'fade_in'; _root.clothes_skirt_remove = true; _root.peachBottomlessShowing = true; _root.sound_shred_random(); } } function cloth_vest_remove() { _global.PLAYER.blushType = 'fade_in'; if (!_root.clothes_vest_remove) { if (_root.DressNum == 4 or _root.DressNum == 5) { _root.clothes_bra_remove = true; } _root.sound_shred_random(); } } function cloth_heels_remove() { if (_root.heels_type != 'None') { _root.heels_type = 'None'; _root.sound_shred_random(); } } function PeachRemoveKey() { _root.PeachHasKey = 'no'; _root.HUD.key.gotoAndPlay('no'); sound_fall = new Sound(this); sound_fall.attachSound('key_out_ass'); sound_fall.start(0, 1); } function getPuzzleReward(type) { if (type == 'goombaKey' || type == 'shyguyKey' || type == 'koopaKey') { _root.PeachHasKey = 'yes'; _global.PLAYER.assType = 'swollen'; _root.HUD.key.gotoAndPlay('gold'); currentTip = 'You\'ve got a key!'; HUD.tipsMC.gotoAndPlay(3); _global.PLAYER.blushType = 'blush_off'; sound_fall = new Sound(this); sound_fall.attachSound('key_in_ass'); sound_fall.start(0, 1); } } function keyboardLayout(type) { key0 = 48; key1 = 49; key2 = 50; key3 = 51; key4 = 52; key5 = 53; key6 = 54; key7 = 55; key8 = 56; key9 = 57; keyENTER = 13; keyDELETE = 46; keyEQUAL = 187; keyMINUS = 189; keyBACKSPACE = 8; keyM = 77; keyI = 73; keyINSERT = 45; keyCONTROL = 17; keyT = 84; keyPAGEUP = 33; keyPAGEDOWN = 34; keyHOME = 36; keyEND = 86; keyENDREALLY = 35; switch (type) { case 1: keyUP = 38; keyDOWN = 40; keyLEFT = 37; keyRIGHT = 39; keySHIFT = 16; keyALT = 18; keyESC = 27; keySLASH = 76; keyCOLLON = ''; keyPERIOD = 75; keyZ = 90; keyH = 74; keyW = 87; keyS = 83; keyX = 88; keyA = 65; keyB = 66; keyC = 67; keyD = 68; keyL = 76; keySPACE = 32; break; case 2: keyUP = 38; keyDOWN = 40; keyLEFT = 37; keyRIGHT = 39; keySHIFT = 16; keyALT = 18; keyESC = 27; keySLASH = 193; keyCOLLON = ''; keyPERIOD = ''; keyZ = 90; keyW = ''; keyS = ''; keyX = 88; keyA = ''; keyB = ''; keyC = 67; keyD = ''; keySPACE = 32; break; case 3: keyUP = ''; keyDOWN = ''; keyLEFT = ''; keyRIGHT = ''; keySHIFT = 72; keyALT = 18; keyESC = 27; keyBACKSPACE = 8; keySLASH = ''; keyCOLLON = ''; keyPERIOD = 75; keyZ = 74; keyW = 87; keyS = 83; keyX = ''; keyA = 65; keyB = ''; keyC = 76; keyD = 68; keySPACE = 32; break; case 4: keyUP = ''; keyDOWN = ''; keyLEFT = ''; keyRIGHT = ''; keySHIFT = 81; keyALT = 18; keyESC = 27; keySLASH = ''; keyCOLLON = ''; keyPERIOD = ''; keyZ = 82; keyW = 87; keyS = 83; keyX = 16; keyA = 65; keyB = ''; keyC = 32; keyD = 68; keySPACE = 32; } } function newTip() { currentTip = tip[random(tip.length - 1)]; HUD.tipsMC.gotoAndPlay(3); } function peach_update_dressNum_speed() { if (_root.CharMove == 'Dress') { Peach.char.gravity = 1.8; Peach.char.heavyJump = _root.Peach_heavyJump; Peach.char.maxJump = -16 + _root.Peach_heavyJump; Peach.char.charheavyspeed = _root.Peach_charheavyspeed; Peach.char.charspeed = 7.5 - _root.Peach_charheavyspeed; } else { if (_root.CharMove == 'Poison') { Peach.char.gravity = 1.8; Peach.char.heavyJump = _root.Peach_heavyJump; Peach.char.maxJump = -17 + _root.Peach_heavyJump; Peach.char.charheavyspeed = _root.Peach_charheavyspeed; Peach.char.charspeed = 8 - _root.Peach_charheavyspeed; } else { if (_root.CharMove == 'Fire' or _root.CharMove == 'Burn' or _root.CharMove == 'Striker') { Peach.char.gravity = 1.8; Peach.char.heavyJump = _root.Peach_heavyJump; Peach.char.maxJump = -18 + _root.Peach_heavyJump; Peach.char.charheavyspeed = _root.Peach_charheavyspeed; Peach.char.charspeed = 9 - _root.Peach_charheavyspeed; } else { if (_root.CharMove == 'Raccoon') { Peach.char.gravity = 1.7; Peach.char.heavyJump = _root.Peach_heavyJump; Peach.char.maxJump = -18 + _root.Peach_heavyJump; Peach.char.charheavyspeed = _root.Peach_charheavyspeed; Peach.char.charspeed = 8 - _root.Peach_charheavyspeed; } else { if (_root.CharMove == 'Leaf') { Peach.char.gravity = 1.7; Peach.char.heavyJump = _root.Peach_heavyJump; Peach.char.maxJump = -18 + _root.Peach_heavyJump; Peach.char.charheavyspeed = _root.Peach_charheavyspeed; Peach.char.charspeed = 8.5 - _root.Peach_charheavyspeed; } else { if (_root.CharMove == 'Frog') { Peach.char.gravity = 1.8; Peach.char.heavyJump = _root.Peach_heavyJump; Peach.char.maxJump = -16 + _root.Peach_heavyJump; Peach.char.charheavyspeed = _root.Peach_charheavyspeed; Peach.char.charspeed = 7 - _root.Peach_charheavyspeed; } else { if (_root.CharMove == 'HammerBros') { Peach.char.gravity = 2; Peach.char.heavyJump = _root.Peach_heavyJump; Peach.char.maxJump = -15 + _root.Peach_heavyJump; Peach.char.charheavyspeed = _root.Peach_charheavyspeed; Peach.char.charspeed = 6 - _root.Peach_charheavyspeed; } else { Peach.char.gravity = 1.8; Peach.char.heavyJump = _root.Peach_heavyJump; Peach.char.maxJump = -17 + _root.Peach_heavyJump; Peach.char.charheavyspeed = _root.Peach_charheavyspeed; Peach.char.charspeed = 8 - _root.Peach_charheavyspeed; } } } } } } } } function peachTextBoxPinkTalk(_text, _type) { movement = false; on_action = true; currentPuzzle = _text; game_timer_suspend = 1; Peach.char.grav = 0; Peach.char.accelX = 0; if (_type == 'surprised') { _root.Peach.char.character.gotoAndPlay('surprised'); } else { if (Peach.char.peach_right) { if (_global.PLAYER.isCarryingVeggie) { Peach.char.character.gotoAndPlay('standrightvegetable'); } else { Peach.char.character.gotoAndPlay('standright'); } } else { if (_global.PLAYER.isCarryingVeggie) { Peach.char.character.gotoAndPlay('standleftvegetable'); } else { Peach.char.character.gotoAndPlay('standleft'); } } movement = false; on_action = true; } HUD.PuzzleMC.gotoAndPlay('message'); } function peachTextBoxPinkLeaves() { movement = true; on_action = false; game_timer_suspend = 0; HUD.PuzzleMC.gotoAndPlay('hide'); if (Peach.char.peach_right) { if (_global.PLAYER.isCarryingVeggie) { Peach.char.character.gotoAndPlay('standrightvegetable'); } else { Peach.char.character.gotoAndPlay('standright'); } } else { if (_global.PLAYER.isCarryingVeggie) { Peach.char.character.gotoAndPlay('standleftvegetable'); } else { Peach.char.character.gotoAndPlay('standleft'); } } _global.PLAYER.lockAnimation = false; } function peach_update_dressNum() { if (DressNum == 1) { _global.PLAYER.isPeachHammerBros = 'no'; _root.gloves_type = _root.gloves_type_changeTo; _root.heels_type = _root.heels_type_changeTo; _root.stockings_type = _root.stockings_type_changeTo; _root.garter_type = _root.garter_type_changeTo; _root.peachBoobShowing = false; _root.peachBottomlessShowing = false; if (CharMove == 'Leaf') { clothes_tail_remove = false; ears_remove = 'no'; } else { clothes_tail_remove = true; ears_remove = 'yes'; } clothes_vest_remove = false; clothes_skirt_remove = false; clothes_bra_remove = false; } else { if (DressNum == 2) { _global.PLAYER.isPeachHammerBros = 'no'; _root.gloves_type = _root.gloves_type_changeTo; _root.heels_type = 'None'; _root.stockings_type = _root.stockings_type_changeTo; _root.garter_type = _root.garter_type_changeTo; _root.peachBoobShowing = false; _root.peachBottomlessShowing = false; ears_remove = 'yes'; clothes_tail_remove = true; clothes_vest_remove = false; clothes_skirt_remove = false; clothes_bra_remove = false; } else { if (DressNum == 8) { _global.PLAYER.isPeachHammerBros = 'no'; _root.gloves_type = 'None'; _root.heels_type = 'None'; _root.stockings_type = _root.stockings_type_changeTo; _root.garter_type = _root.garter_type_changeTo; _root.peachBoobShowing = false; _root.peachBottomlessShowing = false; if (CharMove == 'Leaf') { clothes_tail_remove = false; ears_remove = 'no'; } else { clothes_tail_remove = true; ears_remove = 'yes'; } clothes_vest_remove = false; clothes_skirt_remove = false; clothes_bra_remove = false; } else { if (DressNum == 9) { _global.PLAYER.isPeachHammerBros = 'no'; _root.gloves_type = 'None'; _root.heels_type = 'None'; _root.stockings_type = _root.stockings_type_changeTo; _root.garter_type = _root.garter_type_changeTo; _root.peachBoobShowing = false; _root.peachBottomlessShowing = false; if (CharMove == 'Leaf') { clothes_tail_remove = false; ears_remove = 'no'; } else { clothes_tail_remove = true; ears_remove = 'yes'; } clothes_vest_remove = false; clothes_skirt_remove = false; clothes_bra_remove = false; } else { if (DressNum == 5 or DressNum == 6 or DressNum == 7 or DressNum == 10) { _global.PLAYER.isPeachHammerBros = 'no'; _root.gloves_type = 'None'; _root.heels_type = 'None'; _root.stockings_type = 'None'; _root.garter_type = 'None'; _root.peachBoobShowing = false; _root.peachBottomlessShowing = false; if (CharMove == 'Leaf') { clothes_tail_remove = false; ears_remove = 'no'; } else { clothes_tail_remove = true; ears_remove = 'yes'; } clothes_vest_remove = false; clothes_skirt_remove = true; clothes_bra_remove = false; } else { if (DressNum == 4) { _global.PLAYER.isPeachHammerBros = 'no'; _root.gloves_type = 'None'; _root.heels_type = 'None'; _root.stockings_type = 'None'; _root.garter_type = 'None'; _root.peachBoobShowing = false; _root.peachBottomlessShowing = false; ears_remove = 'yes'; clothes_tail_remove = true; clothes_vest_remove = false; clothes_skirt_remove = true; clothes_bra_remove = false; } else { if (DressNum == 3) { _global.PLAYER.isPeachHammerBros = 'no'; _root.gloves_type = 'None'; _root.heels_type = 'None'; _root.stockings_type = 'None'; _root.garter_type = 'None'; _root.peachBoobShowing = false; _root.peachBottomlessShowing = false; clothes_tail_remove = false; ears_remove = 'no'; clothes_vest_remove = true; clothes_skirt_remove = true; clothes_bra_remove = true; } else { if (DressNum == 11) { _global.PLAYER.isPeachHammerBros = 'yes'; _root.gloves_type = 'None'; _root.heels_type = 'None'; _root.stockings_type = 'None'; _root.garter_type = 'None'; _root.peachBoobShowing = false; _root.peachBottomlessShowing = false; clothes_tail_remove = true; ears_remove = 'yes'; clothes_vest_remove = true; clothes_skirt_remove = true; clothes_bra_remove = true; } else { if (DressNum == 0) { _global.PLAYER.isPeachHammerBros = 'no'; if (CharMove == 'Leaf') { clothes_tail_remove = false; ears_remove = 'no'; } else { clothes_tail_remove = true; ears_remove = 'yes'; _root.gloves_type = 'None'; _root.heels_type = 'None'; _root.stockings_type = 'None'; _root.garter_type = 'None'; _root.peachBoobShowing = true; _root.peachBottomlessShowing = true; } clothes_vest_remove = true; clothes_skirt_remove = true; clothes_bra_remove = true; } } } } } } } } } } function peach_update_char(type) { _root.Peach.char._shadow.gotoAndPlay('no'); if (type == 'Dress') { CharMove = 'Dress'; peach_update_dressNum_speed(); _root.DressNum = _root.Dress[1]; _global.PLAYER.blushType = 'fade_out'; frog_movement = false; running_to_fly_meter = 1; running_mode = false; flying_mode = false; peach_update_dressNum(); peach_LastClothingPiece = false; peach_stark_naked = false; } else { if (type == 'Poison') { _global.PLAYER.isSuperPeach = 'no'; DressNum = Dress[0]; CharMove = 'Poison'; peach_update_dressNum_speed(); _global.PLAYER.blushType = 'fade_in'; frog_movement = false; running_to_fly_meter = 1; running_mode = false; peach_update_dressNum(); peach_LastClothingPiece = false; peach_stark_naked = true; } else { if (type == 'Fire') { _global.PLAYER.isSuperPeach = 'no'; DressNum = Dress[2]; CharMove = 'Fire'; peach_update_dressNum_speed(); _global.PLAYER.blushType = 'fade_out'; frog_movement = false; running_to_fly_meter = 1; running_mode = false; flying_mode = false; peach_update_dressNum(); peach_LastClothingPiece = false; peach_stark_naked = false; currentTip = 'Peach is now Fire Peach! Press attack button to throw fireballs!'; HUD.tipsMC.gotoAndPlay(3); } else { if (type == 'Burn') { _global.PLAYER.isSuperPeach = 'no'; DressNum = Dress[3]; CharMove = 'Burn'; peach_update_dressNum_speed(); _global.PLAYER.blushType = 'fade_in'; frog_movement = false; running_to_fly_meter = 1; running_mode = false; flying_mode = false; peach_update_dressNum(); peach_stark_naked = true; } else { if (type == 'Raccoon') { _global.PLAYER.isSuperPeach = 'no'; _root.DressNum = _root.Dress[4]; CharMove = 'Raccoon'; peach_update_dressNum_speed(); _global.PLAYER.blushType = 'fade_in'; frog_movement = false; running_to_fly_meter = 2; running_mode = false; flying_mode = false; peach_update_dressNum(); peach_LastClothingPiece = false; peach_stark_naked = false; currentTip = 'Peach is now a Full Raccoon! Press \'Run\' in order to fly or \'Attack\' for a statue!'; HUD.tipsMC.gotoAndPlay(3); } else { if (type == 'Leaf') { _global.PLAYER.isSuperPeach = 'no'; CharMove = 'Leaf'; peach_update_dressNum_speed(); frog_movement = false; running_to_fly_meter = 1; running_mode = false; flying_mode = false; clothes_tail_remove = false; ears_remove = 'no'; peach_LastClothingPiece = false; peach_stark_naked = false; currentTip = 'Peach is now a Raccoon! Run in order to fly!'; HUD.tipsMC.gotoAndPlay(3); } else { if (type == 'Frog') { _global.PLAYER.isSuperPeach = 'no'; DressNum = Dress[5]; CharMove = 'Frog'; peach_update_dressNum_speed(); _global.PLAYER.blushType = 'fade_in'; frog_movement = true; running_to_fly_meter = 1; running_mode = false; flying_mode = false; peach_update_dressNum(); peach_LastClothingPiece = false; peach_stark_naked = false; currentTip = 'Peach is now a frog! Use UP/DOWN while in the water!'; HUD.tipsMC.gotoAndPlay(3); } else { if (type == 'Striker') { _global.PLAYER.isSuperPeach = 'no'; DressNum = Dress[3]; CharMove = 'Striker'; peach_update_dressNum_speed(); _global.PLAYER.blushType = 'fade_out'; frog_movement = false; running_to_fly_meter = 1; running_mode = false; flying_mode = false; peach_update_dressNum(); peach_LastClothingPiece = false; peach_stark_naked = false; currentTip = 'Speedy Peach!'; HUD.tipsMC.gotoAndPlay(3); } else { if (type == 'HammerBros') { _global.PLAYER.isSuperPeach = 'no'; CharMove = 'HammerBros'; peach_update_dressNum_speed(); _global.PLAYER.blushType = 'fade_in'; frog_movement = false; running_to_fly_meter = 1; running_mode = false; flying_mode = false; peach_update_dressNum(); peach_LastClothingPiece = false; peach_stark_naked = true; currentTip = 'Peach is now Hammer Peach!'; HUD.tipsMC.gotoAndPlay(3); } } } } } } } } } } function soundFX(_snd, _channel, _loop) { if (!_channel) { _channel = 1; } _root['sound' + _channel] = new Sound(this); _root['sound' + _channel].attachSound(_snd); if (!_loop) { _root['sound' + _channel].start(0, 1); } else { _root['sound' + _channel].start(0, _loop); } } function set_level_variables(condition) { if (condition != 'continue_from_last_area') { _global.PLAYER.isCarryingVeggie = false; P_power_activated = false; P_power_time_frozen = 400; P_power_time_difference = 0; game_timer = 0; Drive = 3; score_add(0); if (_root.CurrentArea != 'worldmap') { countdownInterval = setInterval(_root.countdown, 1000); } PeachHasKey = 'no'; isToadHouseLevelTriggered = false; if (CurrentArea == 'toadhouse') { game_timer_suspend = 1; game_timer = ''; } else { game_timer_suspend = 0; } } _global.PLAYER.assType = 'normal'; _global.FLAGS.enemyOnlyOneMutex = false; _global.FLAGS.vegetableOnlyOneMutex = false; Peach.char.accelX = 0; Peach.char.accelY = 0; isAbleToGoDown = true; controlList.blackscreen._alpha = 100; GoToLevel = false; HUD.DELPressed = true; musicToPlay = false; door_go_to_next_level = false; climbing = false; _root.peach_unlocked(); can_grab_touch = true; can_touch_ground = true; piping = false; left_pressed_before = false; right_pressed_before = false; running_to_fly_meter = 2; coins_p_power_hide = 2; running_mode = false; flying_mode = false; PuzzleSolved = false; PuzzleType = false; newTip(); ceiling_collision._visible = false; camera._visible = false; camera._x = Peach._x; camera._y = Peach._y; CheckPoint1X = Peach._x; CheckPoint1Y = Peach._y; CheckPoint2X = c2._x; CheckPoint2Y = c2._y; can_touch_ground = true; masturbating = false; can_masturbate = true; Peach.char.isBackside = false; on_action = false; on_pipe = false; invulnerable = 0; pausee = false; } function score_add(scorepoints) { _root.leadingZeroes = '000000'; _root.score_points += scorepoints; if (_root.score_points < 0) { _root.score_points = 0; } _root.score_string = String(_root.score_points); _root.leadingZeroes = _root.leadingZeroes.substr(0, _root.leadingZeroes.length - _root.score_string.length); _root.score_string = String(_root.leadingZeroes + _root.score_string); } function countdown() { if (!_root.game_timer_suspend and !_root.pausee) { ++_root.game_timer; } if (_root.game_timer == 300) { sound_timer.start(0, 1); } else { if (_root.game_timer == 400) { if (score_points < 2000) { score_points = 0; } else { score_points -= 2000; } currentTip = 'Peach is Late! She may be punished anytime!'; HUD.tipsMC.gotoAndPlay(3); soundFX('Peach ooh2', 2); } } } function peachHornyIncrease() { if (!_global.FLAGS.isInTheGallery) { ++horny_bar; HUD.horny_bar.gotoAndStop(horny_bar); } } function peach_restart() { peach_earring_remove = 'no'; peach_crown_remove = 'no'; _root.Peach.char._shadow.gotoAndPlay('no'); loadMovie('', _root.bigshroom2); loadMovie('', _root.poisonshroom2); _global.FLAGS.enemyOnlyOneMutex = false; _global.FLAGS.vegetableOnlyOneMutex = false; Peach.accelX = 0; _global.PLAYER.isSuperPeach = 'no'; controlList.blackscreen.gotoAndPlay('fade_out'); --Lives; _root.peach_unlocked(); _root.can_grab_touch = true; _root.can_touch_ground = true; game_timer = 0; DressNum = 0; isAbleToGoDown = true; peachBoobShowing = true; peachBottomlessShowing = true; _global.PLAYER.isCarryingVeggie = false; Peach_charheavyspeed = 0; Peach.char.charheavyspeed = 0; Peach_heavyJump = 0; Peach.char.heavyJump = 0; peach_update_char('Poison'); BoobSize = _root.MinBoob; PeachHasKey = 'no'; HUD.key.gotoAndPlay('no'); PuzzleType = false; _root.camera.restartScroll(); if (_root.P_power_activated) { _root.P_power_time_frozen = 400 - _root.P_power_time_difference; } if (_root.musicPlayingSpecialAreas and _root.musicToPlayBeginning and _root.musicPlayingSpecialAreas != _root.musicToPlayBeginning) { stopAllSounds(); BGMsound.attachSound(_root.musicToPlayBeginning); if (PlaySound == 'ON') { BGMsound.start(0, 99); } } _root.musicPlayingSpecialAreas = _root.musicToPlayBeginning; var v3 = 0; while (v3 < 20) { _root['poweritem' + v3].gotoAndPlay(1); ground['poweritem' + v3].gotoAndPlay(1); ++v3; } item_name = 0; while (item_name < _global.FLAGS._item.length) { it = _global.FLAGS._item[item_name]; ground[it].gotoAndPlay(1); ++item_name; } soundFX('Peach nooo', 2); if (_root.Checkpoint1) { _root.Peach._x = _root.CheckPoint1X; _root.Peach._y = _root.CheckPoint1Y; } else { if (_root.Checkpoint2) { _root.Peach._x = _root.CheckPoint2X; _root.Peach._y = _root.CheckPoint2Y; } } GoToLevel = false; HUD.DELPressed = true; door_go_to_next_level = false; climbing = false; movement = true; can_masturbate = true; masturbating = false; piping = false; left_pressed_before = false; right_pressed_before = false; running_to_fly_meter = 2; running_mode = false; flying_mode = false; } function peach_swollen_ass() { if (_root.peachHasKey != 'yes') { _global.PLAYER.assType = 'swollen_hole'; } } function Peach_show(typex) { if (typex == 0) { _global.PLAYER.isInvisible = true; _root.Peach.char.character.backside.gotoAndStop(1); _root.HUD.running_bar.running_states.gotoAndPlay('stop'); _root.flying_mode = false; _root.Peach.char.character.walkfrogright.gotoAndStop(1); _root.Peach.char.character.walkfrogleft.gotoAndStop(1); _root.Peach._visible = false; } else { if (typex == 'door') { _global.PLAYER.isInvisible = true; _root.Peach._visible = false; } else { _global.PLAYER.isInvisible = false; _root.Peach._visible = true; _root.Peach.char.grav = 0; } } } function peach_scared_sound_random() { var v1 = ['peach ooh2', 'peach scared', 'peach surprised', 'peach ooh4']; soundFX(v1[random(4)], 2); } function sound_shred_random() { soundFX('cloth shred tear', 2); } function peach_RemoveRandomClothing() { if (peach_stark_naked) { return 0; } RemoveRandom = 1 + random(7); switch (RemoveRandom) { case 1: if (clothes_vest_remove) { peach_RemoveRandomClothing(); } else { clothes_vest_remove = true; if (_root.DressNum == 4 or _root.DressNum == 5) { clothes_bra_remove = true; } } break; case 2: if (clothes_skirt_remove) { peach_RemoveRandomClothing(); } else { clothes_skirt_remove = true; } break; case 3: if (clothes_bra_remove) { peach_RemoveRandomClothing(); } else { clothes_bra_remove = true; if (_root.DressNum == 4 or _root.DressNum == 5) { clothes_vest_remove = true; } } break; case 4: if (heels_type == 'None') { peach_RemoveRandomClothing(); } else { heels_type = 'None'; } break; case 5: if (garter_type == 'None') { peach_RemoveRandomClothing(); } else { garter_type = 'None'; } break; case 6: if (gloves_type == 'None') { peach_RemoveRandomClothing(); } else { gloves_type = 'None'; } break; case 7: if (stockings_type == 'None') { peach_RemoveRandomClothing(); } else { stockings_type = 'None'; } } } function peach_CheckLastClothingItem() { count = 0; if (!clothes_vest_remove) { ++count; } if (!clothes_skirt_remove) { ++count; } if (!clothes_bra_remove) { ++count; } if (heels_type != 'None') { ++count; } if (garter_type != 'None') { ++count; } if (gloves_type != 'None') { ++count; } if (stockings_type != 'None') { ++count; } if (count > 1) { peach_LastClothingPiece = false; peach_stark_naked = false; } else { if (count == 1) { peach_LastClothingPiece = true; peach_stark_naked = false; } else { if (count == 0) { peach_LastClothingPiece = false; peach_stark_naked = true; } } } } function she_is_hit(hit_type) { if (hit_type == 'fall') { _root.horny_bar = 1; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); _root.CumHead = 2; _root.CumTits = 2; _root.CumBody = 2; _root.CumLegs = 2; peach_stark_naked = true; if (_root.Lives < 1) { _root.gotoAndPlay('gameover'); } else { _root.Peach.char.invulnerable.gotoAndPlay('hit'); peach_restart(); } } else { if (_global.PLAYER.isSuperPeach == 'yes') { _global.PLAYER.isSuperPeach = 'no'; currentTip = 'You lose the mushroom ring!'; soundFX('Peach ooh5', 2); HUD.tipsMC.gotoAndPlay(3); _root.Peach.char.invulnerable.gotoAndPlay('hit'); } else { if (!invulnerable) { peach_CheckLastClothingItem(); if (DressNum != 3 and !peach_LastClothingPiece and !peach_stark_naked) { sound_shred_random(); peach_RemoveRandomClothing(); soundFX('Peach ooh2', 2); _root.Peach.char.invulnerable.gotoAndPlay('hit'); } else { if (CharMove == 'Leaf' or DressNum != 0 or peach_LastClothingPiece and !peach_stark_naked) { if (peach_LastClothingPiece) { sound_shred_random(); peach_RemoveRandomClothing(); } if (CharMove == 'Leaf' and !peach_stark_naked) { soundFX('Peach ooh2', 2); } else { soundFX('Peach ooh3', 2); currentTip = 'You lose the powerup!'; HUD.tipsMC.gotoAndPlay(3); _root.score_add(200); peach_stark_naked = true; peach_update_char('Poison'); _root.peach_update_dressNum_speed(); } _root.Peach.char.invulnerable.gotoAndPlay('hit'); } else { if (_root.horny_bar > 13) { soundFX('Peach ooh2', 2); _root.horny_bar = 12; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); currentTip = 'Caution! You\'re hurt! Horny bar decreased!'; HUD.tipsMC.gotoAndPlay(3); } else { if (_root.horny_bar > 9) { soundFX('Peach ooh2', 2); _root.horny_bar = 8; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); currentTip = 'Caution! You\'re hurt! Horny bar decreased!'; HUD.tipsMC.gotoAndPlay(3); } else { if (_root.horny_bar > 5) { soundFX('Peach ooh2', 2); _root.horny_bar = 4; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); currentTip = 'Warning! Horny bar almost zero!'; HUD.tipsMC.gotoAndPlay(3); } else { _root.CumHead = 2; _root.CumTits = 2; _root.CumBody = 2; _root.CumLegs = 2; _root.horny_bar = 1; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); if (_root.Lives < 1) { _root.gotoAndPlay('gameover'); } else { peach_restart(); newTip(); P_power_activated = false; } } } } _root.Peach.char.invulnerable.gotoAndPlay('hit'); } } } } } } var balloontext_pleasure = new Array('\nOhhhhhhh!', '\nAhhhh!', '\nNot now...', '\nOh God! It\'s so good!', '\nHey, don\'t touch me there!', '\nDon\'t!', '\nPlease DON\'T!', '\nDon\'t look!', '\nDo I really need to do this?', '\nI\'m becoming addicted to this!', '\nHe\'s eating...mee!', '\nAah! Aah!', '\nAh, ah aaah!', '\nOH!', '\nNooooo!', '\nOhh no!', '\nErhm, YES!', '\nI\'m so ashamed!', '\nWhy haven\'t I experienced this before?', '\nI\'ve never had it this good!', '\nI hope nobody else ...ooh..is watching!', '\nMmm! My pussy feels so good!', '\nI\'m gonna cum! I\'m gonna cum!', '\nYes! Yes!', 'Fuck me! Fuck me harder!', '\nYour dick is pounding me!'); var balloontext_talks = new Array('\nWow! What a dick!', '\nIt\'s so addictive! Oooh!', '\nHow many times do I have to do this?', '\nI may need to repeat this all day!', '\nWhat a cute little mushroom! <3 <3', '\nIt\'s slippery!', '\nIt\'s stinky!', '\nSo wonderful!', 'I can\'t stand still seeing this dick banging along!', 'Am I an exhibitionist doing this all in the open?', 'Shouldn\'t we doing this at least in an hidden place?', '\nI\'m starting to really like this!', '\nMy...pussy is...itching!', '\nI\'m acting like a dirty slut!', 'I\'m acting like a dirty slut but it feels so good!', '\nI wonder how this would feel in my ass!', '\nI can\'t wait to have this in my pussy!', '\nI want this inside of me so bad!', '\nMmm! This is sooo good!', '\nThis is making me so hot!', '\nHurry up and give me your cum!'); var balloontext_cums_general = new Array('\nOhhh he doesn\'t stop cumming!', '\nThe smell is making me so horny!', '\nThis smell just makes me want to go WILD!', '\nThat smell is really making me dizzy!', '\nHe\'s making me cum harder than I\'ve ever cum before!', '\nIt\'s steamy all over there!', '\nGod, I need more of that pleasure!', 'Mm! That was good! I may want to search for more of these guys!', '\nOhh I\'m a dirty princess!', '\nHaaah...I could use a shower soon.', '\nI wonder if this will drip out while I\'m walking...', '\nAhhh I LOVE you!', '\nYou\'re MY king!', '\nI want you inside me much more!', '\nWith cocks like these who needs Mario?', '\nAhhh! It feels so good inside me!', '\nThere\'s so much cum inside me now!', '\nOh god! The cum is starting to overflow!', '\nAll this cum is making me so horny!', '\nMmmm...I never knew saving the kingdom was this much fun...', '\nKeep it cumming boy!', '\nYes! Cum all over my slutty body!', '\nI want more cum! I NEED more cum!', '\n I need this dick all the time!', '\nThis is causing me to shiver with odor!'); var balloontext_goombaA1 = ['Oh my! Is this what a Goomba cock is like? It\'s so...big....and thick...']; var balloontext_goombaA1cum = ['Oh! There\'s so much cum! But I can\'t do this anymore! The smell is making me so horny...']; var balloontext_goombaA2 = ['Ooh! I never dreamed goomba dick would taste this good!']; var balloontext_goombaA2cum = ['He cums so much...oh...']; var balloontext_goombaA3 = ['Oh my! It\'s harder than the others!']; var balloontext_goombaA3cum = ['Oh god! This smell just makes me want to go ...wild!']; var balloontext_goombaA4 = ['Mm! Maybe I\'ll just lick its cock a little more...']; var balloontext_goombaA4cum = ['Oh wow! That smell is making me dizzy...']; var balloontext_goombaA5 = ['*gulp* Nooooo! It\'s hard to breathe like this!']; var balloontext_goombaA5cum = ['Ahhhh.. He must have really been saving up! ']; var balloontext_goombaA5a = ['Hey, stop that? Ohhh you\'re teasing me!']; var balloontext_goombaA5acum = ['Ahhhh its going inside! ']; var balloontext_goombaA6 = ['His Cock! Cock! Inside my...my.... little pussy!']; var balloontext_goombaA6cum = ['I can feel it oozing inside my pussy, ahh!']; var balloontext_goombaA7 = ['He\'s putting it all inside my... My...! Oh god!']; var balloontext_goombaA7cum = ['Oh god! Goomba cum is making me... cum!']; var balloontext_goombaA8 = ['Wow! I\'m so wet right now it just slid in. Ooh!']; var balloontext_goombaA8cum = ['This isn\'t right. I\'m being addicted! Ohhh cumming!']; var balloontext_goombaA9 = ['NOT in my ASS!!!']; var balloontext_goombaA9cum = ['My ass is dripping! Something gushing in! Oh no..']; var balloontext_goombaA10 = ['Oh, can\'t think straight, I just need more goombas! I think!']; var balloontext_goombaA10_1 = ['Ohh! Someone has pucked something in my mouth!']; var balloontext_goombaA10_2 = ['Hey! Ohhh I feel something in my ass!! Another Goomba??']; var balloontext_goombaA10cum = ['So much cum! It\'s so hot, I can\'t stop cumming! Ohhhhhhh Ahhhhhh']; var balloontext_goomba1 = balloontext_goombaA1[0]; var balloontext_goomba1cum = balloontext_goombaA1cum[0]; var balloontext_goomba2 = balloontext_goombaA2[0]; var balloontext_goomba2cum = balloontext_goombaA2cum[0]; var balloontext_goomba3 = balloontext_goombaA3[0]; var balloontext_goomba3cum = balloontext_goombaA3cum[0]; var balloontext_goomba4 = balloontext_goombaA4[0]; var balloontext_goomba4cum = balloontext_goombaA4cum[0]; var balloontext_goomba5 = balloontext_goombaA5[0]; var balloontext_goomba5cum = balloontext_goombaA5cum[0]; var balloontext_goomba5a = balloontext_goombaA5a[0]; var balloontext_goomba5acum = balloontext_goombaA5acum[0]; var balloontext_goomba6 = balloontext_goombaA6[0]; var balloontext_goomba6cum = balloontext_goombaA6cum[0]; var balloontext_goomba7 = balloontext_goombaA7[0]; var balloontext_goomba7cum = balloontext_goombaA7cum[0]; var balloontext_goomba8 = balloontext_goombaA8[0]; var balloontext_goomba8cum = balloontext_goombaA8cum[0]; var balloontext_goomba9 = balloontext_goombaA9[0]; var balloontext_goomba9cum = balloontext_goombaA9cum[0]; var balloontext_goomba10 = balloontext_goombaA10[0]; var balloontext_goomba10_1 = balloontext_goombaA10_1[0]; var balloontext_goomba10_2 = balloontext_goombaA10_2[0]; var balloontext_goomba10cum = balloontext_goombaA10cum[0]; var balloontext_koopaA1 = ['Who knew a Koopa could be hiding THIS in his shell?']; var balloontext_koopaA1cum = ['I may... make sure his.... balls are empty before I go.']; var balloontext_koopaA2 = ['Ahhhh, It\'s reaching so far up my pussy! Kissing my womb!']; var balloontext_koopaA2cum = ['\nHe\'s got a lot of cum stored up in its balls!']; var balloontext_koopaA3 = ['\nHe\'s filling me up!']; var balloontext_koopaA3cum = ['Ooh! Feeling that hot cum sliding down my thighs!']; var balloontext_koopaA4 = ['Koopa dick is coming! Ohhh!']; var balloontext_koopaA4cum = ['Nooo, it\'s steaming!']; var balloontext_koopaA5 = ['Oh.... That\'s Disgust....maybe not!']; var balloontext_koopaA5cum = ['They\'re sliding down my thighs!']; var balloontext_koopa1 = balloontext_koopaA1[0]; var balloontext_koopa1cum = balloontext_koopaA1cum[0]; var balloontext_koopa2 = balloontext_koopaA2[0]; var balloontext_koopa2cum = balloontext_koopaA2cum[0]; var balloontext_koopa3 = balloontext_koopaA3[0]; var balloontext_koopa3cum = balloontext_koopaA3cum[0]; var balloontext_koopa4 = balloontext_koopaA4[0]; var balloontext_koopa4cum = balloontext_koopaA4cum[0]; var balloontext_koopa5 = balloontext_koopaA5[0]; var balloontext_koopa5cum = balloontext_koopaA5cum[0]; var balloontext_shyguyA1 = ['Oh, he\'s gotten me! This little thing is exposed for me!']; var balloontext_shyguyA1cum = ['\nMy hands are now slimmy! How can I clean that?']; var balloontext_shyguyA2 = ['\nAaah, I\'m tasting a shyguy dick!']; var balloontext_shyguyA2cum = ['\nOhhh, it tastes like a apple mushroom!']; var balloontext_shyguyA3 = ['\nOhh he\'s pounding in my... pussy!']; var balloontext_shyguyA3cum = ['\nThis shyguy makes me crazy for more!']; var balloontext_shyguy1 = balloontext_shyguyA1[0]; var balloontext_shyguy1cum = balloontext_shyguyA1cum[0]; var balloontext_shyguy2 = balloontext_shyguyA2[0]; var balloontext_shyguy2cum = balloontext_shyguyA2cum[0]; var balloontext_shyguy3 = balloontext_shyguyA3[0]; var balloontext_shyguy3cum = balloontext_shyguyA3cum[0]; var balloontext_blooperA1 = ['Oh my! Its cock is so slick it slips into my mouth so easily!']; var balloontext_blooperA1cum = ['\n*Spluurt* Oh my God, its cumming right into my stomach!']; var balloontext_blooperA2 = ['\nOmg Its cock feels so slimey in my asshole!']; var balloontext_blooperA2cum = ['\nAh! Its cums so hard! I can feel it surging up my guts!']; var balloontext_blooperA3 = ['\nHeeey! Don\'t be rough!']; var balloontext_blooperA3_1 = ['\nOooooh! Ahhhhhh AhhhhH!']; var balloontext_blooperA3cum = ['\nI\'m cummiiiiiiiiiiing! AAAAAAAAAAH!']; var balloontext_blooperA4 = ['\nOhhhhh They\'re raping meeeee!']; var balloontext_blooperA4_1 = ['\nThis feels soo amazing!! Slamming my holes, OOOOOOH!']; var balloontext_blooperA4cum = ['\nCUUUUUUUUUUMMING!']; var balloontext_blooper1 = balloontext_blooperA1[0]; var balloontext_blooper1cum = balloontext_blooperA1cum[0]; var balloontext_blooper2 = balloontext_blooperA2[0]; var balloontext_blooper2cum = balloontext_blooperA2cum[0]; var balloontext_blooper3 = balloontext_blooperA3[0]; var balloontext_blooper3_1 = balloontext_blooperA3_1[0]; var balloontext_blooper3cum = balloontext_blooperA3cum[0]; var balloontext_blooper4 = balloontext_blooperA4[0]; var balloontext_blooper4cum = balloontext_blooperA4cum[0]; var rightClick = new ContextMenu(); rightClick.hideBuiltInItems(); _root.menu = rightClick; var mySiteLink = new ContextMenuItem('MIM AE - Source Site', mySiteLink); rightClick.customItems.push(mySiteLink); mouseEnabled = false; mouseChildren = false; var VERSION = '1.6q'; var PlaySound = 'ON'; var BGMsound = new Sound(); var SoundEffect = new Sound(); var zoommode = 4; var zoomlevelsaved = zoommode; isBenchmarkActive = false; var isAbleToGoDown = true; MarioEyeType = 'Open'; _global.GAMECONFIG = {'setScrolling': true, 'physicsSMB3': true, 'soundVolume': 80, 'soundHeels': true, 'null': null}; _global.FLAGS = {'dickState': 'down', 'enemyOnlyOneMutex': false, 'vegetableOnlyOneMutex': false, 'resetgallery': false, 'veggieLeafMutex': false, 'soundVolume': 100, '_item': new Array(), 'doors': new Array(), 'isToadHouseBonus': false, 'isSlippering': false, 'enemiesLaidToBeWhore': 10, 'enemiesLaidToBeTotalSlut': 80, 'peachIsWhatText': 'Peach is embarrassed', 'peachIsWhat2Text': 'Peach is a virgin', 'peachIsWhatRemNum': 10, 'peachIsWhatRem2Num': 80, 'veggieNumber': -1, 'veggieLimit': 20, 'shellNumber': 0, 'enemiesAtATime': 0, 'bossFightType': 'virgin', 'scrollingLevel': false, 'powerItemNumber': 0, 'isInTheGallery': false, 'isFireballLocked': false, 'fruitAmount': 0, 'null': null}; _global.PLAYER = {'assType': 'normal', 'isPeachCumDripping': 'no', 'isInvisible': false, 'isSuperPeach': 'no', 'isCarryingVeggie': false, 'isCarryingShell': false, 'isReadyToGrabVeggie': false, 'lockAnimation': false, 'blushType': 'blush_off', 'blushAux': 'blush_off', 'canMove': true, 'outfit': 'naked', 'bustSize': 'norm', 'coins': 0, 'lives': 3, 'laids': 0, 'deaths': 0, 'totalDeaths': 0, 'totalLaids': 0, 'startPlace': {'x': 0, 'y': 0}, 'scrollSmooth': 0.1, 'farScale': 200, 'closeScale': 300, 'isPeachHammerBros': 'no', 'null': null}; CharMove = ''; orgasms = 0; isToadHouseLevelTriggered = false; isXtechLevelTriggered = false; Peach_charheavyspeed = 0; Peach_heavyJump = 0; on_action = false; jump_to_fly = true; var P_power_activated = false; var P_power_time_frozen = 400; var P_power_time_difference = 0; var ears_remove = 'yes'; var PeachHasKey = 'no'; horny_bar = 0; cum = false; horny_maximum = 18; _root.keyboardLayout_now = 1; keyboardLayout(_root.keyboardLayout_now); heels = new Array('Default', 'Red', 'None', 'Black'); heels_type = heels[1]; stockings = new Array('White', 'Pink', 'None', 'Black'); stockings_type = stockings[0]; garter = new Array('White', 'Pink', 'Black', 'None'); garter_type = garter[0]; gloves = new Array('White', 'Pink', 'None', 'Black'); gloves_type = gloves[0]; nails = new Array('White', 'Pink', 'Red', 'Black', 'Gold'); nails_type = nails[2]; peach_earring_remove = 'no'; peach_earring_color = 'blue'; peach_crown_remove = 'no'; peach_crown_color = 'gold'; clothes_tail_remove = true; clothes_vest_remove = true; clothes_skirt_remove = true; clothes_bra_remove = true; gloves_type_changeTo = gloves_type; heels_type_changeTo = heels_type; stockings_type_changeTo = stockings_type; garter_type_changeTo = garter_type; var musicPlayingSpecialAreas = false; var musicToPlay = false; gallery_running = false; FuckableEnemiesInLevel = 0; var sound_timer = new Sound(this); sound_timer.attachSound('time_short'); stopAllSounds(); game_timer_suspend = 0; var score_points = 0; var score_string = new String(''); var score_string = String(_root.score_points); var leadingZeroes = new String('000000'); var game_timer = 0; var game_time_frozen = 0; var running_to_fly_meter = 1; var cheatEnabled = ''; var currentStatusBar = new String('Status Bar'); var currentPuzzle = new String(''); var tip = ['TIP: Press UP when in front of doors - you may enter them', 'TIP: Try to avoid bloopers. Some can let you stuck until cumming!', 'TIP: Pressing BACKSPACE hides the HUD!', 'TIP: Pressing Minus key (-) or clicking on Peach changes zoom', 'TIP: Having more breasts let you earn more points but you walk slower', 'TIP: Game too slow? Pressing Equal key (=) changes game quality. (-) changes zoom.', 'TIP: Want to increase your udders? Go catch big mushrooms!', 'TIP: Doors locked? Talk to creatures like toads. May be a puzzle.', 'TIP: Want to decrease your udders? Go lactating!', 'TIP: Press CONTROL key to see Peach\'s diary!', 'TIP: Do you know there are bonus levels? Go search for special items!', 'TIP: Google chrome or a standalone flash player (projector) may boost game performance', 'TIP: Bugs may appear. If Peach locks up, try pressing DEL (it will make her lose a life).', 'TIP: You can change MUSIC volume and even heels\' sound in the options menu.', 'TIP: The kingdom prefer you naked. That\'s why poisons earns you more points!', 'TIP: Big mushrooms can recover your clothing parts depending on the actual powerup', 'TIP: You can access the X-NAUT base, finding a silver coin in world 1.', 'TIP: You can disable auto scrollable levels in OPTIONS MENU.', 'TIP: If you don\'t like SMB3 physics (like acceleration), you can disable it in OPTIONS MENU (SMB2 mode).', 'TIP: Beware of Poison Mushrooms! They may chase you!', 'TIP: You must save the kingdom and follow the counceilor orders! Remember that.', 'TIP: Jumping shyguys don\'t like sex.', 'TIP: Getting a leaf power while using another power except Dress may let you naked!', 'TIP: You can survive more during enemy attacks if your horny bar is higher!', 'TIP: You can fly and descend slower if you\'re a Raccoon. Search for it!', 'TIP: Sometimes you can return to the previous pipe. Others are one-way.', 'TIP: You can earn points just destroying blocks. A nice way to earn some bonuses', 'TIP: Use 0-9 key (in a laid enemy) to choose a sex scene. Then press the DO-OVER key', 'TIP: Cumming while masturbating earns some points!', 'TIP: Pressing I key will activate/deactivate internal cumshots!', 'TIP: Do you know you can lose a life? Only God doesn\'t die!', 'TIP: If your horny bar is higher, you may survive enemy attacks!', 'TIP: Thwomps may be fat guys, but soon they will do you!', 'TIP: Press ENTER for PANIC mode! ESC returns to the game. Then press M for sound again.', 'TIP: BoBombs have many different sex scenes. It depends on the time you catch them!', 'TIP: To finish a level, either you enter a door, get an item, or walk until disappearing at right!', 'TIP: If you\'re full of cum, go clean yourself in the bath or in checkpoints. You earn some points', 'TIP: You can use \'DEL\' key to let Peach lose a life if you\'re stuck!', 'TIP: Do you know Krystal? No? You must. Go search for her in LegendOfKrystal!', 'TIP: Some enemies just don\'t want to...erhm...lay you down. Be careful!', 'TIP: If you get any bug, please contact the developer...erhm...Luigi?']; function (canThrowNewFireball) { _global.FLAGS.isFireballLocked = false; }; Color.prototype.setTint = function (r, g, b, amount) { var v2 = new Object(); v2.ba = 100 - amount; v2.ga = v2.ba; v2.ra = v2.ba; var v3 = amount / 100; v2.rb = r * v3; v2.gb = g * v3; v2.bb = b * v3; this.setTransform(v2); }; MovieClip.prototype.isAtLabel = function (frameLabel, state) { state = state.toLowerCase(); if (state != 'stop' && state != 'play') { state = 'Play'; } if (state == 'play') { state = 'Play'; } if (state == 'stop') { state = 'Stop'; } var v3 = this._currentframe; this.gotoAndStop(frameLabel); var v4 = this._currentframe == v3; this['gotoAnd' + state](v3); return v4; }; Object.prototype.getFPS = function () { if (signal == true) { time = getTimer(); signal = !signal; return rate; } rate = int(1000 / (getTimer() - time)); signal = !signal; return rate; }; } movieClip 1558 { } button 1563 { on (release) { _root.play(); } on (keyPress '<Space>') { _root.play(); } } movieClip 1564 { frame 1 { function timerHandler() { if (!loadingComplete) { var v2 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * v2; if (v2 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); return undefined; } gotoAndPlay('loaded'); return undefined; } } } function startMovie() { _root.play(); } _root.stop(); var AUTO_PLAY = false; var loadingComplete = false; timerHandler(); } frame 2 { gotoAndPlay(1); } frame 3 { stop(); } } movieClip 1569 { } button 1570 { on (release) { getURL('http://playshapes.newgrounds.com/', '_blank'); } } movieClip 1576 { } button 1577 { on (release) { getURL('http://legendofkrystal.com/forum/', '_blank'); } } // unknown tag 88 length 150 // unknown tag 88 length 149 button 1585 { on (release) { allsound = new Sound(); if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; } else { _root.PlaySound = 'ON'; } } if (_root.PlaySound == 'ON') { if (_root.CurrentArea == 'title') { _root.BGMsound.start(0, 1); } else { _root.BGMsound.start(0, 99); } } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } on (keyPress 'm') { allsound = new Sound(); if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; } else { _root.PlaySound = 'ON'; } } if (_root.PlaySound == 'ON') { if (_root.CurrentArea == 'title') { _root.BGMsound.start(0, 1); } else { _root.BGMsound.start(0, 99); } } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } } movieClip 1586 { } frame 2 { CurrentArea = 'intro'; stop(); stopAllSounds(); _root.MUSIC('Bowser Theme', 1); ending = 0; actual_level = -1; actual_world = 0; same_world = 1; GoToLevel = false; var flying_mode = false; _quality = 'HIGH'; var movement = true; var pausee = false; var Score = 0; var Life = 0; var Lives = 3; var coinage = false; var Laid = 0; var Drive = 0; var invulnerable = 0; var CharNum = 0; var DressNum = 0; BoobSizeNames = new Array('smaller', 'normal', 'big', 'bigger', 'biggest'); BoobMax = BoobSizeNames.length - 1; var BoobSize = 0; var MinBoob = 0; MaxBoob = BoobMax; MinimumBoob = BoobSizeNames[MinBoob]; MaximumBoob = BoobSizeNames[MaxBoob]; var NoBoob = false; var PrevBoob = 1; var expr = 0; var LockCostume = false; var CostumeLock = 'OFF'; var ShowText = true; var TextShow = 'ON'; var CurrentArea = 'title'; var Checkpoint = 0; CheckpointX = new Array(); CheckpointY = new Array(); CheckpointW = new Array(); CheckpointH = new Array(); var HUDshow = 'ON'; var ShowControls = 'Open'; var MenuWindow = 'hide'; var ShowCum = 'Yes'; var internals = 'OFF'; var fetish = 'ON'; var PlayScene = 11; var CumHead = 2; var CumTits = 2; var CumBody = 2; var CumLegs = 2; var CumButt = 2; var CumHeadMax = 16; var CumTitsMax = 10; var CumBodyMax = 12; var CumLegsMax = 8; var CumButtMax = 8; powername = new Array('Poison', 'Dress', 'Fire', 'Burn', 'Raccoon', 'Frog', 'Leaf', 'SuperPeach'); PoisonPower = 0; DressPower = 1; FirePower = 2; BurnPower = 3; RaccoonPower = 4; FrogPower = 5; LeafPower = 6; HammerBrosPower = 7; SuperPeachPower = 8; EnemyTotal = new Array(0, 0, 0, 0, 0, 0, 0); EnemyMax = new Array(11, 8, 4, 4, 0, 3, 0); EnemyAtMax = new Array(false, false, false, false, false, false, false); EnemyNames = new Array('Goomba', 'KoopaTroopa', 'BobOmb', 'Blooper', 'Boo', 'ShyGuy', 'Birdo'); var Goomba = 0; var KoopaTroopa = 1; var BobOmb = 2; var Blooper = 3; var Boo = 4; var ShyGuy = 5; var Birdo = 6; shyguy_belt = 'show'; TotalEnemy = length(EnemyNames) - 1; MortonScene = new Array(false, false, false, false); BowserScene = false; EndingScene = new Array(false, false, false, false); BobombScene = new Array(false, false, false, false); bombactive = false; var goomba_fucking_scene = 1; var koopa_fucking_scene = 1; var bobomb_fucking_scene = 1; var blooper_fucking_scene = 1; var boo_fucking_scene = 1; var goomba_laid_count = new Array('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); var koopa_laid_count = new Array('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); var shyguy_laid_count = new Array('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); var bobomb_laid_count = new Array('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); var blooper_laid_count = new Array('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); var boo_laid_count = new Array('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); CharSel = new Array('Peach', 'Fire Peach', 'Invisible'); CharCred = new Array('By Playshapes', 'By Playshapes', 'By IvanAedler'); DressSel = new Array('Naked', 'Princess', 'Fire Princess', 'Raccoon', 'Frog', 'Sling Bikini', 'Striker', 'Daisy Striker', 'Daisy Dress', 'Rosa Dress', 'Mario', 'Hammer Bros'); CostCred = new Array('By Playshapes', 'By Playshapes', 'By Playshapes', 'By Playshapes', 'By LuftMallow', 'By LuftMallow', 'By Biles', 'By Biles', 'By LuftMallow', 'By LuftMallow', 'By IvanAedler', 'By IvanAedler'); CharacterCredit = CharCred[CharNum]; CostumeCredit = CostCred[DressNum]; DressChar = new Array(0, 0, 1, 1, 0, 0, 0, 0, 0); Dress = new Array(0, 1, 2, 6, 3, 4, 0, 7, 10); CharMax = CharSel.length - 1; DressMax = DressSel.length - 1; CharName = CharSel[CharNum]; DressName = DressSel[DressNum]; NumChar = CharNum + 1; NumDress = DressNum + 1; MaxChar = CharMax; MaxDress = DressMax + 1; loadinfo = SharedObject.getLocal('MiMsaveAE'); _root.can_grab_coin = 1; var invulnerable = 0; var hit_type = 'normal'; var world_name = new Array('Mushroom Land', 'Desert land', 'Giand Land', 'Icy Land', 'Mine Land', 'Puddle Land', 'Castle Land', 'Koopa Land', 'X-Naut Base'); var level_name = new Array(new Array('The Kingdom', 'The Forest', 'Watery', 'Grassland', 'Platty', 'The Pond', 'AirShip', 'Castle'), new Array('The Desert', 'The Sun', 'The Oasis', 'The Tombs'), new Array('Frozen Penguins', 'Blue Gems', 'North Pole'), new Array('The Undermines', 'The Diamonds', 'Darkness', 'Indiana'), new Array('The Dwellers', 'The Clearance', 'The Enormous', 'The Waterfall'), new Array('The Candies', 'Trees of Chocolates', 'Sweet Bombon', 'Delicatesse'), new Array('The Bazar', 'Medieval Arena', 'The Stable', 'Town Center'), new Array('Dark entrance'), new Array('The Corridors')); worldmap1_list = new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); worldmap2_list = new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); worldmap3_list = new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); worldmap4_list = new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); worldmap5_list = new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); worldmap6_list = new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); worldmap7_list = new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); worldmap8_list = new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); if (_root.loadinfo.data.saved == undefined) { _root.loadinfo.data.saved = true; } if (_root.loadinfo.data.saved) { if (_root.loadinfo.data.EnemyAtMax == undefined) { _root.loadinfo.data.EnemyAtMax = new Array(); i = 0; while (i < TotalEnemy) { _root.loadinfo.data.EnemyAtMax[i] = _root.EnemyAtMax[i]; ++i; } } if (_root.loadinfo.data.MortonScene == undefined) { _root.loadinfo.data.MortonScene = new Array(); i = 0; while (i < 4) { _root.loadinfo.data.MortonScene[i] = _root.MortonScene[i]; ++i; } } if (_root.loadinfo.data.EndingScene == undefined) { _root.loadinfo.data.EndingScene = new Array(); i = 0; while (i < 4) { _root.loadinfo.data.EndingScene[i] = _root.EndingScene[i]; ++i; } } if (_root.loadinfo.data.BowserScene == undefined) { _root.loadinfo.data.BowserScene = _root.BowserScene; } if (_root.loadinfo.data.DressChar == undefined) { _root.loadinfo.data.DressChar = new Array(0, 0, 1, 1, 0, 0, 0, 0, 0); i = 0; while (i < _root.DressChar.length) { _root.loadinfo.data.DressChar[i] = _root.DressChar[i]; ++i; } } else { i = 0; while (i < _root.DressChar.length) { _root.DressChar[i] = _root.loadinfo.data.DressChar[i]; ++i; } _root.CharNum = _root.DressChar[0]; } if (_root.loadinfo.data.Dress == undefined) { _root.loadinfo.data.Dress = new Array(0, 1, 2, 6, 3, 4, 0, 7, 10); i = 0; while (i < _root.Dress.length) { _root.loadinfo.data.Dress[i] = _root.Dress[i]; ++i; } } else { i = 0; while (i < _root.Dress.length) { _root.Dress[i] = _root.loadinfo.data.Dress[i]; ++i; } _root.DressNum = _root.Dress[0]; } if (_root.loadinfo.data.BoobSize == undefined) { _root.loadinfo.data.BoobSize = _root.MinBoob; } if (_root.loadinfo.data.CharMove == undefined) { _root.loadinfo.data.CharMove = _root.CharMove; } if (_root.loadinfo.data.CurrentArea == undefined) { _root.loadinfo.data.CurrentArea = '0-0'; } if (_root.loadinfo.data.SavedProgress == undefined) { _root.loadinfo.data.SavedProgress = '0-0'; } if (_root.loadinfo.data.Checkpoint == undefined) { _root.loadinfo.data.Checkpoint = _root.Checkpoint; } if (_root.loadinfo.data.HUDshow) { _root.HUDshow = _root.loadinfo.data.HUDshow; } else { _root.loadinfo.data.HUDshow = _root.HUDshow; } if (_root.loadinfo.data.ShowText) { _root.ShowText = _root.loadinfo.data.ShowText; } else { _root.loadinfo.data.ShowText = _root.ShowText; } if (_root.loadinfo.data.ShowCum) { _root.ShowCum = _root.loadinfo.data.ShowCum; } else { _root.loadinfo.data.ShowCum = _root.ShowCum; } if (_root.loadinfo.data.LockCostume) { _root.LockCostume = _root.loadinfo.data.LockCostume; } else { _root.loadinfo.data.LockCostume = _root.LockCostume; } if (_root.loadinfo.data.internals) { _root.internals = _root.loadinfo.data.internals; } else { _root.loadinfo.data.internals = _root.internals; } if (_root.loadinfo.data.fetish) { _root.fetish = _root.loadinfo.data.fetish; } else { _root.loadinfo.data.fetish = _root.fetish; } if (_root.loadinfo.data.MinBoob) { _root.MinBoob = _root.loadinfo.data.MinBoob; } else { _root.loadinfo.data.MinBoob = _root.MinBoob; _root.BoobSize = _root.loadinfo.data.MinBoob; } if (_root.loadinfo.data.MaxBoob) { _root.MaxBoob = _root.loadinfo.data.MaxBoob; } else { _root.loadinfo.data.MaxBoob = _root.MaxBoob; } if (_root.loadinfo.data.setquality) { _root._quality = _root.loadinfo.data.setquality; } else { _root.loadinfo.data.setquality = _root._quality; } } _root.loadinfo.flush(); } movieClip 1594 { } movieClip 1599 { } movieClip 1600 { } movieClip 1602 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1603 { } movieClip 1604 { } movieClip 1605 { } movieClip 1611 { } movieClip 1612 { frame 34 { stop(); } } movieClip 1630 { frame 1 { stop(); } } movieClip 1632 { } movieClip 1635 { } movieClip 1636 { } movieClip 1638 { } movieClip 1640 { } movieClip 1642 { } movieClip 1645 { } movieClip 1646 { } movieClip 1648 { } movieClip 1650 { } movieClip 1652 { } movieClip 1654 { } movieClip 1656 { } movieClip 1658 { } movieClip 1660 { } movieClip 1663 { } movieClip 1665 { } movieClip 1667 { } movieClip 1669 { } movieClip 1670 { } movieClip 1674 { } movieClip 1678 { } movieClip 1681 { } movieClip 1683 { } movieClip 1685 { } movieClip 1687 { } movieClip 1689 { } movieClip 1690 { } movieClip 1691 { } movieClip 1692 { } movieClip 1693 { frame 1 { koopa.head.eyeRight.gotoAndPlay('lookright'); stop(); } instance of movieClip 1603 { onClipEvent (load) { stop(); } } } movieClip 1697 { } movieClip 1703 { } movieClip 1705 { } movieClip 1707 { } movieClip 1708 { instance of movieClip 628 { onClipEvent (enterFrame) { if (Key.isDown(32)) { stopAllSounds(); _root.gotoAndPlay('morton'); } } } instance of movieClip 1703 { onClipEvent (release) { stopAllSounds(); _root.gotoAndPlay('select1'); } } instance of movieClip 1705 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'gallery'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1707 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'credits'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1703 { onClipEvent (release) { stopAllSounds(); _root.gotoAndPlay('select1'); } } instance of movieClip 1705 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'gallery'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1707 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'credits'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1703 { onClipEvent (release) { stopAllSounds(); _root.gotoAndPlay('morton'); } } instance of movieClip 1705 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'gallery'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1707 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'credits'; _root.gotoAndPlay(_root.CurrentArea); } } frame 59 { gotoAndPlay(58); if (Key.isDown(32)) { stopAllSounds(); _root.gotoAndPlay('select1'); } } } frame 3 { stop(); CurrentArea = 'select1'; if (_root.countdownInterval) { clearInterval(_root.countdownInterval); } } movieClip 1710 { } movieClip 1715 { } button 1722 { on (keyPress '<Space>') { _root.peach_CheckLastClothingItem(); if (_root.CurrentArea == 'select1') { _root.CumHead = 2; _root.CumTits = 6; _root.CumBody = 6; _root.CumLegs = 6; _root.peach_update_char('Dress'); _root.heels_type = _root.heels[1]; _root.stockings_type = _root.stockings[0]; _root.garter_type = _root.garter[0]; _root.gloves_type = _root.gloves[0]; _root.nails_type = _root.nails[2]; _root.clothes_vest_remove = true; _root.clothes_skirt_remove = true; _root.clothes_bra_remove = true; _root.gotoAndPlay('keyboard_layout'); } } on (release) { _root.peach_CheckLastClothingItem(); if (_root.CurrentArea == 'select1') { _root.CumHead = 2; _root.CumTits = 6; _root.CumBody = 6; _root.CumLegs = 6; _root.peach_update_char('Poison'); _root.heels_type = _root.heels[1]; _root.stockings_type = _root.stockings[0]; _root.garter_type = _root.garter[0]; _root.gloves_type = _root.gloves[0]; _root.nails_type = _root.nails[2]; _root.gotoAndPlay('keyboard_layout'); } } } button 1725 { on (release) { if (_root.CurrentArea != 'select1') { _root.ButtonsQUA._visible = true; _root.CharNum = _root.CharNum_saved; _root.DressNum = _root.DressNum_saved; _root.BoobSize = _root.BoobSizeSaved; _root.peach_earring_color = _root.peach_earring_saved; _global.FLAGS.isInTheGallery = false; _root.peach_update_dressNum(); _root.gloves_type = _root.gloves_type_saved; _root.heels_type = _root.heels_type_saved; _root.stockings_type = _root.stockings_type_saved; _root.garter_type = _root.garter_type_saved; _root.clothes_tail_remove = _root.clothes_tail_remove_saved; _root.clothes_vest_remove = _root.clothes_vest_remove_saved; _root.clothes_skirt_remove = _root.clothes_skirt_remove_saved; _root.clothes_bra_remove = _root.clothes_bra_remove_saved; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); _root.HUD.controlButton._visible = true; _root.MenuWindow = 'hide'; _root.ShowControls = 'Open'; } } } button 1728 { on (release) { gotoAndStop('options'); } } button 1731 { on (release) { _root.zoommode = _root.zoommode_recorded; _root.MenuWindow = 'show'; } } button 1736 { on (release) { _root.Dress[2] = _root.DressNum; SetFire = _root.DressSel[_root.Dress[2]]; } } button 1738 { on (release) { _root.Dress[3] = _root.DressNum; SetBurn = _root.DressSel[_root.Dress[3]]; } } button 1741 { on (release) { _root.Dress[1] = _root.DressNum; SetDress = _root.DressSel[_root.Dress[1]]; } } button 1748 { on (release) { if (_root.BoobSize > _root.MinBoob) { --_root.BoobSize; } } } button 1749 { on (release) { if (_root.BoobSize < _root.MaxBoob) { ++_root.BoobSize; } } } button 1753 { on (release) { _root.Dress[0] = _root.DressNum; _root.Dress[1] = _root.DressNum; _root.Dress[2] = _root.DressNum; _root.Dress[3] = _root.DressNum; _root.Dress[4] = _root.DressNum; _root.Dress[5] = _root.DressNum; SetPoison = _root.DressSel[_root.Dress[0]]; SetDress = _root.DressSel[_root.Dress[1]]; SetFire = _root.DressSel[_root.Dress[2]]; SetBurn = _root.DressSel[_root.Dress[3]]; SetRaccoon = _root.DressSel[_root.Dress[4]]; SetFrog = _root.DressSel[_root.Dress[5]]; } } button 1756 { on (release) { _root.Dress[5] = _root.DressNum; SetFrog = _root.DressSel[_root.Dress[5]]; } } button 1764 { on (release) { if (_root.CharNum < _root.CharMax) { ++_root.CharNum; } else { _root.CharNum = 0; } if (_root.CharNum == 2) { _root.CharNum = 0; } if (_root.CharNum == 0) { _root.peach_earring_color = 'blue'; _root.peach_crown_color = 'gold'; } else { if (_root.CharNum == 1) { _root.peach_earring_color = 'red'; _root.peach_crown_color = 'silver'; } } _root.NumChar = _root.CharNum + 1; _root.CharName = _root.CharSel[_root.CharNum]; _root.CharacterCredit = _root.CharCred[_root.CharNum]; } } button 1765 { on (release) { if (_root.CharNum > 0) { --_root.CharNum; } else { _root.CharNum = _root.CharMax; } if (_root.CharNum == 2) { --_root.CharNum; } if (_root.CharNum == 0) { _root.peach_earring_color = 'blue'; _root.peach_crown_color = 'gold'; } else { if (_root.CharNum == 1) { _root.peach_earring_color = 'red'; _root.peach_crown_color = 'silver'; } } _root.NumChar = _root.CharNum + 1; _root.CharName = _root.CharSel[_root.CharNum]; _root.CharacterCredit = _root.CharCred[_root.CharNum]; } } button 1766 { on (release) { if (_root.DressNum < _root.DressMax) { ++_root.DressNum; } else { _root.DressNum = 0; } if (_root.NoBoob) { _root.NoBoob = false; _root.BoobSize = _root.PrevBoob; } else { _root.PrevBoob = _root.BoobSize; } _root.NumDress = _root.DressNum + 1; _root.DressName = _root.DressSel[_root.DressNum]; _root.CostumeCredit = _root.CostCred[_root.DressNum]; _root.peach_update_dressNum(); } } button 1767 { on (release) { if (_root.DressNum > 0) { --_root.DressNum; } else { _root.DressNum = _root.DressMax; } if (_root.NoBoob) { _root.NoBoob = false; _root.BoobSize = _root.PrevBoob; } else { _root.PrevBoob = _root.BoobSize; } _root.NumDress = _root.DressNum + 1; _root.DressName = _root.DressSel[_root.DressNum]; _root.CostumeCredit = _root.CostCred[_root.DressNum]; _root.peach_update_dressNum(); } } button 1774 { on (release) { if (_root.heels_type == 'Default') { _root.heels_type = _root.heels[1]; _root.heels_type_changeTo = _root.heels[1]; } else { if (_root.heels_type == 'Red') { _root.heels_type = _root.heels[2]; _root.heels_type_changeTo = _root.heels[2]; } else { if (_root.heels_type == 'None') { _root.heels_type = _root.heels[3]; _root.heels_type_changeTo = _root.heels[3]; } else { if (_root.heels_type == 'Black') { _root.heels_type = _root.heels[0]; _root.heels_type_changeTo = _root.heels[0]; } } } } } } button 1777 { on (release) { if (_root.stockings_type == 'White') { _root.stockings_type = _root.stockings[1]; _root.stockings_type_changeTo = _root.stockings[1]; } else { if (_root.stockings_type == 'Pink') { _root.stockings_type = _root.stockings[3]; _root.stockings_type_changeTo = _root.stockings[3]; } else { if (_root.stockings_type == 'Black') { _root.stockings_type = _root.stockings[2]; _root.stockings_type_changeTo = _root.stockings[2]; } else { if (_root.stockings_type == 'None') { _root.stockings_type = _root.stockings[0]; _root.stockings_type_changeTo = _root.stockings[0]; } } } } } } button 1780 { on (release) { if (_root.garter_type == 'White') { _root.garter_type = _root.garter[1]; _root.garter_type_changeTo = _root.garter[1]; } else { if (_root.garter_type == 'Pink') { _root.garter_type = _root.garter[2]; _root.garter_type_changeTo = _root.garter[2]; } else { if (_root.garter_type == 'Black') { _root.garter_type = _root.garter[3]; _root.garter_type_changeTo = _root.garter[3]; } else { if (_root.garter_type == 'None') { _root.garter_type = _root.garter[0]; _root.garter_type_changeTo = _root.garter[0]; } } } } } } button 1783 { on (release) { if (_root.gloves_type == 'White') { _root.gloves_type = _root.gloves[1]; _root.gloves_type_changeTo = _root.gloves[1]; } else { if (_root.gloves_type == 'Pink') { _root.gloves_type = _root.gloves[3]; _root.gloves_type_changeTo = _root.gloves[3]; } else { if (_root.gloves_type == 'Black') { _root.gloves_type = _root.gloves[2]; _root.gloves_type_changeTo = _root.gloves[2]; } else { if (_root.gloves_type == 'None') { _root.gloves_type = _root.gloves[0]; _root.gloves_type_changeTo = _root.gloves[0]; } } } } } } button 1787 { on (release) { if (_root.nails_type == 'White') { _root.nails_type = _root.nails[1]; } else { if (_root.nails_type == 'Pink') { _root.nails_type = _root.nails[2]; } else { if (_root.nails_type == 'Red') { _root.nails_type = _root.nails[3]; } else { if (_root.nails_type == 'Black') { _root.nails_type = _root.nails[4]; } else { if (_root.nails_type == 'Gold') { _root.nails_type = _root.nails[0]; } } } } } } } movieClip 1793 { frame 26 { if (!_root.pausee) { if (!_root.on_action) { gotoAndPlay(_global.PLAYER.isPeachCumDripping); } else { gotoAndPlay('no'); } } else { gotoAndPlay('no'); } } frame 90 { if (!_root.pausee) { if (!_root.on_action) { gotoAndPlay(_global.PLAYER.isPeachCumDripping); } } else { gotoAndPlay('no'); } } } movieClip 1794 { } movieClip 1795 { } movieClip 1796 { frame 1 { onEnterFrame = function () { if (_global.FLAGS.isSlippering) { _global.FLAGS.isSlippering = false; gotoAndPlay(2); } }; stop(); } frame 10 { gotoAndStop(1); } } movieClip 1797 { frame 1 { _root.expr = 0; } frame 2 { if (_global.PLAYER.isInvisible) { stop(); } } frame 10 { if (_global.PLAYER.isInvisible) { stop(); } } frame 42 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 44 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 49 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 51 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 68 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 70 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 75 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 77 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 96 { if (_global.PLAYER.isInvisible) { stop(); } else { if (_global.PLAYER.laids >= 10) { _root.movement = false; _root.on_action = true; stop(); _parent.gotoAndPlay('dance'); } } } frame 109 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 132 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 136 { gotoAndPlay(1); } } movieClip 1798 { frame 1 { sidehead.eyeLeftPeach.gotoAndStop('opened'); } frame 2 { _global.PLAYER.lockAnimation = false; if (_global.GAMECONFIG.soundHeels) { if ((_root.heels_type != 'None' or _root.DressNum == 2 or _root.DressNum == 7 or _root.DressNum == 8 or _root.DressNum == 9) and !_root.pausee) { if (!_root.on_action and _root.movement) { _root.soundFX('soundheels', 1); } } } } frame 4 { sidehead.eyeLeftPeach.gotoAndStop('lidded'); if (_root.BoobSize == _root.MaxBoob) { _root.soundFX('boingwalk', 3); } } frame 5 { sidehead.eyeLeftPeach.gotoAndStop('closed'); } frame 8 { sidehead.eyeLeftPeach.gotoAndStop('lidded'); } frame 9 { sidehead.eyeLeftPeach.gotoAndStop('opened'); } } movieClip 1809 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } } movieClip 1811 { frame 1 { } } movieClip 1812 { frame 1 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } frame 2 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } frame 4 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } } movieClip 1814 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1819 { frame 1 { gotoAndPlay(_root.stockings_type); } frame 3 { gotoAndPlay(_root.stockings_type); } frame 5 { gotoAndPlay(_root.stockings_type); } frame 7 { gotoAndPlay(_root.stockings_type); } frame 9 { gotoAndPlay(_root.stockings_type); } } movieClip 1823 { frame 1 { gotoAndPlay(_root.garter_type); } frame 3 { gotoAndPlay(_root.garter_type); } frame 5 { gotoAndPlay(_root.garter_type); } frame 7 { gotoAndPlay(_root.garter_type); } frame 9 { gotoAndPlay(_root.garter_type); } } movieClip 1830 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 19 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1832 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1835 { frame 1 { if (_root.DressSel[_root.DressNum] != 'Naked') { gotoAndPlay('show'); } } frame 3 { if (_root.DressSel[_root.DressNum] == 'Naked') { gotoAndPlay('hide'); } else { gotoAndPlay('show'); } } frame 5 { if (_root.DressSel[_root.DressNum] == 'Naked') { gotoAndPlay('hide'); } else { gotoAndPlay('show'); } } } movieClip 1840 { frame 1 { gotoAndPlay(_root.stockings_type); } frame 3 { gotoAndPlay(_root.stockings_type); } frame 5 { gotoAndPlay(_root.stockings_type); } frame 7 { gotoAndPlay(_root.stockings_type); } frame 9 { gotoAndPlay(_root.stockings_type); } } movieClip 1844 { frame 1 { gotoAndPlay(_root.heels_type); } frame 3 { gotoAndPlay(_root.heels_type); } frame 5 { gotoAndPlay(_root.heels_type); } frame 7 { gotoAndPlay(_root.heels_type); } frame 9 { gotoAndPlay(_root.heels_type); } } movieClip 1855 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1857 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1862 { frame 1 { gotoAndPlay(_root.garter_type); } frame 3 { gotoAndPlay(_root.garter_type); } frame 5 { gotoAndPlay(_root.garter_type); } frame 7 { gotoAndPlay(_root.garter_type); } frame 9 { gotoAndPlay(_root.garter_type); } } movieClip 1864 { frame 1 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumButt <= _root.CumButtMax) { gotoAndPlay(_root.CumButt); } else { gotoAndPlay(_root.CumButtMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 3 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumButt <= _root.CumButtMax) { gotoAndPlay(_root.CumButt); } else { gotoAndPlay(_root.CumButtMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 5 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumButt <= _root.CumButtMax) { gotoAndPlay(_root.CumButt); } else { gotoAndPlay(_root.CumButtMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 7 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumButt <= _root.CumButtMax) { gotoAndPlay(_root.CumButt); } else { gotoAndPlay(_root.CumButtMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } frame 9 { if (_root.ShowCum == 'Yes') { if (!_parent._parent.NPC) { if (_root.CumButt <= _root.CumButtMax) { gotoAndPlay(_root.CumButt); } else { gotoAndPlay(_root.CumButtMax); } } else { gotoAndPlay(2); } } else { gotoAndPlay(2); } } } movieClip 1871 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 23 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1874 { frame 83 { gotoAndPlay('start'); } } movieClip 1875 { frame 1 { gotoAndPlay(_global.PLAYER.assType); } frame 3 { gotoAndPlay(_global.PLAYER.assType); } frame 5 { gotoAndPlay(_global.PLAYER.assType); } frame 7 { gotoAndPlay(_global.PLAYER.assType); } } movieClip 1877 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1883 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } } movieClip 1885 { frame 1 { gotoAndPlay(_root.peach_crown_remove); } frame 2 { gotoAndPlay(_root.peach_crown_remove); } frame 4 { gotoAndPlay(_root.peach_crown_remove); } } movieClip 1887 { frame 1 { gotoAndPlay(_root.peach_crown_remove); } frame 2 { gotoAndPlay(_root.peach_crown_remove); } frame 4 { gotoAndPlay(_root.peach_crown_remove); } } movieClip 1888 { frame 1 { gotoAndPlay(_root.peach_crown_color); } frame 2 { gotoAndPlay(_root.peach_crown_color); } frame 4 { gotoAndPlay(_root.peach_crown_color); } } movieClip 1893 { frame 1 { gotoAndPlay(_root.ears_remove); } frame 3 { gotoAndPlay(_root.ears_remove); } frame 5 { gotoAndPlay(_root.ears_remove); } } movieClip 1895 { } movieClip 1898 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1901 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1906 { frame 1 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 11 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 23 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } } movieClip 1908 { frame 1 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { gotoAndPlay('move'); } } frame 3 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { gotoAndPlay('move'); } } frame 5 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 6 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 7 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 8 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 9 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 10 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 11 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 12 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 13 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 14 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 15 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 16 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 17 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 18 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 19 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 20 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 21 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 22 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 23 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 24 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 25 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } } frame 26 { if (_root.clothes_tail_remove) { gotoAndPlay('remove'); } else { gotoAndPlay('move'); } } } movieClip 1909 { frame 1 { if (_root.climbing) { gotoAndPlay('climb'); } else { if (_root.door_go_to_next_level or _root.goToDoor) { gotoAndPlay('enter'); } } onEnterFrame = function () { if (_root.climbing) { gotoAndPlay('climb'); delete onEnterFrame; } }; } frame 59 { gotoAndPlay(1); } frame 60 { _root.Peach.char.grav = 0; _root.movement = false; _root.can_masturbate = false; } frame 76 { _root.Peach_show('door'); } frame 82 { _root.can_masturbate = true; _root.movement = true; _root.Peach_show(1); if (_root.goToDoor) { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = _root[_root.goToDoor]._x; _root.Peach._y = _root[_root.goToDoor]._y; _root.goToDoor = false; } else { if (_root.door_go_to_next_level) { _root.door_go_to_next_level = false; _root.gotoAndPlay('score1'); } } _root.Peach.char.isBackside = false; _root.Peach.char.grav = 0; _root.Peach.char.accelX = 0; _root.Peach.char.character.gotoAndStop('standright'); _global.PLAYER.lockAnimation = false; stop(); } frame 83 { _root.movement = true; } frame 94 { gotoAndPlay('climbing'); } } movieClip 1914 { frame 1 { gotoAndPlay(_root.stockings_type); } frame 3 { gotoAndPlay(_root.stockings_type); } frame 5 { gotoAndPlay(_root.stockings_type); } frame 7 { gotoAndPlay(_root.stockings_type); } frame 9 { gotoAndPlay(_root.stockings_type); } } movieClip 1918 { frame 1 { gotoAndPlay(_root.heels_type); } frame 3 { gotoAndPlay(_root.heels_type); } frame 5 { gotoAndPlay(_root.heels_type); } frame 7 { gotoAndPlay(_root.heels_type); } frame 9 { gotoAndPlay(_root.heels_type); } } movieClip 1929 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1931 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1936 { frame 1 { gotoAndPlay(_root.stockings_type); } frame 3 { gotoAndPlay(_root.stockings_type); } frame 5 { gotoAndPlay(_root.stockings_type); } frame 7 { gotoAndPlay(_root.stockings_type); } frame 9 { gotoAndPlay(_root.stockings_type); } } movieClip 1943 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 19 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1945 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1950 { frame 1 { gotoAndPlay(_root.garter_type); } frame 3 { gotoAndPlay(_root.garter_type); } frame 5 { gotoAndPlay(_root.garter_type); } frame 7 { gotoAndPlay(_root.garter_type); } frame 9 { gotoAndPlay(_root.garter_type); } } movieClip 1960 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1962 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1967 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1973 { frame 1 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 11 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_skirt_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1981 { frame 1 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1984 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1985 { frame 1 { gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 3 { _root.PrevBoob = 0; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 5 { _root.PrevBoob = 1; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 7 { _root.PrevBoob = 2; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 9 { _root.PrevBoob = 3; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 11 { _root.PrevBoob = 4; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 13 { _root.PrevBoob = 5; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } } movieClip 1987 { } movieClip 1989 { } movieClip 1991 { } movieClip 1994 { } movieClip 1995 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 1997 { frame 1 { gotoAndPlay(_root.ears_remove); } frame 3 { gotoAndPlay(_root.ears_remove); } frame 5 { gotoAndPlay(_root.ears_remove); } } movieClip 2000 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 2002 { } movieClip 2004 { } movieClip 2006 { } movieClip 2007 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 2016 { frame 1 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 11 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 19 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 21 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 23 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 25 { if (_root.clothes_bra_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } } movieClip 2017 { frame 1 { gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 3 { _root.PrevBoob = 0; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 5 { _root.PrevBoob = 1; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 7 { _root.PrevBoob = 2; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 9 { _root.PrevBoob = 3; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 11 { _root.PrevBoob = 4; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } frame 13 { _root.PrevBoob = 5; gotoAndPlay(_root.BoobSizeNames[_root.BoobSize]); } } movieClip 2019 { } movieClip 2021 { } movieClip 2022 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 2025 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 2026 { frame 7 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 15 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } } movieClip 2027 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 2031 { } movieClip 2038 { } button 2041 { on (release) { _root.loadinfo.data.HUDshow = _root.HUDshow; _root.loadinfo.data.PlaySound = _root.PlaySound; _root.loadinfo.data.ShowText = _root.ShowText; _root.loadinfo.data.TextShow = _root.TextShow; _root.loadinfo.data.ShowCum = _root.ShowCum; _root.loadinfo.data.LockCostume = _root.LockCostume; _root.loadinfo.data.CostumeLock = _root.CostumeLock; _root.loadinfo.data.internals = _root.internals; _root.loadinfo.data.fetish = _root.fetish; _root.loadinfo.data.MinBoob = _root.MinBoob; _root.loadinfo.data.MaxBoob = _root.MaxBoob; _root.loadinfo.data.setquality = _root._quality; _root.loadinfo.data.zoomout = _root.zoomout; _root.loadinfo.data.zoomin = _root.zoomin; _root.loadinfo.data.flush(); _root.zoommode = _root.zoommode_recorded; if (_root.CurrentArea == 'select1') { _parent.gotoAndPlay(1); } else { _root.MenuWindow = 'show'; } } } button 2044 { on (release) { _root.HUDshow = 'ON'; _root.PlaySound = 'ON'; _root.ShowText = true; _root.TextShow = 'ON'; _root.ShowCum = 'Yes'; _root.LockCostume = false; _root.CostumeLock = 'OFF'; _root.internals = 'ON'; _root.fetish = 'ON'; _root.MinBoob = 1; _root.MaxBoob = _root.BoobMax; _root._quality = 'HIGH'; _root.zoomout = false; _root.zoomin = true; } } button 2049 { on (release) { if (_root.LockCostume == true) { _root.LockCostume = false; _root.CostumeLock = 'OFF'; } else { _root.LockCostume = true; _root.CostumeLock = 'ON'; } } } button 2052 { on (release) { if (_root.ShowText == true) { _root.ShowText = false; _root.TextShow = 'OFF'; } else { _root.ShowText = true; _root.TextShow = 'ON'; } } } button 2055 { on (release) { if (_root.internals == 'ON') { _root.internals = 'OFF'; } else { _root.internals = 'ON'; } } } button 2064 { on (release) { if (_root.MaxBoob > 0 and _root.MaxBoob > _root.MinBoob) { --_root.MaxBoob; _root.MaximumBoob = _root.BoobSizeNames[_root.MaxBoob]; if (_root.BoobSize > _root.MaxBoob) { if (!_root.NoBoob) { _root.BoobSize = _root.MaxBoob; } else { _root.PrevBoob = _root.MaxBoob; } } } } } button 2065 { on (release) { if (_root.MinBoob > 0) { --_root.MinBoob; _root.MinimumBoob = _root.BoobSizeNames[_root.MinBoob]; } } } button 2068 { on (release) { if (_root.MaxBoob < _root.BoobMax) { ++_root.MaxBoob; _root.MaximumBoob = _root.BoobSizeNames[_root.MaxBoob]; } } } button 2069 { on (release) { if (_root.MinBoob < _root.MaxBoob and _root.MinBoob < _root.BoobMax) { ++_root.MinBoob; _root.MinimumBoob = _root.BoobSizeNames[_root.MinBoob]; if (_root.BoobSize < _root.MinBoob) { if (!_root.NoBoob) { _root.BoobSize = _root.MinBoob; } else { _root.PrevBoob = _root.MinBoob; } } } } } button 2071 { on (release) { if (_root.isBenchmarkActive) { _root.isBenchmarkActive = false; _root.HUD.FPS_counter.text = ''; _root.HUD.FPS_label.text = ''; _root.buttonFPSBench = 'NO'; } else { _root.isBenchmarkActive = true; _root.buttonFPSBench = 'YES'; } } } button 2074 { on (release) { _global.GAMECONFIG.soundVolume = 40; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2076 { on (release) { _global.GAMECONFIG.soundVolume = 100; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2079 { on (release) { _global.GAMECONFIG.soundVolume = 20; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2080 { on (release) { _global.GAMECONFIG.soundVolume = 80; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2083 { on (release) { _global.GAMECONFIG.soundVolume = 60; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2086 { on (release) { if (_root.ShowCum == 'No') { _root.ShowCum = 'Yes'; } else { _root.ShowCum = 'No'; } } } button 2090 { on (release) { if (_root.HUDshow == 'ON') { _root.HUDshow = 'OFF'; } else { _root.HUDshow = 'ON'; } } } button 2093 { on (release) { _quality = 'MEDIUM'; } } button 2095 { on (release) { _quality = 'HIGH'; } } button 2098 { on (release) { _quality = 'LOW'; } } button 2101 { on (release) { _global.GAMECONFIG.soundHeels = false; } } button 2104 { on (release) { _global.GAMECONFIG.soundHeels = true; } } button 2107 { on (release) { allsound = new Sound(); if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; } else { _root.PlaySound = 'ON'; } } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } } button 2110 { on (release) { _global.GAMECONFIG.setScrolling = true; _global.FLAGS.scrollingLevel = true; } } button 2113 { on (release) { _global.GAMECONFIG.setScrolling = false; _global.FLAGS.scrollingLevel = false; } } button 2115 { on (release) { _global.GAMECONFIG.physicsSMB3 = false; } } button 2118 { on (release) { _global.GAMECONFIG.physicsSMB3 = true; } } movieClip 2120 { } movieClip 2121 { frame 1 { if (_root.CurrentArea == 'select1') { new_game_button._visible = true; go_back_button._visible = false; main_menu._visible = false; } else { new_game_button._visible = false; go_back_button._visible = true; main_menu._visible = true; } _root.NumChar = _root.CharNum + 1; _root.CharName = _root.CharSel[_root.CharNum]; _root.CharacterCredit = _root.CharCred[_root.CharNum]; _root.NumDress = _root.DressNum + 1; _root.DressName = _root.DressSel[_root.DressNum]; _root.CostumeCredit = _root.CostCred[_root.DressNum]; SetPoison = _root.DressSel[_root.Dress[0]]; SetDress = _root.DressSel[_root.Dress[1]]; SetFire = _root.DressSel[_root.Dress[2]]; SetBurn = _root.DressSel[_root.Dress[3]]; SetRaccoon = _root.DressSel[_root.Dress[4]]; SetFrog = _root.DressSel[_root.Dress[5]]; SetSuperPeach = _root.DressSel[_root.Dress[8]]; SetPoisonChar = _root.CharSel[_root.DressChar[0]]; SetDressChar = _root.CharSel[_root.DressChar[1]]; SetFireChar = _root.CharSel[_root.DressChar[2]]; SetBurnChar = _root.CharSel[_root.DressChar[3]]; SetRaccoonChar = _root.CharSel[_root.DressChar[4]]; SetFrogChar = _root.CharSel[_root.DressChar[5]]; SetLeafChar = _root.CharSel[_root.DressChar[6]]; SetSuperPeachChar = _root.CharSel[_root.DressChar[8]]; if (_root.BoobSize < _root.MinBoob) { _root.BoobSize = _root.MinBoob; } else { if (_root.BoobSize > _root.MaxBoob) { _root.BoobSize = _root.MaxBoob; } } stop(); } instance of movieClip 2027 { onClipEvent (load) { n = 1; } onClipEvent (release) { gotoAndPlay(n); if (n == 4) { n = 1; } else { ++n; } } } instance of movieClip 2031 { onClipEvent (release) { _root.CharNum_saved = _root.CharNum; _root.peach_earring_color_saved = _root.peach_earring_color; } } frame 2 { new_game_button = false; stop(); if (!_root.ShowText) { _root.TextShow = 'OFF'; } else { _root.TextShow = 'ON'; } if (!_root.LockCostume) { _root.CostumeLock = 'OFF'; } else { _root.CostumeLock = 'ON'; } _root.MinimumBoob = _root.BoobSizeNames[_root.MinBoob]; _root.MaximumBoob = _root.BoobSizeNames[_root.MaxBoob]; } } frame 4 { stop(); _root.MUSIC('music_enemy', 1); } movieClip 2127 { frame 1 { if (_parent.lights == 'yellow') { gotoAndStop(4); } else { if (_parent.lights == 'green') { gotoAndStop(3); } else { gotoAndStop(2); } } } frame 3 { stop(); } frame 4 { stop(); } } movieClip 2130 { } movieClip 2141 { frame 1 { if (!coins) { coins = 1; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { --coins; if (_root.Score >= 99) { _root.Score = 0; sound_grow = new Sound(this); sound_grow.attachSound('Extra Life'); sound_grow.start(0, 1); ++_root.Lives; } else { ++_root.Score; } _root.score_add(200); _root.can_grab_touch = false; gotoAndPlay('coinboxupdown'); } }; } frame 15 { gotoAndPlay(1); } frame 16 { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); _root.can_grab_touch = false; } frame 20 { if (coins < 1) { delete onEnterFrame; gotoAndStop('off'); } else { gotoAndPlay(1); } } } movieClip 2143 { } movieClip 2144 { } movieClip 2146 { frame 84 { gotoAndPlay(1); } } movieClip 2147 { } instance of movieClip 2147 { onClipEvent (release) { _root.gotoAndPlay('level1'); } onClipEvent (keyPress '<Space>') { _root.gotoAndPlay('level1'); } } frame 5 { stop(); CumHead = 2; CumTits = 6; CumBody = 6; CumLegs = 6; game_timer_suspend = 0; score_points = 0; Score = 0; } movieClip 2152 { frame 1 { stop(); } frame 2 { gotoAndPlay(1); if (_root.bombactive) { gotoAndStop(3); } } } movieClip 2162 { } movieClip 2164 { } movieClip 2167 { } movieClip 2169 { } movieClip 2171 { } movieClip 2174 { } movieClip 2177 { frame 2 { gotoAndPlay(1); if (notice) { gotoAndPlay('open'); } } frame 10 { notice = false; } frame 15 { gotoAndPlay('opened'); if (!notice) { sound = new Sound(this); sound.attachSound('Door Shut'); sound.start(0, 1); gotoAndPlay(1); } } } movieClip 2180 { } movieClip 2183 { } movieClip 2185 { } movieClip 2188 { } movieClip 2189 { } movieClip 2191 { } movieClip 2198 { frame 1 { gotoAndPlay(1 + random(14)); } } movieClip 2201 { } movieClip 2209 { } movieClip 2213 { } movieClip 2217 { } movieClip 2222 { } movieClip 2223 { instance of movieClip 2177 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this) or _root.Toad1.hitTest(this) or _root.Toad2.hitTest(this)) { notice = true; this(notice); } if (_root.bomb.hitTest(this)) { notice = true; this(notice); } } } instance of movieClip 2147 { onClipEvent (release) { _parent._parent.gotoAndPlay(2); } onClipEvent (keyPress '<Space>') { _parent._parent.gotoAndPlay(2); } } frame 142 { stop(); } } movieClip 2227 { instance of movieClip 2177 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this) or _root.Toad1.hitTest(this) or _root.Toad2.hitTest(this)) { notice = true; this(notice); } } } } movieClip 2231 { frame 1 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 12 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 23 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 51 { gotoAndPlay(35); } } movieClip 2234 { } movieClip 2236 { instance of movieClip 2147 { onClipEvent (release) { _root.gotoAndPlay('select1'); } onClipEvent (keyPress '<Space>') { _root.gotoAndPlay('select1'); } } } movieClip 2237 { frame 1 { stop(); } frame 2 { stopAllSounds(); _root.BGMsound.attachSound('music_intro'); if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 1); } stop(); } } frame 6 { stop(); _root.CurrentArea = 'worldmap'; _root.HUD_time.text = ''; stopAllSounds(); _root.musicToPlayBeginning = 'sm3grass'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables(); next_level = _root.actual_level + 1; if (_root.worldmap1_list[next_level] == '') { _root.worldmap1_list[next_level] = 'activated'; } _root['level' + next_level].gotoAndPlay('activated'); _root.Peach._x = _root['level' + _root.actual_level]._x; _root.Peach._y = _root['level' + _root.actual_level]._y; for (var level in _root.worldmap1_list) { if (_root.worldmap1_list[level] == 'finished' or _root.worldmap1_list[level] == 'activated') { _root['level' + level].gotoAndPlay('activated'); } } _root.controlList.blackscreen.gotoAndPlay('fadein_circle'); } movieClip 2244 { } movieClip 2245 { } movieClip 2246 { } movieClip 2250 { } movieClip 2253 { } movieClip 2255 { frame 1 { stop(); } } instance of movieClip 2255 { onClipEvent (load) { _color = 'grey'; } onClipEvent (load) { pipe1x = 550; pipe1y = 640; destination = 'pipe2'; musicToPlay = 'music_under'; animation_destiny_pipe = 'upside_down_exit'; } onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(_root.ground.pipe1) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe2) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe3) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe4) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.CollisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 2255 { onClipEvent (load) { _color = 'grey'; } onClipEvent (load) { pipe1x = 550; pipe1y = 640; destination = 'pipe2'; musicToPlay = 'music_under'; animation_destiny_pipe = 'upside_down_exit'; } onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(_root.ground.pipe1) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe2) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe3) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe4) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.CollisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } movieClip 2258 { frame 2 { stop(); } } movieClip 2259 { } movieClip 2261 { } movieClip 2262 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2264 { } movieClip 2267 { } movieClip 2269 { } movieClip 2275 { frame 1 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 3 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 5 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 7 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 13 { if (_root.clothes_vest_remove) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 15 { if (_root.clothes_vest_remove and _root.DressNum != 3) { gotoAndPlay('naked'); } else { gotoAndPlay(_root.DressSel[_root.DressNum]); } } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 2277 { } movieClip 2279 { } movieClip 2280 { } movieClip 2281 { frame 4 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } } movieClip 2282 { frame 1 { stop(); level_number.text = int(this._name.substring(5)) + 1; onEnterFrame = function () { if (!Key.isDown(_root.keySPACE)) { pressedSpaceBefore = false; } if (_root.Peach.CollisionFeet.hitTest(this)) { if (Key.isDown(_root.keySPACE) and !pressedSpaceBefore) { pressedSpaceBefore = true; sound_fall = new Sound(this); sound_fall.attachSound('sound_hit_block'); sound_fall.start(0, 1); } } }; } frame 2 { stop(); level_number.text = int(this._name.substring(5)) + 1; pressedSpaceBefore = true; onEnterFrame = function () { if (!Key.isDown(_root.keySPACE)) { pressedSpaceBefore = false; } if (_root.Peach.CollisionFeet.hitTest(this)) { if (Key.isDown(_root.keySPACE) and !pressedSpaceBefore) { _root.movement = false; _root.Peach_show(0); this.gotoAndStop('going_in'); _root.Peach.char.gotoAndStop('frontsidewalk'); _root.actual_level = int(this._name.substring(5)) - 1; _root.controlList.blackscreen.gotoAndPlay('fadeout_circle'); delete onEnterFrame; } } }; } frame 3 { stop(); pressedSpaceBefore = true; onEnterFrame = function () { if (!Key.isDown(_root.keySPACE)) { pressedSpaceBefore = false; } if (_root.Peach.CollisionFeet.hitTest(_x, _y, true)) { if (Key.isDown(_root.keySPACE) and !pressedSpaceBefore) { _root.movement = false; _root.Peach_show(0); this.gotoAndStop('going_in'); _root.Peach.char.gotoAndStop('frontsidewalk'); _root.actual_level = int(this._name.substring(5)) - 1; _root.controlList.blackscreen.gotoAndPlay('fadeout_circle'); delete onEnterFrame; } } }; } } movieClip 2285 { } movieClip 2286 { frame 1 { stop(); level_number.text = int(this._name.substring(5)) + 1; onEnterFrame = function () { if (!Key.isDown(_root.keySPACE)) { pressedSpaceBefore = false; } if (_root.Peach.CollisionFeet.hitTest(this)) { if (Key.isDown(_root.keySPACE) and !pressedSpaceBefore) { pressedSpaceBefore = true; sound_fall = new Sound(this); sound_fall.attachSound('sound_hit_block'); sound_fall.start(0, 1); } } }; } frame 2 { stop(); level_number.text = int(this._name.substring(5)) + 1; pressedSpaceBefore = true; onEnterFrame = function () { if (!Key.isDown(_root.keySPACE)) { pressedSpaceBefore = false; } if (_root.Peach.CollisionFeet.hitTest(this)) { if (Key.isDown(_root.keySPACE) and !pressedSpaceBefore) { _root.movement = false; _root.Peach_show(0); this.gotoAndStop('going_in'); _root.Peach.char.gotoAndStop('frontsidewalk'); _root.actual_level = int(this._name.substring(5)) - 1; _root.controlList.blackscreen.gotoAndPlay('fadeout_circle'); delete onEnterFrame; } } }; } frame 3 { stop(); pressedSpaceBefore = true; onEnterFrame = function () { if (!Key.isDown(_root.keySPACE)) { pressedSpaceBefore = false; } if (_root.Peach.CollisionFeet.hitTest(_x, _y, true)) { if (Key.isDown(_root.keySPACE) and !pressedSpaceBefore) { _root.movement = false; _root.Peach_show(0); this.gotoAndStop('going_in'); _root.Peach.char.gotoAndStop('frontsidewalk'); _root.actual_level = int(this._name.substring(5)) - 1; _root.controlList.blackscreen.gotoAndPlay('fadeout_circle'); delete onEnterFrame; } } }; } } movieClip 2288 { } movieClip 2290 { } movieClip 2291 { } movieClip 2295 { } movieClip 2297 { } movieClip 2302 { frame 1 { if (victory) { gotoAndPlay('victory'); } } frame 20 { gotoAndPlay(1); } frame 40 { gotoAndPlay('victory'); } } instance of movieClip 2302 { onClipEvent (load) { victory = true; } } instance of movieClip 2302 { onClipEvent (load) { victory = true; } } movieClip 2306 { } movieClip 2307 { frame 1 { function wait() { _root.camtheft = false; clearInterval(myTimer); } maxLeft = _root.boundary._x + _width / 2 + 80; maxRight = _root.boundary._width + _root.boundary._x - _width / 2 - 70; maxTop = _root.boundary._y + _height / 2; maxBottom = _root.boundary._height + _root.boundary._y - _height / 2 + 10; } frame 2 { function camControl() { rp.x = _x; rp.y = _y; var v2 = camH * (_yscale * 0.01); var v1 = camW * (_xscale * 0.01); var v4 = sH / v2; var v3 = sW / v1; _x2 = (v1 / 2) * v3; _y2 = (v2 / 1.3) * v4; _xscale2 = v3 * 100; _yscale2 = v4 * 100; _rotation2 = -_rotation; } function reset() { _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; _parent._rotation = 0; _parent._visible = true; } function set_x2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._x += value - v2.x; } function get_x2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.x; } function set_y2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._y += value - v2.y; } function get_y2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.y; } function get_xscale2() { return _parent._xscale; } function set_xscale2(value) { setProperty2('_xscale', value); } function get_yscale2() { return _parent._yscale; } function set_yscale2(value) { setProperty2('_yscale', value); } function get_rotation2() { return parent.rotation; } function set_rotation2(value) { setProperty2('_rotation', value); } function setProperty2(prop, n) { var v3 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v3); _parent[prop] = n; var v4 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v4); _parent._x -= v4.x - v3.x; _parent._y -= v4.y - v3.y; _root.HUD._x = _x - widthHUD; _root.HUD._y = _y - heightHUD; _root.controlList._x = _x - widthControlList; _root.controlList._y = _y - heightControlList; } maxLeft = _root.boundary._x + _width / 2; maxRight = _root.boundary._width + _root.boundary._x - _width / 2; addProperty('_x2', get_x2, set_x2); addProperty('_y2', get_y2, set_y2); addProperty('_xscale2', get_xscale2, set_xscale2); addProperty('_yscale2', get_yscale2, set_yscale2); addProperty('_rotation2', get_rotation2, set_rotation2); var oldScaleMode = stage.scaleMode; stage.scaleMode = 'exactFit'; var sW = Stage.width; var sH = Stage.height; stage.scaleMode = oldScaleMode; var bounds_obj = this.getBounds(this); var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin); var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin); var rp = {'x': this._x, 'y': this._y}; var widthHUD = _width / 2; var heightHUD = _height * 2 / 3 + 13; var widthControlList = _width / 30; var heightControlList = _height / 4 + 13; onEnterFrame = function () { if (_root.camtheft != true) { _y = _y + (_root.Peach._y - _y) / 4; _x = _x + (_root.Peach._x - _x) / 3; } else { myTimer = setInterval(wait, 1000); } if (_x < maxLeft) { _x = maxLeft; } else { if (_x > maxRight) { _x = maxRight; } } if (_y < maxTop) { _y = maxTop; } else { if (_y > maxBottom) { _y = maxBottom; } } if (_root.zoomout) { _root.controlList._x -= 1; _root.controlList._y -= 2; } if (!once) { once = true; _root.controlList._xscale = 38; _root.controlList._yscale = 38; _root.HUD._yscale = 80; _root.HUD._xscale = 80; } camControl(); }; this.onUnload = reset; stop(); } } movieClip 2308 { frame 1 { sidehead.eyeLeftPeach.gotoAndStop('opened'); } frame 2 { _global.PLAYER.lockAnimation = false; } frame 4 { sidehead.eyeLeftPeach.gotoAndStop('lidded'); if (_root.BoobSize == _root.MaxBoob) { sound_1 = new Sound(this); sound_1.attachSound('boingwalk'); sound_1.start(0, 1); } } frame 5 { sidehead.eyeLeftPeach.gotoAndStop('closed'); } frame 8 { sidehead.eyeLeftPeach.gotoAndStop('lidded'); } frame 9 { sidehead.eyeLeftPeach.gotoAndStop('opened'); } } movieClip 2309 { } movieClip 2310 { frame 7 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 11 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } } movieClip 2311 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } } movieClip 2312 { frame 1 { heelsSoundOn = function () { if (_global.GAMECONFIG.soundHeels) { if (_root.heels_type != 'None' or _root.DressNum == 2 or _root.DressNum == 7 or _root.DressNum == 8 or _root.DressNum == 9) { if (!_root.on_action) { _root.soundheels = new Sound(this); _root.soundheels.attachSound('soundheels'); _root.soundheels.start(0, 99); } } } }; heelsSoundOff = function () { _root.soundheels.stop(); }; Peach_setX = 0; Peach_setY = 0; heels = true; char.gravity = 0; char.maxJump = 0; char.heavyJump = 0; char.charspeed = 0; char.charheavyspeed = 0; char.can_grab_coin = true; char.can_drift = true; _root.peach_update_dressNum_speed(); char.grav = 0; _root.jumping = false; _root.touchingGround = true; _root.can_touch_ground = true; char.masturbating = false; char.peach_right = true; onEnterFrame = function () { if (_root.movement and !_root.pausee) { if (Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyD)) { if (heels) { heelsSoundOn(); heels = false; } if (!Key.isDown(_root.keyUP)) { if (!Key.isDown(_root.keyDOWN)) { if (!Key.isDown(_root.keyW)) { if (!Key.isDown(_root.keyS)) { action = 'walkright'; if (_root.ground.hitTest(this._x, this._y, true)) { char.moving = 'right'; Peach_setX += char.charspeed / 2; if (!_root.ground.hitTest(this._x + 1 + Peach_setX, this._y, true)) { Peach_setX -= char.charspeed / 2; } } char.gotoAndStop('walkright'); char.peach_right = true; } } } } } else { if (char.peach_right and action != 'walkup' and action != 'walkdown') { if (!heels) { heelsSoundOff(); heels = true; } char.moving = false; char.gotoAndStop('standright'); } } if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyA)) { if (heels) { heelsSoundOn(); heels = false; } if (!Key.isDown(_root.keyUP)) { if (!Key.isDown(_root.keyDOWN)) { if (!Key.isDown(_root.keyW)) { if (!Key.isDown(_root.keyS)) { action = 'walkleft'; if (_root.ground.hitTest(this._x, this._y, true)) { char.moving = 'left'; Peach_setX -= char.charspeed / 2; if (!_root.ground.hitTest(this._x - 1 + Peach_setX, this._y, true)) { Peach_setX += char.charspeed / 2; } } char.gotoAndStop('walkleft'); char.peach_right = false; } } } } } else { if (!char.peach_right and action != 'walkup' and action != 'walkdown') { if (!heels) { heelsSoundOff(); heels = true; } char.moving = false; char.gotoAndStop('standleft'); } } if (Key.isDown(_root.keyUP) or Key.isDown(_root.keyW)) { if (heels) { heelsSoundOn(); heels = false; } stopUpOnce = true; action = 'walkup'; if (_root.ground.hitTest(this._x, this._y, true)) { if (!Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { Peach_setY -= char.charspeed / 4; if (!_root.ground.hitTest(this._x, this._y - 1 + Peach_setY, true)) { Peach_setY += char.charspeed / 4; } } } char.gotoAndStop('backsidewalk'); char.backsidewalk.play(); } if (stopUpOnce and !Key.isDown(_root.keyUP) and !Key.isDown(_root.keyW)) { if (!heels) { heelsSoundOff(); heels = true; } stopUpOnce = false; char.backsidewalk.stop(); } else { if (Key.isDown(_root.keyDOWN) or Key.isDown(_root.keyS)) { if (heels) { heelsSoundOn(); heels = false; } stopDownOnce = true; action = 'walkdown'; if (_root.ground.hitTest(this._x, this._y, true)) { if (!Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { Peach_setY += char.charspeed / 4; if (!_root.ground.hitTest(this._x, this._y + 4 + Peach_setY, true)) { Peach_setY -= char.charspeed / 4; } } } char.gotoAndStop('frontsidewalk'); char.frontsidewalk.play(); } } if (stopDownOnce and !Key.isDown(_root.keyDOWN) and !Key.isDown(_root.keyS)) { if (!heels) { heelsSoundOff(); heels = true; } stopDownOnce = false; char.frontsidewalk.stop(); } _x = _x + Peach_setX; _y = _y + Peach_setY; Peach_setX = 0; Peach_setY = 0; } }; } } movieClip 2315 { frame 70 { gotoAndPlay(1); } } movieClip 2317 { } movieClip 2319 { } movieClip 2321 { } movieClip 2323 { } movieClip 2325 { } movieClip 2327 { } movieClip 2330 { } movieClip 2331 { } movieClip 2332 { instance of movieClip 2331 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.movement and !_root.pausee and !_root.on_action) { _root.she_is_hit(); } } } } movieClip 2334 { } movieClip 2336 { } movieClip 2339 { } movieClip 2340 { frame 1 { if (!once) { once = true; randomizer = 2 + random(28); } gotoAndPlay(randomizer); } frame 33 { if (_root.Peach.hitTest(vision) and !_root.pausee) { sound_fall = new Sound(this); sound_fall.attachSound('bombfire'); sound_fall.start(0, 1); } } frame 115 { gotoAndPlay(1); } } movieClip 2341 { frame 1 { if (_root.Peach.char.character._type.collisionFeet.hitTest(cannon.ball) and !_root.Peach.char.character._type.collisionBody.hitTest(cannon.ball)) { n = 0; cannon.stop(); _root.Peach.char.grav = -10; gotoAndPlay('falling'); sound_fall = new Sound(this); sound_fall.attachSound('kick'); sound_fall.start(0, 1); } else { if (_root.Peach.char.character._type.collisionBody.hitTest(cannon.ball) and _root.movement and !_root.pausee and !_root.on_action) { _root.she_is_hit(); } } } frame 2 { gotoAndPlay(1); } frame 4 { if (!inverted) { cannon.ball._y += 10; } else { cannon.ball._y -= 10; } ++n; if (n > 100) { cannon.gotoAndPlay(1); gotoAndPlay(1); } else { gotoAndPlay('falling'); } } } movieClip 2343 { } movieClip 2344 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(collision)) { if (Key.isDown(_root.keyUP) or Key.isDown(_root.keyW) or Key.isDown(_root.keyDOWN) or Key.isDown(_root.keyS)) { _root.climbing = true; } } if (_root.Peach.char.character._type.collisionHead.hitTest(leftcollision) or _root.Peach.char.character._type.collisionHead.hitTest(rightcollision) or _root.Peach.char.character._type.collisionHead.hitTest(upcollision) or _root.Peach.char.character._type.collisionHead.hitTest(downcollision)) { _root.climbing = false; } }; } } movieClip 2346 { } movieClip 2347 { } movieClip 2348 { } movieClip 2349 { } movieClip 2355 { frame 1 { _root.running_to_fly_meter = 2; _root.flying_mode = false; onEnterFrame = function () { if (!_root.touchingGround and !_root.flying_mode) { decrease = true; } }; } frame 2 { stop(); } frame 3 { _root.flying_mode = false; decrease = false; } frame 8 { _root.running_to_fly_meter = 4; } frame 14 { if (decrease) { gotoAndPlay('start_running'); } } frame 15 { _root.running_to_fly_meter = 6; } frame 21 { if (decrease) { decrease = false; gotoAndPlay('1'); } } frame 22 { _root.running_to_fly_meter = 8; } frame 28 { if (decrease) { decrease = false; gotoAndPlay('2'); } } frame 29 { _root.running_to_fly_meter = 10; } frame 35 { if (decrease) { decrease = false; gotoAndPlay('3'); } } frame 36 { _root.running_to_fly_meter = 12; _root.flying_mode = true; } frame 138 { _root.flying_mode = false; _parent.gotoAndPlay('last'); gotoAndPlay('4'); } } movieClip 2357 { frame 2 { stop(); } frame 19 { } } movieClip 2360 { frame 2 { _root.running_mode = false; } frame 3 { gotoAndPlay(_root.running_to_fly_meter); } frame 5 { gotoAndPlay(_root.running_to_fly_meter); } frame 7 { gotoAndPlay(_root.running_to_fly_meter); } frame 9 { gotoAndPlay(_root.running_to_fly_meter); } frame 11 { gotoAndPlay(_root.running_to_fly_meter); } frame 14 { _root.running_mode = true; } frame 15 { gotoAndPlay(_root.running_to_fly_meter); } } movieClip 2363 { frame 1 { if (_root.CharMove == 'Poison') { gotoAndPlay(2); } else { if (_root.CharMove == 'Dress') { gotoAndPlay(4); } else { if (_root.CharMove == 'Fire') { gotoAndPlay(6); } else { if (_root.CharMove == 'Raccoon') { gotoAndPlay(8); } else { if (_root.CharMove == 'Striker') { gotoAndPlay(10); } else { if (_root.CharMove == 'Frog') { gotoAndPlay(12); } else { if (_root.CharMove == 'SuperPeach') { gotoAndPlay(14); } else { if (_root.CharMove == 'Leaf') { gotoAndPlay(16); } } } } } } } } } frame 3 { if (_root.CharMove != 'Poison') { gotoAndPlay(1); } else { gotoAndPlay(2); } } frame 5 { if (_root.CharMove != 'Dress') { gotoAndPlay(1); } else { gotoAndPlay(4); } } frame 7 { if (_root.CharMove != 'Fire') { gotoAndPlay(1); } else { gotoAndPlay(6); } } frame 9 { if (_root.CharMove != 'Raccoon') { gotoAndPlay(1); } else { gotoAndPlay(8); } } frame 11 { if (_root.CharMove != 'Striker') { gotoAndPlay(1); } else { gotoAndPlay(10); } } frame 13 { if (_root.CharMove != 'Frog') { gotoAndPlay(1); } else { gotoAndPlay(12); } } frame 15 { if (_root.CharMove != 'SuperPeach') { gotoAndPlay(1); } else { gotoAndPlay(14); } } frame 17 { if (_root.CharMove != 'Leaf') { gotoAndPlay(1); } else { gotoAndPlay(16); } } } movieClip 2374 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } } movieClip 2393 { frame 1 { stop(); _root.HUD.peach_face.gotoAndStop('horny0'); _global.PLAYER.isPeachCumDripping = 'no'; } frame 2 { _root.HUD.peach_face.gotoAndStop('horny0'); _root.horny_bar = 2; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 3 { _root.HUD.peach_face.gotoAndStop('horny0'); _root.horny_bar = 3; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 4 { _root.HUD.peach_face.gotoAndStop('horny1'); _root.horny_bar = 4; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 5 { _root.HUD.peach_face.gotoAndStop('horny1'); _root.horny_bar = 5; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 6 { _root.HUD.peach_face.gotoAndStop('horny1'); _root.horny_bar = 6; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 7 { _root.HUD.peach_face.gotoAndStop('horny1'); _root.horny_bar = 7; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 8 { _root.HUD.peach_face.gotoAndStop('horny2'); _root.horny_bar = 8; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 9 { _root.HUD.peach_face.gotoAndStop('horny2'); _root.horny_bar = 9; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 10 { _root.HUD.peach_face.gotoAndStop('horny2'); _root.horny_bar = 10; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 11 { _root.HUD.peach_face.gotoAndStop('horny2'); _root.horny_bar = 11; _global.PLAYER.isPeachCumDripping = 'no'; stop(); } frame 12 { _root.HUD.peach_face.gotoAndStop('horny3'); _root.horny_bar = 12; _global.PLAYER.isPeachCumDripping = 'yes'; stop(); } frame 13 { _root.HUD.peach_face.gotoAndStop('horny3'); _root.horny_bar = 13; _root.isPeachCumDipping = 'yes'; stop(); } frame 14 { _root.HUD.peach_face.gotoAndStop('horny3'); _root.horny_bar = 14; _global.PLAYER.isPeachCumDripping = 'yes'; stop(); } frame 15 { _root.HUD.peach_face.gotoAndStop('horny3'); _root.horny_bar = 15; _global.PLAYER.isPeachCumDripping = 'yes'; stop(); } frame 16 { _root.HUD.peach_face.gotoAndStop('horny4'); _root.horny_bar = 16; _global.PLAYER.isPeachCumDripping = 'yes'; stop(); } frame 17 { _root.HUD.peach_face.gotoAndStop('horny4'); _root.horny_bar = 17; _global.PLAYER.isPeachCumDripping = 'yes'; stop(); } frame 18 { _root.HUD.peach_face.gotoAndStop('horny4'); _root.horny_bar = 18; _root.cum = true; _root.orgasms += 1; _global.PLAYER.isPeachCumDripping = 'yes'; stop(); } } movieClip 2398 { } button 2399 { on (release) { sound_fall = new Sound(this); sound_fall.attachSound('pause_sound'); sound_fall.start(0, 1); if (_root.ShowControls == 'Open') { if (_root.PlaySound == 'ON') { _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume / 2); } _root.ButtonsQUA._visible = false; _root.clothes_tail_remove_saved = _root.clothes_tail_remove; _root.clothes_vest_remove_saved = _root.clothes_vest_remove; _root.clothes_skirt_remove_saved = _root.clothes_skirt_remove; _root.clothes_bra_remove_saved = _root.clothes_bra_remove; _root.CharNum_saved = _root.CharNum; _root.DressNum_saved = _root.DressNum; _root.peach_earring_color_saved = _root.peach_earring_color; _root.gloves_type_saved = _root.gloves_type; _root.heels_type_saved = _root.heels_type; _root.stockings_type_saved = _root.stockings_type; _root.garter_type_saved = _root.garter_type; _visible = false; _root.MenuWindow = 'show'; _root.ShowControls = 'Close'; } else { if (_root.PlaySound == 'ON') { _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } _root.ButtonsQUA._visible = true; _root.MenuWindow = 'hide'; _root.ShowControls = 'Open'; } } } button 2403 { on (release) { _root.movement = true; _root.ShowCredits = false; gotoAndStop('showmenu'); } } movieClip 2406 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2407 { frame 2 { FPS_label.text = ''; onEnterFrame = function () { if (_root.isBenchmarkActive) { FPS_counter.text = _root.getFPS(); } world_name.text = _root.actual_world_name; level_name.text = _root.actual_level_name; HUD_time.text = _root.game_timer; HUD_score_points.text = _root.score_string; if (!call_once_sound) { allsound = new Sound(); call_once_sound = true; } if (_root.game_time_difference < -30) { _root.game_time_difference = 0; _root.game_time_frozen = _root.game_timer; if (_root.horny_bar > 1) { --_root.horny_bar; horny_bar.gotoAndStop(_root.horny_bar); } } else { _root.game_time_difference = _root.game_timer - _root.game_time_frozen; } if (_root.P_power_activated) { _root.coins_p_power_hide = '4'; if (_root.P_power_time_difference < -13) { _root.coins_p_power_hide = '2'; _root.sound_p_power.stop(); _root.P_power_time_difference = 0; _root.P_power_time_frozen = _root.game_timer; _root.P_power_activated = false; if (_root.musicPlayingSpecialAreas != _root.musicToPlayBeginning) { _root.BGMsound.attachSound(_root.musicPlayingSpecialAreas); } else { _root.BGMsound.attachSound(_root.musicToPlayBeginning); } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } } else { _root.P_power_time_difference = _root.game_timer - _root.P_power_time_frozen; } } else { _root.P_power_time_frozen = _root.game_timer; } if (Key.isDown(_root.keyI) and !IPressed) { IPressed = true; if (_root.internals == 'ON') { _root.internals = 'OFF'; _root.currentStatusBar = 'Internal Cumshots: OFF'; statMC.gotoAndPlay(3); } else { _root.internals = 'ON'; _root.currentStatusBar = 'Internal Cumshots: ON'; statMC.gotoAndPlay(3); } } if (!Key.isDown(_root.keyI)) { IPressed = false; } if (Key.isDown(_root.keyENTER) and !ENTERPressed) { _root.clothes_tail_remove_saved = _root.clothes_tail_remove; _root.clothes_vest_remove_saved = _root.clothes_vest_remove; _root.clothes_skirt_remove_saved = _root.clothes_skirt_remove; _root.clothes_bra_remove_saved = _root.clothes_bra_remove; _root.CharNum_saved = _root.CharNum; _root.DressNum_saved = _root.DressNum; _root.gloves_type_saved = _root.gloves_type; _root.heels_type_saved = _root.heels_type; _root.stockings_type_saved = _root.stockings_type; _root.garter_type_saved = _root.garter_type; ENTERPressed = true; allsound.setVolume(0); stopAllSounds(); _root.PlaySound = 'OFF'; _root.MenuWindow = 'panic'; _root.ShowControls = 'Close'; } if (!Key.isDown(_root.keyENTER)) { ENTERPressed = false; } if (Key.isDown(_root.keyESC) and !ESCpressed) { _root.ButtonsQUA._visible = false; ESCpressed = true; sound_fall = new Sound(this); sound_fall.attachSound('pause_sound'); sound_fall.start(0, 1); if (_root.ShowControls == 'Open') { _root.BGMsound.setVolume(30); _root.clothes_tail_remove_saved = _root.clothes_tail_remove; _root.clothes_vest_remove_saved = _root.clothes_vest_remove; _root.clothes_skirt_remove_saved = _root.clothes_skirt_remove; _root.clothes_bra_remove_saved = _root.clothes_bra_remove; _root.CharNum_saved = _root.CharNum; _root.DressNum_saved = _root.DressNum; _root.gloves_type_saved = _root.gloves_type; _root.heels_type_saved = _root.heels_type; _root.stockings_type_saved = _root.stockings_type; _root.garter_type_saved = _root.garter_type; controlButton._visible = false; _root.ShowControls = 'Close'; _root.MenuWindow = 'show'; } else { _root.BGMsound.setVolume(100); _root.ButtonsQUA._visible = true; if (!_root.on_action) { _root.movement = true; _root.Peach_show(1); } _root.CharNum = _root.CharNum_saved; _root.DressNum = _root.DressNum_saved; _root.gloves_type = _root.gloves_type_saved; _root.heels_type = _root.heels_type_saved; _root.stockings_type = _root.stockings_type_saved; _root.garter_type = _root.garter_type_saved; _root.peach_update_dressNum(); _root.clothes_tail_remove = _root.clothes_tail_remove_saved; _root.clothes_vest_remove = _root.clothes_vest_remove_saved; _root.clothes_skirt_remove = _root.clothes_skirt_remove_saved; _root.clothes_bra_remove = _root.clothes_bra_remove_saved; controlButton._visible = true; _root.ShowControls = 'Open'; _root.MenuWindow = 'hide'; } } if (!Key.isDown(_root.keyESC)) { ESCpressed = false; } if (Key.isDown(_root.keyM) and !MPressed) { MPressed = true; if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; _root.currentStatusBar = 'Setup: Sound Effects with no Music'; statMC.gotoAndPlay(3); } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; _root.currentStatusBar = 'Setup: ALL SOUNDS OFF'; statMC.gotoAndPlay(3); } else { _root.PlaySound = 'ON'; _root.currentStatusBar = 'Setup: Sound Effects and Music ON'; statMC.gotoAndPlay(3); } } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } if (!Key.isDown(_root.keyM)) { MPressed = false; } if (Key.isDown(_root.keyT) and !TPressed) { TPressed = true; if (_root.ShowText == true) { _root.ShowText = false; _root.TextShow = 'OFF'; _root.currentStatusBar = 'Setup: No Text Balloons'; statMC.gotoAndPlay(3); } else { _root.ShowText = true; _root.TextShow = 'ON'; _root.currentStatusBar = 'Setup: Text Balloons ON'; statMC.gotoAndPlay(3); } } if (!Key.isDown(_root.keyT)) { TPressed = false; } if (Key.isDown(_root.keyEQUAL) and !EQUALPressed) { EQUALPressed = true; if (_quality == 'HIGH') { _quality = 'Medium'; _root.currentStatusBar = 'Setup: MEDIUM QUALITY'; statMC.gotoAndPlay(3); } else { if (_quality == 'MEDIUM') { _quality = 'Low'; _root.currentStatusBar = 'Setup: LOW QUALITY'; statMC.gotoAndPlay(3); } else { _quality = 'High'; _root.currentStatusBar = 'Setup: HIGH QUALITY'; statMC.gotoAndPlay(3); } } } if (!Key.isDown(_root.keyEQUAL)) { EQUALPressed = false; } if (Key.isDown(_root.keyBACKSPACE) and !BACKSPACEPressed) { BACKSPACEPressed = true; if (_root.HUDshow) { _alpha = 0; _root.HUDshow = false; statMC.gotoAndPlay(3); } else { _root.currentStatusBar = 'Setup: HUD and Status BAR ON'; statMC.gotoAndPlay(3); _alpha = 100; _root.HUDshow = true; } } if (!Key.isDown(_root.keyBACKSPACE)) { BACKSPACEPressed = false; } if (Key.isDown(_root.keyINSERT) and _root.movement and _root.cheatEnabled != '') { _root.Peach._x = _root._xmouse; _root.Peach._y = _root._ymouse; } if (Key.isDown(_root.keyPAGEUP) and _root.cheatEnabled != '') { _root.currentTip = 'CHEAT: Horny bar almost full!'; tipsMC.gotoAndPlay(3); _root.horny_bar = 14; horny_bar.gotoAndStop(_root.horny_bar); } }; stop(); } instance PuzzleMC of movieClip 1550 Puzzle_MC { onClipEvent (load) { auto_fadeout = false; } } instance horny_bar of movieClip 2393 { onClipEvent (load) { gotoAndStop(_root.horny_bar); } } instance controlButton of movieClip 2406 { } } movieClip 2408 { frame 8 { loadMovie('', this); } } movieClip 2411 { } movieClip 2413 { frame 17 { _root.camera.centerOnPeach(); stop(); } frame 18 { stopAllSounds(); } instance Introfade2 of movieClip 2411 { onClipEvent (press) { _root.Intro.Introbutton.Introfade1.Introfade.play(); } } frame 45 { _root.gotoAndPlay('changelevel'); gotoAndPlay('clear'); } frame 46 { _root.movement = false; } instance Introfade2 of movieClip 2411 { onClipEvent (press) { _root.Intro.Introbutton.Introfade1.Introfade.play(); } } frame 72 { _root.movement = true; gotoAndPlay('clear'); } } button 2417 { on (release) { restart._visible = true; confirm._visible = false; cancel._visible = false; } } button 2420 { on (release) { restart._visible = true; confirm._visible = false; cancel._visible = false; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); _global.FLAGS.scrollingLevel = false; _root.gotoAndPlay(1); } } button 2423 { on (release) { restart._visible = false; confirm._visible = true; cancel._visible = true; } } button 2432 { on (release) { _root.loadinfo.data.SavedProgress = _root.CurrentArea; _root.loadinfo.data.Checkpoint = _root.Checkpoint; _root.loadinfo.flush(); } } button 2436 { on (release) { if (_root.loadinfo.data.saved != undefined and _root.loadinfo.data.SavedProgress != _root.CurrentArea) { i = 0; while (i < _root.Dress.length) { _root.Dress[i] = _root.loadinfo.data.Dress[i]; ++i; } i = 0; while (i < _root.DressChar.length) { _root.DressChar[i] = _root.loadinfo.data.DressChar[i]; ++i; } _root.NoBoob = false; _root.BoobSize = _root.loadinfo.data.BoobSize; if (_root.BoobSize < _root.MinBoob) { _root.BoobSize = _root.MinBoob; } else { if (_root.BoobSize > _root.MaxBoob) { _root.BoobSize = _root.MaxBoob; } } _root.CharNum = _root.DressChar[0]; _root.DressNum = _root.Dress[0]; _root.Checkpoint = _root.loadinfo.data.Checkpoint; _root.gotoAndStop(_root.loadinfo.data.SavedProgress); } } } movieClip 2439 { } movieClip 2448 { frame 1 { if (_root.Life == 0) { gotoAndPlay(3); } } frame 2 { gotoAndPlay(1); } frame 3 { if (_root.Life > 0) { gotoAndPlay(1); } } frame 4 { gotoAndPlay(3); } } movieClip 2452 { frame 1 { if (_root.clothes_tail_remove) { gotoAndStop(4); } else { gotoAndStop(2); } } frame 3 { stop(); } frame 5 { stop(); } } movieClip 2454 { } movieClip 2458 { frame 1 { gotoAndPlay(_root.ears_remove); } frame 3 { gotoAndPlay(_root.ears_remove); } frame 5 { gotoAndPlay(_root.ears_remove); } } movieClip 2460 { frame 1 { if (_root.clothes_vest_remove) { gotoAndStop(3); } else { gotoAndStop(2); } } } movieClip 2462 { frame 1 { if (_root.clothes_bra_remove) { gotoAndStop(3); } else { gotoAndStop(2); } } } movieClip 2464 { frame 1 { if (_root.clothes_skirt_remove) { gotoAndStop(3); } else { gotoAndStop(2); } } } movieClip 2466 { frame 1 { if (_root.gloves_type == 'None') { gotoAndStop(3); } else { gotoAndStop(2); } } } movieClip 2467 { frame 1 { stop(); } } movieClip 2469 { frame 1 { if (_root.clothes_skirt_remove) { gotoAndStop(3); } else { gotoAndStop(2); } } } movieClip 2471 { frame 1 { if (_root.gloves_type == 'None') { gotoAndStop(3); } else { gotoAndStop(2); } } } movieClip 2473 { frame 1 { if (_root.clothes_bra_remove) { gotoAndStop(3); } else { gotoAndStop(2); } } } movieClip 2474 { } movieClip 2479 { frame 1 { if (_root.clothes_bra_remove) { destination = '2'; } else { destination = '4'; } gotoAndPlay(destination); } frame 3 { gotoAndPlay(destination); } frame 5 { gotoAndPlay(destination); } } movieClip 2486 { frame 1 { if (_root.clothes_bra_remove) { destination = '2'; } else { destination = '4'; } gotoAndPlay(destination); } frame 3 { gotoAndPlay(destination); } frame 5 { gotoAndPlay(destination); } } movieClip 2488 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 2490 { } movieClip 2491 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } button 2496 { on (release) { _root.ButtonsQUA._visible = true; _root.CharNum = _root.CharNum_saved; _root.DressNum = _root.DressNum_saved; _root.peach_earring_color = _root.peach_earring_color_saved; _root.BoobSize = _root.BoobSizeSaved; _global.FLAGS.isInTheGallery = false; _root.peach_update_dressNum(); _root.gloves_type = _root.gloves_type_saved; _root.heels_type = _root.heels_type_saved; _root.stockings_type = _root.stockings_type_saved; _root.garter_type = _root.garter_type_saved; _root.clothes_tail_remove = _root.clothes_tail_remove_saved; _root.clothes_vest_remove = _root.clothes_vest_remove_saved; _root.clothes_skirt_remove = _root.clothes_skirt_remove_saved; _root.clothes_bra_remove = _root.clothes_bra_remove_saved; _root.HUD.controlButton._visible = true; _root.MenuWindow = 'hide'; _root.ShowControls = 'Open'; _root.MenuWindow = 'hide'; _root.ShowControls = 'Open'; _root.HUD.controlButton._visible = true; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); sound_fall = new Sound(this); sound_fall.attachSound('pause_sound'); sound_fall.start(0, 1); } } button 2499 { on (release) { _root.MenuWindow = 'options'; } } button 2502 { on (release) { _root.MenuWindow = 'charsel'; } } button 2505 { on (release) { _root.MenuWindow = 'gallery'; } } button 2508 { on (release) { _root.MenuWindow = 'credits'; } } movieClip 2513 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 2538 { frame 1 { pause_title.text = _root.actual_world_name + ' : ' + _root.actual_level_name; restart._visible = true; confirm._visible = false; cancel._visible = false; savegame._visible = false; loadgame._visible = false; menu._visible = true; laidtotal = _global.PLAYER.totalLaids; deathtotal = _global.PLAYER.totalDeaths; onEnterFrame = function () { laids.text = laidtotal; deaths.text = deathtotal; }; if (_root.horny_bar < 4) { peach_face.gotoAndStop('horny0'); } else { if (_root.horny_bar < 8) { peach_face.gotoAndStop('horny1'); } else { if (_root.horny_bar < 12) { peach_face.gotoAndStop('horny2'); } else { if (_root.horny_bar < 16) { peach_face.gotoAndStop('horny3'); } else { peach_face.gotoAndStop('horny4'); } } } } if (_global.PLAYER.laids == 0) { _global.FLAGS.peachIsWhatText = 'Peach is embarrassed'; _global.FLAGS.peachIsWhatRemNum = _global.FLAGS.enemiesLaidToBeWhore; peachtext1._visible = true; peachtext2._visible = true; } else { if (_global.PLAYER.laids < _global.FLAGS.enemiesLaidToBeWhore) { _global.FLAGS.peachIsWhatText = 'Peach did nasty things!'; if (_global.PLAYER.laids > 10) { _global.FLAGS.peachIsWhatRemNum = ''; peachtext1._visible = false; peachtext2._visible = false; } else { _global.FLAGS.peachIsWhatRemNum = _global.FLAGS.enemiesLaidToBeWhore - _global.PLAYER.laids; peachtext1._visible = true; peachtext2._visible = true; } } else { _global.FLAGS.peachIsWhatText = 'Peach, the slut of the day!'; _global.FLAGS.peachIsWhatRemNum = ''; peachtext1._visible = false; peachtext2._visible = false; } } if (_global.PLAYER.totalLaids == 0) { _global.FLAGS.peachIsWhat2Text = 'Peach is a virgin'; _global.FLAGS.peachIsWhatRem2Num = _global.FLAGS.enemiesLaidToBeTotalSlut; peachtext3._visible = true; peachtext4._visible = true; } else { if (_global.PLAYER.totalLaids <= _global.FLAGS.enemiesLaidToBeTotalSlut / 2) { _global.FLAGS.peachIsWhat2Text = 'Peach is indecent!'; if (_global.PLAYER.totalLaids > 80) { _global.FLAGS.peachIsWhatRem2Num = ''; peachtext3._visible = false; peachtext4._visible = false; } else { _global.FLAGS.peachIsWhatRem2Num = _global.FLAGS.enemiesLaidToBeTotalSlut - _global.PLAYER.totalLaids; peachtext3._visible = true; peachtext4._visible = true; } } else { if (_global.PLAYER.totalLaids < _global.FLAGS.enemiesLaidToBeTotalSlut) { _global.FLAGS.peachIsWhat2Text = 'Peach is screwed!'; _global.FLAGS.peachIsWhatRem2Num = _global.FLAGS.enemiesLaidToBeTotalSlut - _global.PLAYER.totalLaids; peachtext3._visible = true; peachtext4._visible = true; } else { _global.FLAGS.peachIsWhat2Text = 'Peach, the SLUT of the kingdom!'; _global.FLAGS.peachIsWhatRem2Num = ''; peachtext3._visible = false; peachtext4._visible = false; } } } } frame 2 { stop(); if (_root.horny_bar < 4) { peach_face.gotoAndStop('horny0'); } else { if (_root.horny_bar < 8) { peach_face.gotoAndStop('horny1'); } else { if (_root.horny_bar < 12) { peach_face.gotoAndStop('horny2'); } else { if (_root.horny_bar < 16) { peach_face.gotoAndStop('horny3'); } else { peach_face.gotoAndStop('horny4'); } } } } if (_global.PLAYER.laids == 0) { _global.FLAGS.peachIsWhatText = 'Peach is embarrassed'; _global.FLAGS.peachIsWhatRemNum = _global.FLAGS.enemiesLaidToBeWhore; peachtext1._visible = true; peachtext2._visible = true; } else { if (_global.PLAYER.laids < _global.FLAGS.enemiesLaidToBeWhore) { _global.FLAGS.peachIsWhatText = 'Peach did nasty things!'; if (_global.PLAYER.laids > 10) { _global.FLAGS.peachIsWhatRemNum = ''; peachtext1._visible = false; peachtext2._visible = false; } else { _global.FLAGS.peachIsWhatRemNum = _global.FLAGS.enemiesLaidToBeWhore - _global.PLAYER.laids; peachtext1._visible = true; peachtext2._visible = true; } } else { _global.FLAGS.peachIsWhatText = 'Peach, the slut of the day!'; _global.FLAGS.peachIsWhatRemNum = ''; peachtext1._visible = false; peachtext2._visible = false; } } if (_global.PLAYER.totalLaids == 0) { _global.FLAGS.peachIsWhat2Text = 'Peach is a virgin'; _global.FLAGS.peachIsWhatRem2Num = _global.FLAGS.enemiesLaidToBeTotalSlut; peachtext3._visible = true; peachtext4._visible = true; } else { if (_global.PLAYER.totalLaids <= _global.FLAGS.enemiesLaidToBeTotalSlut / 2) { _global.FLAGS.peachIsWhat2Text = 'Peach is indecent!'; if (_global.PLAYER.totalLaids > 80) { _global.FLAGS.peachIsWhatRem2Num = ''; peachtext3._visible = false; peachtext4._visible = false; } else { _global.FLAGS.peachIsWhatRem2Num = _global.FLAGS.enemiesLaidToBeTotalSlut - _global.PLAYER.totalLaids; peachtext3._visible = true; peachtext4._visible = true; } } else { if (_global.PLAYER.totalLaids < _global.FLAGS.enemiesLaidToBeTotalSlut) { _global.FLAGS.peachIsWhat2Text = 'Peach is screwed!'; _global.FLAGS.peachIsWhatRem2Num = _global.FLAGS.enemiesLaidToBeTotalSlut - _global.PLAYER.totalLaids; peachtext3._visible = true; peachtext4._visible = true; } else { _global.FLAGS.peachIsWhat2Text = 'Peach, the SLUT of the kingdom!'; _global.FLAGS.peachIsWhatRem2Num = ''; peachtext3._visible = false; peachtext4._visible = false; } } } } } button 2545 { on (release) { if (_root.CurrentArea == 'credits') { _root.CurrentArea = 'select1'; _root.gotoAndPlay('title'); } else { _root.zoommode = _root.zoommode_recorded; _root.MenuWindow = 'show'; } } } button 2549 { on (press) { getURL('http://playshapes.newgrounds.com/', '_blank'); } } button 2552 { on (press) { getURL('http://legendofkrystal.com/forum/', '_blank'); } } button 2555 { on (press) { getURL('http://www.hentai-foundry.com/profile-TheDirtyMonkey.php', '_blank'); } } button 2557 { on (press) { getURL('http://www.hentai-foundry.com/profile-luftmallow.php', '_blank'); } } movieClip 2558 { frame 1 { stop(); _root.movement = false; } instance of movieClip 875 { onClipEvent (release) { sound_fall = new Sound(this); sound_fall.attachSound('Peach ouch3'); sound_fall.start(0, 1); } } instance of movieClip 875 { onClipEvent (release) { sound_fall = new Sound(this); sound_fall.attachSound('Peach ouch4'); sound_fall.start(0, 1); } } instance of movieClip 875 { onClipEvent (release) { sound_fall = new Sound(this); sound_fall.attachSound('Peach nooo'); sound_fall.start(0, 1); } } } movieClip 2561 { } movieClip 2562 { } movieClip 2564 { } movieClip 2569 { frame 1 { if (_parent._color == 'red') { gotoAndStop('red'); } else { if (_parent._color == 'yellow') { gotoAndStop('yellow'); } else { if (_parent._color == 'grey') { gotoAndStop('grey'); } else { stop(); } } } } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 2574 { frame 1 { if (_color == 'red') { gotoAndStop('red'); } else { if (_color == 'yellow') { gotoAndStop('yellow'); } else { if (_color == 'grey') { gotoAndStop('grey'); } else { stop(); } } } } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 2575 { } movieClip 2576 { } movieClip 2580 { } movieClip 2582 { } movieClip 2583 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } button 2601 { on (release) { gotoAndStop('goomba'); } } button 2602 { on (release) { gotoAndStop('koopatroopa'); } } button 2603 { on (release) { gotoAndStop('morton'); } } button 2604 { on (release) { gotoAndStop('bowser'); } } button 2605 { on (release) { gotoAndStop('endings'); } } button 2606 { on (release) { gotoAndStop('bobomb'); } } button 2607 { on (release) { gotoAndStop('boo'); } } button 2608 { on (release) { gotoAndStop('shyguy'); } } button 2617 { on (release) { gotoAndStop('blooper'); } } movieClip 2622 { } button 2623 { on (release) { if (_root.DressNum > 0) { --_root.DressNum; } else { _root.DressNum = _root.DressMax; } if (_root.NoBoob) { _root.NoBoob = false; _root.BoobSize = _root.PrevBoob; } else { _root.PrevBoob = _root.BoobSize; } _root.peach_update_dressNum(); } } button 2624 { on (release) { if (_root.DressNum < _root.DressMax) { ++_root.DressNum; } else { _root.DressNum = 0; } if (_root.NoBoob) { _root.NoBoob = false; _root.BoobSize = _root.PrevBoob; } else { _root.PrevBoob = _root.BoobSize; } _root.peach_update_dressNum(); } } button 2626 { on (release) { if (_root.NoBoob == false) { if (_root.BoobSize > 1) { --_root.BoobSize; } else { _root.BoobSize = 4; } } } } button 2627 { on (release) { if (_root.NoBoob == false) { if (_root.BoobSize < 4) { ++_root.BoobSize; } else { _root.BoobSize = 1; } } } } button 2646 { on (release) { gotoAndStop('cancel'); } } button 2648 { on (release) { i = 0; while (i < _root.TotalEnemy) { _root.EnemyAtMax[i] = false; _root.loadinfo.data.EnemyAtMax[i] = false; ++i; } i = 0; while (i < 4) { _root.MortonScene[i] = false; _root.loadinfo.data.MortonScene[i] = false; ++i; } i = 0; while (i < 4) { _root.EndingScene[i] = false; _root.loadinfo.data.EndingScene[i] = false; ++i; } _root.BowserScene = false; _root.loadinfo.data.BowserScene = false; gotoAndStop('cancel'); _global.FLAGS.resetgallery = false; _parent.gotoAndPlay(2); } } movieClip 2650 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2653 { } button 2655 { on (release) { if (_root.DressNum > 0) { --_root.DressNum; } else { _root.DressNum = _root.DressMax; } _root.NoBoob = false; } } movieClip 2657 { } movieClip 2659 { } movieClip 2661 { } button 2663 { on (release) { if (!n or n > 5) { n = 1; } _background.gotoAndPlay(n); ++n; } } button 2664 { on (release) { gotoAndPlay(2); } } button 2665 { on (release) { gotoAndPlay(3); } } button 2666 { on (release) { gotoAndPlay(4); } } button 2667 { on (release) { gotoAndPlay(5); } } button 2668 { on (release) { gotoAndPlay(6); } } button 2674 { on (release) { gotoAndPlay(7); } } button 2675 { on (release) { gotoAndPlay(8); } } button 2676 { on (release) { gotoAndPlay(9); } } button 2677 { on (release) { gotoAndPlay(10); } } button 2678 { on (release) { gotoAndPlay(11); } } button 2686 { on (release) { gotoAndPlay(13); } } button 2688 { on (release) { gotoAndPlay(12); } } button 2690 { on (release) { gotoAndPlay(14); } } button 2693 { on (release) { gotoAndPlay(1); } } button 2695 { on (release) { g = _currentframe; gotoAndStop('replay'); } } movieClip 2699 { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 2703 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 2704 { } movieClip 2708 { frame 10 { stop(); } } movieClip 2709 { frame 12 { gotoAndPlay('fuck'); } } movieClip 2711 { frame 1 { _root.Peach_show(0); horny_bar_buildup = 1; horny_random1 = 1 + random(2); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 13 { _global.PLAYER.blushType = 'fade_in'; } frame 14 { head.eyeRightPeach.gotoAndStop('closed'); } frame 15 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 16 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 17 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('closed'); } frame 18 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('opened'); } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 41 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 43 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 44 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 46 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 47 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 48 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 49 { if (hornybar_last_increase) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; hornybar_last_increase = true; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('covered'); } } frame 51 { _root.game_timer_suspend = 0; _root.check_blush(); _root.CumLegs += 2; _root.CumButt += 2; _root.Peach_show(1); stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } button 2712 { on (release) { gotoAndStop(1); } } movieClip 2713 { frame 1 { stop(); } frame 2 { stop(); notice = false; } frame 3 { stop(); notice = false; } frame 4 { stop(); notice = false; } frame 5 { stop(); notice = false; } frame 6 { stop(); notice = false; } frame 7 { stop(); notice = false; } frame 8 { stop(); notice = false; } frame 9 { stop(); notice = false; } frame 10 { stop(); notice = false; } frame 11 { stop(); notice = false; } frame 12 { stop(); notice = false; } frame 13 { stop(); notice = false; } frame 14 { stop(); notice = false; } frame 15 { gotoAndPlay(g); } } button 2714 { on (release) { if (_root.CharNum > 0) { --_root.CharNum; } else { _root.CharNum = _root.CharMax; } } } button 2715 { on (release) { if (_root.CharNum < _root.CharMax) { ++_root.CharNum; } else { _root.CharNum = 0; } } } button 2716 { on (release) { if (_root.DressNum > 0) { --_root.DressNum; } else { _root.DressNum = _root.DressMax; } if (_root.NoBoob) { _root.NoBoob = false; _root.BoobSize = _root.PrevBoob; } else { _root.PrevBoob = _root.BoobSize; } _root.peach_update_dressNum(); } } button 2717 { on (release) { if (_root.DressNum < _root.DressMax) { ++_root.DressNum; } else { _root.DressNum = 0; } if (_root.NoBoob) { _root.NoBoob = false; _root.BoobSize = _root.PrevBoob; } else { _root.PrevBoob = _root.BoobSize; } _root.peach_update_dressNum(); } } button 2723 { on (release) { gotoAndStop('choice'); } } button 2728 { on (release) { gotoAndPlay(2); } } button 2729 { on (release) { gotoAndPlay(3); } } button 2730 { on (release) { gotoAndPlay(4); } } button 2731 { on (release) { gotoAndPlay(5); } } button 2735 { on (release) { gotoAndPlay(6); } } button 2737 { on (release) { gotoAndPlay(7); } } button 2739 { on (release) { gotoAndPlay(8); } } button 2741 { on (release) { gotoAndPlay(9); } } button 2743 { on (release) { gotoAndStop('choice'); } } button 2744 { on (release) { g = _currentframe; gotoAndStop('replay'); } } button 2745 { on (release) { gotoAndStop(1); } } movieClip 2746 { frame 1 { stop(); } frame 2 { stop(); notice = false; } frame 3 { stop(); notice = false; } frame 4 { stop(); notice = false; } frame 5 { stop(); notice = false; } frame 6 { stop(); notice = false; } frame 7 { stop(); notice = false; } frame 8 { stop(); notice = false; } frame 9 { stop(); notice = false; } frame 10 { gotoAndPlay(g); } } movieClip 2749 { frame 23 { gotoAndPlay(1); } } button 2750 { on (release) { gotoAndPlay(2); } } button 2751 { on (release) { gotoAndPlay(3); } } button 2754 { on (release) { gotoAndPlay(4); } } button 2755 { on (release) { gotoAndPlay(5); } } button 2759 { on (release) { gotoAndStop('choice'); } } button 2760 { on (release) { g = _currentframe; gotoAndStop('replay'); } } button 2761 { on (release) { gotoAndStop(1); } } movieClip 2762 { frame 1 { stop(); } frame 2 { stop(); notice = false; } frame 3 { stop(); notice = false; } frame 4 { stop(); notice = false; } frame 5 { stop(); notice = false; } frame 6 { gotoAndPlay(g); } } movieClip 2766 { frame 12 { SceneNum = random(2) + 1; if (SceneNum == 1) { gotoAndPlay('part1'); } } frame 25 { SceneNum = random(2) + 1; if (SceneNum == 1) { gotoAndPlay('part1'); } else { gotoAndPlay('part2'); } } } button 2767 { on (release) { gotoAndPlay(2); } } button 2768 { on (release) { gotoAndPlay(3); } } button 2771 { on (release) { gotoAndPlay(4); } } button 2772 { on (release) { gotoAndPlay(5); } } button 2777 { on (keyPress '<Space>') { advance = true; } } movieClip 2780 { frame 20 { stop(); } } movieClip 2782 { frame 1 { _root.movement = false; horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 15 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 17 { if (_parent._parent.movedir == 'right') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } } instance of movieClip 635 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 27 { repeater = random(2); if (repeater == 0 and !advance) { gotoAndPlay('fuck'); } } frame 31 { if (horny_bar_buildup == 4) { if (advance) { advance = false; } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 35 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 47 { if (_parent._parent.movedir == 'right') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } } instance of movieClip 635 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 49 { if (horny_bar_buildup == 4) { if (advance) { advance = false; } else { gotoAndPlay('cum'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('cum'); } } frame 55 { _root.score_add(500); _root.movement = true; _root.Peach_show(1); _root.CumHead += 2; _root.CumTits += 2; _root.on_action = false; _root.game_timer_suspend = 0; ++_root.blooper_laid_count[0]; } frame 88 { stop(); } } button 2783 { on (release) { gotoAndStop(1); } } button 2784 { on (release) { g = _currentframe; gotoAndStop('replay'); } } movieClip 2787 { frame 1 { _root.movement = false; horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 11 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 17 { if (_root.DressNum == 4 or _root.DressNum == 5) { _root.cloth_bra_remove(); } _root.cloth_skirt_remove(); } frame 17 { if (_parent._parent.movedir == 'right') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } } instance of movieClip 635 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 25 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 30 { repeater = random(2); if (repeater == 0 and !advance) { gotoAndPlay('fuck2'); } } frame 34 { if (horny_bar_buildup == 5) { if (advance) { advance = false; } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 52 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 60 { if (_parent._parent.movedir == 'right') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } } instance of movieClip 635 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 62 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 62 { if (horny_bar_buildup == 6) { if (advance) { advance = false; } else { gotoAndPlay('cum'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('cum'); } } frame 68 { _root.score_add(500); _root.movement = true; _root.Peach_show(1); _root.CumHead += 2; _root.CumTits += 2; _root.on_action = false; _root.game_timer_suspend = 0; ++_root.blooper_laid_count[1]; } frame 101 { stop(); } } movieClip 2789 { } movieClip 2790 { frame 1 { attachMovie('armupperchars', 'armupper', 1); loadMovie('', 'armupperbase'); } } movieClip 2792 { frame 27 { stop(); } } movieClip 2794 { frame 1 { _root.movement = false; horny_bar_buildup = 1; once1 = false; once2 = false; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 6 { if (_root.DressNum == 4 or _root.DressNum == 5) { _root.cloth_bra_remove(); } _root.cloth_skirt_remove(); } frame 7 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 12 { if (_parent._parent.movedir == 'right' and !once1) { once1 = true; gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } } instance of movieClip 635 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 17 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 25 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 36 { repeater = random(2) + 1; if (!advance) { _root.balloontext_blooper3 = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; i = 'fuck' + repeater; gotoAndPlay(i); } } frame 37 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 46 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 58 { repeater = random(2) + 1; i = 'fuck' + repeater; } frame 58 { if (horny_bar_buildup > 4) { if (advance) { advance = false; } else { gotoAndPlay(i); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay(i); } } frame 64 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 74 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 82 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 82 { if (_parent._parent.movedir == 'right') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } } instance of movieClip 635 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 84 { if (horny_bar_buildup > 8) { if (advance) { advance = false; } else { gotoAndPlay('cum'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('cum'); } } frame 88 { _root.score_add(500); _root.movement = true; _root.Peach_show(1); _root.CumLegs += 2; _root.on_action = false; _root.game_timer_suspend = 0; ++_root.blooper_laid_count[2]; } frame 104 { stop(); } } movieClip 2797 { frame 1 { _root.movement = false; horny_bar_buildup = 1; horny_random1 = 2 + random(3); horny_random2 = horny_random1 + random(3); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 8 { if (_root.DressNum == 4 or _root.DressNum == 5) { _root.cloth_bra_remove(); } _root.cloth_skirt_remove(); } frame 11 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 12 { if (_parent._parent.movedir == 'right') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } } instance of movieClip 635 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 24 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 35 { repeater = random(2) + 1; i = 'fuck' + repeater; } frame 35 { if (horny_bar_buildup > horny_random1) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 37 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 48 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 55 { repeater = random(2) + 1; if (!stoprepeat) { balloontext_blooper4 = _root.balloontext_pleasure[random(_root.balloontext_pleasure.length)]; i = 'fuck' + repeater; gotoAndPlay(i); } else { advance = false; } } frame 63 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 75 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 75 { if (_parent._parent.movedir == 'right') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } } instance of movieClip 635 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 77 { if (horny_bar_buildup > horny_random2) { if (advance) { advance = false; } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; if (_root.horny_bar < _root.horny_maximum) { _root.peachHornyIncrease(); } gotoAndPlay('fuck'); } } frame 81 { _root.score_add(1000); _root.movement = true; _root.Peach_show(1); _root.CumLegs += 2; _root.on_action = false; _root.game_timer_suspend = 0; ++_root.blooper_laid_count[3]; } frame 97 { stop(); } } movieClip 2798 { frame 1 { stop(); } frame 2 { stop(); notice = false; } frame 3 { stop(); notice = false; } frame 4 { stop(); notice = false; } frame 5 { stop(); notice = false; } frame 6 { gotoAndPlay(g); } } button 2802 { on (release) { gotoAndStop(1); } } button 2803 { on (release) { g = _currentframe; gotoAndStop('replay'); } } movieClip 2804 { frame 1 { stop(); } frame 2 { stop(); notice = false; } frame 3 { stop(); notice = false; } frame 4 { stop(); notice = false; } frame 5 { stop(); notice = false; } frame 6 { gotoAndPlay(g); } } button 2805 { on (release) { gotoAndPlay(2); } } button 2806 { on (release) { gotoAndPlay(3); } } button 2811 { on (release) { gotoAndPlay(4); } } button 2813 { on (release) { gotoAndStop(1); } } button 2814 { on (release) { g = _currentframe; gotoAndStop('replay'); } } movieClip 2815 { frame 1 { stop(); } frame 2 { stop(); notice = false; } frame 3 { stop(); notice = false; } frame 4 { stop(); notice = false; } frame 5 { gotoAndPlay(g); } } button 2816 { on (release) { gotoAndPlay(2); } } button 2818 { on (release) { gotoAndPlay(3); } } button 2820 { on (release) { gotoAndPlay(4); } } button 2822 { on (release) { gotoAndPlay(5); } } movieClip 2833 { frame 1 { if (_parent._color) { gotoAndStop([_parent._color]); } else { if (_parent._parent._color) { gotoAndStop([_parent._parent._color]); } else { stop(); } } } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 2836 { } movieClip 2838 { } movieClip 2839 { frame 1 { gotoAndPlay(1 + random(20)); } frame 51 { gotoAndPlay(2); } } movieClip 2842 { frame 45 { gotoAndPlay(1); } } movieClip 2853 { } movieClip 2854 { frame 1 { } frame 5 { gotoAndPlay('dress'); } } movieClip 2857 { frame 1 { } } movieClip 2858 { frame 1 { gotoAndPlay(_root.MarioEyeType); } frame 3 { gotoAndPlay(_root.MarioEyeType); } frame 5 { gotoAndPlay(_root.MarioEyeType); } frame 7 { gotoAndPlay(_root.MarioEyeType); } frame 9 { gotoAndPlay(_root.MarioEyeType); } } movieClip 2859 { } movieClip 2860 { } movieClip 2861 { } movieClip 2862 { } movieClip 2863 { frame 1 { gotoAndPlay(_root.MarioEyeType); } frame 3 { gotoAndPlay(_root.MarioEyeType); } frame 5 { gotoAndPlay(_root.MarioEyeType); } frame 7 { gotoAndPlay(_root.MarioEyeType); } frame 9 { gotoAndPlay(_root.MarioEyeType); } } movieClip 2865 { } button 2866 { on (release) { gotoAndPlay('kiss'); } on (keyPress '<Right>') { gotoAndPlay('kiss'); } on (keyPress 'd') { gotoAndPlay('kiss'); } } button 2870 { on (release) { gotoAndPlay('suck'); } on (keyPress '<Right>') { gotoAndPlay('suck'); } on (keyPress 'd') { gotoAndPlay('suck'); } } button 2871 { on (release) { gotoAndPlay(1); } on (keyPress '<Left>') { gotoAndPlay(1); } on (keyPress 'a') { gotoAndPlay(1); } } button 2872 { on (release) { gotoAndPlay('cum'); } on (keyPress '<Right>') { gotoAndPlay('cum'); } on (keyPress 'd') { gotoAndPlay('cum'); } } button 2873 { on (release) { gotoAndPlay('kiss'); } on (keyPress '<Left>') { gotoAndPlay('kiss'); } on (keyPress 'a') { gotoAndPlay('kiss'); } } button 2874 { on (release) { gotoAndPlay('sucking'); } on (keyPress '<Left>') { gotoAndPlay('sucking'); } on (keyPress 'a') { gotoAndPlay('sucking'); } } movieClip 2878 { frame 8 { stop(); } } movieClip 2880 { frame 1 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); stop(); if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('kiss'); } } frame 2 { _root.MarioEyeType = 'Right'; } frame 5 { if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('suck'); } } frame 18 { _root.MarioEyeType = 'Close'; } frame 26 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 33 { stop(); if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('suck'); } if (Key.isDown(37) or Key.isDown(65)) { gotoAndPlay(1); } } frame 34 { _root.MarioEyeType = 'Open'; head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 37 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('cum'); } if (Key.isDown(37) or Key.isDown(65)) { gotoAndPlay('suck'); } } frame 40 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 47 { gotoAndPlay('sucking'); } frame 49 { _root.MarioEyeType = 'Close'; } frame 52 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('cum'); } if (Key.isDown(37) or Key.isDown(65)) { gotoAndPlay('sucking'); } } frame 55 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 67 { stop(); } instance of movieClip 2147 { onClipEvent (load) { if (_root.MenuWindow == 'gallery' or _root.CurrentArea == 'gallery') { loadMovie('', this); } } onClipEvent (release) { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb2'); } } onClipEvent (keyPress '<Space>') { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb2'); } } } } movieClip 2882 { } button 2883 { on (release) { gotoAndPlay('in'); } on (keyPress '<Up>') { gotoAndPlay('in'); } on (keyPress 'w') { gotoAndPlay('in'); } } button 2884 { on (release) { _root.gotoAndPlay('smb2'); } on (keyPress '<Space>') { _root.gotoAndPlay('smb2'); } } button 2889 { on (release) { gotoAndPlay('out'); } on (keyPress '<Down>') { gotoAndPlay('out'); } on (keyPress 's') { gotoAndPlay('out'); } } button 2892 { on (release) { _root.gotoAndPlay('ending'); } } movieClip 2894 { instance of movieClip 2842 { onClipEvent (load) { gotoAndStop(1); } onClipEvent (keyPress 'm') { allsound = new Sound(); if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; } else { _root.PlaySound = 'ON'; } } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } onClipEvent (keyPress 'b') { if (_root.LockCostume and !_root.NoBoob) { if (_root.BoobSize < _root.MaxBoob) { ++_root.BoobSize; } else { _root.BoobSize = _root.MinBoob; } } } onClipEvent (keyPress 'q') { if (_quality == 'HIGH') { _quality = 'Medium'; } else { _quality = 'High'; } } } frame 71 { gotoAndPlay('out'); } frame 143 { gotoAndPlay('in'); } } button 2895 { on (release) { gotoAndStop('choice'); } } movieClip 2901 { } button 2920 { on (release) { gotoAndPlay('kiss'); } on (keyPress '<Right>') { gotoAndPlay('kiss'); } on (keyPress 'd') { gotoAndPlay('kiss'); } } button 2921 { on (release) { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb1'); } } on (keyPress '<Left>') { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb1'); } } on (keyPress 'a') { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb1'); } } } button 2922 { on (release) { _root.gotoAndPlay('smb1'); } } button 2924 { on (release) { _root.gotoAndPlay('smb3'); } on (keyPress '<Space>') { _root.gotoAndPlay('smb3'); } } button 2926 { on (release) { gotoAndPlay('deep'); } on (keyPress '<Right>') { gotoAndPlay('deep'); } on (keyPress 'd') { gotoAndPlay('deep'); } } button 2927 { on (release) { gotoAndPlay(1); } on (keyPress '<Left>') { gotoAndPlay(1); } on (keyPress 'a') { gotoAndPlay(1); } } button 2930 { on (release) { gotoAndPlay('kiss'); } on (keyPress '<Left>') { gotoAndPlay('kiss'); } on (keyPress 'a') { gotoAndPlay('kiss'); } } movieClip 2931 { frame 1 { stop(); head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } instance of movieClip 2901 { onClipEvent (load) { gotoAndStop(1); } onClipEvent (keyPress 'm') { allsound = new Sound(); if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; } else { _root.PlaySound = 'ON'; } } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } onClipEvent (keyPress 'b') { if (_root.LockCostume and !_root.NoBoob) { if (_root.BoobSize < _root.MaxBoob) { ++_root.BoobSize; } else { _root.BoobSize = _root.MinBoob; } } } onClipEvent (keyPress 'q') { if (_quality == 'HIGH') { _quality = 'Medium'; } else { _quality = 'High'; } } } frame 13 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 18 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 25 { gotoAndPlay('kiss'); head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 29 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 65 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } instance of movieClip 2147 { onClipEvent (load) { if (_root.MenuWindow == 'gallery' or _root.CurrentArea == 'gallery') { loadMovie('', this); } } onClipEvent (release) { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb3'); } } onClipEvent (keyPress '<Space>') { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb3'); } } } frame 84 { gotoAndPlay('mario2'); } } movieClip 2936 { } movieClip 2938 { } button 2940 { on (release) { _root.gotoAndPlay('theend'); } } button 2941 { on (release) { _root.gotoAndPlay('smb2'); } } movieClip 2946 { frame 1 { stop(); } } button 2947 { on (release) { gotoAndPlay('suck'); } on (keyPress '<Right>') { gotoAndPlay('suck'); } on (keyPress 'd') { gotoAndPlay('suck'); } } button 2948 { on (release) { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb2'); } } on (keyPress '<Left>') { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb2'); } } on (keyPress 'a') { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('smb2'); } } } button 2951 { on (release) { gotoAndPlay('cum'); } on (keyPress '<Right>') { gotoAndPlay('cum'); } on (keyPress 'd') { gotoAndPlay('cum'); } } button 2952 { on (release) { gotoAndPlay(1); } on (keyPress '<Left>') { gotoAndPlay(1); } on (keyPress 'a') { gotoAndPlay(1); } } button 2954 { on (release) { gotoAndPlay('suck'); } on (keyPress '<Left>') { gotoAndPlay('suck'); } on (keyPress 'a') { gotoAndPlay('suck'); } } movieClip 2956 { frame 1 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('squint'); stop(); } frame 2 { _root.MarioEyeType = 'Right'; } frame 9 { _root.MarioEyeType = 'Close'; head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 19 { _root.MarioEyeType = 'Right'; } frame 20 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 24 { gotoAndPlay('suck'); } frame 26 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('squint'); } frame 29 { _root.MarioEyeType = 'Close'; } frame 36 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } instance of movieClip 2147 { onClipEvent (load) { if (_root.MenuWindow == 'gallery' or _root.CurrentArea == 'gallery') { loadMovie('', this); } } onClipEvent (release) { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('theend'); } } onClipEvent (keyPress '<Space>') { if (_root.MenuWindow != 'gallery' and _root.CurrentArea != 'gallery') { _root.gotoAndPlay('theend'); } } } frame 51 { gotoAndPlay('fly'); } } movieClip 2958 { instance of movieClip 1410 { onClipEvent (keyPress 'm') { allsound = new Sound(); if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; } else { _root.PlaySound = 'ON'; } } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } onClipEvent (keyPress 'b') { if (_root.LockCostume and !_root.NoBoob) { if (_root.BoobSize < _root.MaxBoob) { ++_root.BoobSize; } else { _root.BoobSize = _root.MinBoob; } } } onClipEvent (keyPress 'q') { if (_quality == 'HIGH') { _quality = 'Medium'; } else { _quality = 'High'; } } } } movieClip 2962 { frame 10 { stop(); } } movieClip 2963 { frame 14 { gotoAndPlay('fuck'); } } movieClip 2965 { frame 1 { stop(); } instance of movieClip 2622 { onClipEvent (load) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } if (_root.EndingScene[0]) { this._visible = false; } } onClipEvent (release) { lockhelp = 'Do you know how SMB1 really ended?'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } } } instance of movieClip 2622 { onClipEvent (load) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } if (_root.EndingScene[1]) { this._visible = false; } } onClipEvent (release) { lockhelp = 'Do you know how SMB2 really ended?'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } } } instance of movieClip 2622 { onClipEvent (load) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } if (_root.EndingScene[2]) { this._visible = false; } } onClipEvent (release) { lockhelp = 'Do you know how SMB3 really ended?'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } } } instance of movieClip 2622 { onClipEvent (load) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } if (_root.EndingScene[3]) { this._visible = false; } } onClipEvent (release) { lockhelp = 'Was your virginity intact when you got to the castle?'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } } } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 2972 { } button 2973 { on (release) { gotoAndPlay(2); } } button 2975 { on (release) { gotoAndPlay('tit'); } } button 2980 { on (release) { gotoAndPlay('cum'); } } button 2981 { on (release) { gotoAndPlay(1); } } button 2983 { on (release) { gotoAndPlay('fuck'); } } button 2984 { on (release) { gotoAndPlay('tit'); } } button 3008 { on (release) { gotoAndPlay('cum2'); } } movieClip 3045 { frame 1 { stop(); if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('tit'); } } frame 21 { stop(); } frame 25 { if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('cum'); } if (Key.isDown(37) or Key.isDown(65)) { gotoAndPlay(1); } } frame 40 { gotoAndPlay('tit'); } frame 44 { if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('fuck'); } if (Key.isDown(37) or Key.isDown(65)) { gotoAndPlay('tit'); } } frame 118 { stop(); } frame 122 { if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('cum2'); } if (Key.isDown(37) or Key.isDown(65)) { gotoAndPlay('tit'); } } frame 140 { gotoAndPlay('fuck'); } frame 144 { if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('cum2'); } if (Key.isDown(37) or Key.isDown(65)) { gotoAndPlay('fuck'); } } frame 178 { if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('cum2'); } if (Key.isDown(37) or Key.isDown(65)) { gotoAndPlay('fuck'); } } frame 209 { gotoAndPlay('screw'); } frame 226 { stop(); if (Key.isDown(39) or Key.isDown(68)) { gotoAndPlay('cum2'); } if (Key.isDown(37) or Key.isDown(65)) { gotoAndPlay('fuck'); } } } button 3046 { on (release) { gotoAndStop('choice'); } } movieClip 3047 { frame 1 { stop(); } frame 2 { stop(); notice = false; } } button 3049 { on (release) { _root.Drive = 2; gotoAndPlay(2); } } button 3051 { on (release) { _root.Drive = 1; gotoAndPlay(2); } } button 3053 { on (release) { _root.Drive = 3; gotoAndPlay(2); } } button 3055 { on (release) { gotoAndPlay(3); } } movieClip 3059 { } movieClip 3063 { } button 3064 { on (release) { gotoAndPlay('2'); } on (keyPress '<Space>') { gotoAndPlay('2'); } } movieClip 3065 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3066 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } button 3070 { on (release) { gotoAndPlay('4'); } on (keyPress '<Space>') { gotoAndPlay('4'); } } button 3071 { on (release) { gotoAndPlay('1'); } on (keyPress '<Backspace>') { gotoAndPlay('1'); } } button 3076 { on (release) { gotoAndPlay('6'); } on (keyPress '<Space>') { gotoAndPlay('6'); } } button 3081 { on (release) { gotoAndPlay('jerk'); } on (keyPress '<Space>') { gotoAndPlay('jerk'); } } button 3085 { on (release) { gotoAndPlay('go'); } on (keyPress '<Space>') { gotoAndPlay('go'); } } button 3090 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Space>') { gotoAndPlay('swallow'); } } button 3091 { on (release) { gotoAndPlay('8'); } on (keyPress '<Backspace>') { gotoAndPlay('8'); } } movieClip 3092 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3095 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } button 3098 { on (release) { gotoAndPlay('doit'); } on (keyPress '<Space>') { gotoAndPlay('doit'); } on (keyPress '<Right>') { gotoAndPlay('doit'); } on (keyPress 'd') { gotoAndPlay('doit'); } } button 3099 { on (release) { gotoAndPlay('8'); } on (keyPress '<Backspace>') { gotoAndPlay('8'); } on (keyPress '<Left>') { gotoAndPlay('8'); } on (keyPress 'a') { gotoAndPlay('8'); } } button 3105 { on (release) { gotoAndPlay('drip'); } on (keyPress '<Space>') { gotoAndPlay('drip'); } } button 3106 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Backspace>') { gotoAndPlay('swallow'); } } button 3110 { on (release) { gotoAndPlay('pull'); } on (keyPress '<Space>') { gotoAndPlay('pull'); } } button 3114 { on (release) { gotoAndPlay('inside'); } on (keyPress '<Space>') { gotoAndPlay('inside'); } on (keyPress '<Right>') { gotoAndPlay('inside'); } on (keyPress 'd') { gotoAndPlay('inside'); } } button 3115 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Backspace>') { gotoAndPlay('swallow'); } on (keyPress '<Left>') { gotoAndPlay('swallow'); } on (keyPress 'a') { gotoAndPlay('swallow'); } } movieClip 3126 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } button 3130 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Space>') { gotoAndPlay('adjust'); } } button 3131 { on (release) { gotoAndPlay('pull'); } on (keyPress '<Backspace>') { gotoAndPlay('pull'); } } button 3135 { on (release) { gotoAndPlay('outside'); } on (keyPress '<Space>') { gotoAndPlay('outside'); } } movieClip 3141 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } button 3145 { on (release) { gotoAndPlay('fallen'); } on (keyPress '<Space>') { gotoAndPlay('fallen'); } on (keyPress '<Right>') { gotoAndPlay('fallen'); } on (keyPress 'd') { gotoAndPlay('fallen'); } } button 3146 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Backspace>') { gotoAndPlay('adjust'); } on (keyPress '<Left>') { gotoAndPlay('adjust'); } on (keyPress 'a') { gotoAndPlay('adjust'); } } movieClip 3147 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } button 3151 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Space>') { gotoAndPlay('kneel'); } } button 3152 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Backspace>') { gotoAndPlay('adjust'); } } button 3156 { on (release) { gotoAndPlay('facial'); } on (keyPress '<Space>') { gotoAndPlay('facial'); } } button 3161 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Space>') { gotoAndPlay('mount'); } on (keyPress '<Right>') { gotoAndPlay('mount'); } on (keyPress 'd') { gotoAndPlay('mount'); } } button 3162 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Backspace>') { gotoAndPlay('kneel'); } on (keyPress '<Left>') { gotoAndPlay('kneel'); } on (keyPress 'a') { gotoAndPlay('kneel'); } } button 3166 { on (release) { gotoAndPlay('finale'); } on (keyPress '<Space>') { gotoAndPlay('finale'); } } button 3167 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Backspace>') { gotoAndPlay('kneel'); } } button 3168 { on (release) { gotoAndPlay('finalrest'); } on (keyPress '<Space>') { gotoAndPlay('finalrest'); } on (keyPress '<Right>') { gotoAndPlay('finalrest'); } on (keyPress 'd') { gotoAndPlay('finalrest'); } } button 3169 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Backspace>') { gotoAndPlay('mount'); } on (keyPress '<Left>') { gotoAndPlay('mount'); } on (keyPress 'a') { gotoAndPlay('mount'); } } button 3173 { on (release) { gotoAndPlay('black'); } on (keyPress '<Space>') { gotoAndPlay('black'); } } button 3174 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Backspace>') { gotoAndPlay('mount'); } } movieClip 3175 { frame 1 { if (_global.FLAGS.bossFightType == 'virgin') { Style = 3; } else { if (_global.FLAGS.bossFightType == 'normal') { Style = 2; } else { Style = 1; } } i = Style - 1; _root.MortonScene[i] = true; _root.loadinfo.data.MortonScene[i] = true; _root.loadinfo.flush(); _root.HUD.horny_bar.gotoAndStop(1); } frame 2 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 2 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk1 = '\nWhoa! Wendy? Where\'s the Princess?'; mfucktalk1a = 'Well, I was gonna\ngrab Mario when he comes for the Princess,'; mfucktalk1b = 'but in the meantime I don\'t mind taking\nher place!'; } else { if (Style == 3) { mtaunttalk1 = 'He he he, Princess...\nI\'ve been waiting for\nthis ever since I was a\nkoopaling !'; mfucktalk1a = 'Morton! I demand\nyou stop at-Aah! What the fuck is that thing!?'; mfucktalk1b = 'Please stop pointing that huge dick at me! It\'s distracting!'; } else { if (Style == 2) { mtaunttalk1 = 'He he he, Princess...\nI\'ve been waiting for\nthis ever since I was a\nkoopaling !'; mfucktalk1a = 'Morton! End\nyour attacks at once and--well,'; mfucktalk1b = 'I can wait for you to get some pants...No rush, though.'; } else { if (Style == 1) { mtaunttalk1 = 'He he he, Princess...\nI\'ve been waiting for\nthis ever since I was a\nkoopaling !'; mfucktalk1a = ' Oh wow. You\'re right. I can see how pent up you are!'; mfucktalk1b = 'Glad you don\'t wear pants, if you get my meaning.'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk1 = ''; mfucktalk1a = ''; mfucktalk1b = ''; } } } } } else { mtaunttalk1 = ''; mfucktalk1a = ''; mfucktalk1b = ''; } } frame 2 { if (!_root.ShowText) { bubbletextm._alpha = 0; } else { bubbletextm._alpha = 100; } } frame 3 { gotoAndPlay('1'); } frame 7 { if (!already_used1) { _root.peachHornyIncrease(); already_used1 = true; } head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 8 { if (Style == 3) { _global.PLAYER.blushType = 'fade_in'; } } frame 8 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk2 = 'See something you like?'; mfucktalk2a = 'Brother, how\ndid you ever hide something like that?'; mfucktalk2b = 'Mario is a child compared to\nyour dick!'; } else { if (Style == 3) { mtaunttalk2 = 'See something you like?'; mfucktalk2a = 'I\'ve never seen\none so large. It looks\nso thick and hard.'; mfucktalk2b = 'May I touch it? I wonder if it will fit\nin my hand.'; } else { if (Style == 2) { mtaunttalk2 = 'See something you like?'; mfucktalk2a = '\nWell I guess I was going to ask you to stop attacking us,'; mfucktalk2b = 'but there seems to be a BIGGER problem here, isn\'t there?'; } else { if (Style == 1) { mtaunttalk2 = 'See something you like?'; mfucktalk2a = '\nOh, I\'ve been\nwaiting for this all day!'; mfucktalk2b = 'I\'ll make your LONG, HARD wait worth\nevery second!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk2 = ''; mfucktalk2a = ''; mfucktalk2b = ''; } } } } } else { mtaunttalk2 = ''; mfucktalk2a = ''; mfucktalk2b = ''; } } frame 8 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 9 { gotoAndPlay('3'); } frame 10 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 14 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 14 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk3 = 'Well, Mario\'s not here, so go ahead Wendy, get on your knees... It\'s Boss Time, bitch!'; mfucktalk3a = '\n\nHey! Hey! Not so rough!'; mfucktalk3b = 'No need to be rude. I\'m getting to it.'; } else { if (Style == 3) { mtaunttalk3 = 'Well, Mario\'s not here, so go ahead Princess, get on your knees... It\'s Boss Time, bitch!'; mfucktalk3a = 'No! I\'ll not touch\nsuch a large...thick--*Cough*... I\'ll do as'; mfucktalk3b = 'you ask, but don\'t imagine I\'ll allow this to go any further!'; } else { if (Style == 2) { mtaunttalk3 = 'Well, Mario\'s not here, so go ahead Princess, get on your knees... It\'s Boss Time, bitch!'; mfucktalk3a = 'Be patient. I\'m still\ngetting in the mood. And your cock is much'; mfucktalk3b = 'bigger than a Goomba dick. Let me just get a feel for it for now.'; } else { if (Style == 1) { mtaunttalk3 = 'Well, Mario\'s not here, so go ahead Princess, get on your knees... It\'s Boss Time, bitch!'; mfucktalk3a = 'Enough chit-chat! I\njust want to feel your big dick throbbing! Just'; mfucktalk3b = 'put yourself in my hands, and you\'ll be gushing in no time!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk3 = ''; mfucktalk3a = ''; mfucktalk3b = ''; } } } } } else { mtaunttalk3 = ''; mfucktalk3a = ''; mfucktalk3b = ''; } } frame 14 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 15 { gotoAndPlay('5'); } frame 16 { stopAllSounds(); } frame 17 { _root.MUSIC('Battle Theme', 99); } frame 23 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 25 { if (!already_used2) { _root.peachHornyIncrease(); already_used2 = true; } } frame 26 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk4 = 'Yeah, like that! And while you\'re down there it\'s proper manners to jerk me off a bit.'; mfucktalk4a = '\nJeez! Have\nsome patience! Oh.'; mfucktalk4b = 'Wow. Now that I\'m down here, it\'s bigger than I thought!'; } else { if (Style == 3) { mtaunttalk4 = 'Yeah, like that! And while you\'re down there it\'s proper manners to jerk me off a bit.'; mfucktalk4a = 'Fine, fine! I\'ll do whatever it takes to save my kingdom!'; mfucktalk4b = 'I hope this will satisf-- Oh, wow. I can\'t cover it with both hands.'; } else { if (Style == 2) { mtaunttalk4 = 'Yeah, like that! And while you\'re down there it\'s proper manners to jerk me off a bit.'; mfucktalk4a = 'Getting this\nhuge thing off isn\'t going to be easy!'; mfucktalk4b = 'I can barely get both hands around it!'; } else { if (Style == 1) { mtaunttalk4 = 'Yeah, like that! And while you\'re down there it\'s proper manners to jerk me off a bit.'; mfucktalk4a = 'Fuck you\'re fussy.\nIf you want the goods, you gotta give me'; mfucktalk4b = 'some room to work my magic. In a minute you\'ll be in heaven.'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk4 = ''; mfucktalk4a = ''; mfucktalk4b = ''; } } } } } else { mtaunttalk4 = ''; mfucktalk4a = ''; mfucktalk4b = ''; } } frame 26 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 27 { gotoAndPlay('7'); } frame 32 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 32 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk5 = 'That\'s it sis, play\nwith my dick. I\'m gonna blow my load all over that slutty face!'; mfucktalk5a = '\nI can\'t wait to\nsee this bad boy go!'; mfucktalk5b = 'You\'ve gotta have a ton of cum in those massive balls!'; } else { if (Style == 3) { mtaunttalk5 = 'That\'s right, Princess, play with my dick. I\'m gonna blow my load all over that royal face!'; mfucktalk5a = 'Couldn\'t you do this yourself? Does it feel better when I do it or--'; mfucktalk5b = 'Hey! Why\'s it throbbing so much now? Are you going to-?'; } else { if (Style == 2) { mtaunttalk5 = 'That\'s right, Princess, play with my dick. I\'m gonna blow my load all over that royal face!'; mfucktalk5a = 'This dick is so huge, and hard, and thick, and the smell is just'; mfucktalk5b = 'driving me crazy! I really wanna see how much you cum!'; } else { if (Style == 1) { mtaunttalk5 = 'That\'s right, Princess, play with my dick. I\'m gonna blow my load all over that royal face!'; mfucktalk5a = 'Don\'t disappoint me, now! The Goombas were a quick shot, so I'; mfucktalk5b = 'expect you to last a bit longer, and give me a real cum shower!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk5 = ''; mfucktalk5a = ''; mfucktalk5b = ''; } } } } } else { mtaunttalk5 = ''; mfucktalk5a = ''; mfucktalk5b = ''; } } frame 32 { if (!_root.ShowText) { bubbletextm._alpha = 0; } else { bubbletextm._alpha = 100; } } frame 48 { if (Style == 3) { _global.PLAYER.blushType = 'blush_blink'; } gotoAndPlay('jerk'); } frame 55 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 55 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk6 = 'How\'s that Wendy? How\'s it feel to get a cum shower from your brother?'; mfucktalk6a = '\nWhew!\nOh yeah! I love it!'; mfucktalk6b = 'Keep it coming! It smells so good!'; } else { if (Style == 3) { mtaunttalk6 = 'Awww yeah, Princess! You like thick koopa spunk all over your face don\'t you?'; mfucktalk6a = 'There! I hope you\'re satisfied. Now take your troops and get out'; mfucktalk6b = 'of my kingdom! I never want to see you or your filthy cock again!'; } else { if (Style == 2) { mtaunttalk6 = 'Awww yeah, Princess! You like thick koopa spunk all over your face don\'t you?'; mfucktalk6a = 'Hey! You could\'ve warned me! Well, at least it tastes good.'; mfucktalk6b = 'And it\'s sooo thick! I love it! So, is that all you\'ve got, big boy?'; } else { if (Style == 1) { mtaunttalk6 = 'Awww yeah, Princess! You like thick koopa spunk all over your face don\'t you?'; mfucktalk6a = 'Yes! Give it to me! I love feeling your hot cum all over my face!'; mfucktalk6b = 'There\'s even more than all the Goomba cum inside me!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk6 = ''; mfucktalk6a = ''; mfucktalk6b = ''; } } } } } else { mtaunttalk6 = ''; mfucktalk6a = ''; mfucktalk6b = ''; } } frame 55 { if (!_root.ShowText) { bubbletextm._alpha = 0; } else { bubbletextm._alpha = 100; } } frame 68 { gotoAndPlay('cummy'); } frame 69 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk7 = '\nHere then! Get it from the source!'; mfucktalk7a = '\nHey! What are you---Mmf? Nng!'; mfucktalk7b = 'Oh god! I\'m deepthroating my brother!'; } else { if (Style == 3) { mtaunttalk7 = '\nIf my cock is so dirty, why not clean it up with your mouth?'; mfucktalk7a = '\nHey! What are you---Mmf? Nng!'; mfucktalk7b = 'C-can\'t breathe! Quick breaths! In out, in out. Just like his dick....'; } else { if (Style == 2) { mtaunttalk7 = 'Not a chance! I\'m\ngonna fuck your pretty mouth and shut you up for good!'; mfucktalk7a = 'Whoa! Not so fa--!'; mfucktalk7b = 'Whew! Sucking Morton\'s cock is making me so horny!'; } else { if (Style == 1) { mtaunttalk7 = 'Dammit! Why do I always get the sloppy seconds!? Choke on my cock, whore!'; mfucktalk7a = '\nOh yeah! Give it to me deep!'; mfucktalk7b = 'So good! So GOOD! I\'m going to cum just from sucking this huge dick!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk7 = ''; mfucktalk7a = ''; mfucktalk7b = ''; } } } } } else { mtaunttalk7 = ''; mfucktalk7a = ''; mfucktalk7b = ''; } } frame 69 { if (!_root.ShowText) { bubbletext1._alpha = 0; } else { bubbletext1._alpha = 100; } } frame 71 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 83 { if (!already_used3) { _root.peachHornyIncrease(); already_used3 = true; } } frame 84 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 97 { if (Style == 3) { _global.PLAYER.blushType = 'blush_blink'; } gotoAndPlay('suck'); } frame 101 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 111 { if (!already_used13) { _root.peachHornyIncrease(); already_used13 = true; } } frame 124 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 137 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 150 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk8 = 'Yeah, that\'s it! Swallow all my cum! Wendy!'; mfucktalk8a = '*gulp* Oh god!\nI\'ve never drank so much cum in my life!'; mfucktalk8b = 'I\'m going to have to visit my dear brother more often!'; } else { if (Style == 3) { mtaunttalk8 = 'Yeah, that\'s it! Swallow all my cum! I\'ve been building up just for you!'; mfucktalk8a = 'Gah! His cum is shooting out so hard, and it\'s so thick! I can\'t take any'; mfucktalk8b = 'take anymore! It\'s oozing down my throat and filling my mouth!'; } else { if (Style == 2) { mtaunttalk8 = 'Oh god! I can\'t believe I\'m cumming inside the Princess\'s throat!'; mfucktalk8a = 'Wow! It\ntastes so funky,\nbut it\'s soooo good!'; mfucktalk8b = '*hngh*! Oh, wow! I *ngh* came just from drinking his cum!'; } else { if (Style == 1) { mtaunttalk8 = 'Princess! I\'m\ncumming! You\'re sucking all my cum out!'; mfucktalk8a = 'Yes! Yes! Ooohh. I can\'t stop cumming! Every time I swallow a'; mfucktalk8b = 'load, I cum! Oh god! I\'m cumming again! Aagh!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk8 = ''; mfucktalk8a = ''; mfucktalk8b = ''; } } } } } else { mtaunttalk8 = ''; mfucktalk8a = ''; mfucktalk8b = ''; } } frame 150 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 151 { gotoAndPlay('breathe'); head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 162 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 171 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk9 = 'Heh heh! Hope it wasn\'t too much for you.'; mfucktalk9a = '\nWow, Morton. I didn\'t know you had it in you.'; mfucktalk9b = 'I\'ll be back for more once you\'ve recovered.'; } else { if (Style == 3) { mtaunttalk9 = 'Heh heh! Hope it wasn\'t too much for you. I\'ve got a lot more to come!'; mfucktalk9a = '*cough* More? No\nway! There was so much already! I can\'t'; mfucktalk9b = ' handle anymore... No! I must! I will save... my... kingdom!'; } else { if (Style == 2) { mtaunttalk9 = 'Now that the foreplay is over, I\'ll show you how much I saved for up this!'; mfucktalk9a = 'I\'ve never been\nreadier! My pussy\nis so wet right now.'; mfucktalk9b = 'I hope Mario takes his sweet time finding us this time!'; } else { if (Style == 1) { mtaunttalk9 = 'Wow, that drained my balls dry. I\'ve just got to...rest for now. Whew!'; mfucktalk9a = 'Oh god! That\nwas so good! I can\'t believe I came so much!'; mfucktalk9b = 'Wait, what? Rest? Oh no, you\'re not getting any sleep tonight!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk9 = ''; mfucktalk9a = ''; mfucktalk9b = ''; } } } } } else { mtaunttalk9 = ''; mfucktalk9a = ''; mfucktalk9b = ''; } } frame 171 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 172 { if (Style == 3) { _global.PLAYER.blushType = 'fade_out'; } gotoAndPlay('knees'); } frame 177 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 181 { if (!already_used4) { _root.peachHornyIncrease(); already_used4 = true; } } frame 182 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk10 = 'I\'m recovered now! How do you like that, sis?'; mfucktalk10a = 'What? Ah! Morton!\nHow could you fuck your own sister?'; mfucktalk10b = 'You\'re disgusting, Morton! Now fuck me harder! Cum for me!'; } else { if (Style == 3) { mtaunttalk10 = 'C\'mon Princess! You didn\'t think that would be all of it, did you?'; mfucktalk10a = 'Oh no! My pussy\ncan\'t handle it! You\'re going to break me!'; mfucktalk10b = 'Oh...Oh god! It\'s in so deep! I\'ve never had such a huge cock!'; } else { if (Style == 2) { mtaunttalk10 = 'Damn, babe! I can go all night long, so let\'s get this party started!'; mfucktalk10a = 'Ugh! Wow, that\'s\nbig! Hngh. So deep!\nIt\'s hitting my cervix!'; mfucktalk10b = 'It\'s so good! I\'m gonna cum! Fuck me, Morton! I\'m cumming!'; } else { if (Style == 1) { mtaunttalk10 = 'Fine! You want it that way? I\'ll fuck you until you\'re cross-eyed!'; mfucktalk10a = 'Yes! I want your huge cock all the way inside me! That\'s right! Keep'; mfucktalk10b = 'slamming it deep! Cum inside me! I wanna feel all your cum!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk10 = ''; mfucktalk10a = ''; mfucktalk10b = ''; } } } } } else { mtaunttalk10 = ''; mfucktalk10a = ''; mfucktalk10b = ''; } } frame 182 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 188 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 188 { if (!already_used14) { _root.peachHornyIncrease(); already_used14 = true; } } frame 195 { if (!already_used5) { _root.peachHornyIncrease(); already_used5 = true; } } frame 200 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 209 { gotoAndPlay('doggy'); } frame 210 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 212 { if (!already_used10) { _root.peachHornyIncrease(); already_used10 = true; } } frame 218 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk11 = 'Ugh! Wendy! I\'m gonna cum inside you! I\'m cumming in my sister!'; mfucktalk11a = 'I\'m cumming,\nMorton! Fuck my\npussy full of your cum!'; mfucktalk11b = 'Your hot sperm is making me cum again!'; } else { if (Style == 3) { mtaunttalk11 = 'Fuck! Take it all! I\'ll fuck you \'til you can\'t go back to Mario again!'; mfucktalk11a = '\nNo! Please, not\ninside! Your cum is too'; mfucktalk11b = 'thick! I\'ll get pregnant! Mario, save me!'; } else { if (Style == 2) { mtaunttalk11 = 'Yeah! I\'ll fill your tight cunt with my cum, Princess! Take it all!'; mfucktalk11a = 'Oh! Oh yes! I\'m cumming! I\'m cumming from your hot cum!'; mfucktalk11b = 'I\'ve never been so full of cum! It\'s coming out of my pussy!'; } else { if (Style == 1) { mtaunttalk11 = 'Here it comes, Princess! I\'m cumming inside your tight pussy! Take it all!'; mfucktalk11a = 'Oh yes! Your thick\ncum is filling my pussy! Keep fucking me!'; mfucktalk11b = 'I want more! Fuck my ass! I want your cum inside all my holes! '; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk11 = ''; mfucktalk11a = ''; mfucktalk11b = ''; } } } } } else { mtaunttalk11 = ''; mfucktalk11a = ''; mfucktalk11b = ''; } } frame 218 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 219 { gotoAndPlay('internal'); } frame 221 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 229 { if (!already_used15) { _root.peachHornyIncrease(); already_used15 = true; } } frame 237 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk12 = 'Ah. Wendy! Your ass is so tight!'; mfucktalk12a = 'Argh! Too big! Too\nbig! It\'s too deep!\nBut it feels so good!'; mfucktalk12b = 'Don\'t stop! Fuck my ass harder!'; } else { if (Style == 3) { mtaunttalk12 = 'Ah. I\'ve always wanted to sink my dick in your delicious ass, princess!'; mfucktalk12a = 'Argh! I\'ve never\nhad anything in my ass before! Please, please! '; mfucktalk12b = 'Take it out! It\'s so deep! Your cock is too huge, Morton!'; } else { if (Style == 2) { mtaunttalk12 = 'Now for some back-door action. Your tight ass will taunt me no more!'; mfucktalk12a = 'What? No! That\'s the wrong--! Ungh! Oh god! Stop it! Your dick is'; mfucktalk12b = 'ripping my ass apart! Ah! Damn! It feels so good! Keep going!'; } else { if (Style == 1) { mtaunttalk12 = 'Fuck, Princess! I\'m gonna stuff you \'til I can\'t fit anymore inside!'; mfucktalk12a = 'Oh! God! Yes!\nOh! Yes! Your cock\nis filling my asshole!'; mfucktalk12b = 'I\'m cumming from my ass!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk12 = ''; mfucktalk12a = ''; mfucktalk12b = ''; } } } } } else { mtaunttalk12 = ''; mfucktalk12a = ''; mfucktalk12b = ''; } } frame 237 { if (!_root.ShowText) { bubbletextm._alpha = 0; } else { bubbletextm._alpha = 100; } } frame 238 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 241 { if (!already_used6) { _root.peachHornyIncrease(); already_used6 = true; } } frame 242 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 251 { if (!already_used16) { _root.peachHornyIncrease(); already_used16 = true; } } frame 252 { if (Style == 3) { _global.PLAYER.blushType = 'fade_in'; } gotoAndPlay('anal2'); } frame 261 { if (!already_used11) { _root.peachHornyIncrease(); already_used11 = true; } } frame 266 { if (!already_used12) { _root.peachHornyIncrease(); already_used12 = true; } } frame 271 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 271 { if (!already_used7) { _root.peachHornyIncrease(); already_used7 = true; } } frame 283 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk13 = 'Fuck! Wendy! I\'m cumming again! Your ass is too good!'; mfucktalk13a = 'Oh god, Morton!\nMy brother\'s cock\nmade my ass cum!'; mfucktalk13b = 'All this hot cum! I love it! Let me feel your cum, Morton!'; } else { if (Style == 3) { mtaunttalk13 = 'Ooh! Princess! How about a cum shower to clean you off? Ha ha ha!'; mfucktalk13a = '\nOh! Oh no! I\'m cumming! It\'s too hot!'; mfucktalk13b = 'I\'m cumming! Your cum on my back is making me cum!'; } else { if (Style == 2) { mtaunttalk13 = 'I love you, Princess! Your mouth, your cunt, your ass! I\'ll fill \'em all!'; mfucktalk13a = 'Oh god! I can\'t stop cumming! I love having your cum all over me!'; mfucktalk13b = 'I never want to stop cumming! Put it back in and fuck me more!'; } else { if (Style == 1) { mtaunttalk13 = 'Princess! How do you like my cum shower? That\'s the last of my cum!'; mfucktalk13a = 'I\'m cumming,\nMorton! My gaping ass and pussy are coming!'; mfucktalk13b = 'And I\'m still cumming! Fuck! My fingers aren\'t enough! I want more!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk13 = ''; mfucktalk13a = ''; mfucktalk13b = ''; } } } } } else { mtaunttalk13 = ''; mfucktalk13a = ''; mfucktalk13b = ''; } } frame 283 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 285 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 302 { gotoAndPlay('external'); } frame 306 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 313 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk14 = 'Whew. Thanks for draining my balls, sis. You can find your own way out.'; mfucktalk14a = '\nHa ha! You\'re funny!\nI ain\'t leaving \'til my'; mfucktalk14b = ' pussy can\'t hold any more of your cum!'; } else { if (Style == 3) { mtaunttalk14 = 'Whew. That drained my balls. I\'m done now. You can find your own way out.'; mfucktalk14a = 'Morton! I\'ve sucked your dick. My stomach is full of your cum.'; mfucktalk14b = 'You even fucked my ass. For my kingdom, I will fuck you dry!'; } else { if (Style == 2) { mtaunttalk14 = 'No can do, babe. My balls are dry. I\'ll give it to you again after a nap.'; mfucktalk14a = '\nFuck that, Morton!\nI\'m not done, so'; mfucktalk14b = 'you\'re not done. Get ready! It\'s heroine time, bitch!'; } else { if (Style == 1) { mtaunttalk14 = 'Too bad, Princess. I can\'t cum anymore. I\'m going to sleep now...'; mfucktalk14a = 'No! You can\'t! I\nwon\'t allow it! You get your dick standing and'; mfucktalk14b = 'ready to fuck right now! No? Then I\'ll just have to do THIS!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk14 = ''; mfucktalk14a = ''; mfucktalk14b = ''; } } } } } else { mtaunttalk14 = ''; mfucktalk14a = ''; mfucktalk14b = ''; } } frame 313 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 314 { gotoAndPlay('rest'); } frame 322 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 323 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk15 = 'Uh, Wendy? You don\'t have to--ugh! Damn. You\'re too good!'; mfucktalk15a = '\nWhat\'s a matter, big boy? Trying to dodge'; mfucktalk15b = 'responsibility for getting your sister pregnant?'; } else { if (Style == 3) { mtaunttalk15 = 'Uh, Princess? You don\'t have to--ugh! Damn. Why\'re you so good!'; mfucktalk15a = 'This is the end for\nyou, Morton! I\'ll show you what I\'m good for!'; mfucktalk15b = 'I\'ll suck all the cum out of your balls with my special talents!'; } else { if (Style == 2) { mtaunttalk15 = 'Dammit, Princess! Why are you so good at this? I\'m gonna cum again!'; mfucktalk15a = 'I knew you had it in you! You just needed some encouragement!'; mfucktalk15b = 'I want to feel your cum all over my tits, so make sure to cum lots!'; } else { if (Style == 1) { mtaunttalk15 = 'No, Princess! You can\'t! It\'s too much! You\'re too good!'; mfucktalk15a = 'You\'re going to get hard and stay hard, Morton! This huge'; mfucktalk15b = '*slurp* delicious cock isn\'t going to get away from me! Now CUM!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk15 = ''; mfucktalk15a = ''; mfucktalk15b = ''; } } } } } else { mtaunttalk15 = ''; mfucktalk15a = ''; mfucktalk15b = ''; } } frame 323 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 332 { if (!already_used17) { _root.peachHornyIncrease(); already_used17 = true; } } frame 344 { if (Style == 3) { _global.PLAYER.blushType = 'blush_blink'; } gotoAndPlay('boobjob'); } frame 368 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 371 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk16 = 'I\'m sorry. I get it. I\'ll take responsibility. Just stop! Please?'; mfucktalk16a = '\nHah! Not a chance, Morton! After all, a'; mfucktalk16b = 'sister\'s gotta take care of her brother, right? Now, cum!'; } else { if (Style == 3) { mtaunttalk16 = 'Argh! I\'m cumming again! It\'s over. You can go now. Please?'; mfucktalk16a = 'No, Morton. I\nwon\'t leave until\nyou\'ve surrendered'; mfucktalk16b = 'everything left in\nyour balls!'; } else { if (Style == 2) { mtaunttalk16 = 'I\'m coming again! Oh god! It hurts! It feels good and it hurts!'; mfucktalk16a = 'That\'s right, honey! Spray it on my face!\nIt feels so good!'; mfucktalk16b = 'Hey! You\'re dick is still ready to go another round, too!'; } else { if (Style == 1) { mtaunttalk16 = 'Ungh! Princess! I\'m cumming again! When will this be over?'; mfucktalk16a = 'Ha ha! Yes! Cover me with your cum, Morton! I want it all over me!'; mfucktalk16b = 'I\'m cumming again from your cum!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk16 = ''; mfucktalk16a = ''; mfucktalk16b = ''; } } } } } else { mtaunttalk16 = ''; mfucktalk16a = ''; mfucktalk16b = ''; } } frame 371 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 389 { gotoAndPlay('lookup'); } frame 390 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 410 { if (!already_used8) { _root.peachHornyIncrease(); already_used8 = true; } } frame 414 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 414 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk17 = 'Wendy! Your pussy\'s so tight! I can\'t hold on!'; mfucktalk17a = '\nMorton! This is it!\nI\'m gonna cum again!'; mfucktalk17b = 'I\'m taking everything left in your balls!'; } else { if (_root.Drive == 3) { mtaunttalk17 = 'Why is your cunt so tight? Please stop! I get it! I\'ll stop attacking!'; mfucktalk17a = 'This big cock is my\ntoy now, Morton. Keep it ready to go whenever'; mfucktalk17b = 'I want! Now give me your final load!\nCum for me!'; } else { if (_root.Drive == 2) { mtaunttalk17 = 'Please let me stop now! My dick is too sore, and my balls hurt.'; mfucktalk17a = 'I love your dick, Morton! I can feel your balls slapping my pussy'; mfucktalk17b = 'every time your dick slams my womb!\nI\'m in heaven!'; } else { if (_root.Drive == 1) { mtaunttalk17 = 'Wha-? Wait! Stop! Princess! My cock hurts! I don\'t want to cum!'; mfucktalk17a = 'Whoo! Yeah! Fuck my pussy deep, Morton! How\'s that? You\'re'; mfucktalk17b = 'balls deep in my pussy! I can\'t stop cumming on your giant prick!'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk17 = ''; mfucktalk17a = ''; mfucktalk17b = ''; } } } } } else { mtaunttalk17 = ''; mfucktalk17a = ''; mfucktalk17b = ''; } } frame 414 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 423 { if (Style == 3) { _global.PLAYER.blushType = 'blush_blink'; } gotoAndPlay('ride'); } frame 425 { if (!already_used9) { _root.peachHornyIncrease(); already_used9 = true; } } frame 434 { gotoAndPlay('lastcum'); } frame 441 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 450 { if (_root.ShowText) { if (_root.CharSel[_root.CharNum] == 'Wendy' and _root.fetish == 'ON') { mtaunttalk18 = 'Fuck, Wendy! When did you turn into such a horny sister?'; mfucktalk18a = 'I\'ve always been.\nI just never thought\nto fuck my brother.'; mfucktalk18b = 'Hmm. I wonder how\nmy other brothers\nhave grown?'; } else { if (Style == 3) { mtaunttalk18 = 'Is it over? It\'s over right? I can\'t fight anymore. No more...'; mfucktalk18a = 'I win, Morton.\nLet this be a lesson.\nNever again attack my'; mfucktalk18b = 'kingdom! I\'ll be back later to fuck again, so get some rest.'; } else { if (Style == 2) { mtaunttalk18 = 'What? It\'s over? You\'re really not going to make me fuck you anymore?'; mfucktalk18a = 'Oooh yeah! I think\nI\'ve cum enough\nfor now. So rest up!'; mfucktalk18b = 'I can think of a few more positions to try for the next time.'; } else { if (Style == 1) { mtaunttalk18 = 'Please let it be over now. I\'ll do whatever you want. Just stop.'; mfucktalk18a = 'You\'re my fucktoy now, Morton. Be ready to fuck the next time I'; mfucktalk18b = 'come back. Next up, are your brothers as hung as you?'; } else { _root.ShowText = false; _root.TextShow = 'OFF'; mtaunttalk18 = ''; mfucktalk18a = ''; mfucktalk18b = ''; } } } } } else { mtaunttalk18 = ''; mfucktalk18a = ''; mfucktalk18b = ''; } } frame 450 { if (!_root.ShowText) { bubbletext1._alpha = 0; bubbletext2._alpha = 0; } else { bubbletext1._alpha = 100; bubbletext2._alpha = 100; } } frame 451 { gotoAndPlay('stop'); } frame 452 { stopAllSounds(); _root.BossScene[_root.Morton] = true; if (_root.gallery_running) { stop(); } else { if (_root.CurrentArea == 'castle1') { _parent.gotoAndPlay('black'); } } } frame 480 { _root.check_blush(); _root.gotoAndPlay('ending'); } } button 3176 { on (release) { gotoAndStop('choice'); } } movieClip 3178 { } movieClip 3180 { } movieClip 3181 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { _root.currentCharacter = 'daisy'; } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 8 { _root.currentCharacter = 'rosa'; } frame 9 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } button 3182 { on (release) { gotoAndPlay('2'); } on (keyPress '<Space>') { gotoAndPlay('2'); } on (keyPress '<Right>') { gotoAndPlay('2'); } on (keyPress 'd') { gotoAndPlay('2'); } } button 3183 { on (release) { gotoAndPlay('black'); } } movieClip 3185 { } movieClip 3187 { } button 3188 { on (release) { gotoAndPlay('4'); } on (keyPress '<Space>') { gotoAndPlay('4'); } on (keyPress '<Right>') { gotoAndPlay('4'); } on (keyPress 'd') { gotoAndPlay('4'); } } button 3189 { on (release) { gotoAndPlay('1'); } on (keyPress '<Backspace>') { gotoAndPlay('1'); } on (keyPress '<Left>') { gotoAndPlay('1'); } on (keyPress 'a') { gotoAndPlay('1'); } } movieClip 3191 { } movieClip 3193 { } movieClip 3194 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { _root.currentCharacter = 'daisy'; } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } button 3195 { on (release) { gotoAndPlay('6'); } on (keyPress '<Space>') { gotoAndPlay('6'); } on (keyPress '<Right>') { gotoAndPlay('6'); } on (keyPress 'd') { gotoAndPlay('6'); } } movieClip 3196 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 3198 { } movieClip 3200 { } button 3201 { on (release) { gotoAndPlay('jerk'); } on (keyPress '<Space>') { gotoAndPlay('jerk'); } } button 3202 { on (release) { gotoAndPlay('1'); } on (keyPress '<Backspace>') { gotoAndPlay('1'); } } movieClip 3204 { } movieClip 3206 { } button 3207 { on (release) { gotoAndPlay('go'); } on (keyPress '<Space>') { gotoAndPlay('go'); } } movieClip 3209 { } movieClip 3211 { } button 3212 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Space>') { gotoAndPlay('swallow'); } } button 3213 { on (release) { gotoAndPlay('8'); } on (keyPress '<Backspace>') { gotoAndPlay('8'); } } movieClip 3215 { } movieClip 3217 { } button 3218 { on (release) { gotoAndPlay('doit'); } on (keyPress '<Space>') { gotoAndPlay('doit'); } } movieClip 3220 { } movieClip 3222 { } button 3223 { on (release) { gotoAndPlay('drip'); } on (keyPress '<Space>') { gotoAndPlay('drip'); } } button 3224 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Backspace>') { gotoAndPlay('swallow'); } } movieClip 3226 { } movieClip 3228 { } button 3229 { on (release) { gotoAndPlay('pull'); } on (keyPress '<Space>') { gotoAndPlay('pull'); } } button 3230 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Backspace>') { gotoAndPlay('swallow'); } } movieClip 3232 { } movieClip 3234 { } button 3235 { on (release) { gotoAndPlay('inside'); } on (keyPress '<Space>') { gotoAndPlay('inside'); } } movieClip 3237 { } movieClip 3239 { } button 3240 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Space>') { gotoAndPlay('adjust'); } } button 3241 { on (release) { gotoAndPlay('pull'); } on (keyPress '<Backspace>') { gotoAndPlay('pull'); } } movieClip 3243 { } movieClip 3245 { } button 3246 { on (release) { gotoAndPlay('outside'); } on (keyPress '<Space>') { gotoAndPlay('outside'); } } button 3247 { on (release) { gotoAndPlay('fallen'); } on (keyPress '<Space>') { gotoAndPlay('fallen'); } } button 3248 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Backspace>') { gotoAndPlay('adjust'); } } movieClip 3250 { } movieClip 3252 { } button 3253 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Space>') { gotoAndPlay('kneel'); } } movieClip 3254 { } movieClip 3256 { } movieClip 3258 { } button 3259 { on (release) { gotoAndPlay('facial'); } on (keyPress '<Space>') { gotoAndPlay('facial'); } } movieClip 3261 { } movieClip 3263 { } button 3264 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Space>') { gotoAndPlay('mount'); } } button 3265 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Backspace>') { gotoAndPlay('kneel'); } } movieClip 3267 { } movieClip 3269 { } button 3270 { on (release) { gotoAndPlay('finale'); } on (keyPress '<Space>') { gotoAndPlay('finale'); } } button 3271 { on (release) { gotoAndPlay('finalrest'); } on (keyPress '<Space>') { gotoAndPlay('finalrest'); } } button 3272 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Backspace>') { gotoAndPlay('mount'); } } movieClip 3274 { } movieClip 3276 { } button 3277 { on (release) { gotoAndPlay('black'); } on (keyPress '<Space>') { gotoAndPlay('black'); } } movieClip 3279 { frame 1 { stop(); } } movieClip 3280 { frame 1 { MortonScene[3] = true; _root.loadinfo.data.MortonScene[3] = true; _root.loadinfo.flush(); } instance of movieClip 3065 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3066 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3178 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3180 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 3 { gotoAndPlay('1'); } instance of movieClip 3065 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3066 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3185 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3187 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 9 { gotoAndPlay('3'); } instance of movieClip 3066 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3065 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3191 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3193 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 15 { gotoAndPlay('5'); } frame 16 { stopAllSounds(); } instance of movieClip 3065 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3066 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3198 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3200 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 27 { gotoAndPlay('7'); } instance of movieClip 3065 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3066 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3204 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3206 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 48 { gotoAndPlay('jerk'); } instance of movieClip 3065 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3066 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3209 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3211 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 68 { gotoAndPlay('cummy'); } instance of movieClip 3065 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3095 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3215 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3217 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 97 { gotoAndPlay('suck'); } frame 151 { gotoAndPlay('breathe'); } frame 172 { gotoAndPlay('knees'); } frame 209 { gotoAndPlay('doggy'); } frame 219 { gotoAndPlay('internal'); } frame 252 { gotoAndPlay('anal2'); } frame 302 { gotoAndPlay('external'); } frame 314 { gotoAndPlay('rest'); } frame 344 { gotoAndPlay('boobjob'); } frame 389 { gotoAndPlay('lookup'); } frame 422 { gotoAndPlay('ride'); } frame 433 { gotoAndPlay('lastcum'); } frame 450 { gotoAndPlay('stop'); } frame 451 { _root.BossScene[_root.Morton] = true; _root.movement = true; _root.peach_show(1); stop(); } } movieClip 3281 { frame 1 { stop(); _root.gallery_running = false; } instance of movieClip 2622 { onClipEvent (load) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } if (_root.MortonScene[2]) { this._visible = false; } } onClipEvent (release) { lockhelp = 'Try to get to the castle with your virginity intact'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } } } instance of movieClip 2622 { onClipEvent (load) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } if (_root.MortonScene[1]) { this._visible = false; } } onClipEvent (release) { lockhelp = 'Try to get to the castle without fucking EVERYTHING'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } } } instance of movieClip 2622 { onClipEvent (load) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } if (_root.MortonScene[0]) { this._visible = false; } } onClipEvent (release) { lockhelp = 'Make sure to fuck everything along the way'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } } } instance of movieClip 2622 { onClipEvent (load) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } if (_root.MortonScene[3]) { this._visible = false; } } onClipEvent (release) { lockhelp = 'Morton\'s ready to go another round'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { this._visible = false; } else { this._visible = true; } } } frame 2 { stop(); notice = false; _root.gallery_running = true; } instance of movieClip 3175 { onClipEvent (load) { gallery = true; } } frame 3 { stop(); notice = false; } instance of movieClip 3280 { onClipEvent (load) { gallery = true; } } } movieClip 3282 { frame 1 { stop(); if (_root.CurrentArea == 'gallery') { _options._visible = false; _menu._visible = false; _title._visible = true; } else { _options._visible = true; _menu._visible = true; _title._visible = false; } ShowText = true; PlaySound = 'ON'; if (_root.loadinfo.data.saved == true) { i = 0; while (i < _root.TotalEnemy) { _root.EnemyAtMax[i] = _root.loadinfo.data.EnemyAtMax[i]; ++i; } i = 0; while (i < 4) { _root.MortonScene[i] = _root.loadinfo.data.MortonScene[i]; ++i; } i = 0; while (i < 4) { _root.EndingScene[i] = _root.loadinfo.data.EndingScene[i]; ++i; } _root.BowserScene = _root.loadinfo.data.BowserScene; } } instance of movieClip 2622 { onClipEvent (load) { if (_root.BowserScene) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Did you get 100 coins?'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { i = 0; while (i < 4) { if (_root.EndingScene[i]) { loadMovie('', this); } ++i; } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Did you watch the endings?'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.Boo; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'There\'s more than one way to fuck a Boo'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.BobOmb; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'There\'s more than one way to defuse a bomb'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.Goomba; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Try fucking some Goombas'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.ShyGuy; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'There\'s more Shyguys to..erhm..fuck'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.Lakitu; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Future enemies!'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.KoopaTroopa; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Try fucking some Koopa Troopas'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.Fluffy; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Future enemies!'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.Ostro; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Future enemies!'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.Lakitu; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Future enemies!'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2622 { onClipEvent (load) { enemy_num = _root.Blooper; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_global.FLAGS.resetgallery) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Try fucking some Bloopers'; } onClipEvent (enterFrame) { if (_global.FLAGS.resetgallery) { loadMovie('', this); } } } instance of movieClip 2650 { onClipEvent (release) { _root.BowserScene = false; _root.loadinfo.data.BowserScene = false; _global.FLAGS.resetgallery = false; _parent.gotoAndPlay(2); } } instance galleryunlock of movieClip 2653 { onClipEvent (release) { _global.FLAGS.resetgallery = true; } } instance _title of movieClip 2657 { onClipEvent (release) { _root.gotoAndPlay('title'); } } instance _options of movieClip 2659 { onClipEvent (release) { _root.MenuWindow = 'options'; } } instance _menu of movieClip 2661 { onClipEvent (release) { _root.zoommode = _root.zoommode_recorded; _root.MenuWindow = 'show'; } } frame 2 { gotoAndPlay(1); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } } button 3286 { on (release) { _root.ButtonsQUA._visible = true; _root.pausee = false; if (!_root.on_action) { _root.movement = true; _root.Peach_show(1); } _root.CharNum = _root.CharNum_saved; _root.DressNum = _root.DressNum_saved; _root.peach_earring_color = _root.peach_earring_color_saved; _root.BoobSize = _root.BoobSizeSaved; _global.FLAGS.isInTheGallery = false; _root.peach_update_dressNum(); _root.gloves_type = _root.gloves_type_saved; _root.heels_type = _root.heels_type_saved; _root.stockings_type = _root.stockings_type_saved; _root.garter_type = _root.garter_type_saved; _root.clothes_tail_remove = _root.clothes_tail_remove_saved; _root.clothes_vest_remove = _root.clothes_vest_remove_saved; _root.clothes_skirt_remove = _root.clothes_skirt_remove_saved; _root.clothes_bra_remove = _root.clothes_bra_remove_saved; controlButton._visible = true; _root.ShowControls = 'Open'; _root.MenuWindow = 'hide'; } } // unknown tag 88 length 83 movieClip 3295 { } movieClip 3296 { } movieClip 3298 { } movieClip 3301 { } movieClip 3305 { } movieClip 3307 { } movieClip 3309 { } movieClip 3311 { } movieClip 3313 { } movieClip 3314 { instance of movieClip 3301 { onClipEvent (release) { gotoAndPlay('close'); } } frame 2 { stop(); } frame 3 { stop(); } instance of movieClip 3305 { onClipEvent (release) { gotoAndPlay('close'); } } frame 4 { stop(); } instance of movieClip 3307 { onClipEvent (release) { gotoAndPlay('close'); } } frame 5 { stop(); } instance of movieClip 3309 { onClipEvent (release) { gotoAndPlay('close'); } } frame 6 { stop(); } instance of movieClip 3311 { onClipEvent (release) { gotoAndPlay('close'); } } frame 7 { stop(); } instance of movieClip 3313 { onClipEvent (release) { gotoAndPlay('close'); } } } button 3316 { on (release) { gotoAndPlay('close'); } } movieClip 3317 { instance of movieClip 3301 { onClipEvent (release) { gotoAndPlay('close'); } } frame 2 { stop(); } frame 3 { stop(); } instance of movieClip 3305 { onClipEvent (release) { gotoAndPlay('close'); } } frame 4 { stop(); } instance of movieClip 3307 { onClipEvent (release) { gotoAndPlay('close'); } } frame 5 { stop(); } instance of movieClip 3309 { onClipEvent (release) { gotoAndPlay('close'); } } frame 6 { stop(); } instance of movieClip 3311 { onClipEvent (release) { gotoAndPlay('close'); } } frame 7 { stop(); } instance of movieClip 3313 { onClipEvent (release) { gotoAndPlay('close'); } } } movieClip 3318 { instance of movieClip 3301 { onClipEvent (release) { gotoAndPlay('close'); } } frame 2 { stop(); } frame 3 { stop(); } instance of movieClip 3305 { onClipEvent (release) { gotoAndPlay('close'); } } frame 4 { stop(); } instance of movieClip 3307 { onClipEvent (release) { gotoAndPlay('close'); } } frame 5 { stop(); } instance of movieClip 3309 { onClipEvent (release) { gotoAndPlay('close'); } } frame 6 { stop(); } instance of movieClip 3311 { onClipEvent (release) { gotoAndPlay('close'); } } frame 7 { stop(); } instance of movieClip 3313 { onClipEvent (release) { gotoAndPlay('close'); } } } movieClip 3319 { frame 1 { left_p = 2; right_p = 2; moving_p = 2; total_pages = 5; } instance of movieClip 3296 { onClipEvent (release) { _parent.gotoAndPlay('open'); } } frame 2 { stop(); } frame 3 { right_p = 3; left_p = 2; rightpage.gotoAndPlay(right_p); } instance rightpage of movieClip 3314 { onClipEvent (release) { _parent.gotoAndPlay('next page'); } } frame 21 { stop(); } instance of movieClip 3317 { onClipEvent (release) { _parent.gotoAndPlay('close'); } } frame 22 { left_p = 2; moving_p = 2; right_p = 3; rightpage.gotoAndPlay(right_p); } frame 40 { stop(); } instance of movieClip 3295 { onClipEvent (release) { _parent.gotoAndPlay('open'); } } frame 41 { rightpage.gotoAndPlay(right_p - 1); rightpage.gotoAndPlay(right_p); moving_p = left_p; movingpage.gotoAndPlay(moving_p); } instance rightpage of movieClip 3314 { onClipEvent (release) { if (_parent.right_p < _parent.total_pages + 2) { _parent.gotoAndPlay('next page'); } } } frame 42 { left_p -= 2; leftpage.gotoAndPlay(left_p); } instance leftpage of movieClip 3317 { onClipEvent (release) { if (_parent.left_p == 2) { _parent.gotoAndPlay('close'); } else { _parent.gotoAndPlay('previous page'); } } } frame 51 { --moving_p; movingpage.gotoAndPlay(moving_p); } frame 59 { right_p -= 2; rightpage.gotoAndPlay(right_p); stop(); } frame 60 { leftpage.gotoAndPlay(left_p); movingpage.gotoAndPlay(right_p); } frame 61 { right_p += 2; rightpage.gotoAndPlay(right_p); } instance rightpage of movieClip 3314 { onClipEvent (release) { if (_parent.right_p < _parent.total_pages + 2) { _parent.gotoAndPlay('next page'); } } } frame 69 { left_p += 2; movingpage.gotoAndPlay(right_p - 1); } frame 78 { leftpage.gotoAndPlay(left_p); stop(); } instance leftpage of movieClip 3317 { onClipEvent (release) { if (_parent.left_p == 2) { _parent.gotoAndPlay('close'); } else { _parent.gotoAndPlay('previous page'); } } } } movieClip 3320 { } movieClip 3328 { frame 1 { stop(); root_movement = false; } } movieClip 3329 { frame 2 { if (!_root.zoommode_recorded) { _root.zoommode = 4; } else { _root.zoommode = _root.zoommode_recorded; } if (!root.on_action) { _root.pausee = false; } stop(); } frame 3 { _root.zoommode_recorded = _root.zoommode; _root.zoommode = 2; _root.BoobSizeSaved = _root.BoobSize; _root.pausee = true; _root.keyboardLayout(_root.keyboardLayout_now); help.infotext.gotoAndPlay(_root.keyboardLayout_now); stop(); } frame 4 { stop(); } frame 5 { stop(); if (!_root.ShowText) { _root.TextShow = 'OFF'; } else { _root.TextShow = 'ON'; } if (!_root.LockCostume) { _root.CostumeLock = 'OFF'; } else { _root.CostumeLock = 'ON'; } _root.MinimumBoob = _root.BoobSizeNames[_root.MinBoob]; _root.MaximumBoob = _root.BoobSizeNames[_root.MaxBoob]; } frame 6 { stop(); _global.FLAGS.isInTheGallery = true; } frame 7 { _root.pausee = true; if (_root.zoommode != 2) { _root.zoommode_recorded = _root.zoommode; _root.zoommode = 2; } stop(); } frame 8 { stop(); } frame 9 { _root.pausee = true; if (_root.zoommode != 2) { _root.zoommode_recorded = _root.zoommode; _root.zoommode = 2; } stop(); } } instance controlList of movieClip 3329 { onClipEvent (enterFrame) { if (_root.ShowCredits == true) { gotoAndStop('credits'); } else { if (_root.ShowControls == 'Open') { gotoAndStop(_root.MenuWindow); } else { gotoAndStop(_root.MenuWindow); } } } } frame 7 { stopAllSounds(); stop(); if (_root.isXtechLevelTriggered) { _root.isXtechLevelTriggered = false; _root.GoToLevel = false; _root.actual_level = 0; _root.actual_world = 8; _root.actual_world_name = world_name[_root.actual_world]; _root.actual_level_name = level_name[_root.actual_world][_root.actual_level]; } else { if (!_root.isToadHouseLevelTriggered) { if (_root.ending == 1) { _root.gotoAndPlay('ending'); } if (_root.same_world) { ++_root.actual_level; } else { _root.actual_level = 1; ++_root.actual_world; _root.same_world = false; } _root.actual_world_name = world_name[_root.actual_world]; _root.actual_level_name = level_name[_root.actual_world][_root.actual_level]; } } Checkpoint1 = true; Checkpoint2 = false; orgasms = 0; _global.PLAYER.laids = 0; _global.PLAYER.deaths = 0; } movieClip 3340 { } movieClip 3344 { } movieClip 3347 { } movieClip 3348 { } movieClip 3350 { } movieClip 3351 { } movieClip 3356 { frame 1 { this._x -= speed; if (this._x - _root.boundary._x < 0) { this._x = _root.boundary._x + _root.boundary._width; } } frame 2 { gotoAndPlay(1); } } movieClip 3357 { } movieClip 3358 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { _root.can_grab_touch = false; sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); } else { gotoAndPlay(1); } } frame 2 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { _root.can_grab_touch = false; sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); } else { gotoAndPlay(1); } } frame 8 { _root.score_add(200); ++_root.Score; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); } frame 21 { stop(); } } movieClip 3360 { } movieClip 3361 { } movieClip 3365 { } movieClip 3367 { } movieClip 3368 { } movieClip 3370 { } movieClip 3372 { frame 1 { stop(); } } movieClip 3374 { } movieClip 3380 { frame 1 { if (!_parent._type) { _parent._type = 'red'; } gotoAndPlay(_parent._type); } frame 3 { gotoAndPlay(_parent._type); } frame 5 { gotoAndPlay(_parent._type); } frame 7 { gotoAndPlay(_parent._type); } } movieClip 3383 { } movieClip 3384 { } movieClip 3388 { frame 2 { stop(); onEnterFrame = function () { if (_type == 'green') { if (_root.Peach.char.character._type.collisionBody.hitTest(center)) { if (Key.isDown(_root.keyUP) or Key.isDown(_root.keyW)) { _root.movement = false; _root.Peach_show(0); gotoAndPlay('open'); delete onEnterFrame; } } } }; } frame 23 { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = gotoX; _root.Peach._y = gotoY; _root.movement = true; _root.Peach_show(1); _root.Peach.peach_state = 'standright'; gotoAndPlay(1); if (musicToPlay == 'stop') { stopAllSounds(); } else { if (musicToPlay) { _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.musicPlayingSpecialAreas = musicToPlay; _root.MUSIC(musicToPlay, 99); } } } } movieClip 3390 { frame 1 { if (_color == 'red' or _parent._color == 'red' or _parent._parent._parent._color == 'red') { gotoAndPlay(2); } stop(); } } movieClip 3392 { } movieClip 3394 { } movieClip 3399 { frame 1 { if (!once) { once = true; if (!_parent._parent._parent.eyeType) { _parent._parent._parent.eyeType = 'blue'; } } gotoAndPlay(_parent._parent._parent.eyeType); } frame 2 { gotoAndPlay(_parent._parent._parent.eyeType); } frame 4 { gotoAndPlay(_parent._parent._parent.eyeType); } } movieClip 3400 { } movieClip 3402 { } movieClip 3403 { } movieClip 3404 { } movieClip 3405 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } instance of movieClip 1612 { onClipEvent (load) { stop(); } } frame 4 { stop(); } instance pipe1 of movieClip 2255 { onClipEvent (load) { _color = 'grey'; } onClipEvent (load) { pipe1x = 550; pipe1y = 640; destination = 'pipe2'; musicToPlay = 'music_under'; animation_destiny_pipe = 'upside_down_exit'; } onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(_root.ground.pipe1) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe2) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe3) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe4) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.CollisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } instance pipe1 of movieClip 2255 { onClipEvent (load) { _color = 'grey'; } onClipEvent (load) { pipe1x = 550; pipe1y = 640; destination = 'pipe2'; musicToPlay = 'music_under'; animation_destiny_pipe = 'upside_down_exit'; } onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(_root.ground.pipe1) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe2) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe3) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe4) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.CollisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } instance of movieClip 2340 { onClipEvent (load) { stop(); } } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 17 { stop(); } instance of movieClip 2245 { onClipEvent (load) { lights = 'green'; } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } frame 18 { stop(); } } movieClip 3406 { frame 1 { level_screen_lives.text = _root.Lives; if (_root.isToadHouseLevelTriggered) { world_name.text = 'Bonus Level'; level_name.text = 'Toad House'; map_portrait.gotoAndStop('toad house'); } else { world_name.text = 'World ' + (_root.actual_world + 1) + ' - ' + (_root.actual_level + 1); level_name.text = _root.actual_level_name; map_portrait.gotoAndStop(_root.actual_world + '-' + _root.actual_level); } if (_root.horny_bar < 4) { peach_face.gotoAndStop('horny0'); } else { if (_root.horny_bar < 8) { peach_face.gotoAndStop('horny1'); } else { if (_root.horny_bar < 12) { peach_face.gotoAndStop('horny2'); } else { if (_root.horny_bar < 16) { peach_face.gotoAndStop('horny3'); } else { peach_face.gotoAndStop('horny4'); } } } } stop(); } } instance level_change of movieClip 3406 { onClipEvent (release) { if (_root.isToadHouseLevelTriggered) { _root.isToadHouseLevelTriggered = false; _root.gotoAndPlay('toadhouse'); } else { _root.gotoAndPlay(_root.actual_world + '-' + _root.actual_level); } } onClipEvent (keyPress '<Space>') { if (_root.isToadHouseLevelTriggered) { _root.isToadHouseLevelTriggered = false; _root.gotoAndPlay('toadhouse'); } else { _root.gotoAndPlay(_root.actual_world + '-' + _root.actual_level); } } } frame 8 { _root.CurrentArea = '0-0'; mouseEnabled = false; mouseChildren = false; colorBackground = new Color(backColor); colorBackground.setRGB(6724095); _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); i = 0; while (i < _root.TotalEnemy) { _root.EnemyTotal[i] = 0; ++i; } stopAllSounds(); _root.MUSIC('Mushroom Kingdom', 99); _root.set_level_variables(); stop(); } movieClip 3408 { } movieClip 3410 { } movieClip 3411 { } movieClip 3413 { } movieClip 3414 { } movieClip 3421 { instance of movieClip 2245 { onClipEvent (load) { lights = 'green'; } } } movieClip 3423 { } movieClip 3425 { } movieClip 3427 { } movieClip 3428 { } movieClip 3429 { } movieClip 3430 { } movieClip 3431 { } movieClip 3432 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(collision)) { if (Key.isDown(_root.keyUP) or Key.isDown(_root.keyW) or Key.isDown(_root.keyDOWN) or Key.isDown(_root.keyS)) { _root.climbing = true; } } if (_root.Peach.char.character._type.collisionHead.hitTest(leftcollision) or _root.Peach.char.character._type.collisionHead.hitTest(rightcollision) or _root.Peach.char.character._type.collisionHead.hitTest(upcollision) or _root.Peach.char.character._type.collisionHead.hitTest(downcollision)) { _root.climbing = false; } }; } } movieClip 3433 { } movieClip 3434 { frame 1 { stop(); } } movieClip 3437 { } movieClip 3439 { frame 2 { got_this_pole_instead = true; stop(); } frame 3 { got_this_pole_instead = false; _root.Peach_show(0); _root.movement = false; _root.score_add(5000); stopAllSounds(); sound_grow = new Sound(this); sound_grow.attachSound('end_level.mp3'); sound_grow.start(0, 1); _root.blushface_movie.gotoAndPlay('blush1'); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 4 { _root.Peach._y += 8; } frame 5 { _root.Peach._y += 8; head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 6 { _root.Peach._y += 8; } frame 7 { _root.Peach._y += 8; } frame 8 { _root.Peach._y += 8; } frame 9 { _root.Peach._y += 8; if (got_this_pole_instead) { got_this_pole_instead = false; stopAllSounds(); _root.Peach_show(0); _root.movement = false; _root.score_add(2000); sound_grow = new Sound(this); sound_grow.attachSound('end_level.mp3'); sound_grow.start(0, 1); } } frame 10 { _root.Peach._y += 8; } frame 11 { _root.Peach._y += 8; } frame 12 { _root.Peach._y += 8; } frame 13 { _root.Peach._y += 8; } frame 14 { _root.Peach._y += 8; if (got_this_pole_instead) { got_this_pole_instead = false; stopAllSounds(); _root.Peach_show(0); _root.movement = false; _root.score_add(1000); sound_grow = new Sound(this); sound_grow.attachSound('end_level.mp3'); sound_grow.start(0, 1); } } frame 15 { _root.Peach._y += 8; } frame 16 { _root.Peach._y += 8; } frame 17 { _root.Peach._y += 8; } frame 18 { _root.Peach._y += 8; } frame 19 { _root.Peach._y += 8; if (got_this_pole_instead) { got_this_pole_instead = false; stopAllSounds(); _root.Peach_show(0); _root.movement = false; _root.score_add(500); sound_grow = new Sound(this); sound_grow.attachSound('end_level.mp3'); sound_grow.start(0, 1); } } frame 20 { _root.Peach._y += 8; } frame 21 { _root.Peach._y += 8; } frame 22 { _root.Peach._y += 8; } frame 23 { _root.Peach._y += 8; } frame 24 { _root.Peach._y += 8; if (got_this_pole_instead) { got_this_pole_instead = false; stopAllSounds(); _root.Peach_show(0); _root.movement = false; _root.score_add(200); sound_grow = new Sound(this); sound_grow.attachSound('end_level.mp3'); sound_grow.start(0, 1); } } frame 25 { _root.Peach._y += 8; } frame 26 { _root.Peach._y += 8; } frame 27 { _root.Peach_show(1); _root.Peach._y += 8; _root.movement = true; stopAllSounds(); sound_grow = new Sound(this); sound_grow.attachSound('end_level_jingle.mp3'); sound_grow.start(0, 1); } frame 28 { stop(); } } movieClip 3442 { frame 2 { stop(); } } movieClip 3443 { frame 1 { stop(); } instance pole1 of movieClip 3442 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionFeet.hitTest(this)) { _parent.poleanimation.gotoAndPlay('start_pole'); loadMovie('', this); loadMovie('', _parent.pole2); loadMovie('', _parent.pole3); loadMovie('', _parent.pole4); loadMovie('', _parent.pole5); } } } instance pole2 of movieClip 3442 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionFeet.hitTest(this)) { _parent.poleanimation.gotoAndPlay('pole1'); loadMovie('', this); loadMovie('', _parent.pole); loadMovie('', _parent.pole3); loadMovie('', _parent.pole4); loadMovie('', _parent.pole5); } } } instance pole3 of movieClip 3442 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionFeet.hitTest(this)) { _parent.poleanimation.gotoAndPlay('pole2'); loadMovie('', this); loadMovie('', _parent.pole); loadMovie('', _parent.pole2); loadMovie('', _parent.pole4); loadMovie('', _parent.pole5); } } } instance pole4 of movieClip 3442 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionFeet.hitTest(this)) { _parent.poleanimation.gotoAndPlay('pole3'); loadMovie('', this); loadMovie('', _parent.pole); loadMovie('', _parent.pole2); loadMovie('', _parent.pole3); loadMovie('', _parent.pole5); } } } instance pole5 of movieClip 3442 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionFeet.hitTest(this)) { _parent.poleanimation.gotoAndPlay('pole4'); loadMovie('', this); loadMovie('', _parent.pole); loadMovie('', _parent.pole2); loadMovie('', _parent.pole3); loadMovie('', _parent.pole4); } } } } movieClip 3445 { } movieClip 3447 { } movieClip 3449 { } movieClip 3451 { } movieClip 3452 { } movieClip 3459 { } movieClip 3462 { } movieClip 3466 { } movieClip 3469 { } movieClip 3470 { } instance of movieClip 2245 { onClipEvent (load) { lights = 'yellow'; } } instance of movieClip 3434 { onClipEvent (enterFrame) { dist = _root.Peach._x - this._x; if (dist < 0) { if (!used) { this._xscale *= -1; used = true; } } else { if (used) { used = false; this._xscale *= -1; } } } } instance of movieClip 2302 { onClipEvent (load) { victory = true; } } instance of movieClip 2302 { onClipEvent (load) { victory = true; } } instance of movieClip 2302 { onClipEvent (load) { victory = true; } } instance of movieClip 2302 { onClipEvent (load) { victory = true; } } instance of movieClip 2302 { onClipEvent (load) { victory = true; } } movieClip 3472 { } movieClip 3473 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(collision)) { if (Key.isDown(_root.keyUP) or Key.isDown(_root.keyW) or Key.isDown(_root.keyDOWN) or Key.isDown(_root.keyS)) { _root.climbing = true; } } if (_root.Peach.char.character._type.collisionHead.hitTest(leftcollision) or _root.Peach.char.character._type.collisionHead.hitTest(rightcollision) or _root.Peach.char.character._type.collisionHead.hitTest(upcollision) or _root.Peach.char.character._type.collisionHead.hitTest(downcollision)) { _root.climbing = false; } }; } } movieClip 3474 { frame 2 { stop(); } frame 4 { _root.soundFX('peachsigh16', 2); } frame 16 { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = gotoX; _root.Peach._y = gotoY; _root.Peach.char.accelX = 0; _root.Peach_show(1); _root.movement = true; _root.on_action = false; _root.climbing = false; _global.PLAYER.lockAnimation = false; _root.Peach.char.character.gotoAndStop(1); } } instance of movieClip 3474 { onClipEvent (load) { gotoX = -2250; gotoY = -800; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP) and _root.movement) { _root.Peach_show(0); _root.movement = false; _root.on_action = true; gotoAndPlay('enter'); } } } } instance of movieClip 2302 { onClipEvent (load) { victory = true; } } movieClip 3477 { } movieClip 3478 { } movieClip 3480 { } movieClip 3483 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { _root.can_grab_touch = false; sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); } else { gotoAndPlay(1); } } frame 2 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { _root.can_grab_touch = false; sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); } else { gotoAndPlay(1); } } frame 10 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { _root.can_grab_touch = false; sound_hit1 = new Sound(this); sound_hit1.attachSound('hit2.mp3'); sound_hit1.start(0, 1); gotoAndPlay(11); _root.score_add(50); } else { gotoAndPlay(9); } } frame 15 { stop(); } } movieClip 3484 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.hitTest(this) and !_root.pausee and !_root.on_action) { gotoAndPlay('grab'); delete onEnterFrame; } }; } frame 2 { stop(); } frame 3 { _root.score_add(1000); _root.peach_update_char('Raccoon'); } frame 4 { stop(); } } movieClip 3485 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); delete onEnterFrame; } }; } frame 2 { stop(); } frame 9 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 22 { stop(); } } movieClip 3486 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 2 { stop(); } frame 8 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 21 { _root.horny_respawn.attachMovie('1upmushroom', 'upmushroom2', 70); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.upmushroom2._x = auxPoint.x; _root.horny_respawn.upmushroom2._y = auxPoint.y + 5; stop(); } } movieClip 3487 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); delete onEnterFrame; } }; } frame 2 { stop(); } frame 9 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 21 { _root.horny_respawn.attachMovie('bigshroom', 'bigshroom2', 60); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.bigshroom2._x = auxPoint.x; _root.horny_respawn.bigshroom2._y = auxPoint.y + 5; stop(); } } movieClip 3490 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.CoinGrab.hitTest(this)) { gotoAndPlay('grab'); delete onEnterFrame; } }; stop(); } frame 2 { _root.peach_update_char('Fire'); _root.score_add(1000); } frame 32 { stop(); } } movieClip 3491 { frame 2 { stop(); if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 9 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); if (_global.PLAYER.isSuperPeach == 'yes' || _root.CharMove == 'Racer' || _root.CharMove == 'Dress' || _root.CharMove == 'Leaf' || _root.CharMove == 'Raccoon' || _root.CharMove == 'Frog' || _root.CharMove == 'Fire') { gotoAndPlay('flower'); } } frame 22 { _root.horny_respawn.attachMovie('bigshroom', 'bigshroom2', 60); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.bigshroom2._x = auxPoint.x; _root.horny_respawn.bigshroom2._y = auxPoint.y + 5; stop(); } frame 35 { stop(); } instance of movieClip 3490 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 3492 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 2 { stop(); } frame 9 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 22 { _root.horny_respawn.attachMovie('poisonshroom', 'poisonshroom2', 65); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.poisonshroom2._x = auxPoint.x; _root.horny_respawn.poisonshroom2._y = auxPoint.y + 5; stop(); } } movieClip 3495 { frame 1 { if (!once) { once = true; this._name = 'item' + _global.FLAGS._item.length; _global.FLAGS._item.push(this._name); } still_on_it = 0; } frame 2 { if (!fixed and _root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it += 1; if (still_on_it >= 50) { gotoAndPlay(5); } } } frame 3 { if (!fixed and _root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it += 1; if (still_on_it >= 50) { gotoAndPlay(5); } } else { still_on_it = 0; gotoAndPlay(2); } } frame 5 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 6 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 7 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 8 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 9 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 10 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 11 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 12 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 13 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 14 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 15 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 16 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 17 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 18 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 19 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 20 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 21 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 22 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 23 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 24 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 25 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 26 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 27 { if (!_root.Peach.char.character._type.collisionFeet.hitTest(this)) { still_on_it = 0; gotoAndPlay(2); } } frame 28 { } frame 47 { stop(); } } movieClip 3497 { } movieClip 3500 { } movieClip 3501 { frame 4 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); stop(); } } movieClip 3502 { frame 1 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 3 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 5 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 7 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 9 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 11 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 13 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 15 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 17 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 19 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 21 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 23 { gotoAndPlay(_global.PLAYER.currentVeggieType); } } movieClip 3507 { frame 1 { gotoAndPlay(_root.gloves_type); } frame 3 { gotoAndPlay(_root.gloves_type); } frame 5 { gotoAndPlay(_root.gloves_type); } frame 7 { gotoAndPlay(_root.gloves_type); } frame 9 { gotoAndPlay(_root.gloves_type); } } movieClip 3514 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 3517 { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 3518 { frame 4 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); stop(); } } movieClip 3519 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 3520 { frame 1 { } frame 2 { stop(); } frame 3 { if (_global.PLAYER.isCarryingVeggie) { frontside_types.gotoAndStop(2); } else { frontside_types.gotoAndStop(1); } if (_root.piping) { _root.movement = false; _root.Peach_show(0); _root.on_action = true; } _root.isAbleToGoDown = false; _root.on_pipe = true; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 11 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 31 { if (destination and _root.piping) { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = pipe1x; _root.Peach._y = pipe1y; _root.piping = false; _parent[destination].gotoAndPlay(animation_destiny_pipe); } else { _root.Peach.char.accelX = 0; _root.Peach_show(1); _root.movement = true; _root.on_pipe = false; _root.on_action = false; setTimeout(function () { _root.isAbleToGoDown = true; }, 500); } if (_root.Peach.hitTest(_root.water)) { _root.underwater = true; _root.Peach.char.grav = 0; } else { _root.underwater = false; } if (musicToPlay) { _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.musicPlayingSpecialAreas = musicToPlay; _root.MUSIC(musicToPlay, 99); } gotoAndPlay(1); } frame 36 { if (_global.PLAYER.isCarryingVeggie) { frontside_types.gotoAndStop(2); } else { frontside_types.gotoAndStop(1); } if (_root.piping) { _root.movement = false; _root.Peach_show(0); _root.on_action = true; } _root.isAbleToGoDown = false; _root.on_pipe = true; head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 64 { if (destination and _root.piping) { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = pipe1x; _root.Peach._y = pipe1y; _root.piping = false; _parent[destination].gotoAndPlay(animation_destiny_pipe); } else { _root.Peach.char.accelX = 0; _root.on_pipe = false; _root.Peach_show(1); _root.movement = true; _root.on_action = false; setTimeout(function () { _root.isAbleToGoDown = true; }, 500); } if (_root.Peach.hitTest(_root.water)) { _root.underwater = true; _root.Peach.char.grav = 0; } else { _root.underwater = false; } gotoAndPlay(1); } frame 65 { if (_root.piping) { if (_global.PLAYER.isCarryingVeggie) { if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } _root.movement = false; _root.on_action = true; _root.Peach_show(0); } _root.on_pipe = true; head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', getNextHighestDepth()); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } } frame 88 { if (destination and _root.piping) { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = pipe1x; _root.Peach._y = pipe1y; _root.piping = false; _parent[destination].gotoAndPlay(animation_destiny_pipe); } else { _root.Peach.char.accelX = 0; _root.on_pipe = false; _root.Peach_show(1); _root.movement = true; _root.on_action = false; } if (_root.Peach.hitTest(_root.water)) { _root.underwater = true; _root.Peach.char.grav = 0; } else { _root.underwater = false; } if (musicToPlay) { _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.musicPlayingSpecialAreas = musicToPlay; _root.MUSIC(musicToPlay, 99); } gotoAndPlay(1); } frame 89 { if (_root.piping) { if (_global.PLAYER.isCarryingVeggie) { if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } _root.movement = false; _root.Peach_show(0); _root.on_action = true; } _root.on_pipe = true; head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 112 { if (destination and _root.piping) { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = pipe1x; _root.Peach._y = pipe1y; _root.piping = false; _parent[destination].gotoAndPlay(animation_destiny_pipe); } else { _root.Peach.char.accelX = 0; _root.on_pipe = false; _root.Peach_show(1); _root.movement = true; _root.on_action = false; if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', getNextHighestDepth()); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } } if (_root.Peach.hitTest(_root.water)) { _root.underwater = true; _root.Peach.char.grav = 0; } else { _root.underwater = false; } if (musicToPlay) { _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.musicPlayingSpecialAreas = musicToPlay; _root.MUSIC(musicToPlay, 99); } gotoAndPlay(1); } } movieClip 3524 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 2 { stop(); } frame 8 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); if (_global.PLAYER.isSuperPeach == 'yes' || _root.CharMove == 'Racer' || _root.CharMove == 'Dress' || _root.CharMove == 'Leaf' || _root.CharMove == 'Raccoon' || _root.CharMove == 'Frog' || _root.CharMove == 'Fire') { gotoAndPlay('flower'); } } frame 21 { _root.horny_respawn.attachMovie('bigshroom', 'bigshroom2', 60); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.bigshroom2._x = auxPoint.x; _root.horny_respawn.bigshroom2._y = auxPoint.y + 5; stop(); } frame 34 { stop(); } instance of movieClip 3490 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 3526 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); } } frame 2 { gotoAndPlay(1); } frame 9 { _root.peachTextBoxPinkTalk(talk); } frame 11 { if (Key.isDown(_root.keySPACE)) { _root.peachTextBoxPinkLeaves(); gotoAndPlay(1); } else { gotoAndPlay(10); } } } movieClip 3527 { instance of movieClip 2141 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 2141 { onClipEvent (load) { this.coins = 2; } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 2141 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance pipe1 of movieClip 3520 { onClipEvent (load) { pipe1x = 930; pipe1y = 1300; destination = 'pipe2'; animation_source_pipe = 'going_down_pipe'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe6) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe7)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) and !_root.piping and _root.isAbleToGoDown and _root.movement) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay(animation_source_pipe); } } } else { _root.on_pipe_to_go_down = false; } } } instance pipe2 of movieClip 3520 { onClipEvent (load) { pipe1x = 2985; pipe1y = -210; destination = 'pipe1'; animation_source_pipe = 'going_down_pipe'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe6) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe7)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) and !_root.piping and _root.isAbleToGoDown and _root.movement) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay(animation_source_pipe); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance pipe4 of movieClip 3520 { onClipEvent (load) { pipe_functioning = false; } } instance pipe3 of movieClip 3520 { onClipEvent (load) { pipe_functioning = false; } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3526 { onClipEvent (load) { talk = 'Use \'go up\' key, like UP or W, to explore some houses or doors.'; } } instance of movieClip 2141 { onClipEvent (load) { this.coins = 2; } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } } movieClip 3530 { instance of movieClip 875 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _parent._parent.taken = true; if (_root.Score >= 99) { _root.Score = 0; sound_grow = new Sound(this); sound_grow.attachSound('Extra Life'); sound_grow.start(0, 1); ++_root.Lives; } else { ++_root.Score; } _root.score_add(200); loadMovie('', _parent); _parent.gotoAndPlay('grab'); _parent(undefined); } } } frame 9 { gotoAndPlay(1); } } movieClip 3531 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.pausee and !_root.on_action) { gotoAndPlay('grab'); delete onEnterFrame; } }; } frame 2 { stop(); } frame 3 { _root.score_add(1000); _root.peach_update_char('Striker'); sound_hit1 = new Sound(this); sound_hit1.attachSound('Powerup'); sound_hit1.start(0, 1); } frame 33 { stop(); } } instance of movieClip 3474 { onClipEvent (load) { gotoX = -2225; gotoY = -200; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP) and _root.movement) { _root.Peach_show(0); _root.movement = false; _root.on_action = true; gotoAndPlay('enter'); } } } } instance of movieClip 2177 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) or _root.Toad1.hitTest(this) or _root.Toad2.hitTest(this)) { notice = true; this(notice); } } } instance of movieClip 2177 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) or _root.Toad1.hitTest(this) or _root.Toad2.hitTest(this)) { notice = true; this(notice); } } } instance of movieClip 2177 { onClipEvent (enterFrame) { if (_global.PLAYER.collisionBody.hitTest(this) or _root.Toad1.hitTest(this) or _root.Toad2.hitTest(this)) { notice = true; this(notice); } if (_root.bomb.hitTest(this)) { notice = true; this(notice); } } } instance of movieClip 2177 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) or _root.Toad1.hitTest(this) or _root.Toad2.hitTest(this)) { notice = true; this(notice); } if (_root.bomb.hitTest(this)) { notice = true; this(notice); } } } instance of movieClip 2177 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; this(notice); } } } instance of movieClip 2177 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; this(notice); } } } movieClip 3540 { frame 1 { function wait() { _root.camtheft = false; clearInterval(myTimer); } function restartScroll() { if (_root.scrollStartPosition) { _x = _root.scrollStartPosition._x; } } maxLeft = _root.boundary._x + _width / 2 + 80; maxRight = _root.boundary._width + _root.boundary._x - _width / 2 - 70; maxTop = _root.boundary._y + _height / 2; maxBottom = _root.boundary._height + _root.boundary._y - _height / 2 + 10; } frame 2 { function camControl() { rp.x = _x; rp.y = _y; var v2 = camH * (_yscale * 0.01); var v1 = camW * (_xscale * 0.01); var v4 = sH / v2; var v3 = sW / v1; _x2 = (v1 / 2) * v3; _y2 = (v2 / 1.1) * v4; _xscale2 = v3 * 100; _yscale2 = v4 * 100; _rotation2 = -_rotation; } function reset() { _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; _parent._rotation = 0; _parent._visible = true; } function set_x2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._x += value - v2.x; } function get_x2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.x; } function set_y2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._y += value - v2.y; } function get_y2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.y; } function get_xscale2() { return _parent._xscale; } function set_xscale2(value) { setProperty2('_xscale', value); } function get_yscale2() { return _parent._yscale; } function set_yscale2(value) { setProperty2('_yscale', value); } function get_rotation2() { return parent.rotation; } function set_rotation2(value) { setProperty2('_rotation', value); } function setProperty2(prop, n) { var v3 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v3); _parent[prop] = n; var v4 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v4); _parent._x -= v4.x - v3.x; _parent._y -= v4.y - v3.y; _root.HUD._x = _x - widthHUD; _root.HUD._y = _y - heightHUD; _root.controlList._x = _x - widthControlList; _root.controlList._y = _y - heightControlList; } maxLeft = _root.boundary._x + _width / 2; maxRight = _root.boundary._width + _root.boundary._x - _width / 2; addProperty('_x2', get_x2, set_x2); addProperty('_y2', get_y2, set_y2); addProperty('_xscale2', get_xscale2, set_xscale2); addProperty('_yscale2', get_yscale2, set_yscale2); addProperty('_rotation2', get_rotation2, set_rotation2); var oldScaleMode = stage.scaleMode; stage.scaleMode = 'exactFit'; var sW = Stage.width; var sH = Stage.height; stage.scaleMode = oldScaleMode; var bounds_obj = this.getBounds(this); var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin); var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin); var rp = {'x': this._x, 'y': this._y}; var widthHUD = _width / 2; var heightHUD = _height * 2 / 3 + 15; var widthControlList = _width / 30; var heightControlList = _height / 4 + 13; onEnterFrame = function () { if (_root.camtheft != true) { _y = _y + (_root.Peach._y - _y) / 4; if (_global.FLAGS.scrollingLevel) { if (!_root.pausee and !_root.on_action) { _x = _x + 2; } else {} } else { _x = _x + (_root.Peach._x - _x) / 3; } } else { myTimer = setInterval(wait, 4000); } if (_x < maxLeft) { _x = maxLeft; } else { if (_x > maxRight) { _x = maxRight; } } if (_y < maxTop) { _y = maxTop; } else { if (_y > maxBottom) { _y = maxBottom; } } if (_root.zoomout) { _root.controlList._x -= 1; _root.controlList._y -= 2; } if (!once) { once = true; if (_root.zoommode != _root.zoomlevelsaved) { _root.HUD._yscale = 64; _root.HUD._xscale = 64; } _root.zoommode = _root.zoomlevelsaved; } camControl(); if (_root.zoommode == 1) { gotoAndPlay('out'); } else { if (_root.zoommode == 2) { gotoAndPlay('in'); } else { if (_root.zoommode == 4) { gotoAndPlay('out2'); } } } }; this.onUnload = reset; stop(); } frame 3 { function camControl() { rp.x = _x; rp.y = _y; var v2 = camH * (_yscale * 0.01); var v1 = camW * (_xscale * 0.01); var v4 = sH / v2; var v3 = sW / v1; _x2 = (v1 / 2) * v3; _y2 = (v2 / 1.3) * v4; _xscale2 = v3 * 100; _yscale2 = v4 * 100; _rotation2 = -_rotation; } function reset() { _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; _parent._rotation = 0; _parent._visible = true; } function set_x2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._x += value - v2.x; } function get_x2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.x; } function set_y2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._y += value - v2.y; } function get_y2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.y; } function get_xscale2() { return _parent._xscale; } function set_xscale2(value) { setProperty2('_xscale', value); } function get_yscale2() { return _parent._yscale; } function set_yscale2(value) { setProperty2('_yscale', value); } function get_rotation2() { return parent.rotation; } function set_rotation2(value) { setProperty2('_rotation', value); } function setProperty2(prop, n) { var v3 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v3); _parent[prop] = n; var v4 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v4); _parent._x -= v4.x - v3.x; _parent._y -= v4.y - v3.y; _root.HUD._x = _x - widthHUD; _root.HUD._y = _y - heightHUD; _root.controlList._x = _x - widthControlList; _root.controlList._y = _y - heightControlList; } maxLeft = _root.boundary._x + _width / 2; maxRight = _root.boundary._width + _root.boundary._x - _width / 2; addProperty('_x2', get_x2, set_x2); addProperty('_y2', get_y2, set_y2); addProperty('_xscale2', get_xscale2, set_xscale2); addProperty('_yscale2', get_yscale2, set_yscale2); addProperty('_rotation2', get_rotation2, set_rotation2); var oldScaleMode = stage.scaleMode; stage.scaleMode = 'exactFit'; var sW = Stage.width; var sH = Stage.height; stage.scaleMode = oldScaleMode; var bounds_obj = this.getBounds(this); var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin); var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin); var rp = {'x': this._x, 'y': this._y}; var widthHUD = _width / 2; var heightHUD = _height * 2 / 3 + 11; var widthControlList = _width / 30; var heightControlList = _height / 4 + 13; onEnterFrame = function () { if (_root.camtheft != true) { _y = _y + (_root.Peach._y - _y) / 4; if (_global.FLAGS.scrollingLevel) { if (!_root.pausee and !_root.on_action) { _x = _x + 2; } else {} } else { _x = _x + (_root.Peach._x - _x) / 3; } } else { myTimer = setInterval(wait, 4000); } if (_x < maxLeft) { _x = maxLeft; } else { if (_x > maxRight) { _x = maxRight; } } if (_y < maxTop) { _y = maxTop; } else { if (_y > maxBottom) { _y = maxBottom; } } if (_root.zoomout) { _root.controlList._x -= 1; _root.controlList._y -= 2; } if (!once) { once = true; if (_root.zoommode != _root.zoomlevelsaved) { _root.HUD._yscale = 100; _root.HUD._xscale = 100; } _root.zoommode = _root.zoomlevelsaved; } camControl(); if (_root.zoommode == 1) { gotoAndPlay('out'); } else { if (_root.zoommode == 3) { gotoAndPlay('in2'); } else { if (_root.zoommode == 4) { gotoAndPlay('out2'); } } } }; this.onUnload = reset; stop(); } frame 4 { function camControl() { rp.x = _x; rp.y = _y; var v2 = camH * (_yscale * 0.01); var v1 = camW * (_xscale * 0.01); var v4 = sH / v2; var v3 = sW / v1; _x2 = (v1 / 2) * v3; _y2 = (v2 / 1.3) * v4; _xscale2 = v3 * 100; _yscale2 = v4 * 100; _rotation2 = -_rotation; } function reset() { _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; _parent._rotation = 0; _parent._visible = true; } function set_x2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._x += value - v2.x; } function get_x2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.x; } function set_y2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._y += value - v2.y; } function get_y2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.y; } function get_xscale2() { return _parent._xscale; } function set_xscale2(value) { setProperty2('_xscale', value); } function get_yscale2() { return _parent._yscale; } function set_yscale2(value) { setProperty2('_yscale', value); } function get_rotation2() { return parent.rotation; } function set_rotation2(value) { setProperty2('_rotation', value); } function setProperty2(prop, n) { var v3 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v3); _parent[prop] = n; var v4 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v4); _parent._x -= v4.x - v3.x; _parent._y -= v4.y - v3.y; _root.HUD._x = _x - widthHUD; _root.HUD._y = _y - heightHUD; _root.controlList._x = _x - widthControlList; _root.controlList._y = _y - heightControlList; } maxLeft = _root.boundary._x + _width / 2; maxRight = _root.boundary._width + _root.boundary._x - _width / 2; addProperty('_x2', get_x2, set_x2); addProperty('_y2', get_y2, set_y2); addProperty('_xscale2', get_xscale2, set_xscale2); addProperty('_yscale2', get_yscale2, set_yscale2); addProperty('_rotation2', get_rotation2, set_rotation2); var oldScaleMode = stage.scaleMode; stage.scaleMode = 'exactFit'; var sW = Stage.width; var sH = Stage.height; stage.scaleMode = oldScaleMode; var bounds_obj = this.getBounds(this); var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin); var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin); var rp = {'x': this._x, 'y': this._y}; var widthHUD = _width / 2; var heightHUD = _height * 2 / 3 + 13; var widthControlList = _width / 30; var heightControlList = _height / 4 + 13; onEnterFrame = function () { if (_root.camtheft != true) { _y = _y + (_root.Peach._y - _y) / 4; if (_global.FLAGS.scrollingLevel) { if (!_root.pausee and !_root.on_action) { _x = _x + 2; } else {} } else { _x = _x + (_root.Peach._x - _x) / 3; } } else { myTimer = setInterval(wait, 4000); } if (_x < maxLeft) { _x = maxLeft; } else { if (_x > maxRight) { _x = maxRight; } } if (_y < maxTop) { _y = maxTop; } else { if (_y > maxBottom) { _y = maxBottom; } } if (_root.zoomout) { _root.controlList._x -= 1; _root.controlList._y -= 2; } if (!once) { once = true; if (_root.zoommode != _root.zoomlevelsaved) { _root.HUD._yscale = 96.3; _root.HUD._xscale = 96.3; } _root.zoommode = _root.zoomlevelsaved; } camControl(); if (_root.zoommode == 2) { gotoAndPlay('in'); } else { if (_root.zoommode == 3) { gotoAndPlay('in2'); } else { if (_root.zoommode == 4) { gotoAndPlay('out2'); } } } }; this.onUnload = reset; stop(); } frame 5 { function camControl() { rp.x = _x; rp.y = _y; var v2 = camH * (_yscale * 0.01); var v1 = camW * (_xscale * 0.01); var v4 = sH / v2; var v3 = sW / v1; _x2 = (v1 / 2) * v3; _y2 = (v2 / 1.3) * v4; _xscale2 = v3 * 100; _yscale2 = v4 * 100; _rotation2 = -_rotation; } function reset() { _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; _parent._rotation = 0; _parent._visible = true; } function set_x2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._x += value - v2.x; } function get_x2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.x; } function set_y2(value) { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); _parent._y += value - v2.y; } function get_y2() { var v2 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v2); return v2.y; } function get_xscale2() { return _parent._xscale; } function set_xscale2(value) { setProperty2('_xscale', value); } function get_yscale2() { return _parent._yscale; } function set_yscale2(value) { setProperty2('_yscale', value); } function get_rotation2() { return parent.rotation; } function set_rotation2(value) { setProperty2('_rotation', value); } function setProperty2(prop, n) { var v3 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v3); _parent[prop] = n; var v4 = {'x': rp.x, 'y': rp.y}; _parent.localToGlobal(v4); _parent._x -= v4.x - v3.x; _parent._y -= v4.y - v3.y; _root.HUD._x = _x - widthHUD; _root.HUD._y = _y - heightHUD; _root.controlList._x = _x - widthControlList; _root.controlList._y = _y - heightControlList; } maxLeft = _root.boundary._x + _width / 2; maxRight = _root.boundary._width + _root.boundary._x - _width / 2; addProperty('_x2', get_x2, set_x2); addProperty('_y2', get_y2, set_y2); addProperty('_xscale2', get_xscale2, set_xscale2); addProperty('_yscale2', get_yscale2, set_yscale2); addProperty('_rotation2', get_rotation2, set_rotation2); var oldScaleMode = stage.scaleMode; stage.scaleMode = 'exactFit'; var sW = Stage.width; var sH = Stage.height; stage.scaleMode = oldScaleMode; var bounds_obj = this.getBounds(this); var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin); var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin); var rp = {'x': this._x, 'y': this._y}; var widthHUD = _width / 2; var heightHUD = _height * 2 / 3 + 15; var widthControlList = _width / 30; var heightControlList = _height / 4 + 13; onEnterFrame = function () { if (_root.camtheft != true) { _y = _y + (_root.Peach._y - _y) / 4; if (_global.FLAGS.scrollingLevel) { if (!_root.pausee and !_root.on_action) { _x = _x + 2; } else {} } else { _x = _x + (_root.Peach._x - _x) / 3; } } else { myTimer = setInterval(wait, 4000); } if (_x < maxLeft) { _x = maxLeft; } else { if (_x > maxRight) { _x = maxRight; } } if (_y < maxTop) { _y = maxTop; } else { if (_y > maxBottom) { _y = maxBottom; } } if (_root.zoomout) { _root.controlList._x -= 1; _root.controlList._y -= 2; } if (!once) { once = true; if (_root.zoommode != _root.zoomlevelsaved) { _root.HUD._yscale = 80; _root.HUD._xscale = 80; } _root.zoommode = _root.zoomlevelsaved; } camControl(); if (_root.zoommode == 1) { gotoAndPlay('out'); } else { if (_root.zoommode == 2) { gotoAndPlay('in'); } else { if (_root.zoommode == 3) { gotoAndPlay('in2'); } } } }; this.onUnload = reset; stop(); } } movieClip 3541 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { gotoAndPlay('grab'); delete onEnterFrame; } }; } frame 2 { stop(); } frame 3 { _root.score_add(500); sound_peach = new Sound(this); sound_peach.attachSound('Peach phew'); sound_peach.start(0, 1); _root.peach_update_char('Dress'); } frame 4 { stop(); } } movieClip 3542 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(char) and !_root.pausee and !_root.on_action) { sound_hit1 = new Sound(this); sound_hit1.attachSound('Powerup'); sound_hit1.start(0, 1); if (_global.PLAYER.isSuperPeach == 'yes') { _root.peach_update_char(_root.CharMove); _root.currentTip = 'Mushroom eaten! 2000 points!'; _root.score_add(2000); } else { if (_root.CharMove != 'Poison') { _global.PLAYER.isSuperPeach = 'yes'; _root.peach_update_char(_root.CharMove); if (_root.CharMove == 'Dress') { _root.currentTip = 'Mushroom eaten! Clothing parts recovered and Peach can stand extra damage!'; } else { _root.currentTip = 'Mushroom eaten! Clothing parts recovered!'; } _root.score_add(1500); } else { _global.PLAYER.isSuperPeach = 'yes'; _root.currentTip = 'Mushroom eaten! Peach can stand extra damage!'; _root.score_add(1500); } } _root.HUD.tipsMC.gotoAndPlay(3); addon = 1 + random(1); if (_root.horny_bar + addon < _root.horny_maximum) { _root.horny_bar += addon; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); } if (_root.BoobSize < _root.MaxBoob - 1) { ++_root.BoobSize; _root.Peach.char.heavyJump += 1; _root.Peach.char.maxJump += 1; _root.Peach_heavyJump = _root.Peach.char.heavyJump; _root.Peach.char.charheavyspeed += 1; _root.Peach.char.charspeed -= 1; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; } else { if (_root.BoobSize < _root.MaxBoob) { _root.cloth_bra_remove(); ++_root.BoobSize; _root.Peach.char.heavyJump += 2; _root.Peach.char.maxJump += 2; _root.Peach_heavyJump = _root.Peach.char.heavyJump; _root.Peach.char.charheavyspeed += 2; _root.Peach.char.charspeed -= 2; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; } else {} } delete onEnterFrame; gotoAndStop(3); } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - char.gravity; char.grav = 0; } }; } instance char of movieClip 131 { onClipEvent (load) { var gravity = 1.2; var grav = 0; var movement = false; var charspeed = 3; var _right = false; var alive = true; var notice = false; dist = _root.Peach._x - _parent._x; if (dist > 0) { _parent._xscale = 100; _right = false; _parent.movedir = 'left'; } else { _parent._xscale = -100; _right = true; _parent.movedir = 'right'; } } } frame 2 { stop(); } frame 3 { stop(); } } movieClip 3544 { } movieClip 3546 { } movieClip 3548 { } movieClip 3550 { } movieClip 3552 { } movieClip 3556 { } movieClip 3559 { } movieClip 3564 { } movieClip 3566 { frame 1 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 2 { gotoAndPlay(1); } frame 3 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 4 { gotoAndPlay(3); } frame 5 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 6 { gotoAndPlay(5); } frame 7 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 8 { gotoAndPlay(7); } frame 9 { switch (_root.currentCharacter) { case 'peach': default: gotoAndPlay(1); goto 189; case 'daisy': //Invalid switch } gotoAndPlay(3); goto 189; case 'peach': gotoAndPlay(5); goto 189; case 'daisy': gotoAndPlay(7); goto 189; case 'rosa': gotoAndPlay(9); label 189: } frame 10 { gotoAndPlay(9); } } movieClip 3567 { } movieClip 3568 { } movieClip 3569 { } movieClip 3570 { } movieClip 3572 { } movieClip 3577 { } movieClip 3578 { frame 19 { gotoAndPlay('juggle'); } } movieClip 3580 { } movieClip 3581 { } movieClip 3582 { } movieClip 3583 { } movieClip 3584 { } // unknown tag 88 length 63 button 3589 { on (release) { _root.CumHead = 2; _root.CumTits = 2; _root.CumBody = 2; _root.CumLegs = 2; gotoAndPlay('finished'); } on (keyPress '<Space>') { _root.CumHead = 2; _root.CumTits = 2; _root.CumBody = 2; _root.CumLegs = 2; _root.bubblespeech._alpha = 100; } } button 3591 { on (release) { focus = 0; } } button 3596 { on (release) { focus = 1; } } button 3597 { on (release) { focus = 2; } } button 3598 { on (release) { focus = 3; } } movieClip 3601 { } movieClip 3604 { } button 3607 { on (release) { _root.movement = true; _root.char.character._alpha = 100; _root.bubblespeech._alpha = 100; gotoAndPlay('stopped'); } on (keyPress '<Space>') { _root.movement = true; _root.char.character._alpha = 100; _root.bubblespeech._alpha = 100; gotoAndPlay('stopped'); } } movieClip 3608 { frame 1 { decide = random(3); cumrepeat = 0; _root.masturbating = false; _root.movement = false; _root.Peach_show(0); _root.focusTarget = _root.bath; _root.bubblespeech._alpha = 0; } frame 10 { prevsc = decide; decide = random(3); while (decide == prevsc) { decide = random(3); } if (focus < 3) { decide = focus; } switch (decide) { case 0: gotoAndPlay('head'); break; case 1: gotoAndPlay('tits'); break; case 2: gotoAndPlay('legs'); break; default: gotoAndPlay('decision'); } } frame 15 { head.eyeLeftPeach.gotoAndPlay('closed'); head.eyeRightPeach.gotoAndPlay('opened'); } frame 22 { if (_root.CumHead > 2) { _root.score_add(100); _root.CumHead -= 2; if (_root.horny_bar < 17) { _root.peachHornyIncrease(); } } if (_root.CharNum != '0' and _root.CumHead == 2 and _root.CumBody == 2 and _root.CumLegs == 2 and _root.CumTits == 2) { _global.PLAYER.blushType = 'fade_out'; } } frame 23 { head.eyeLeftPeach.gotoAndPlay('lidded'); head.eyeRightPeach.gotoAndPlay('lidded'); } frame 33 { head.eyeLeftPeach.gotoAndPlay('closed'); head.eyeRightPeach.gotoAndPlay('closed'); } frame 50 { if (focus == 0) { gotoAndPlay('headhold'); } head.eyeLeftPeach.gotoAndPlay('roll'); head.eyeRightPeach.gotoAndPlay('roll'); } frame 57 { gotoAndPlay('decision'); head.eyeLeftPeach.gotoAndPlay('opened'); head.eyeRightPeach.gotoAndPlay('opened'); } frame 64 { head.eyeLeftPeach.gotoAndPlay('squint'); head.eyeRightPeach.gotoAndPlay('squint'); } frame 73 { head.eyeLeftPeach.gotoAndPlay('opened'); head.eyeRightPeach.gotoAndPlay('opened'); } frame 86 { head.eyeLeftPeach.gotoAndPlay('squint'); head.eyeRightPeach.gotoAndPlay('squint'); } frame 94 { head.eyeLeftPeach.gotoAndPlay('opened'); head.eyeRightPeach.gotoAndPlay('opened'); } frame 97 { if (_root.CumTits > 2) { _root.score_add(100); _root.CumTits -= 2; if (_root.horny_bar < 17) { _root.peachHornyIncrease(); } } if (_root.CharNum != '0' and _root.CumHead == 2 and _root.CumBody == 2 and _root.CumLegs == 2 and _root.CumTits == 2) { _global.PLAYER.blushType = 'fade_out'; } } frame 104 { gotoAndPlay('decision'); } frame 106 { head.eyeLeftPeach.gotoAndPlay('lidded'); head.eyeRightPeach.gotoAndPlay('lidded'); } frame 111 { head.eyeLeftPeach.gotoAndPlay('closed'); head.eyeRightPeach.gotoAndPlay('closed'); } frame 114 { head.eyeLeftPeach.gotoAndPlay('crossed'); head.eyeRightPeach.gotoAndPlay('crossed'); } frame 128 { if (_root.CumLegs > 2) { _root.score_add(100); _root.CumLegs -= 2; _root.CumButt -= 2; if (_root.horny_bar < 17) { _root.peachHornyIncrease(); } } if (_root.CharNum != '0' and _root.CumHead == 2 and _root.CumBody == 2 and _root.CumLegs == 2 and _root.CumTits == 2) { _global.PLAYER.blushType = 'fade_out'; } } frame 139 { if (_root.CumBody > 2) { _root.score_add(200); _root.CumBody -= 2; } if (focus == 2) { gotoAndPlay('leghold'); } if (_root.CharNum != '0' and _root.CumHead == 2 and _root.CumBody == 2 and _root.CumLegs == 2 and _root.CumTits == 2) { _global.PLAYER.blushType = 'fade_out'; } } frame 140 { head.eyeLeftPeach.gotoAndPlay('closed'); head.eyeRightPeach.gotoAndPlay('closed'); } frame 146 { gotoAndPlay('decision'); } frame 147 { head.eyeLeftPeach.gotoAndPlay('lidded'); head.eyeRightPeach.gotoAndPlay('lidded'); } frame 151 { head.eyeLeftPeach.gotoAndPlay('closed'); head.eyeRightPeach.gotoAndPlay('closed'); } frame 155 { head.eyeLeftPeach.gotoAndPlay('crossed'); head.eyeRightPeach.gotoAndPlay('crossed'); _root.horny_bar = 1; } frame 164 { gotoAndPlay('cum'); } frame 165 { _root.movement = true; _root.Peach_show(1); _parent.gotoAndStop('idle'); _root.focusTarget = undefined; _root.game_timer_suspend = 0; } } movieClip 3609 { frame 1 { stop(); } instance of movieClip 3578 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _parent.gotoAndStop('question'); } else { _parent.gotoAndStop('idle'); } } } frame 2 { stop(); } frame 3 { stop(); } } instance bathtime of movieClip 3609 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; this(notice); } else { this.gotoAndPlay(1); } } } instance of movieClip 3530 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3530 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } movieClip 3611 { } movieClip 3614 { } movieClip 3616 { } button 3618 { on (release) { if (_root.CumTits > 2) { _root.score_add(50); } _root.CumTits = 2; } } button 3620 { on (release) { if (_root.CumBody > 2) { _root.score_add(100); } _root.CumBody = 2; } } button 3622 { on (release) { if (_root.CumLegs > 2) { _root.score_add(50); } _root.CumLegs = 2; } } button 3624 { on (release) { if (_root.CumLegs > 2) { _root.score_add(50); } if (_root.CumBody > 2) { _root.score_add(100); } if (_root.CumTits > 2) { _root.score_add(50); } if (_root.CumHead > 2) { _root.score_add(100); } _root.CumHead = 2; _root.CumTits = 2; _root.CumBody = 2; _root.CumLegs = 2; } } button 3626 { on (release) { if (_root.CumHead > 2) { _root.score_add(100); } _root.CumHead = 2; } } movieClip 3629 { } movieClip 3630 { frame 1 { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _root.Checkpoint2 = true; _root.Checkpoint1 = false; gotoAndPlay('up'); } } frame 2 { gotoAndPlay('down'); } frame 11 { stop(); } frame 14 { head.eyeLeftPeach.gotoAndPlay('closed'); head.eyeRightPeach.gotoAndPlay('closed'); } frame 19 { head.eyeLeftPeach.gotoAndPlay('opened'); head.eyeRightPeach.gotoAndPlay('opened'); } } movieClip 3636 { } movieClip 3638 { } movieClip 3640 { } movieClip 3641 { instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } frame 2 { stop(); if (_global.FLAGS.enemiesAtATime > 9) { _global.FLAGS.enemiesAtATime = 0; } onEnterFrame = function () { if (!hog_hole_functioning) { if (_root.horny_bar > 10) { if (!_root.on_action) { if (!_root.pausee) { if (_root.Peach.char.hitTest(vision)) { hog_hole_functioning = true; _root.horny_respawn.attachMovie('dummy', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); gotoAndPlay('start'); delete onEnterFrame; } } } } } }; } frame 3 { if (_root.on_action) { gotoAndPlay(2); } } frame 48 { _root.horny_respawn.attachMovie('goomba', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _x + 40; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y + 50; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime].spawn = true; ++_global.FLAGS.enemiesAtATime; gotoAndPlay('end'); } frame 155 { hog_hole_functioning = false; gotoAndPlay(2); } } movieClip 3645 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3648 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3652 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3656 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3661 { frame 1 { advance = false; } frame 2 { gotoAndPlay('0'); if (notice) { _root.on_action = true; _root.game_timer_suspend = 1; _root.movement = false; _root.Peach_show(0); gotoAndPlay('1'); } } frame 3 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 3 { if (_root.DressNum == 0) { ChancellorText = 'Oh! Good Morning,\nChancellor! (God, I\'m naked!)\nErhm..why are you...without\nyour...pants on?\n'; } else { ChancellorText = 'Oh! Good Morning,\nChancellor! Mario is Missing...\nErhm..why are you...without\nyour...pants on?\n'; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 5 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 7 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 9 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 10 { if (advance) { gotoAndPlay('2'); } else { gotoAndPlay('1'); } } frame 11 { advance = false; } frame 15 { if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 21 { _global.PLAYER.blushType = 'fade_in'; head.eyeLeftPeach.gotoAndStop('lidded'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 33 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 35 { if (advance) { gotoAndPlay('6'); } else { gotoAndPlay('5'); } } frame 36 { head.eyeLeftPeach.gotoAndStop('squint'); advance = false; } frame 36 { _root.peachHornyIncrease(); } frame 36 { if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 44 { head.eyeLeftPeach.gotoAndStop('closed'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 46 { head.eyeLeftPeach.gotoAndStop('roll'); } frame 47 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 49 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 51 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 53 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 55 { head.eyeLeftPeach.gotoAndStop('closed'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 57 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 59 { if (advance) { gotoAndPlay('8'); } else { gotoAndPlay('7'); } } frame 60 { advance = false; } frame 60 { _root.peachHornyIncrease(); } frame 60 { if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 63 { head.eyeLeftPeach.gotoAndStop('squint'); _global.PLAYER.blushType = 'blush_blink'; if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 65 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 67 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 68 { head.eyeLeftPeach.gotoAndStop('roll'); } frame 69 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 70 { head.eyeLeftPeach.gotoAndStop('closed'); } frame 71 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 73 { head.eyeLeftPeach.gotoAndStop('lidded'); if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 74 { head.eyeLeftPeach.gotoAndStop('squint'); } frame 76 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 78 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 79 { if (advance) { gotoAndPlay('go'); } else { gotoAndPlay('jerk'); } } frame 80 { head.eyeLeftPeach.gotoAndStop('squint'); advance = false; } frame 81 { if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 86 { head.eyeLeftPeach.gotoAndStop('squint'); } frame 97 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 101 { if (advance) { gotoAndPlay('swallow'); } else { gotoAndPlay('cummy'); } } frame 102 { advance = false; } frame 102 { _root.peachHornyIncrease(); } frame 102 { if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 114 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 116 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 117 { if (advance) { gotoAndPlay('doit'); } else { gotoAndPlay('suck'); } } frame 120 { head.eyeLeftPeach.gotoAndStop('crossed'); advance = false; } frame 120 { if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 122 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 124 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 126 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 128 { if (advance) { gotoAndPlay('drip'); } else { gotoAndPlay('breathe'); } } frame 129 { advance = false; } frame 130 { if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } frame 138 { if (advance) { gotoAndPlay('dead'); } else { gotoAndPlay('zzz'); } if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 139 { _root.movement = true; _root.Peach_show(1); _root.game_timer_suspend = 0; _root.on_action = false; _root.CumHead += 2; if (!dead) { sound_grow = new Sound(this); sound_grow.attachSound('Extra Life'); sound_grow.start(0, 1); _root.Lives += 1; randomPoints = 100 * (1 + random(4)); _root.score_add(500 + randomPoints); } dead = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } instance of movieClip 3661 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; this(notice); _root.can_masturbate = false; if (this.dead) { if (!_root.on_action && Key.isDown(_root.keyEND)) { _root.movement = false; gotoAndPlay('0'); } } } else { _root.can_masturbate = true; } } } instance of movieClip 2842 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } movieClip 3662 { frame 16 { gotoAndPlay(1); } } instance of movieClip 3662 { onClipEvent (load) { _color = 'black'; this._xscale *= -1; gotoAndPlay(1 + random(40)); } onClipEvent (enterFrame) { dist = _root.Peach._x - this._x; if (dist < 0) { if (!used) { this._xscale *= -1; used = true; } } else { if (used) { used = false; this._xscale *= -1; } } } } instance of movieClip 3662 { onClipEvent (load) { _color = 'black'; } } instance of movieClip 2842 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2842 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2842 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } onClipEvent (enterFrame) { dist = _root.Peach._x - this._x; if (dist < 0) { if (!used) { this._xscale *= -1; used = true; } } else { if (used) { used = false; this._xscale *= -1; } } } } instance of movieClip 2842 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2842 { onClipEvent (load) { this._xscale *= -1; _color = 'green'; gotoAndPlay(1 + random(40)); } onClipEvent (enterFrame) { dist = _root.Peach._x - this._x; if (dist < 0) { if (!used) { this._xscale *= -1; used = true; } } else { if (used) { used = false; this._xscale *= -1; } } } } movieClip 3663 { } movieClip 3664 { } instance of movieClip 2842 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2842 { onClipEvent (load) { this._xscale *= -1; gotoAndPlay(1 + random(40)); } onClipEvent (enterFrame) { dist = _root.Peach._x - this._x; if (dist < 0) { if (!used) { this._xscale *= -1; used = true; } } else { if (used) { used = false; this._xscale *= -1; } } } } movieClip 3665 { frame 1 { if (_root.horny_bar > 10) { gotoAndPlay(3); } } frame 4 { if (_root.horny_bar > 10) { gotoAndPlay(6); } } frame 7 { if (_root.horny_bar > 10) { gotoAndPlay(9); } } frame 10 { if (_root.horny_bar > 10) { gotoAndPlay(12); } } frame 13 { if (_root.horny_bar > 10) { gotoAndPlay(15); } } frame 16 { if (_root.horny_bar > 10) { gotoAndPlay(18); } } frame 19 { gotoAndPlay(1); } } movieClip 3666 { frame 2 { gotoAndPlay(1); if ((notice or do_over) and !_root.on_action) { _root.on_action = true; _root.jump_pressed = true; _root.game_timer_suspend = 1; enemy_num = _root.Toad; _root.movement = false; _root.Peach_show(0); if (alive == false) { _root.Laid += 0; } else { ++_root.Laid; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; fucking_scene = _root.EnemyTotal[enemy_num]; } else { if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; fucking_scene = 1 + random(_root.EnemyMax[enemy_num]); } } } if (alive == false) { if (_root.PlayScene > _root.EnemyTotal[enemy_num]) { f = fucking_scene + 2; gotoAndPlay(f); } else { f = _root.PlayScene + 2; gotoAndPlay(f); } } else { f = fucking_scene + 2; gotoAndPlay(f); } alive = false; } } } movieClip 3668 { frame 1 { function check_distance_horny() { dist = _root.Peach._x - this._x; if (dist < -12) { this._xscale = 100; char._right = false; movedir = 'left'; } else { if (dist > 12) { this._xscale = -100; char._right = true; movedir = 'right'; } else {} } } movedir = 'left'; var dist = 0; onEnterFrame = function () { if (_root.Peach.hitTest(vision)) { char.gotoAndPlay('walk'); loadMovie('', vision); char.movement = true; } if (char.alive and !char.notice and _root.horny_bar > 10) { char.charspeed = 4; check_distance_horny(); } else { char.charspeed = 2; } if (char.movement) { if (char.alive) { if (char._right) { _x = _x + char.charspeed; } else { _x = _x - char.charspeed; } } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - char.gravity; char.grav = 0; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 5, true)) { _x = _x - char.charspeed; this._xscale = 100; char._right = false; movedir = 'left'; } if (_root.ground.hitTest(_x - _width / 3, _y - _height / 5, true)) { _x = _x + char.charspeed; this._xscale = -100; char._right = true; movedir = 'right'; } } if (_root.Peach.char.CoinGrab.hitTest(char) and _root.movement and !_root.pausee) { char.do_over = false; if (char.alive) { } else { if (Key.isDown(_root.keyEND) and !char.alive and !_root.on_action and !_root.masturbating) { char.gotoAndPlay('squish'); } else { if (Key.isDown(_root.key1)) { _root.PlayScene = 1; _root.currentStatusBar = 'Toad: Sex scene Changed to \'1\''; _root.HUD.statMC.gotoAndPlay(3); } } } } }; } instance char of movieClip 3666 { onClipEvent (load) { var gravity = 2; var grav = 0; var movement = false; var charspeed = 2; var right = false; var alive = true; var notice = false; var do_over = false; } } } instance Toad2 of movieClip 3668 { onClipEvent (load) { _color = 'blue'; } } movieClip 3673 { } movieClip 3674 { frame 2 { gotoAndPlay(1); if (notice and !_root.on_action) { _root.on_action = true; _root.jump_pressed = true; _root.game_timer_suspend = 1; enemy_num = _root.Goomba; _root.movement = false; _root.Peach_show(0); if (alive == false) { _root.Laid += 0; } else { ++_global.PLAYER.laids; ++_global.PLAYER.totalLaids; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; } if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; _root.loadinfo.data.EnemyAtMax[enemy_num] = true; _root.loadinfo.flush(); } } if (!alive) { gotoAndPlay('scene1'); } else { gotoAndPlay('scene1'); } alive = false; } } frame 3 { stop(); notice = false; _parent.fuckTriviaLaid = true; } } movieClip 3675 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.movement and !_root.pausee) { if (_root.horny_bar > 13) { if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } goomba.notice = true; } else { if (Key.isDown(_root.keyEND) and !_root.on_action and !_root.masturbating) { goomba.notice = true; if (!alive) { goomba.gotoAndPlay('mount'); } } } } }; } } movieClip 3677 { } movieClip 3678 { frame 2 { stop(); } frame 4 { stop(); } } movieClip 3679 { frame 1 { if (_root.cum) { _root.cum = false; gotoAndPlay('face'); } head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 2 { if (_root.cum) { _root.cum = false; gotoAndPlay('face'); } _root.masturbating = true; _root.movement = false; advance = false; } frame 3 { if (_root.cum) { _root.cum = false; gotoAndPlay('face'); } if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 4 { if (_root.cum) { _root.cum = false; gotoAndPlay('face'); } if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 5 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 6 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 7 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 8 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 9 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 10 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 11 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 12 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 13 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 14 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 15 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } else { if (_root.horny_bar > 3) { advance = false; } else { ++_root.horny_bar; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); gotoAndPlay('start'); } } } frame 16 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 18 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 19 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 20 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 21 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 22 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 23 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 24 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } else { if (_root.horny_bar > 8) { advance = false; gotoAndPlay('cum'); } else { ++_root.horny_bar; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); gotoAndPlay('close'); } } } frame 25 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 26 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 27 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 28 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 29 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 30 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 31 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 32 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 33 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 34 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 35 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 36 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 37 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } else { if (_root.horny_bar > 17) { _root.score_add(100); advance = false; gotoAndPlay('face'); } else { ++_root.horny_bar; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); gotoAndPlay('orgasm'); } } } frame 38 { if (_root.cum) { _root.horny_bar = 1; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); advance = false; } head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 39 { sound_fall = new Sound(this); sound_fall.attachSound('Peach screech long'); sound_fall.start(0, 1); } frame 40 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; } } frame 41 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; } } frame 42 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 43 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; } } frame 44 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; } } frame 45 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; } } frame 46 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; } } frame 47 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; } } frame 48 { if (advance) { gotoAndPlay('goawayrise'); } else { gotoAndPlay('end'); } } frame 53 { _root.cum = false; _root.masturbating = false; _root.movement = true; _root.on_action = false; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); stop(); } } movieClip 3680 { frame 1 { stop(); } } movieClip 3681 { frame 1 { if (right) { _root.char._x -= 5; } else { _root.char._x += 5; } } frame 2 { if (right) { _root.char._x -= 5; } else { _root.char._x += 5; } } frame 3 { if (right) { _root.char._x -= 5; } else { _root.char._x += 5; } } frame 4 { if (right) { _root.char._x -= 5; } else { _root.char._x += 5; } } frame 5 { if (right) { _root.char._x -= 5; } else { _root.char._x += 5; } } frame 6 { if (right) { _root.char._x -= 5; } else { _root.char._x += 5; } } frame 7 { if (right) { _root.char._x -= 5; } else { _root.char._x += 5; } } frame 8 { if (right) { _root.char._x -= 5; } else { _root.char._x += 5; } } frame 9 { stop(); _root.peachHornyIncrease(); _root.peachHornyIncrease(); _root.peachHornyIncrease(); _root.can_grab_touch = false; _root.jumping = false; _global.PLAYER.lockAnimation = false; } } movieClip 3682 { } movieClip 3683 { } movieClip 3684 { frame 1 { _root.movement = false; _root.on_action = true; } frame 7 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 11 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 44 { _root.movement = true; _root.on_action = false; stop(); } } movieClip 3685 { frame 1 { stop(); } frame 20 { gotoAndPlay(1); } } movieClip 3686 { frame 1 { _root.masturbating = true; _root.movement = false; advance = false; boob_squeezes = 1; } frame 2 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 3 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 4 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 5 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 6 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 7 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 8 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 9 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); if (_root.BoobSize > _root.MinBoob) { lactating.gotoAndPlay('lactate'); } if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 10 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 11 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 12 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 13 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 14 { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyA) or Key.isDown(_root.keyD)) { advance = true; gotoAndPlay('goaway'); } } frame 16 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); ++boob_squeezes; if (_root.horny_bar < 18) { ++_root.horny_bar; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); } if (boob_squeezes == 2) { sound2 = new Sound(this); sound2.attachSound('Lick'); sound2.start(0, 1); } else { if (boob_squeezes == 3) { sound2 = new Sound(this); sound2.attachSound('Lick'); sound2.start(0, 1); } else { if (boob_squeezes == 4) { if (_root.BoobSize > 2) { lactating2.gotoAndPlay('lactate'); } } else { if (boob_squeezes == 5) { sound = new Sound(this); sound.attachSound('peachooh'); sound.start(0, 1); if (_root.BoobSize == _root.MaxBoob) { sound2 = new Sound(this); sound2.attachSound('pop'); sound2.start(0, 1); --_root.BoobSize; _root.Peach.char.heavyJump -= 2; _root.Peach.char.maxJump -= 2; _root.Peach_heavyJump = _root.Peach.char.heavyJump; _root.Peach.char.charheavyspeed -= 2; _root.Peach.char.charspeed += 2; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; } else { if (_root.BoobSize > _root.MinBoob) { sound2 = new Sound(this); sound2.attachSound('pop'); sound2.start(0, 1); --_root.BoobSize; _root.Peach.char.heavyJump -= 1; _root.Peach.char.maxJump -= 1; _root.Peach_heavyJump = _root.Peach.char.heavyJump; _root.Peach.char.charheavyspeed -= 1; _root.Peach.char.charspeed += 1; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; } } if (_root.horny_bar > 16) { _root.cum = true; } gotoAndPlay('goaway'); } } } } gotoAndPlay(2); } frame 17 { _root.movement = true; _root.masturbating = false; stop(); } } movieClip 3689 { frame 26 { if (!_root.pausee) { if (!_root.on_action) { gotoAndPlay(_global.PLAYER.isPeachCumDripping); } } else { gotoAndPlay('no'); } } frame 83 { if (!_root.pausee) { if (!_root.on_action) { gotoAndPlay(_global.PLAYER.isPeachCumDripping); } } else { gotoAndPlay('no'); } } } movieClip 3690 { frame 1 { _root.expr = 0; } frame 2 { gotoAndPlay(1); } } movieClip 3691 { } movieClip 3693 { } movieClip 3694 { frame 1 { _root.expr = 0; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 5 { _root.frog_walking = true; head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 8 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 12 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 13 { _root.frog_walking = false; } frame 15 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } } movieClip 3695 { frame 16 { gotoAndPlay(1); } } movieClip 3696 { frame 1 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); onEnterFrame = function () { if (_root.touchingGround) { _root.can_grab_touch = false; _root.jumping = false; _global.PLAYER.lockAnimation = false; } if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } }; } frame 12 { gotoAndPlay(1); } } movieClip 3697 { frame 1 { head.eyeLeftPeach.gotoAndStop('opened'); } frame 16 { head.eyeLeftPeach.gotoAndStop('lidded'); } frame 18 { head.eyeLeftPeach.gotoAndStop('closed'); } frame 20 { head.eyeLeftPeach.gotoAndStop('lidded'); } frame 22 { head.eyeLeftPeach.gotoAndStop('opened'); } frame 36 { gotoAndPlay(1); } } movieClip 3705 { frame 1 { gotoAndPlay(_root.gloves_type); } frame 3 { gotoAndPlay(_root.gloves_type); } frame 5 { gotoAndPlay(_root.gloves_type); } frame 7 { gotoAndPlay(_root.gloves_type); } frame 9 { gotoAndPlay(_root.gloves_type); } } movieClip 3712 { frame 1 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 3 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 5 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 7 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 9 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 11 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 13 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 15 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 17 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 19 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 21 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 23 { gotoAndPlay(_root.DressSel[_root.DressNum]); } frame 25 { gotoAndPlay(_root.DressSel[_root.DressNum]); } } movieClip 3714 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 3715 { frame 1 { _root.swimming = true; _parent._parent.can_drift = false; head.eyeLeftPeach.gotoAndStop('opened'); } frame 5 { if (_root.CharMove == 'Frog') { sound1 = new Sound(this); sound1.attachSound('swim'); sound1.start(0, 1); } } frame 10 { head.eyeLeftPeach.gotoAndStop('lidded'); } frame 12 { head.eyeLeftPeach.gotoAndStop('closed'); } frame 14 { head.eyeLeftPeach.gotoAndStop('lidded'); } frame 16 { head.eyeLeftPeach.gotoAndStop('opened'); } frame 17 { if (_root.CharMove == 'Frog') { sound1 = new Sound(this); sound1.attachSound('swim'); sound1.start(0, 1); } } frame 24 { _root.swimming = false; _parent._parent.can_drift = true; } } movieClip 3717 { frame 1 { head.eyeLeftPeach.gotoAndStop('opened'); _root.jumping = true; if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } } frame 2 { onEnterFrame = function () { if (_root.touchingGround) { _root.jumping = false; _global.PLAYER.lockAnimation = false; stop(); } if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } }; } frame 3 { head.eyeLeftPeach.gotoAndStop('closed'); _root.can_touch_ground = false; } frame 8 { _root.jumping = false; } frame 9 { head.eyeLeftPeach.gotoAndStop('opened'); } frame 10 { if ((_root.CharMove == 'Raccoon' or _root.CharMove == 'Leaf') and !_root.clothes_tail_remove and !_root.touchingGround and !_root.underwater) { if (_root.flying_mode) { _root.Peach.char.character.gotoAndStop('fly'); } else { _root.Peach.char.character.gotoAndPlay('descending'); } } else { _root.Peach.char.character.gotoAndPlay('descending'); } stop(); } frame 14 { head.eyeLeftPeach.gotoAndStop('opened'); _root.can_grab_touch = false; } frame 17 { gotoAndPlay('raccoon'); } } movieClip 3718 { frame 1 { _root.can_grab_touch = false; _root.jumping = false; if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } onEnterFrame = function () { if (_root.touchingGround) { _root.can_grab_touch = true; _root.jumping = false; _global.PLAYER.lockAnimation = false; _root.Peach.char.character.gotoAndStop('standright'); _root.Peach.char.accelX = 0; stop(); } if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } }; head.eyeLeftPeach.gotoAndStop('opened'); } frame 9 { head.eyeLeftPeach.gotoAndStop('opened'); } frame 14 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 18 { stop(); } } movieClip 3719 { frame 1 { if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } head.eyeLeftPeach.gotoAndStop('closed'); } frame 13 { if (Key.isDown(_root.keyZ) or Key.isDown(_root.keyH)) { gotoAndPlay('statue'); } } frame 22 { _global.PLAYER.lockAnimation = false; _root.movement = true; } } movieClip 3720 { frame 1 { _root.expr = 0; if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } } frame 3 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', getNextHighestDepth()); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } } frame 9 { stop(); } } movieClip 3721 { frame 1 { _root.expr = 0; if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } } frame 3 { head.eyeRightPeach.gotoAndPlay('lidded'); head.eyeLeftPeach.gotoAndPlay('lidded'); } frame 5 { head.eyeRightPeach.gotoAndPlay('closed'); head.eyeLeftPeach.gotoAndPlay('closed'); } frame 7 { head.eyeRightPeach.gotoAndPlay('lidded'); head.eyeLeftPeach.gotoAndPlay('lidded'); } frame 9 { head.eyeRightPeach.gotoAndPlay('opened'); head.eyeLeftPeach.gotoAndPlay('opened'); } frame 16 { head.eyeRightPeach.gotoAndPlay('lidded'); head.eyeLeftPeach.gotoAndPlay('lidded'); } frame 18 { head.eyeRightPeach.gotoAndPlay('closed'); head.eyeLeftPeach.gotoAndPlay('closed'); } frame 37 { head.eyeRightPeach.gotoAndPlay('roll'); head.eyeLeftPeach.gotoAndPlay('roll'); } frame 43 { head.eyeRightPeach.gotoAndPlay('opened'); head.eyeLeftPeach.gotoAndPlay('opened'); stop(); } } movieClip 3722 { frame 1 { head.eyeRightPeach.gotoAndPlay('opened'); head.eyeLeftPeach.gotoAndPlay('opened'); } frame 7 { _root.clothes_tail_remove = true; } frame 8 { head.eyeRightPeach.gotoAndPlay('closed'); head.eyeLeftPeach.gotoAndPlay('closed'); } frame 20 { head.eyeRightPeach.gotoAndPlay('opened'); head.eyeLeftPeach.gotoAndPlay('opened'); _root.clothes_tail_remove = false; gotoAndPlay(1); } } movieClip 3723 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 3727 { } movieClip 3730 { } movieClip 3731 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 3732 { } movieClip 3733 { frame 1 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 9 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 10 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 11 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 12 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 16 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 40 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 45 { _root.peach_crown_remove = 'yes'; _root.peach_earring_remove = 'yes'; } frame 57 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 65 { _root.peach_update_char('Poison'); } frame 66 { _root.peach_update_char('Poison'); } frame 75 { _root.peach_unlocked(); stop(); _root.Peach.char._shadow.gotoAndPlay('yes'); _root.peach_removed_clothes = true; _root.currentPuzzle = '(PEACH REMOVED HER CLOTHES) - PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } } movieClip 3734 { frame 1 { _root.movement = false; _root.on_action = true; if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } } frame 12 { _root.peach_stand_up(); stop(); } } movieClip 3735 { } movieClip 3736 { frame 1 { _root.Peach.char.peach_state = 'grab'; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 6 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 8 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); _root.soundFX('sound_veg', 3); } frame 9 { _global.PLAYER.isReadyToGrabVeggie = true; } frame 11 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 17 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 23 { stop(); _global.PLAYER.isCarryingVeggie = true; _global.FLAGS.vegetableOnlyOneMutex = false; _global.PLAYER.lockAnimation = false; _root.movement = true; _root.on_action = false; if (_root.Peach.char.peach_right) { _parent.gotoAndStop('standrightvegetable'); } else { _parent.gotoAndStop('standleftvegetable'); } } } movieClip 3737 { frame 1 { sidehead.eyeLeftPeach.gotoAndStop('opened'); _global.PLAYER.lockAnimation = true; } frame 5 { sidehead.eyeLeftPeach.gotoAndStop('closed'); } frame 8 { if (_global.PLAYER.isCarryingShell) { if (_global.FLAGS.shellNumber > 8 or !_global.FLAGS.shellNumber) { _global.FLAGS.shellNumber = 0; } _global.PLAYER.isCarryingShell = false; _root.horny_respawn.attachMovie('veggie', 'thrown_shell' + _global.FLAGS.shellNumber, 90 + _global.FLAGS.shellNumber); _root.horny_respawn['thrown_shell' + _global.FLAGS.shellNumber]._x = _root.Peach._x; _root.horny_respawn['thrown_shell' + _global.FLAGS.shellNumber]._y = _root.Peach._y - _root.Peach._height; ++_global.FLAGS.shellNumber; } else { _root.horny_respawn.attachMovie('veggie', 'veggie' + _global.FLAGS.carryingVeggieNumber, 10 + _global.FLAGS.carryingVeggieNumber); _root.horny_respawn['veggie' + _global.FLAGS.carryingVeggieNumber]._x = _root.Peach._x; _root.horny_respawn['veggie' + _global.FLAGS.carryingVeggieNumber]._y = _root.Peach._y - _root.Peach._height; } _root.soundFX('sound_veg_drop', 3); } frame 11 { sidehead.eyeLeftPeach.gotoAndStop('opened'); _global.PLAYER.isCarryingVeggie = false; } frame 13 { stop(); if (_root.touchingGround) { _root.movement = true; _root.on_action = false; } _root.can_touch_ground = true; _global.PLAYER.lockAnimation = false; if (_root.Peach.char.peach_right) { _parent.gotoAndStop('standright'); } else { _parent.gotoAndStop('standleft'); } } } movieClip 3738 { frame 1 { sidehead.eyeLeftPeach.gotoAndStop('opened'); } frame 2 { _global.PLAYER.lockAnimation = false; if (_global.GAMECONFIG.soundHeels) { if ((_root.heels_type != 'None' or _root.DressNum == 2 or _root.DressNum == 7 or _root.DressNum == 8 or _root.DressNum == 9) and !_root.on_action and !_root.pausee) { if (!_root.on_action) { _root.soundFX('soundheels', 1); } } } } frame 4 { sidehead.eyeLeftPeach.gotoAndStop('lidded'); if (_root.BoobSize == _root.MaxBoob) { sound_1 = new Sound(this); sound_1.attachSound('boingwalk'); sound_1.start(0, 1); } } frame 5 { sidehead.eyeLeftPeach.gotoAndStop('closed'); } frame 8 { sidehead.eyeLeftPeach.gotoAndStop('lidded'); } frame 9 { sidehead.eyeLeftPeach.gotoAndStop('opened'); } } movieClip 3739 { frame 1 { head.eyeLeftPeach.gotoAndPlay('opened'); head.eyeRightPeach.gotoAndPlay('opened'); } frame 22 { head.eyeLeftPeach.gotoAndPlay('lidded'); head.eyeRightPeach.gotoAndPlay('lidded'); } frame 24 { head.eyeLeftPeach.gotoAndPlay('closed'); head.eyeRightPeach.gotoAndPlay('closed'); } frame 26 { head.eyeLeftPeach.gotoAndPlay('lidded'); head.eyeRightPeach.gotoAndPlay('lidded'); } frame 28 { head.eyeLeftPeach.gotoAndPlay('opened'); head.eyeRightPeach.gotoAndPlay('opened'); } } movieClip 3740 { } movieClip 3741 { frame 1 { head.eyeLeftPeach.gotoAndStop('opened'); _root.jumping = true; if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } } frame 2 { onEnterFrame = function () { if (_root.touchingGround) { _root.can_grab_touch = true; _root.jumping = false; _global.PLAYER.lockAnimation = false; } if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and !_root.Peach.runPressed) { if (!_root.touchingGround and _global.PLAYER.isCarryingVeggie) { stop(); gotoAndPlay('throw'); delete onEnterFrame; } } else { if ((Key.isDown(_root.keyC) or Key.isDown(_root.keySLASH)) and !_root.clothes_tail_remove and !_root.touchingGround and !_root.jumping and !_root.jump_pressed and !_root.underwater) { _root.jump_pressed = true; _root.Peach.char.grav = 0; _root.jump_to_fly = true; } } if (!Key.isDown(_root.keyC) and !Key.isDown(_root.keySLASH)) { _root.jump_pressed = false; } }; } frame 3 { head.eyeLeftPeach.gotoAndStop('closed'); _root.can_grab_touch = true; _root.can_touch_ground = false; } frame 8 { _root.can_grab_touch = false; _root.jumping = false; } frame 9 { head.eyeLeftPeach.gotoAndStop('opened'); } frame 11 { stop(); _root.Peach.char.character.gotoAndPlay('descendingveg'); } frame 12 { sidehead.eyeLeftPeach.gotoAndStop('opened'); _global.PLAYER.lockAnimation = true; _root.can_grab_touch = false; } frame 16 { sidehead.eyeLeftPeach.gotoAndStop('closed'); } frame 19 { if (_global.FLAGS.veggieNumber > 8) { _global.FLAGS.veggieNumber = 0; } _root.horny_respawn.attachMovie('veggie', 'veggie' + _global.FLAGS.veggieNumber, 10 + _global.FLAGS.veggieNumber); _root.horny_respawn['veggie' + _global.FLAGS.veggieNumber]._x = _root.Peach._x; _root.horny_respawn['veggie' + _global.FLAGS.veggieNumber]._y = _root.Peach._y - _root.Peach._height; ++_global.FLAGS.veggieNumber; _global.PLAYER.isCarryingVeggie = false; sound_1 = new Sound(this); sound_1.attachSound('sound_veg_drop'); sound_1.start(0, 1); } frame 22 { sidehead.eyeLeftPeach.gotoAndStop('opened'); } frame 24 { stop(); _root.movement = true; _root.on_action = false; _root.jumping = false; _root.can_touch_ground = true; _global.PLAYER.lockAnimation = false; if (_root.Peach.char.peach_right) { _parent.gotoAndStop('standright'); } else { _parent.gotoAndStop('standleft'); } } } movieClip 3742 { frame 1 { if (_root.door_go_to_next_level or _root.goToDoor) { gotoAndPlay('enter'); } } frame 59 { gotoAndPlay(1); } frame 60 { _root.Peach.char.grav = 0; _root.movement = false; _root.can_masturbate = false; } frame 76 { _root.Peach_show('door'); } frame 82 { _root.can_masturbate = true; _root.movement = true; _root.Peach_show(1); if (_root.goToDoor) { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = _root[_root.goToDoor]._x; _root.Peach._y = _root[_root.goToDoor]._y; _root.goToDoor = false; } else { if (_root.door_go_to_next_level) { _root.door_go_to_next_level = false; _root.gotoAndPlay('score1'); } } _root.Peach.char.accelX = 0; _root.Peach.char.isBackside = false; _root.Peach.char.grav = 0; _root.Peach.char.character.gotoAndStop('standrightvegetable'); stop(); } } movieClip 3743 { frame 1 { _root.can_grab_touch = false; _root.jumping = false; if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } onEnterFrame = function () { if (_root.touchingGround) { _root.can_grab_touch = true; _root.jumping = false; _global.PLAYER.lockAnimation = false; _root.Peach.char.character.gotoAndStop('standrightveg'); _root.Peach.char.accelX = 0; stop(); } if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } }; head.eyeLeftPeach.gotoAndStop('opened'); } frame 9 { head.eyeLeftPeach.gotoAndStop('opened'); } frame 14 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 18 { stop(); } } movieClip 3744 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } instance _type of movieClip 3681 { onClipEvent (enterFrame) { right = true; } } frame 8 { stop(); } instance _type of movieClip 3681 { onClipEvent (enterFrame) { right = false; } } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } frame 19 { stop(); } frame 20 { stop(); } frame 21 { stop(); } frame 22 { stop(); } frame 23 { stop(); } frame 24 { stop(); } frame 25 { stop(); } frame 26 { stop(); } frame 27 { stop(); } frame 28 { stop(); } frame 29 { stop(); } frame 30 { stop(); } frame 31 { stop(); } frame 32 { stop(); } frame 33 { stop(); } frame 34 { stop(); } frame 35 { stop(); } frame 36 { stop(); } frame 37 { stop(); } frame 38 { stop(); } frame 39 { stop(); } frame 40 { stop(); } frame 41 { stop(); } frame 42 { stop(); } frame 43 { stop(); } } movieClip 3746 { frame 2 { stop(); } frame 7 { _root.CharNum = 2; } frame 8 { gotoAndPlay(2); } } movieClip 3747 { frame 1 { stop(); } } movieClip 3748 { frame 1 { fireballNumber = 0; Peach_setX = 0; Peach_setY = 0; accelX = 0; accelY = 0; onEnterFrame = function () { if (this.hitTest(_root.water)) { _global.PLAYER.isCarryingVeggie = false; _root.underwater = true; char.real_gravity = 0.3; } else { _root.underwater = false; char.real_gravity = char.gravity; } if (char.grav > 0) { if (_root.can_grab_touch) { _root.can_grab_touch = false; } } if (char.grav < 0) { goUpUntilLimit = 0; ppc = _root.Peach.char._y - _root.Peach.char._height + 20; _root.Peach.char.auxPoint = new flash.geom.Point(0, ppc); localToGlobal(_root.Peach.char.auxPoint); _root.globalToLocal(_root.Peach.char.auxPoint); up = 0; while (up < -char.grav) { if (_root.ceiling_collision.hitTest(_root.Peach.char.auxPoint.x + Peach_setX, _root.Peach.char.auxPoint.y + Peach_setY, true)) { char.grav = 0; break; } else { ++goUpUntilLimit; } ++up; } Peach_setY -= goUpUntilLimit; } if (_root.on_action) { char.grav = 0; } else { if (!_root.on_action and !_root.on_pipe) { while (_root.ground.hitTest(_x + Peach_setX, _y - 3 + Peach_setY, true)) { Peach_setY -= 0.5; } aa = 0; while (aa < char.grav + char.real_gravity) { if (_root.touchingGround) { char.grav = 0; break; } if (!_root.climbing) { if (_root.underwater) { if (_root.CharMove == 'Frog') { char.grav = 0; break; } else { ++Peach_setY; } } else { if (!_root.ground.hitTest(_x + Peach_setX, _y - 2 + Peach_setY, true)) { ++Peach_setY; } } } else { char.grav = 0; break; } ++aa; } } } if (!_root.touchingGround and char.grav < 26) { char.grav += char.real_gravity; } if (_root.climbing and !_root.jumping and !_global.PLAYER.isCarryingVeggie) { _root.can_grab_touch = false; char.grav = 0; if (Key.isDown(_root.keyUP) or Key.isDown(_root.keyW)) { Peach_setY -= 3; char.character._type.play(); } else { if (Key.isDown(_root.keyDOWN) or Key.isDown(_root.keyS)) { if (!_root.touchingGround) { Peach_setY += 3; char.character._type.play(); } } else { char.character._type.stop(); } } } else { if (!_root.underwater and !_root.on_pipe) { } else { if (_root.CharMove != 'Frog' and !_root.on_pipe) { if (!_root.on_action) { while (_root.ground.hitTest(_x + Peach_setX, _y - 2 + Peach_setY, true)) { Peach_setY -= char.real_gravity; char.grav = 0; } } } } } if (_root.movement and !_root.pausee) { if (_root.ground.hitTest(_x + Peach_setX, _y + Peach_setY, true)) { _root.touchingGround = true; char._shadow._visible = true; } else { _root.touchingGround = false; char._shadow._visible = false; } if ((Key.isDown(_root.keyC) or Key.isDown(_root.keySLASH)) and !_root.clothes_tail_remove and !_root.touchingGround and !_root.jumping and !_root.jump_pressed and !_root.underwater) { _root.jump_pressed = true; if (_root.flying_mode == true) { if (!_root.ceiling_collision.hitTest(_x - _width / 2 + Peach_setX, _y - _height + Peach_setX, true)) { char.grav = -7; _root.can_grab_touch = true; } } else { char.grav = 0; } _root.jump_to_fly = true; } if (!Key.isDown(_root.keyC) and !Key.isDown(_root.keySLASH)) { _root.jump_pressed = false; } if (_root.climbing) { if (!_global.PLAYER.isCarryingVeggie) { _global.PLAYER.lockAnimation = false; _root.masturbating = true; char.character.gotoAndStop('backside'); } } else { _root.masturbating = false; } if (_root.left_pressed_before and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyLEFT) or _root.right_pressed_before and !Key.isDown(_root.keyD) and !Key.isDown(_root.keyRIGHT)) { _root.left_pressed_before = false; _root.right_pressed_before = false; gotoAndPlay('stop'); } if (Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyD)) { if (!char.peach_right and accelX > 2) { if (!slips_once) { slips_once = true; if (!_root.underwater and _root.touchingGround) { _root.soundFX('marioslippering', 3); _global.FLAGS.isSlippering = true; } } } else { slips_once = false; peach_state = 'walkright'; if (!_root.ground.hitTest(_x + _width / 3 - 3 + Peach_setX, _y - _height / 5 + Peach_setY, true)) { _root.Peach.char.moving = 'right'; } if (!_root.frog_movement and _root.underwater and _root.touchingGround) { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX >= _root.camera._x + _root.camera._width / 2) { } } else { Peach_setX += 3; } } else { if (_root.CharMove == 'Frog' and _root.frog_walking and _root.touchingGround) { if (!_root.ground.hitTest(_x + _width / 2 + Peach_setX, _y - _height / 5 + Peach_setY, true)) { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX >= _root.camera._x + _root.camera._width / 2) { } } else { Peach_setX += 10; } } } else { if (!_global.PLAYER.isCarryingVeggie and !_root.right_pressed_before and !_root.flying_mode and (Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD))) { _root.right_pressed_before = true; _root.HUD.running_bar.running_states.gotoAndPlay('start_running'); } if (!_root.flying_mode and !Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { running = false; _root.HUD.running_bar.running_states.gotoAndPlay(1); _root.right_pressed_before = false; } if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and !_global.PLAYER.isCarryingVeggie) { running = true; if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX >= _root.camera._x + _root.camera._width / 2) { } else { if (_global.GAMECONFIG.physicsSMB3) { if (accelX <= char.charspeed + 2) { accelX += 1; } Peach_setX += accelX; } else { Peach_setX += char.charspeed + 2; } } } else { if (_global.GAMECONFIG.physicsSMB3) { if (accelX <= char.charspeed + 2) { accelX += 1; } Peach_setX += accelX; } else { Peach_setX += char.charspeed + 2; } } } else { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX >= _root.camera._x + _root.camera._width / 2) { } else { if (_global.GAMECONFIG.physicsSMB3) { if (accelX <= char.charspeed) { accelX += 1; } Peach_setX += accelX; } else { Peach_setX += char.charspeed; } } } else { if (_global.GAMECONFIG.physicsSMB3) { if (accelX <= char.charspeed) { accelX += 1; } Peach_setX += accelX; } else { Peach_setX += char.charspeed; } } } } } char.peach_right = true; if (!_root.climbing) { if (!_global.PLAYER.lockAnimation) { if (_root.underwater and !_root.touchingGround) { char.character.gotoAndStop('swimright'); } else { if (_root.frog_movement and (_root.touchingGround or !_root.underwater and !_root.touchingGround)) { if (!_root.underwater and _root.touchingGround) { char.grav = -10; } char.character.gotoAndStop('walkfrogright'); } else { if (!_root.jumping and _root.running_mode and char.grav <= 10) { char.character.gotoAndStop('runright'); } else { if (_root.flying_mode and !_root.touchingGround) { char.character.gotoAndStop('fly'); } else { if (char.grav <= 10) { if (_global.PLAYER.isCarryingVeggie) { char.character.gotoAndStop('walkrightvegetable'); } else { char.character.gotoAndStop('walkright'); } } else { if (_global.PLAYER.isCarryingVeggie) { char.character.gotoAndStop('descendingveg'); } else { char.character.gotoAndStop('descending'); } } } } } } } } } } else { if (char.peach_right and peach_state != 'backside') { if (_global.GAMECONFIG.physicsSMB3) { if (accelX > 0) { accelX -= 1; } Peach_setX += accelX; } else {} peach_state = 'standright'; _root.Peach.char.moving = false; if (!_root.climbing) { if (!_global.PLAYER.lockAnimation) { if (_root.underwater and !_root.touchingGround) { if (Key.isDown(_root.keyC) or Key.isDown(_root.keySLASH)) { char.character.gotoAndStop('swimright'); } else { if (char.can_drift) { char.character.gotoAndStop('driftright'); } } } else { if (_root.flying_mode and !_root.touchingGround) { char.character.gotoAndStop('fly'); } else { if (!_root.jumping) { if (_root.frog_movement) { char.character.gotoAndStop('standfrogright'); } else { if (char.grav <= 10) { if (_global.PLAYER.isCarryingVeggie) { char.character.gotoAndStop('standrightvegetable'); } else { char.character.gotoAndStop('standright'); } } else { if (_global.PLAYER.isCarryingVeggie) { char.character.gotoAndStop('descendingveg'); } else { char.character.gotoAndStop('descending'); } } } } } } } } if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX <= _root.camera._x - _root.camera._width / 2 + 20) { Peach_setX += 2; char.character.gotoAndStop('walkright'); } } } } if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyA)) { if (char.peach_right and accelX > 2) { if (!slips_once) { slips_once = true; if (!_root.underwater and _root.touchingGround) { _root.soundFX('marioslippering', 3); _global.FLAGS.isSlippering = true; } } } else { slips_once = false; peach_state = 'walkleft'; if (!_root.ground.hitTest(_x - _width / 3 - 6 + Peach_setX, _y - _height / 5 + Peach_setY, true)) { _root.Peach.char.moving = 'left'; } if (!_root.frog_movement and _root.underwater and _root.touchingGround) { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX <= _root.camera._x - _root.camera._width / 2 + 20) { Peach_setX += 2; } } else { Peach_setX -= 3; } } else { if (_root.CharMove == 'Frog' and _root.frog_walking and _root.touchingGround) { if (!_root.ground.hitTest(_x - _width / 2 + Peach_setX, _y - _height / 5 + Peach_setY, true)) { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX <= _root.camera._x - _root.camera._width / 2 + 20) { Peach_setX += 2; } } else { Peach_setX -= 10; } } } else { if (!_global.PLAYER.isCarryingVeggie and !_root.left_pressed_before and !_root.flying_mode and (Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD))) { _root.left_pressed_before = true; _root.HUD.running_bar.running_states.gotoAndPlay('start_running'); } if (!_root.flying_mode and !Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { running = false; _root.left_pressed_before = false; _root.HUD.running_bar.running_states.gotoAndStop(1); } if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and !_global.PLAYER.isCarryingVeggie) { running = true; if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX <= _root.camera._x - _root.camera._width / 2 + 20) { Peach_setX += 2; } else { if (_global.GAMECONFIG.physicsSMB3) { if (accelX <= char.charspeed + 2) { accelX += 1; } Peach_setX -= accelX; } else { Peach_setX -= char.charspeed + 2; } } } else { if (_global.GAMECONFIG.physicsSMB3) { if (accelX <= char.charspeed + 2) { accelX += 1; } Peach_setX -= accelX; } else { Peach_setX -= char.charspeed + 2; } } } else { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX <= _root.camera._x - _root.camera._width / 2 + 20) { Peach_setX += 2; } else { if (_global.GAMECONFIG.physicsSMB3) { if (accelX <= char.charspeed) { accelX += 1; } Peach_setX -= accelX; } else { Peach_setX -= char.charspeed; } } } else { if (_global.GAMECONFIG.physicsSMB3) { if (accelX <= char.charspeed) { accelX += 1; } Peach_setX -= accelX; } else { Peach_setX -= char.charspeed; } } } } } char.peach_right = false; if (!_root.climbing) { if (!_global.PLAYER.lockAnimation) { if (_root.underwater and !_root.touchingGround) { char.character.gotoAndStop('swimleft'); } else { if (_root.frog_movement and (_root.touchingGround or !_root.underwater and !_root.touchingGround)) { if (!_root.underwater and _root.touchingGround) { char.grav = -10; } char.character.gotoAndStop('walkfrogleft'); } else { if (!_root.jumping and _root.running_mode and char.grav <= 10) { char.character.gotoAndStop('runleft'); } else { if (_root.flying_mode and !_root.touchingGround) { char.character.gotoAndStop('fly'); } else { if (char.grav <= 10) { if (_global.PLAYER.isCarryingVeggie) { char.character.gotoAndStop('walkleftvegetable'); } else { char.character.gotoAndStop('walkleft'); } } else { if (_global.PLAYER.isCarryingVeggie) { char.character.gotoAndStop('descendingveg'); } else { char.character.gotoAndStop('descending'); } } } } } } } } } } else { if (!char.peach_right and peach_state != 'backside') { if (_global.GAMECONFIG.physicsSMB3) { if (accelX > 0) { accelX -= 1; } Peach_setX -= accelX; } else {} peach_state = 'standleft'; _root.Peach.char.moving = false; if (!_root.climbing) { if (!_global.PLAYER.lockAnimation) { if (_root.underwater and !_root.touchingGround) { if (Key.isDown(_root.keyC) or Key.isDown(_root.keySLASH)) { char.character.gotoAndStop('swimleft'); } else { if (char.can_drift) { char.character.gotoAndStop('driftleft'); } } } else { if (_root.flying_mode and !_root.touchingGround) { char.character.gotoAndStop('fly'); } else { if (!_root.jumping) { if (_root.frog_movement) { char.character.gotoAndStop('standfrogleft'); } else { if (char.grav <= 10) { if (_global.PLAYER.isCarryingVeggie) { char.character.gotoAndStop('standleftvegetable'); } else { char.character.gotoAndStop('standleft'); } } else { if (_global.PLAYER.isCarryingVeggie) { char.character.gotoAndStop('descendingveg'); } else { char.character.gotoAndStop('descending'); } } } } } } } } if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX <= _root.camera._x - _root.camera._width / 2 + 20) { Peach_setX += 2; char.character.gotoAndStop('walkright'); } } } } if (!_root.flying_mode and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { _root.HUD.running_bar.running_states.gotoAndStop(1); } if (!_global.PLAYER.lockAnimation) { if (Key.isDown(_root.keySHIFT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyRIGHT) and _root.touchingGround) { peach_state = 'lactating'; if (char.peach_right) { char.character.gotoAndStop('lactateright'); } else { char.character.gotoAndStop('lactateleft'); } } } if (Key.isDown(_root.keyUP) or Key.isDown(_root.keyW)) { if (_root.underwater and _root.CharMove == 'Frog') { _root.can_grab_touch = true; if (char.peach_right) { char.character.gotoAndStop('swimright'); } else { char.character.gotoAndStop('swimleft'); } if (_root.ceiling_collision.hitTest(_x - _width / 2 + Peach_setX, _y - _height + Peach_setY, true)) { } else { if (_root.CharMove == 'Frog') { amount = 1; while (amount <= 5 and _root.ceiling_collision.hitTest(_x - _width / 2 + Peach_setX, _y - _height + Peach_setY, false)) { Peach_setY -= 1; ++amount; } } } } else { if (_root.touchingGround and !_global.PLAYER.lockAnimation and !Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD) and !Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { doorNum = 1; while (doorNum < 11) { if (char.character._type.collisionBody.hitTest(_root['door' + doorNum])) { if (_root['door' + doorNum].destiny) { _root.goToDoor = _root['door' + doorNum].destiny; } else { if (_root['door' + doorNum].leavingToadHouse) { _root.door_go_to_next_level = true; _root.isLeavingToadHouse = true; } else { if (_root['door' + doorNum].goToNextLevel) { _root.door_go_to_next_level = true; _root.isLeavingToadHouse = false; } } } break; } ++doorNum; } accelX = 0; if (_global.PLAYER.isCarryingVeggie) { char.character.gotoAndStop('backsideveg'); } else { char.character.gotoAndStop('backside'); } peach_state = 'backside'; } } } if (!Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { runPressed = false; } if (!_global.PLAYER.lockAnimation) { if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and !runPressed) { runPressed = true; if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.lockAnimation = true; peach_state = 'throw_vegetable'; if (_root.touchingGround) { _root.movement = false; _root.on_action = true; } if (char.peach_right) { char.character.gotoAndPlay('vegthrowright'); } else { char.character.gotoAndPlay('vegthrowleft'); } } } } if (Key.isDown(_root.keyZ) or Key.isDown(_root.keyH)) { if (_root.CharMove == 'Raccoon') { peach_state = 'statue'; _global.PLAYER.lockAnimation = true; char.character.gotoAndStop('statue'); _root.movement = false; } else { if (_root.CharMove == 'Fire') { peach_state = 'attack'; if (!_global.FLAGS.isFireballLocked and !isFireballLockedBecauseOfThree) { if (fireballNumber > 2) { fireballNumber = 0; } _root.horny_respawn.attachMovie('fireball', 'fireball' + fireballNumber, 1000 + fireballNumber); _root.horny_respawn['fireball' + fireballNumber]._x = _x; _root.horny_respawn['fireball' + fireballNumber]._y = _y - _height / 1.5; _root.horny_respawn['fireball' + fireballNumber].gotoAndPlay(2); _global.FLAGS.isFireballLocked = true; if (_root.horny_respawn.fireball1 and _root.horny_respawn.fireball2 and _root.horny_respawn.fireball3) { isFireballLockedBecauseOfThree = true; } else { isFireballLockedBecauseOfThree = false; } sound3 = new Sound(this); sound3.attachSound('soundfireball'); sound3.start(0, 1); ++fireballNumber; _root.HUD.fireball_timeout.gotoAndPlay('start'); } } } } if (Key.isDown(_root.keyC) or Key.isDown(_root.keySLASH)) { peach_state = 'jump'; if (_root.underwater and !_root.cum and !_root.jump_pressed and _root.CharMove != 'Frog') { sound1 = new Sound(this); sound1.attachSound('swim'); sound1.start(0, 1); _root.jump_pressed = true; char.grav = -5; _root.can_grab_touch = true; } else { if (!Key.isDown(_root.keyC) and !Key.isDown(_root.keySLASH)) { _root.jump_pressed = false; } else { if (!_global.PLAYER.lockAnimation) { if (!_root.underwater and !_root.cum and (_root.touchingGround or _root.climbing)) { char.grav = char.maxJump; _root.can_grab_touch = true; if (_global.PLAYER.isCarryingVeggie) { _global.PLAYER.lockAnimation = true; char.character.gotoAndPlay('jumpveg'); } else { if (!_root.jump_pressed and _root.climbing) { _root.jump_pressed = true; char.character.gotoAndPlay('jump'); } else { if (!_root.climbing) { _global.PLAYER.lockAnimation = true; char.character.gotoAndPlay('jump'); } } } } } } } } if (_root.ground.hitTest(_x + _width / 3 - 3 + Peach_setX, _y - _height / 4 + Peach_setY, true)) { if (_root.underwater and _root.touchingGround) { Peach_setX -= 3; } else { if (_global.GAMECONFIG.physicsSMB3) { Peach_setX -= accelX; } else { if (running) { Peach_setX -= char.charspeed + 2; } else { Peach_setX -= char.charspeed; } } } accelX = 0; } if (_root.ground.hitTest(_x - _width / 3 - 1 + Peach_setX, _y - _height / 4 + Peach_setY, true)) { accelX = 0; if (_root.underwater and _root.touchingGround) { Peach_setX += 3; } else { if (_global.GAMECONFIG.physicsSMB3) { Peach_setX += accelX + 1; } else { if (running) { Peach_setX += char.charspeed + 2; } else { Peach_setX += char.charspeed; } } } accelX = 0; } } if (_root.cum and _root.movement) { if (!_root.underwater and _root.touchingGround) { _root.horny_bar = 1; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); _root.movement = false; _root.masturbating = true; char.character.gotoAndStop('mastright'); } else { _root.cum = false; _root.horny_bar = 1; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); sound1 = new Sound(this); sound1.attachSound('Peach screech long'); sound1.start(0, 1); sound2 = new Sound(this); sound2.attachSound('Squish Lick2'); sound2.start(0, 1); _root.on_action = false; } } if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { if (_root.underwater and !_root.touchingGround) { if (_root.movement) { if (!_root.touchingGround) { if (_root.CharMove == 'Frog') { Peach_setY += 4; } if (char.peach_right and !_root.swimming) { char.character.gotoAndStop('swimright'); } else { if (!_root.swimming) { char.character.gotoAndStop('swimleft'); } } } } } else { if (_root.can_masturbate) { if (!_global.PLAYER.lockAnimation) { if (!Key.isDown(_root.keyLEFT)) { if (!Key.isDown(_root.keyRIGHT)) { if (!Key.isDown(_root.keyA)) { if (!Key.isDown(_root.keyD)) { if (_root.movement) { if (_root.touchingGround) { if (!_root.masturbating) { if (!_root.jumping) { if (!_root.pausee) { if (!_root.on_action) { if (!_root.on_pipe_to_go_down) { if (char.peach_right) { char.character.gotoAndStop('mastright'); } else { char.character.gotoAndStop('mastleft'); } } } } } } } } } } } } } } } } _x = _x + Peach_setX; _y = _y + Peach_setY; if (!_root.flying_mode and Peach_setX == 0 and Peach_setY == 0) { _root.HUD.running_bar.running_states.gotoAndStop(1); } Peach_setX = 0; Peach_setY = 0; }; } instance char of movieClip 3747 { onClipEvent (load) { var gravity = 0; var maxJump = -17; var heavyJump = 0; var charspeed = 0; var charheavyspeed = 0; var can_grab_coin = true; can_drift = true; _root.peach_update_dressNum_speed(); grav = 0; _root.jumping = false; _root.touchingGround = true; _root.can_touch_ground = true; masturbating = false; peach_right = true; } onClipEvent (release) { if (_root.ShowControls == 'Open') { if (_root.zoommode == 1) { ++_root.zoommode; _root.HUD._visible = false; } else { if (_root.zoommode == 2) { ++_root.zoommode; _root.HUD._visible = false; } else { if (_root.zoommode == 3) { ++_root.zoommode; _root.HUD._visible = true; } else { if (_root.zoommode == 4) { _root.zoommode = 1; _root.HUD._visible = true; } } } } } } } } instance of movieClip 2842 { onClipEvent (load) { _color = 'black'; this._xscale *= -1; gotoAndPlay(1 + random(40)); } onClipEvent (enterFrame) { dist = _root.Peach._x - this._x; if (dist < 0) { if (!used) { this._xscale *= -1; used = true; } } else { if (used) { used = false; this._xscale *= -1; } } } } instance of movieClip 2842 { onClipEvent (load) { _color = 'blue'; } onClipEvent (enterFrame) { dist = _root.Peach._x - this._x; if (dist < 0) { if (!used) { this._xscale *= -1; used = true; } } else { if (used) { used = false; this._xscale *= -1; } } } } instance of movieClip 3663 { onClipEvent (load) { stop(); } } movieClip 3749 { } movieClip 3754 { frame 1 { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (!_root.ShowText) { notice = false; this(notice); } else { notice = true; this(notice); } } } frame 2 { if (!_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = false; } if (notice) { gotoAndPlay('open'); } else { gotoAndPlay(1); } } frame 3 { if (!_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = false; } if (notice) { gotoAndPlay('open'); } else { gotoAndPlay(1); } } frame 10 { if (notice) { gotoAndPlay('open'); } else { gotoAndPlay(1); } } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'I wish I hadn\'t'; this('I wish I hadn\'t'); talk2 = 'loaned my camcorder'; this('loaned my camcorder'); talk3 = ' to my cousin'; this(' to my cousin'); talk4 = '(sigh)'; this('(sigh)'); } } instance of movieClip 3754 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { if ((_root.DressNum == 0 or _root.DressNum == 1) and _root.clothes_skirt_remove) { talk1 = ''; this(''); talk2 = 'ZZZzzzz'; this('ZZZzzzz'); talk3 = 'I\'m slapping Princess Ass...'; this('I\'m slapping Princess Ass...'); talk4 = ''; this(''); } else { talk1 = ''; this(''); talk2 = 'ZZZzzzz'; this('ZZZzzzz'); talk3 = 'zzzZZZZ'; this('zzzZZZZ'); talk4 = ''; this(''); } } } } movieClip 3755 { } movieClip 3757 { } button 3761 { on (release) { if (!_root.on_action) { _root.bathtime.gotoAndStop('cleanup'); _root.masturbating = false; _root.movement = false; _root.char.character._alpha = 0; _root.game_timer_suspend = 1; } } } movieClip 3762 { frame 1 { stop(); } frame 2 { stop(); } } instance bubblespeech of movieClip 3762 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.bathtime)) { if (_root.on_action) { gotoAndPlay(1); } else { gotoAndPlay(2); } } else { gotoAndPlay(1); } } } movieClip 3764 { } movieClip 3766 { } movieClip 3768 { } instance of movieClip 3530 { } instance of movieClip 3530 { } instance of movieClip 3530 { } instance of movieClip 3530 { } instance of movieClip 3530 { } instance of movieClip 3530 { } movieClip 3771 { frame 2 { stop(); } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: What\'s that? (SIGH). That\'s shameful!! Pictures of me...doing ...those things? WHO DID THIS?\n(PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk, 'surprised'); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3754 { onClipEvent (load) { this._alpha = 100; talk1 = ''; this(''); talk2 = 'C\'mon, a Goomba\'s cock'; this('C\'mon, a Goomba\'s cock'); talk3 = 'shouldn\'t be too gross...'; this('shouldn\'t be too gross...'); talk4 = ''; this(''); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = ''; this(''); talk2 = 'We promise we won\'t'; this('We promise we won\'t'); talk3 = 'tell Mario any of this.'; this('tell Mario any of this.'); talk4 = ''; this(''); } } instance of movieClip 3754 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { if ((_root.DressNum == 0 or _root.DressNum == 1) and _root.clothes_skirt_remove) { talk1 = 'Walking like this will'; this('Walking like this will'); talk2 = 'let all the goombas crazy'; this('let all the goombas crazy'); talk3 = 'for sure!'; this('for sure!'); talk4 = ''; this(''); } else { talk1 = 'Use Mushrooms'; this('Use Mushrooms'); talk2 = 'to grow bigger! ;)'; this('to grow bigger! ;)'); talk3 = 'The Goombas will like that!'; this('The Goombas will like that!'); talk4 = ''; this(''); } } } } instance of movieClip 3754 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { if ((_root.DressNum == 0 or _root.DressNum == 1) and _root.clothes_skirt_remove) { talk1 = ''; this(''); talk2 = 'Erm..Can I..'; this('Erm..Can I..'); talk3 = 'touch you, Princess?'; this('touch you, Princess?'); talk4 = ''; this(''); } else { talk1 = ''; this(''); talk2 = 'More sex means...'; this('More sex means...'); talk3 = 'more positions!'; this('more positions!'); talk4 = ''; this(''); } } } } instance of movieClip 3754 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { if ((_root.DressNum == 0 or _root.DressNum == 1) and _root.clothes_skirt_remove) { talk1 = ''; this(''); talk2 = 'I\'m not seeing you walking'; this('I\'m not seeing you walking'); talk3 = 'in the bush, I swear!'; this('in the bush, I swear!'); talk4 = ''; this(''); } else { talk1 = ''; this(''); talk2 = 'We won\'t watch! We swear!'; this('We won\'t watch! We swear!'); talk3 = ''; this(''); talk4 = ''; this(''); } } } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'All you have to do'; this('All you have to do'); talk2 = 'Is..erhm..fuck our enemies.'; this('Is..erhm..fuck our enemies.'); talk3 = 'There\'s no shame in that.'; this('There\'s no shame in that.'); talk4 = ''; this(''); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'C\'mon, save us Princess!'; this('C\'mon, save us Princess!'); talk2 = 'Take in some Goomba dick'; this('Take in some Goomba dick'); talk3 = 'for Mushroom Kingdom!'; this('for Mushroom Kingdom!'); talk4 = ''; this(''); } } instance of movieClip 3754 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { if ((_root.DressNum == 0 or _root.DressNum == 1) and _root.clothes_skirt_remove) { talk1 = ''; this(''); talk2 = 'Princess!!'; this('Princess!!'); talk3 = 'You\'re so beautiful naked!!'; this('You\'re so beautiful naked!!'); talk4 = ''; this(''); } else { talk1 = ''; this(''); talk2 = 'I can\'t believe I\'m gonna'; this('I can\'t believe I\'m gonna'); talk3 = 'Get to see the Princess'; this('Get to see the Princess'); talk4 = 'NAKED!'; this('NAKED!'); } } } } instance of movieClip 3754 { onClipEvent (load) { talk1 = '(He he he...) '; this('(He he he...) '); talk2 = 'Princess, here is a Goomba!'; this('Princess, here is a Goomba!'); talk3 = 'You...have to follow our'; this('You...have to follow our'); talk4 = 'Chancellor orders.'; this('Chancellor orders.'); } } instance of movieClip 3754 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { if ((_root.DressNum == 0 or _root.DressNum == 1) and _root.clothes_skirt_remove) { talk1 = 'Are you nuts'; this('Are you nuts'); talk2 = 'to wander around like'; this('to wander around like'); talk3 = 'that, Princess?'; this('that, Princess?'); talk4 = ''; this(''); } else { talk1 = ''; this(''); talk2 = 'We know you want this!'; this('We know you want this!'); talk3 = ''; this(''); talk4 = ''; this(''); } } } } instance of movieClip 3754 { onClipEvent (load) { this._alpha = 100; talk1 = 'Seriously? You\'re going'; this('Seriously? You\'re going'); talk2 = 'to swallow a Goomba\'s'; this('to swallow a Goomba\'s'); talk3 = 'load? That\'s disgusting.'; this('load? That\'s disgusting.'); talk4 = ''; this(''); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'Bridge is out...'; this('Bridge is out...'); talk2 = 'You\'ll have to jump on'; this('You\'ll have to jump on'); talk3 = 'those brick-blocks.'; this('those brick-blocks.'); talk4 = ''; this(''); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'We heard everything!'; this('We heard everything!'); talk2 = 'You have to fuck them! You'; this('You have to fuck them! You'); talk3 = 'have to fuck the goombas!'; this('have to fuck the goombas!'); talk4 = 'Or we\'re doomed!'; this('Or we\'re doomed!'); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'Are you going to do it?'; this('Are you going to do it?'); talk2 = 'Will you save us?'; this('Will you save us?'); talk3 = 'Please Princess!'; this('Please Princess!'); talk4 = ''; this(''); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'These are warp zones!'; this('These are warp zones!'); talk2 = 'They\'re not working.'; this('They\'re not working.'); talk3 = 'Please be patient!'; this('Please be patient!'); talk4 = ''; this(''); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'Dear princess!'; this('Dear princess!'); talk2 = 'Free coins for you!'; this('Free coins for you!'); talk3 = 'But...I...want'; this('But...I...want'); talk4 = 'something later!...'; this('something later!...'); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = ''; this(''); talk2 = 'Welcome, Princess!'; this('Welcome, Princess!'); talk3 = 'Nobody knows about Mario.'; this('Nobody knows about Mario.'); talk4 = ''; this(''); } } instance of movieClip 3754 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { if ((_root.DressNum == 0 or _root.DressNum == 1) and _root.clothes_skirt_remove) { talk1 = 'Princess!! Don\'t you'; this('Princess!! Don\'t you'); talk2 = 'dare to....to do those...'; this('dare to....to do those...'); talk3 = 'nasty things!'; this('nasty things!'); talk4 = 'bare naked!'; this('bare naked!'); } else { talk1 = 'Princess, that\'s better!'; this('Princess, that\'s better!'); talk2 = 'Please keep you dressed'; this('Please keep you dressed'); talk3 = 'and sweep out these enemies'; this('and sweep out these enemies'); talk4 = 'the classic way!'; this('the classic way!'); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: What I have done?? And how about ...fucking them? It must be a prank! Me, using my...my precious pussy with those creatures? NO WAY!\n(PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk, 'surprised'); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Oh, I\'m a mess! Where is my beloved Mario? I have to find him!\n(PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: An hidden area! It\'s beautiful!'; } onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this) and _root.movement and !_root.on_action and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'I haven\'t seen the'; this('I haven\'t seen the'); talk2 = 'princess naked since'; this('princess naked since'); talk3 = 'palace Christmas'; this('palace Christmas'); talk4 = 'party!'; this('party!'); } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: I don\'t know if its safe to go to my castle\'s roof.'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } movieClip 3775 { frame 2 { onEnterFrame = function () { if (_root.Peach.char.hitTest(this)) { _root.she_is_hit('fall'); } }; stop(); } } movieClip 3780 { frame 1 { odd = true; } frame 3 { gotoAndPlay('stop'); } frame 9 { if (odd) { odd = false; _global.FLAGS.isFireballLocked = false; gotoAndPlay('stop'); } } frame 16 { odd = true; _global.FLAGS.isFireballLocked = false; gotoAndPlay('stop'); } } movieClip 3792 { frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } button 3795 { on (release) { _root.gotoAndPlay('score1'); } } movieClip 3797 { frame 1 { stop(); } } movieClip 3798 { frame 2 { FPS_label.text = ''; stop(); if (_root.worldmap1_list[_root.actual_level] == 'finished') { exitLevel._visible = true; } else { exitLevel._visible = false; } onEnterFrame = function () { if (_root.isBenchmarkActive) { FPS_counter.text = _root.getFPS(); FPS_label.text = 'FPS'; } else { FPS_counter.text = ''; FPS_label.text = ''; } laidsCurrentLevel.text = _global.PLAYER.laids; deathsCurrentLevel.text = _global.PLAYER.deaths; world_name.text = _root.actual_world_name; level_name.text = _root.actual_level_name; HUD_time.text = _root.game_timer; HUD_score_points.text = _root.score_string; if (!call_once_sound) { allsound = new Sound(); call_once_sound = true; } if (_root.game_time_difference > 30) { _root.game_time_difference = 0; _root.game_time_frozen = _root.game_timer; if (_root.horny_bar > 1) { --_root.horny_bar; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); } } else { _root.game_time_difference = _root.game_timer - _root.game_time_frozen; } if (_root.P_power_activated) { _root.coins_p_power_hide = '4'; if (_root.P_power_time_difference > 13) { _root.coins_p_power_hide = '2'; _root.sound_p_power.stop(); _root.P_power_time_difference = 0; _root.P_power_time_frozen = _root.game_timer; _root.P_power_activated = false; if (_root.musicPlayingSpecialAreas != _root.musicToPlayBeginning) { _root.BGMsound.attachSound(_root.musicPlayingSpecialAreas); } else { _root.BGMsound.attachSound(_root.musicToPlayBeginning); } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } } else { _root.P_power_time_difference = _root.game_timer - _root.P_power_time_frozen; } } else { _root.P_power_time_frozen = _root.game_timer; } if (Key.isDown(_root.keyI) and !IPressed) { IPressed = true; if (_root.internals == 'ON') { _root.internals = 'OFF'; _root.currentStatusBar = 'Internal Cumshots: OFF'; _root.HUD.statMC.gotoAndPlay(3); } else { _root.internals = 'ON'; _root.currentStatusBar = 'Internal Cumshots: ON'; _root.HUD.statMC.gotoAndPlay(3); } } if (!Key.isDown(_root.keyI)) { IPressed = false; } if (Key.isDown(_root.keyENTER) and !ENTERPressed) { _root.clothes_tail_remove_saved = _root.clothes_tail_remove; _root.clothes_vest_remove_saved = _root.clothes_vest_remove; _root.clothes_skirt_remove_saved = _root.clothes_skirt_remove; _root.clothes_bra_remove_saved = _root.clothes_bra_remove; _root.BoobSizeSaved = _root.BoobSize; _root.CharNum_saved = _root.CharNum; _root.DressNum_saved = _root.DressNum; _root.peach_earring_color_saved = _root.peach_earring_color; _root.gloves_type_saved = _root.gloves_type; _root.heels_type_saved = _root.heels_type; _root.stockings_type_saved = _root.stockings_type; _root.garter_type_saved = _root.garter_type; ENTERPressed = true; allsound.setVolume(0); stopAllSounds(); _root.PlaySound = 'OFF'; _root.MenuWindow = 'panic'; _root.ShowControls = 'Close'; } if (!Key.isDown(_root.keyENTER)) { ENTERPressed = false; } if (Key.isDown(_root.keyCONTROL) and !CONTROLPressed and _root.MenuWindow != 'diary') { _root.clothes_tail_remove_saved = _root.clothes_tail_remove; _root.clothes_vest_remove_saved = _root.clothes_vest_remove; _root.clothes_skirt_remove_saved = _root.clothes_skirt_remove; _root.clothes_bra_remove_saved = _root.clothes_bra_remove; _root.BoobSizeSaved = _root.BoobSize; _root.CharNum_saved = _root.CharNum; _root.DressNum_saved = _root.DressNum; _root.peach_earring_color_saved = _root.peach_earring_color; _root.gloves_type_saved = _root.gloves_type; _root.heels_type_saved = _root.heels_type; _root.stockings_type_saved = _root.stockings_type; _root.garter_type_saved = _root.garter_type; CONTROLPressed = true; _root.soundFX('soundsurprise3', 1); _root.MenuWindow = 'diary'; _root.ShowControls = 'Close'; } if (!Key.isDown(_root.keyCONTROL)) { CONTROLPressed = false; } if (Key.isDown(_root.key1)) { if (Key.isDown(_root.key9)) { if (Key.isDown(_root.key0) and !CheatPressed) { CheatPressed = true; if (_root.cheatEnabled == '') { _root.cheatEnabled = 'Cheat Mode! No Bonuses!'; } } } } if (Key.isDown(_root.keyMINUS) and !keyMinusPressed) { keyMinusPressed = true; if (_root.ShowControls == 'Open') { if (_root.zoommode == 1) { _root.HUD._yscale = 64; _root.HUD._xscale = 64; ++_root.zoommode; if (_root.HUDshow) { _root.HUD._alpha = 100; } } else { if (_root.zoommode == 2) { ++_root.zoommode; if (_root.HUDshow) { _root.HUD._alpha = 0; } } else { if (_root.zoommode == 3) { _root.HUD._yscale = 96.3; _root.HUD._xscale = 96.3; ++_root.zoommode; if (_root.HUDshow) { _root.HUD._alpha = 100; } } else { _root.HUD._yscale = 80; _root.HUD._xscale = 80; _root.zoommode = 1; if (_root.HUDshow) { _root.HUD._alpha = 100; } } } } _root.zoomlevelsaved = _root.zoommode; } } if (!Key.isDown(_root.keyMINUS)) { keyMinusPressed = false; } if (Key.isDown(_root.keyESC) and !ESCpressed) { if (_root.PlaySound == 'ON') { _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume / 2); } _root.ButtonsQUA._visible = false; ESCpressed = true; sound_fall = new Sound(this); sound_fall.attachSound('pause_sound'); sound_fall.start(0, 1); if (_root.ShowControls == 'Open') { _root.clothes_tail_remove_saved = _root.clothes_tail_remove; _root.clothes_vest_remove_saved = _root.clothes_vest_remove; _root.clothes_skirt_remove_saved = _root.clothes_skirt_remove; _root.clothes_bra_remove_saved = _root.clothes_bra_remove; _root.CharNum_saved = _root.CharNum; _root.DressNum_saved = _root.DressNum; _root.peach_earring_color_saved = _root.peach_earring_color; _root.gloves_type_saved = _root.gloves_type; _root.heels_type_saved = _root.heels_type; _root.stockings_type_saved = _root.stockings_type; _root.garter_type_saved = _root.garter_type; controlButton._visible = false; _root.ShowControls = 'Close'; _root.MenuWindow = 'show'; } else { if (_root.PlaySound == 'ON') { _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } _root.ButtonsQUA._visible = true; if (!_root.on_action) { _root.movement = true; _root.Peach_show(1); } _root.CharNum = _root.CharNum_saved; _root.DressNum = _root.DressNum_saved; _root.BoobSize = _root.BoobSizeSaved; _global.FLAGS.isInTheGallery = false; _root.peach_update_dressNum(); _root.gloves_type = _root.gloves_type_saved; _root.heels_type = _root.heels_type_saved; _root.stockings_type = _root.stockings_type_saved; _root.garter_type = _root.garter_type_saved; _root.peach_earring_color = _root.peach_earring_color_saved; _root.clothes_tail_remove = _root.clothes_tail_remove_saved; _root.clothes_vest_remove = _root.clothes_vest_remove_saved; _root.clothes_skirt_remove = _root.clothes_skirt_remove_saved; _root.clothes_bra_remove = _root.clothes_bra_remove_saved; controlButton._visible = true; _root.ShowControls = 'Open'; _root.MenuWindow = 'hide'; } } if (!Key.isDown(_root.keyESC)) { ESCpressed = false; } if (Key.isDown(_root.keyM) and !MPressed) { MPressed = true; if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; _root.currentStatusBar = 'Setup: Sound Effects with no Music'; _root.HUD.statMC.gotoAndPlay(3); } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; _root.currentStatusBar = 'Setup: ALL SOUNDS OFF'; _root.HUD.statMC.gotoAndPlay(3); } else { _root.PlaySound = 'ON'; _root.currentStatusBar = 'Setup: Sound Effects and Music ON'; _root.HUD.statMC.gotoAndPlay(3); } } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } if (!Key.isDown(_root.keyM)) { MPressed = false; } if (Key.isDown(_root.keyT) and !TPressed) { TPressed = true; if (_root.ShowText == true) { _root.ShowText = false; _root.TextShow = 'OFF'; _root.currentStatusBar = 'Setup: No Text Balloons'; _root.HUD.statMC.gotoAndPlay(3); } else { _root.ShowText = true; _root.TextShow = 'ON'; _root.currentStatusBar = 'Setup: Text Balloons ON'; _root.HUD.statMC.gotoAndPlay(3); } } if (!Key.isDown(_root.keyT)) { TPressed = false; } if (Key.isDown(_root.keyEQUAL) and !EQUALPressed) { EQUALPressed = true; if (_quality == 'HIGH') { _quality = 'Medium'; _root.currentStatusBar = 'Setup: MEDIUM QUALITY'; _root.HUD.statMC.gotoAndPlay(3); } else { if (_quality == 'MEDIUM') { _quality = 'Low'; _root.currentStatusBar = 'Setup: LOW QUALITY'; _root.HUD.statMC.gotoAndPlay(3); } else { _quality = 'High'; _root.currentStatusBar = 'Setup: HIGH QUALITY'; _root.HUD.statMC.gotoAndPlay(3); } } } if (!Key.isDown(_root.keyEQUAL)) { EQUALPressed = false; } if (Key.isDown(_root.keyBACKSPACE) and !BACKSPACEPressed) { BACKSPACEPressed = true; if (_root.HUDshow) { _root.HUD._alpha = 0; _root.HUDshow = false; _root.HUD.statMC.gotoAndPlay(3); } else { _root.currentStatusBar = 'Setup: HUD and Status BAR ON'; _root.HUD.statMC.gotoAndPlay(3); _root.HUD._alpha = 100; _root.HUDshow = true; } } if (!Key.isDown(_root.keyBACKSPACE)) { BACKSPACEPressed = false; } if (Key.isDown(_root.keyDELETE)) { if (!_root.on_action) { if (!DELPressed) { DELPressed = true; _root.she_is_hit('fall'); _root.movement = true; _root.Peach_show(1); _root.masturbating = false; _root.can_masturbate = true; _root.piping = false; _root.on_pipe = false; _root.left_pressed_before = false; _root.right_pressed_before = false; _root.running_to_fly_meter = 2; _root.running_mode = false; _root.flying_mode = false; } } } if (!Key.isDown(_root.keyDELETE)) { DELPressed = false; } if (Key.isDown(_root.keyINSERT) and _root.movement and _root.cheatEnabled != '') { _root.Peach._x = _root._xmouse; _root.Peach._y = _root._ymouse; } if (Key.isDown(_root.keyPAGEDOWN) and _root.cheatEnabled != '') { if (!PAGEDOWNPressed) { PAGEDOWNPressed = true; if (!_root.allLevelsUnlockedOnce) { _root.allLevelsUnlockedOnce = true; _root.worldmap1_list[0] = 'activated'; _root.worldmap1_list[1] = 'activated'; _root.worldmap1_list[2] = 'activated'; _root.worldmap1_list[3] = 'activated'; _root.worldmap1_list[4] = 'activated'; _root.worldmap1_list[5] = 'activated'; _root.worldmap1_list[6] = 'activated'; _root.worldmap1_list[7] = 'activated'; } if (_root.CurrentArea == '8-0') { _root.isXtechLevelOut = true; } _root.GoToLevel = false; _root.score_points = 0; _root.Score = 0; _root.gotoAndPlay('score1'); } } if (!Key.isDown(_root.keyPAGEDOWN)) { PAGEDOWNPressed = false; } if (Key.isDown(_root.keyPAGEUP) and _root.cheatEnabled != '') { if (!PAGEUPPressed) { PAGEUPPressed = true; _root.currentTip = 'CHEAT: Horny bar almost full!'; _root.HUD.tipsMC.gotoAndPlay(3); _root.horny_bar = 14; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); } } if (!Key.isDown(_root.keyPAGEUP)) { PAGEUPPressed = false; } if (Key.isDown(_root.keyHOME) and _root.cheatEnabled != '') { if (!HOMEPressed) { HOMEPressed = true; if (n > 10 or !n) { n = 0; } ++n; _root.horny_respawn.attachMovie('goomba', 'enemygenerator' + n, n); _root.horny_respawn['enemygenerator' + n]._x = _root.Peach._x + 285; _root.horny_respawn['enemygenerator' + n]._y = _root.Peach._y - 20; _root.horny_respawn['enemygenerator' + n].spawn = true; } } if (!Key.isDown(_root.keyHOME)) { HOMEPressed = false; } if (Key.isDown(_root.keyENDREALLY) and _root.cheatEnabled != '') { if (!ENDREALLYPressed) { ENDREALLYPressed = true; if (n > 10 or !n) { n = 0; } ++n; _root.horny_respawn.attachMovie('shyguy', 'enemygenerator' + n, n); _root.horny_respawn['enemygenerator' + n]._x = _root.Peach._x + 285; _root.horny_respawn['enemygenerator' + n]._y = _root.Peach._y - 20; _root.horny_respawn['enemygenerator' + n].spawn = true; } } if (!Key.isDown(_root.keyENDREALLY)) { ENDREALLYPressed = false; } }; } instance PuzzleMC of movieClip 1550 Puzzle_MC { onClipEvent (load) { auto_fadeout = false; } } instance horny_bar of movieClip 2393 { onClipEvent (load) { gotoAndStop(_root.horny_bar); } } instance controlButton of movieClip 2406 { } } instance of movieClip 875 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (!touched_it and _root.Peach._x - this._x < 400) { touched_it = true; sound_fall = new Sound(this); sound_fall.attachSound('Splash'); sound_fall.start(0, 1); } } else { touched_it = false; } if (!touched_it2) { if (_root.Toad1.hitTest(this) and _root.Peach._x - this._x < 400) { touched_it2 = true; sound_fall = new Sound(this); sound_fall.attachSound('Splash'); sound_fall.start(0, 1); } } if (!touched_it3) { if (_root.Toad2.hitTest(this) and _root.Peach._x - this._x < 400) { touched_it3 = true; sound_fall = new Sound(this); sound_fall.attachSound('Splash'); sound_fall.start(0, 1); } } } } movieClip 3801 { } button 3810 { on (release) { _quality = 'Medium'; } } button 3816 { on (release) { _quality = 'High'; } } button 3819 { on (release) { _quality = 'Low'; } } movieClip 3820 { } movieClip 3823 { frame 2 { stop(); } } instance door9 of movieClip 3823 { onClipEvent (load) { goToNextLevel = true; } } instance door10 of movieClip 3823 { onClipEvent (load) { goToNextLevel = true; } } movieClip 3826 { frame 2 { stop(); } } instance door1 of movieClip 3826 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 3826 { onClipEvent (load) { destiny = 'door1'; } } instance controlList of movieClip 3329 { onClipEvent (enterFrame) { if (_root.ShowCredits == true) { gotoAndStop('credits'); } else { if (_root.ShowControls == 'Open') { gotoAndStop(_root.MenuWindow); } else { gotoAndStop(_root.MenuWindow); } } } } frame 9 { stop(); _root.MenuWindow = 'hide'; if (_global.PLAYER.totalLaids == 0) { _global.FLAGS.bossFightType = 'virgin'; } else { if (_global.PLAYER.totalLaids < _global.FLAGS.enemiesLaidToBeTotalSlut) { _global.FLAGS.bossFightType = 'ok'; } else { _global.FLAGS.bossFightType = 'whore'; } } _global.FLAGS.powerItemNumber = 0; _global.FLAGS.scrollingLevel = false; _root.worldmap1_list[_root.actual_level] = 'finished'; clearInterval(_root.countdownInterval); if (_global.PLAYER.laids < 1) { _root.Drive = 3; } else { if (_global.PLAYER.laids < _global.FLAGS.enemiesLaidToBeWhore) { _root.Drive = 2; } else { if (_global.PLAYER.laids >= _global.FLAGS.enemiesLaidToBeWhore) { _root.Drive = 1; } } } endlevel.gotoAndPlay(1); if (!_root.GoToLevel) { stopAllSounds(); } } movieClip 3827 { frame 1 { stop(); } } movieClip 3831 { frame 2 { stop(); } frame 4 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 5 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 6 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 7 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 8 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 9 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 10 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 11 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 12 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 13 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 14 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 15 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 16 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 17 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 18 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 19 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 20 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 21 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 22 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 23 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 24 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 25 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 26 { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay('end_animation'); } } frame 27 { stop(); _parent.death.gotoAndPlay('start'); } frame 37 { stop(); _parent.death.gotoAndPlay('start'); } } movieClip 3834 { frame 1 { world_name.text = _root.actual_world_name; stop(); } } movieClip 3835 { frame 1 { if (_root.isToadHouseNameLevel) { level_name.text = 'Toad House'; _root.isToadHouseNameLevel = false; } else { level_name.text = _root.actual_level_name; } stop(); } } movieClip 3836 { frame 2 { stop(); } frame 23 { _parent.coins2.gotoAndPlay('start'); stop(); } frame 45 { stop(); } } movieClip 3837 { frame 2 { endtitle.gotoAndPlay('start'); stop(); } } frame 10 { _root.CurrentArea = 'castle'; stopAllSounds(); _root.musicToPlayBeginning = 'ghost_house'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); _root.set_level_variables('continue_from_last_area'); stop(); } movieClip 3838 { } movieClip 3839 { } movieClip 3841 { frame 1 { onEnterFrame = function () { if (_root.char.character._type.collisionBody.hitTest(this)) { _root.she_is_hit('fall'); } }; } } movieClip 3842 { instance of movieClip 3841 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3841 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3841 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } } movieClip 3846 { instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } frame 2 { stop(); if (_global.FLAGS.enemiesAtATime > 9) { _global.FLAGS.enemiesAtATime = 0; } onEnterFrame = function () { if (!hog_hole_functioning) { if (_root.horny_bar > 10) { if (!_root.on_action) { if (!_root.pausee) { if (_root.Peach.char.hitTest(vision)) { hog_hole_functioning = true; _root.horny_respawn.attachMovie('dummy', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); gotoAndPlay('start'); delete onEnterFrame; } } } } } }; } frame 3 { if (_root.on_action) { gotoAndPlay(2); } } frame 24 { if (!enemies) { enemies = new Array('goomba', 'koopa', 'shyguy'); } any = enemies[random(3)]; gotoAndPlay(any); } frame 48 { _root.horny_respawn.attachMovie('goomba', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _x + 40; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y + 50; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime].spawn = true; ++_global.FLAGS.enemiesAtATime; gotoAndPlay('end'); } frame 72 { _root.horny_respawn.attachMovie('koopa', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _x + 40; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y + 50; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime].spawn = true; ++_global.FLAGS.enemiesAtATime; gotoAndPlay('end'); } frame 96 { _root.horny_respawn.attachMovie('shyguy', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _x + 40; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y + 50; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime].spawn = true; ++_global.FLAGS.enemiesAtATime; gotoAndPlay('end'); } frame 203 { hog_hole_functioning = false; gotoAndPlay(2); } } movieClip 3849 { } movieClip 3850 { frame 1 { stop(); onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (Key.isDown(_root.keyUP) || Key.isDown(_root.keyW)) { if (GhostDoor_goTo_X and GhostDoor_goTo_Y) { if (_global.PLAYER.isCarryingVeggie) { gotoAndPlay('openveg'); } else { gotoAndPlay('open'); } } } } }; } frame 2 { _root.Peach_show(0); _root.movement = false; _root.can_masturbate = false; } frame 14 { gotoAndPlay('entering'); } frame 15 { _root.Peach_show(0); _root.movement = false; _root.can_masturbate = false; } frame 27 { gotoAndPlay('entering'); } frame 47 { _root.can_masturbate = true; _root.movement = true; _root.Peach_show(1); if (GhostDoor_goTo_X and GhostDoor_goTo_Y) { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = GhostDoor_goTo_X; _root.Peach._y = GhostDoor_goTo_Y; _root.goTo_X = false; _root.goTo_Y = false; } stop(); } } instance of movieClip 3850 { onClipEvent (load) { GhostDoor_goTo_X = '-740'; GhostDoor_goTo_Y = '-80'; } } instance of movieClip 3850 { onClipEvent (load) { GhostDoor_goTo_X = '1500'; GhostDoor_goTo_Y = '310'; } } instance camera of movieClip 3540 { onClipEvent (load) { maxLeft = _root.boundary._x + _width / 2 + 80; maxRight = _root.boundary._width + _root.boundary._x - _width / 2 - 70; maxTop = _root.boundary._y + _height / 2; maxBottom = _root.boundary._height + _root.boundary._y - _height / 2 + 10; } onClipEvent (enterFrame) { function wait() { _root.camtheft = false; clearInterval(myTimer); } if (_root.camtheft != true) { _y = _y + (_root.Peach._y - _y) / 4; _x = _x + (_root.Peach._x - _x) / 3; } else { myTimer = setInterval(wait, 5000); } if (_x < maxLeft) { _x = maxLeft; } else { if (_x > maxRight) { _x = maxRight; } } if (_y < maxTop) { _y = maxTop; } else { if (_y > maxBottom) { _y = maxBottom; } } _root.HUD._x = _x - _width / 2; _root.HUD._y = _y - _height * 2 / 3; _root.controlButton._x = _x - _width / 2 + 5; _root.controlButton._y = _y + _height / 6; _root.controlList._x = _x - _width / 30; _root.controlList._y = _y - _height / 4 - 3.5; if (_root.zoomout) { _root.controlList._x -= 1; _root.controlList._y -= 2; } } } button 3851 { on (release) { if (_root.CumTits > 2) { _root.score_add(50); } _root.CumTits = 2; if (_root.CharNum != '0' and _root.CumHead == 2 and _root.CumBody == 2 and _root.CumLegs == 2 and _root.CumTits == 2) { _global.PLAYER.blushType = 'fade_out'; } } } button 3852 { on (release) { if (_root.CumLegs > 2) { _root.score_add(50); } _root.CumLegs = 2; if (_root.CharNum != '0' and _root.CumHead == 2 and _root.CumBody == 2 and _root.CumLegs == 2 and _root.CumTits == 2) { _global.PLAYER.blushType = 'fade_out'; } } } button 3853 { on (release) { if (_root.CumLegs > 2) { _root.score_add(50); } if (_root.CumBody > 2) { _root.score_add(100); } if (_root.CumTits > 2) { _root.score_add(50); } if (_root.CumHead > 2) { _root.score_add(100); } _root.CumHead = 2; _root.CumTits = 2; _root.CumBody = 2; _root.CumLegs = 2; if (_root.CharNum != '0') { _global.PLAYER.blushType = 'fade_out'; } } } button 3854 { on (release) { if (_root.CumHead > 2) { _root.score_add(100); } _root.CumHead = 2; if (_root.CharNum != '0' and _root.CumHead == 2 and _root.CumBody == 2 and _root.CumLegs == 2 and _root.CumTits == 2) { _global.PLAYER.blushType = 'fade_out'; } } } button 3855 { on (release) { if (_root.CumBody > 2) { _root.score_add(100); } _root.CumBody = 2; if (_root.CharNum != '0' and _root.CumHead == 2 and _root.CumBody == 2 and _root.CumLegs == 2 and _root.CumTits == 2) { _global.PLAYER.blushType = 'fade_out'; } } } movieClip 3856 { frame 1 { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _root.Checkpoint2 = true; _root.Checkpoint1 = false; gotoAndPlay('up'); } } frame 2 { gotoAndPlay('down'); } frame 11 { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; } } frame 12 { gotoAndPlay('high'); if (notice and _root.ShowCum == 'Yes') { if (_root.CumHead > 2 or _root.CumTits > 2 or _root.CumBody > 2 or _root.CumLegs > 2) { gotoAndPlay('clean'); } } } frame 14 { gotoAndPlay('clean'); if (_root.ShowCum == 'Yes') { if (_root.CumHead <= 2 and _root.CumTits <= 2 and _root.CumBody <= 2 and _root.CumLegs <= 2) { gotoAndPlay('high'); } } else { gotoAndPlay('high'); } if (!_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = false; gotoAndPlay('high'); } } } instance c2 of movieClip 3856 { onClipEvent (enterFrame) { if (_root.Peach.char.CollisionFeet.hitTest(this)) { _root.Checkpoint2 = true; _root.Checkpoint1 = false; notice = true; this(notice); } } } movieClip 3859 { instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } frame 2 { stop(); if (_global.FLAGS.enemiesAtATime > 9) { _global.FLAGS.enemiesAtATime = 0; } onEnterFrame = function () { if (!hog_hole_functioning) { if (_root.horny_bar > 10) { if (!_root.on_action) { if (!_root.pausee) { if (_root.Peach.char.hitTest(vision)) { hog_hole_functioning = true; _root.horny_respawn.attachMovie('dummy', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); gotoAndPlay('start'); delete onEnterFrame; } } } } } }; } frame 3 { if (_root.on_action) { gotoAndPlay(2); } } frame 48 { _root.horny_respawn.attachMovie('koopa', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _x + 40; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y + 50; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime].spawn = true; ++_global.FLAGS.enemiesAtATime; gotoAndPlay('end'); } frame 155 { hog_hole_functioning = false; gotoAndPlay(2); } } movieClip 3861 { frame 1 { stopAllSounds(); _root.BossScene[_root.Morton] = true; } frame 29 { _root.gotoAndPlay('ending'); } } movieClip 3868 { } movieClip 3871 { } movieClip 3873 { frame 1 { _root.movement = false; _root.Peach_show(0); _root.next_sc = false; } instance Wakeup of movieClip 3871 { onClipEvent (release) { _root.next_sc = true; } onClipEvent (keyPress '<Space>') { _root.next_sc = true; } onClipEvent (keyPress '*') { if (_root.CharNum < 9) { ++_root.CharNum; } else { _root.CharNum = 1; } } onClipEvent (keyPress '/') { if (_root.CharNum > 1) { --_root.CharNum; } else { _root.CharNum = 9; } } onClipEvent (keyPress '+') { if (_root.DressNum < 5) { ++_root.DressNum; } else { _root.DressNum = 1; } } onClipEvent (keyPress '-') { if (_root.DressNum > 1) { --_root.DressNum; } else { _root.DressNum = 5; } } onClipEvent (keyPress 'b') { if (_root.BoobSize < 4) { ++_root.BoobSize; } else { _root.BoobSize = 1; } } onClipEvent (keyPress 'q') { if (_quality == 'HIGH') { _quality = 'Medium'; } else { _quality = 'High'; } } } frame 79 { if (_root.next_sc == true) { gotoAndPlay('wakeup'); } else { gotoAndPlay('asleep'); } } frame 80 { next_sc = false; } frame 112 { stop(); _root.movement = true; _root.Peach_show(1); } } movieClip 3874 { frame 2 { gotoAndPlay(1); if (notice) { _root.game_timer_suspend = 1; _root.movement = false; _root.Peach_show(0); _root.char._x = this._x - 90; _root.char._y = this._y + 15; if (_root.Laid == 0) { _global.FLAGS.bossFightType = 'virgin'; } else { if (_root.Laid < 50) { _global.FLAGS.bossFightType = 'ok'; } else { _global.FLAGS.bossFightType = 'whore'; } } HUDstate = _root.HUDshow; _root.HUDshow = 'OFF'; if (_root.CurrentArea == 'castle') { gotoAndPlay('first'); } else { if (_root.CurrentArea == 'continue') { gotoAndPlay('asleep'); } else { if (_root.CurrentArea == 'castle1b') { gotoAndPlay('do-over'); } else { _root.movement = true; _root.char.character._alpha = 100; _root.HUDshow = HUDstate; } } } } } frame 4 { stop(); notice = false; } frame 5 { stop(); notice = false; } frame 6 { stop(); notice = false; } frame 7 { stop(); notice = false; } frame 8 { stop(); notice = false; } frame 9 { stop(); notice = false; } } instance of movieClip 3874 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { _root.can_masturbate = false; notice = true; this(notice); } else { _root.can_masturbate = true; } } } movieClip 3876 { } movieClip 3877 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.on_action and _root.movement and !_root.pausee) { _root.she_is_hit(); } }; } frame 3 { if (notice) { gotoAndPlay(4); } else { gotoAndPlay(1); } } frame 4 { notice = false; } frame 80 { gotoAndPlay(1); } } movieClip 3878 { frame 1 { stop(); } } instance of movieClip 3878 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _parent.rockenemy.notice = true; _parent.rockenemy(_parent.rockenemy.notice); } } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'It\'s AWFUL!!! Morton '; this('It\'s AWFUL!!! Morton '); talk2 = 'Koopa has taken over this'; this('Koopa has taken over this'); talk3 = 'fortress! It\'s dangerous'; this('fortress! It\'s dangerous'); talk4 = 'now, so be careful!'; this('now, so be careful!'); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'Take the castle back!'; this('Take the castle back!'); talk2 = 'Show that Morton Koopa'; this('Show that Morton Koopa'); talk3 = 'what you can do!!! :D'; this('what you can do!!! :D'); talk4 = ''; this(''); } } movieClip 3879 { } movieClip 3880 { frame 1 { stop(); } frame 2 { _root.invulnerable = 1; _root.char._alpha = 50; } frame 3 { _root.char._alpha = 100; } frame 4 { _root.char._alpha = 50; } frame 5 { _root.char._alpha = 100; } frame 6 { _root.char._alpha = 50; } frame 7 { _root.char._alpha = 100; } frame 8 { _root.char._alpha = 50; } frame 9 { _root.char._alpha = 100; } frame 10 { _root.char._alpha = 50; } frame 11 { _root.char._alpha = 100; } frame 12 { _root.char._alpha = 100; } frame 13 { _root.char._alpha = 100; } frame 14 { _root.char._alpha = 100; } frame 15 { _root.char._alpha = 100; } frame 16 { _root.char._alpha = 100; } frame 17 { _root.char._alpha = 100; } frame 18 { _root.char._alpha = 100; } frame 19 { _root.char._alpha = 100; } frame 20 { _root.char._alpha = 100; } frame 21 { _root.char._alpha = 100; } frame 22 { _root.char._alpha = 100; } frame 23 { _root.char._alpha = 100; } frame 24 { _root.char._alpha = 100; } frame 25 { _root.char._alpha = 100; } frame 26 { _root.char._alpha = 100; } frame 27 { _root.char._alpha = 100; } frame 28 { _root.char._alpha = 100; } frame 29 { _root.char._alpha = 100; } frame 30 { _root.char._alpha = 100; } frame 31 { _root.char._alpha = 100; } frame 32 { _root.char._alpha = 100; } frame 33 { _root.char._alpha = 100; } frame 34 { _root.char._alpha = 100; } frame 35 { _root.char._alpha = 100; } frame 36 { _root.char._alpha = 100; } frame 37 { _root.char._alpha = 100; } frame 38 { _root.char._alpha = 100; } frame 39 { _root.char._alpha = 100; } frame 40 { _root.char._alpha = 100; } frame 41 { _root.char._alpha = 100; } frame 42 { _root.char._alpha = 100; } frame 43 { _root.char._alpha = 100; } frame 44 { _root.char._alpha = 100; } frame 45 { _root.char._alpha = 100; } frame 46 { _root.char._alpha = 100; } frame 47 { _root.char._alpha = 100; } frame 48 { _root.char._alpha = 100; } frame 49 { _root.invulnerable = 0; _root.char._alpha = 100; } frame 50 { gotoAndPlay(1); } } movieClip 3881 { instance of movieClip 3880 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.on_action and _root.movement and !_root.pausee) { _root.she_is_hit(); } } } } movieClip 3882 { } movieClip 3883 { } instance of movieClip 3775 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.gotoAndPlay('kingdom1'); } } } instance controlList of movieClip 3329 { onClipEvent (enterFrame) { if (_root.ShowCredits == true) { gotoAndStop('credits'); } else { if (_root.ShowControls == 'Open') { gotoAndStop(_root.MenuWindow); } else { gotoAndStop(_root.MenuWindow); } } } } frame 11 { clearInterval(_root.countdownInterval); stopAllSounds(); _root.MUSIC('game over.mp3', 1); _root.cheatEnabled = ''; stop(); } movieClip 3886 { instance of movieClip 1336 { onClipEvent (release) { _root.gotoAndPlay('title'); } onClipEvent (keyPress '<Space>') { _root.gotoAndPlay('title'); } } frame 24 { stop(); } } frame 12 { stopAllSounds(); stop(); _root.CurrentArea = 'ending'; _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); _root.MUSIC('MiM Theme', 99); } button 3891 { on (release) { facial.gotoAndPlay(1); } } movieClip 3899 { instance of movieClip 2147 { onClipEvent (release) { _root.CurrentArea == 'ending'; _root.gotoAndPlay('smb1'); } onClipEvent (keyPress '<Space>') { _root.CurrentArea == 'ending'; _root.gotoAndPlay('smb1'); } } } frame 13 { stop(); } movieClip 3904 { } movieClip 3911 { } movieClip 3914 { } movieClip 3917 { } movieClip 3918 { instance of movieClip 3904 { onClipEvent (release) { _root.keyboardLayout_now = 1; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } onClipEvent (keyPress '1') { _root.keyboardLayout_now = 1; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } onClipEvent (keyPress '2') { _root.keyboardLayout_now = 2; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } onClipEvent (keyPress '3') { _root.keyboardLayout_now = 3; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } onClipEvent (keyPress '4') { _root.keyboardLayout_now = 4; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } } instance of movieClip 3911 { onClipEvent (release) { _root.keyboardLayout_now = 2; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } } instance of movieClip 3914 { onClipEvent (release) { _root.keyboardLayout_now = 3; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } } instance of movieClip 3917 { onClipEvent (release) { _root.keyboardLayout_now = 4; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } } } frame 14 { stop(); _root.EndingScene[0] = true; _root.loadinfo.data.EndingScene[0] = true; _root.loadinfo.flush(); } frame 16 { stop(); _root.EndingScene[1] = true; _root.loadinfo.data.EndingScene[1] = true; _root.loadinfo.flush(); } frame 18 { stop(); _root.EndingScene[2] = true; _root.loadinfo.data.EndingScene[2] = true; _root.loadinfo.flush(); } frame 20 { _root.CurrentArea = 'toadhouse'; _root.isToadHouseNameLevel = true; _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'toad_house_music'; BGMsound.attachSound(_root.musicToPlayBeginning); if (PlaySound == 'ON') { BGMsound.start(0, 99); } _root.set_level_variables(); stop(); } instance of movieClip 2245 { onClipEvent (load) { lights = 'green'; } } movieClip 3920 { } movieClip 3921 { instance of movieClip 2141 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 2141 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } } movieClip 3923 { } movieClip 3924 { frame 1 { gotoAndStop(2 + random(9)); } frame 2 { stop(); _parent.bonus = 'Dress'; } frame 3 { stop(); _parent.bonus = 'Fire'; } frame 4 { stop(); _parent.bonus = 'Raccoon'; } frame 5 { stop(); _parent.bonus = 'Burn'; } frame 6 { stop(); _parent.bonus = 'Frog'; } frame 7 { stop(); _parent.bonus = '1up'; } frame 8 { stop(); _parent.bonus = 'Leaf'; } frame 9 { stop(); _parent.bonus = 'Bigshroom'; } frame 10 { stop(); _parent.bonus = 'Coins'; } } movieClip 3927 { frame 1 { onEnterFrame = function () { if (!once) { if (_root.Peach.char.hitTest(this)) { if (Key.isDown(_root.keyUP) || Key.isDown(_root.keyW)) { gotoAndPlay('open'); _root.treasure1.once = true; _root.treasure2.once = true; _root.treasure3.once = true; } } } }; stop(); } frame 20 { if (bonus == 'Bigshroom') { _root.score_add(1500); sound_hit1 = new Sound(this); sound_hit1.attachSound('Powerup'); sound_hit1.start(0, 1); _root.peach_update_char(_root.CharMove); if (_root.CharMove == 'SuperPeach') { _root.currentTip = 'Mushroom eaten!'; } else { if (_root.CharMove != 'Poison') { _root.currentTip = 'Mushroom eaten! Peach recovered her clothing parts!'; } else { _root.peach_update_char('SuperPeach'); _root.currentTip = 'Mushroom eaten! Peach can receive an extra damage!'; } } _root.HUD.tipsMC.gotoAndPlay(3); addon = 1 + random(1); if (_root.horny_bar + addon < _root.horny_maximum) { _root.horny_bar += addon; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); } if (_root.BoobSize < _root.MaxBoob - 1) { ++_root.BoobSize; _root.Peach.char.charheavyspeed = 0.7; _root.Peach.char.charspeed -= _root.Peach.char.charheavyspeed; } else { if (_root.BoobSize < _root.MaxBoob) { _root.cloth_bra_remove(); ++_root.BoobSize; _root.Peach.char.charheavyspeed = 1.2; _root.Peach.char.charspeed -= _root.Peach.char.charheavyspeed; } else {} } } else { if (bonus == 'Frog') { sound_hit1 = new Sound(this); sound_hit1.attachSound('Powerup'); sound_hit1.start(0, 1); if (_root.LockCostume == false) { _root.DressNum = _root.Dress[5]; _root.CharNum = _root.DressChar[5]; _root.NoBoob = false; } _root.score_add(1000); _root.peach_update_char('Frog'); } else { if (bonus == 'Leaf') { _root.score_add(1500); sound_hit1 = new Sound(this); sound_hit1.attachSound('feather'); sound_hit1.start(0, 1); addon = 1 + random(1); if (_root.LockCostume == false) { if (_root.DressNum > 1) { _root.DressNum = 0; _root.CharNum = _root.DressChar[6]; sound_hit2 = new Sound(this); sound_hit2.attachSound('peach ooh3'); sound_hit2.start(0, 1); } else {} } _root.peach_update_char('Leaf'); } else { if (bonus == 'Raccoon') { sound_hit1 = new Sound(this); sound_hit1.attachSound('feather'); sound_hit1.start(0, 1); if (_root.LockCostume == false) { _root.DressNum = _root.Dress[4]; _root.NoBoob = false; } _root.score_add(1000); _root.peach_update_char('Raccoon'); } else { if (bonus == 'Burn') { if (_root.LockCostume == false) { _root.DressNum = _root.Dress[3]; _root.CharNum = _root.DressChar[3]; } _root.score_add(1000); _root.peach_update_char('Striker'); sound_hit1 = new Sound(this); sound_hit1.attachSound('Powerup'); sound_hit1.start(0, 1); } else { if (bonus == 'Fire') { sound_hit1 = new Sound(this); sound_hit1.attachSound('Powerup'); sound_hit1.start(0, 1); if (_root.LockCostume == false) { _root.DressNum = _root.Dress[2]; _root.CharNum = _root.DressChar[2]; } _root.peach_update_char('Fire'); _root.score_add(1000); } else { if (bonus == 'Dress') { _root.score_add(500); sound_peach = new Sound(this); sound_peach.attachSound('Peach phew'); sound_peach.start(0, 1); if (_root.LockCostume == false) { _root.DressNum = _root.Dress[1]; _root.CharNum = _root.DressChar[1]; } _root.peach_update_char('Dress'); } else { if (bonus == '1up') { sound_grow = new Sound(this); sound_grow.attachSound('Extra Life'); sound_grow.start(0, 1); _root.score_add(1000); _root.Lives += 1; } else { if (bonus == 'Coins') { _root.Score += 25; _root.score_add(5000); if (_root.Score > 99) { _root.Score -= 100; sound_grow = new Sound(this); sound_grow.attachSound('Extra Life'); sound_grow.start(0, 1); ++_root.Lives; } _root.currentTip = '25 Coins!'; _root.HUD.tipsMC.gotoAndPlay(3); } } } } } } } } } stop(); } } instance door1 of movieClip 3826 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 3826 { onClipEvent (load) { leavingToadHouse = true; } onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { if (!once) { once = true; _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.MUSIC('music_toad_interior', 99); } } } } instance controlList of movieClip 3329 { onClipEvent (enterFrame) { if (_root.ShowCredits == true) { gotoAndStop('credits'); } else { if (_root.ShowControls == 'Open') { gotoAndStop(_root.MenuWindow); } else { gotoAndStop(_root.MenuWindow); } } } } frame 22 { stop(); if (Key.isDown(37) or Key.isDown(65)) { _root.gotoAndPlay('smb3'); } } instance of movieClip 2963 { onClipEvent (enterFrame) { if (_root.Drive != 3) { loadMovie('', this); } else { _root.EndingScene[3] = true; _root.loadinfo.data.EndingScene[3] = true; _root.loadinfo.flush(); } } } button 3929 { on (release) { _root.gotoAndPlay('smb3'); } } instance of movieClip 2147 { onClipEvent (release) { _root.gotoAndPlay('coinage'); } onClipEvent (keyPress '<Space>') { _root.gotoAndPlay('coinage'); } onClipEvent (keyPress 'm') { allsound = new Sound(); if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; } else { _root.PlaySound = 'ON'; } } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } onClipEvent (keyPress 'b') { if (_root.LockCostume and !_root.NoBoob) { if (_root.BoobSize < _root.MaxBoob) { ++_root.BoobSize; } else { _root.BoobSize = _root.MinBoob; } } } onClipEvent (keyPress '*') { if (_root.CharNum < _root.CharMax) { ++_root.CharNum; } else { _root.CharNum = 0; } } onClipEvent (keyPress '/') { if (_root.CharNum > 0) { --_root.CharNum; } else { _root.CharNum = _root.CharMax; } } onClipEvent (keyPress '+') { if (_root.DressNum < _root.DressMax) { ++_root.DressNum; } else { _root.DressNum = 0; } _root.NoBoob = false; } onClipEvent (keyPress '-') { if (_root.DressNum > 0) { --_root.DressNum; } else { _root.DressNum = _root.DressMax; } _root.NoBoob = false; } onClipEvent (keyPress 'q') { if (_quality == 'HIGH') { _quality = 'Medium'; } else { _quality = 'High'; } } } instance of movieClip 2709 { onClipEvent (enterFrame) { if (_root.Drive != 1) { loadMovie('', this); } } } frame 23 { stop(); } movieClip 3931 { frame 2 { if (_root.GoToLevel) { stop(); _root.gotoAndPlay(_root.GoToLevel); _root.GoToLevel = false; } } } frame 24 { stopAllSounds(); stop(); } movieClip 3933 { frame 10 { stop(); } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 3923 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.Score += 1; Sound_2 = new Sound(this); Sound_2.attachSound('Coin'); Sound_2.start(0); loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } instance of movieClip 2147 { onClipEvent (release) { if (!_root.coinage) { _root.gotoAndPlay(1); } else { _root.gotoAndPlay('bowser'); } } onClipEvent (keyPress '<Space>') { if (!_root.coinage) { _root.gotoAndPlay(1); } else { _root.gotoAndPlay('bowser'); } } } frame 25 { stopAllSounds(); stop(); if (_root.coinage) { _root.BowserScene = true; _root.loadinfo.data.BowserScene = true; _root.loadinfo.flush(); } } movieClip 3939 { } movieClip 3942 { } movieClip 3944 { } movieClip 3946 { } instance of movieClip 2147 { onClipEvent (release) { _root.gotoAndPlay('continue'); } onClipEvent (keyPress '<Space>') { _root.gotoAndPlay('continue'); } onClipEvent (keyPress 'm') { allsound = new Sound(); if (_root.PlaySound == 'ON') { _root.PlaySound = 'NO BGM'; } else { if (_root.PlaySound == 'NO BGM') { _root.PlaySound = 'OFF'; } else { _root.PlaySound = 'ON'; } } if (_root.PlaySound == 'ON') { _root.BGMsound.start(0, 99); } if (_root.PlaySound == 'NO BGM') { stopAllSounds(); } if (_root.PlaySound == 'OFF') { allsound.setVolume(0); } else { allsound.setVolume(100); } } onClipEvent (keyPress 'b') { if (_root.LockCostume and !_root.NoBoob) { if (_root.BoobSize < _root.MaxBoob) { ++_root.BoobSize; } else { _root.BoobSize = _root.MinBoob; } } } onClipEvent (keyPress '*') { if (_root.CharNum < _root.CharMax) { ++_root.CharNum; } else { _root.CharNum = 0; } } onClipEvent (keyPress '/') { if (_root.CharNum > 0) { --_root.CharNum; } else { _root.CharNum = _root.CharMax; } } onClipEvent (keyPress '+') { if (_root.DressNum < _root.DressMax) { ++_root.DressNum; } else { _root.DressNum = 0; } _root.NoBoob = false; } onClipEvent (keyPress '-') { if (_root.DressNum > 0) { --_root.DressNum; } else { _root.DressNum = _root.DressMax; } _root.NoBoob = false; } onClipEvent (keyPress 'q') { if (_quality == 'HIGH') { _quality = 'Medium'; } else { _quality = 'High'; } } } frame 27 { stop(); if (_root.CurrentArea != 'credits') { _root.gotoAndPlay(_root.CurrentArea); } else { _root.CurrentArea = 'credits'; } } frame 28 { stop(); if (_root.CurrentArea != 'gallery') { _root.gotoAndPlay(_root.CurrentArea); } else { _root.CurrentArea = 'gallery'; } } button 3948 { on (release) { _root.CurrentArea = 'select1'; _root.gotoAndPlay('title'); } } frame 29 { _root.CurrentArea = '0-1'; _root.exit1._visible = false; _root.exit2._visible = false; _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'music_mario3_3'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables(); stop(); } movieClip 3951 { } instance of movieClip 3775 { onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 2574 { onClipEvent (load) { _color = 'yellow'; } } instance of movieClip 2574 { onClipEvent (load) { _color = 'yellow'; } } button 3956 { on (release) { level_of_conversation = 0; button._visible = false; onEnterFrame = function () { if (!_root.PuzzleSolved) { if (!_root.horny_respawn[_root.PuzzleType].fuckPuzzle and !_root.horny_respawn[_root.PuzzleType].killedPuzzle) { if (level_of_conversation == 0) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.movement = false; level_of_conversation = 1; _root.currentPuzzle = 'Toad: Hi Princess! I need your help! A goomba was seen in the start of this area. He\'s with the key of the castle. You must..erhm.. fuck him and steal it (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.currentTip = 'Press a number to choose:'; _root.HUD.tipsMC.gotoAndPlay(3); level_of_conversation = 2; _root.currentPuzzle = '1) Peach: I will not do that! Enough!\n2) Peach: Okay, okay!'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key1) and level_of_conversation == 2) { sound_1 = new Sound(this); sound_1.attachSound('peachno2'); sound_1.start(0, 1); level_of_conversation = 3; _root.currentPuzzle = 'Toad: Oh! The Chancellor will be upset now! :/ (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 3) { level_of_conversation = 0; if (_root.score_points > 1500) { _root.score_points -= 1500; } else { _root.score_points = 0; } _root.movement = true; _root.HUD.PuzzleMC.gotoAndPlay('hide'); uu = _root.BoobSize; while (uu < _root.MaxBoob - 1) { _root.Peach.char.heavyJump += 1; _root.Peach.char.maxJump += 1; _root.Peach_heavyJump = _root.Peach.char.heavyJump; _root.Peach.char.charheavyspeed += 1; _root.Peach.char.charspeed -= 1; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; ++_root.BoobSize; ++uu; } if (_root.BoobSize < _root.MaxBoob) { _root.Peach.char.heavyJump += 2; _root.Peach.char.maxJump += 2; _root.Peach_heavyJump = _root.Peach.char.heavyJump; ++_root.BoobSize; _root.Peach.char.charheavyspeed += 2; _root.Peach.char.charspeed -= 2; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; _root.cloth_bra_remove(); } sound_1 = new Sound(this); sound_1.attachSound('boing1'); sound_1.start(0, 1); sound_fall = new Sound(this); sound_fall.attachSound('Peach ooh4'); sound_fall.start(0, 1); button._visible = true; delete onEnterFrame; } else { if (Key.isDown(_root.key2) and level_of_conversation == 2) { _root.movement = false; level_of_conversation = 4; _root.currentPuzzle = 'Toad: Okay, I\'ll wait here! Thank you, my Princess! (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 4) { level_of_conversation = 0; _root.first_text_show = false; _root.movement = true; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.PuzzleType = 'goombaKey'; _root.horny_respawn.attachMovie('goomba', _root.PuzzleType, 1); _root.horny_respawn[_root.PuzzleType]._x = -1760; _root.horny_respawn[_root.PuzzleType]._y = -200; _root.horny_respawn[_root.PuzzleType].fuckPuzzle = false; _root.horny_respawn[_root.PuzzleType].killedPuzzle = false; button._visible = true; delete onEnterFrame; } } } } } } } else { if (level_of_conversation == 0) { _root.movement = false; _root.PeachRemoveKey(); level_of_conversation = 1; _root.currentPuzzle = 'Toad: Thank you very much!! The doors are now unlocked! Good luck in your Quest!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { solved = true; _root.HUD.PuzzleMC.gotoAndPlay('hide'); loadMovie('', _root.horny_respawn[_root.PuzzleType]); _root.PuzzleType = false; _root.movement = true; _root.PuzzleSolved = true; button._visible = true; level_of_conversation = 0; delete onEnterFrame; } } } } }; } } movieClip 3957 { frame 2 { if (_root.Peach.char.hitTest(this)) { gotoAndPlay('show'); } else { gotoAndPlay('hide'); } } frame 4 { if (_root.Peach.char.hitTest(this)) { gotoAndPlay('show'); } else { gotoAndPlay('hide'); } } } movieClip 3958 { } movieClip 3960 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { _root.can_grab_touch = false; sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); } else { if (_root.P_power_activated) { gotoAndPlay(9); } else { gotoAndPlay(1); } } } frame 2 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { _root.can_grab_touch = false; sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); } else { if (_root.P_power_activated) { gotoAndPlay(9); } else { gotoAndPlay(1); } } } frame 8 { stop(); } frame 9 { if (taken) { gotoAndStop(8); } else { if (!_root.P_power_activated) { gotoAndPlay(1); } } } frame 10 { if (taken) { gotoAndStop(8); } else { if (!_root.P_power_activated) { gotoAndStop(1); } else { gotoAndPlay(9); } } } } movieClip 3963 { frame 2 { if (touched_once) { gotoAndPlay('grab'); } } frame 3 { if (touched_once) { gotoAndPlay('grab'); } } frame 4 { if (touched_once) { gotoAndPlay('grab'); } else { gotoAndPlay(1); } } frame 5 { _root.BGMsound.stop(); _root.sound_grab = new Sound(this); _root.sound_grab.attachSound('Rock Enemy'); _root.sound_grab.start(0, 1); _root.P_power_activated = true; } frame 17 { _root.sound_p_power = new Sound(this); _root.sound_p_power.attachSound('p_power'); _root.sound_p_power.start(0, 99); stop(); } } movieClip 3964 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); } } frame 2 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); } else { gotoAndPlay(1); } } frame 8 { _root.score_add(200); } frame 9 { stop(); } instance of movieClip 3963 { onClipEvent (load) { touched_once = false; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionFeet.hitTest(this) and !touched_once) { touched_once = true; } } } } movieClip 3965 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.hitTest(this)) { gotoAndPlay('grab'); delete onEnterFrame; } }; } frame 2 { stop(); } frame 3 { _root.score_add(500); sound_peach = new Sound(this); sound_peach.attachSound('Peach phew'); sound_peach.start(0, 1); _root.peach_update_char('Dress'); } frame 33 { stop(); } } movieClip 3966 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 2 { stop(); } frame 3 { _root.score_add(40); } frame 8 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 21 { stop(); } instance of movieClip 3965 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 3969 { } movieClip 3970 { instance of movieClip 2141 { onClipEvent (load) { this.coins = 2; } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3485 { onClipEvent (enterFrame) { } } instance pipe3 of movieClip 3520 { onClipEvent (load) { pipe1x = -1975; pipe1y = 840; destination = 'pipe4'; animation_destiny_pipe = 'going_up_pipe'; animation_source_pipe = 'upside_down_enter'; musicToPlay = 'music_under'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (_root.Peach.char.character._type.collisionHead.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP)) { pipe_functioning = false; _root.piping = true; gotoAndPlay(animation_source_pipe); } } } } } instance pipe5 of movieClip 3520 { onClipEvent (load) { _color = 'yellow'; } } instance of movieClip 2141 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3520 { onClipEvent (load) { _color = 'yellow'; } } instance pipe1 of movieClip 3520 { onClipEvent (load) { pipe1x = 1515; pipe1y = -700; destination = 'pipe2'; animation_source_pipe = 'going_down_pipe'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe6) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe7)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) and !_root.piping and _root.isAbleToGoDown and _root.movement) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.isAbleToGoDown = false; _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay(animation_source_pipe); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 2315 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2315 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2315 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance pipe2 of movieClip 3520 { onClipEvent (load) { pipe1x = 1645; pipe1y = -310; destination = 'pipe1'; animation_source_pipe = 'going_down_pipe'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe6) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe7)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) and !_root.piping and _root.isAbleToGoDown and _root.movement) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.isAbleToGoDown = false; _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay(animation_source_pipe); } } } else { _root.on_pipe_to_go_down = false; } } } instance pipe4 of movieClip 3520 { onClipEvent (load) { pipe1x = -540; pipe1y = -450; destination = 'pipe5'; musicToPlay = 'music_mario3_3'; animation_source_pipe = 'going_down_pipe'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe6) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe7)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) and !_root.piping and _root.isAbleToGoDown and _root.movement) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay(animation_source_pipe); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 2141 { onClipEvent (load) { this.coins = 10; } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance pipe6 of movieClip 3520 { onClipEvent (load) { destination = 'pipe7'; pipe1x = 1695; pipe1y = -300; animation_destiny_pipe = 'going_up_pipe'; animation_source_pipe = 'going_down_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe6) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe7)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) and !_root.piping and _root.isAbleToGoDown and _root.movement) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.isAbleToGoDown = false; _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay(animation_source_pipe); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3526 { onClipEvent (load) { talk = 'If you fail a given puzzle, try to contact any friend you did before.'; } } instance of movieClip 3526 { onClipEvent (load) { talk = 'You can grab a vegetable or a given item from the ground, pressing RUN key. Pressing it again will throw the item.'; } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (load) { fixed = true; } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (load) { fixed = true; } } instance of movieClip 3495 { onClipEvent (load) { fixed = true; } } instance of movieClip 3495 { onClipEvent (load) { fixed = true; } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (load) { fixed = true; } } instance of movieClip 3495 { onClipEvent (load) { fixed = true; } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (load) { fixed = true; } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } instance of movieClip 3495 { onClipEvent (enterFrame) { } } } instance of movieClip 3492 { onClipEvent (enterFrame) { } } movieClip 3972 { } movieClip 3973 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(char) and !_root.pausee and !_root.on_action) { _root.score_add(2000); sound_hit1 = new Sound(this); sound_hit1.attachSound('Peach yell'); sound_hit1.start(0, 1); addon = 1 + random(1); if (_root.horny_bar + addon < _root.horny_maximum) { _root.horny_bar += addon; _root.HUD.horny_bar.gotoAndStop(_root.horny_bar); } if (_root.LockCostume == false) { _root.DressNum = _root.Dress[0]; _root.CharNum = _root.DressChar[0]; } _root.currentTip = 'You are stark naked!'; _root.HUD.tipsMC.gotoAndPlay(3); _root.peach_update_char('Poison'); gotoAndPlay(2); delete onEnterFrame; } if (char.movement) { dist = _root.Peach._x - _x; if (dist < -12) { this._xscale = 100; char._right = false; } else { if (dist > 12) { this._xscale = -100; char._right = true; } } if (char._right) { _x = _x + char.charspeed; } else { _x = _x - char.charspeed; } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - char.gravity; char.grav = 0; } if (_root.ground.hitTest(_x, _y + 4, true)) { touchingGround = true; } else { touchingGround = false; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { _x = _x - char.charspeed; this._xscale = 100; char._right = false; } if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { _x = _x + char.charspeed; this._xscale = -100; char._right = true; } } }; } instance char of movieClip 128 { onClipEvent (load) { var gravity = 1.6; var grav = 0; var movement = true; var charspeed = 5; var _right = false; var alive = true; var notice = false; dist = _root.Peach._x - _parent._x; if (dist > 0) { _parent._xscale = 100; _right = false; } else { _parent._xscale = -100; _right = true; } } } frame 2 { stop(); } frame 3 { stop(); } } instance of movieClip 3973 { onClipEvent (enterFrame) { char.movement = false; } } movieClip 3974 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); delete onEnterFrame; } }; } frame 2 { stop(); } frame 8 { } frame 10 { _root.horny_respawn.attachMovie('leafpower', 'leafrespawn', 68); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.leafrespawn._x = auxPoint.x; _root.horny_respawn.leafrespawn._y = auxPoint.y + 5; stop(); } } movieClip 3976 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { sound_1 = new Sound(this); sound_1.attachSound('sound_fruit'); sound_1.start(0, 1); if (_global.FLAGS.fruitAmount == 5) { _root.peachHornyIncrease(); } if (_global.FLAGS.fruitAmount >= 10) { _global.FLAGS.fruitAmount = 0; } else { ++_global.FLAGS.fruitAmount; } _root.score_add(20); loadMovie('', this); } }; } } movieClip 3980 { frame 1 { if (!once) { vegTypes = new Array('turnip', 'paprika', 'carrot'); once = true; gotoAndPlay(1 + random(11)); } onEnterFrame = function () { if (_state == 'grabbed') { if (_global.PLAYER.isReadyToGrabVeggie) { if (_global.FLAGS.veggieNumber > _global.FLAGS.veggieLimit) { _global.FLAGS.veggieNumber = 0; } else { ++_global.FLAGS.veggieNumber; } _global.FLAGS.carryingVeggieNumber = _global.FLAGS.veggieNumber; _global.PLAYER.isReadyToGrabVeggie = false; loadMovie('', this); _global.FLAGS.veggieLeafMutex = false; } } else { if (!_global.FLAGS.veggieLeafMutex and _root.Peach.char.character._type.collisionFeet.hitTest(this) and !_global.PLAYER.isCarryingVeggie) { if (!Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { canTake = true; } if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and canTake and _root.touchingGround) { if (_root.CharNum != 'Frog') { _global.FLAGS.veggieLeafMutex = true; _state = 'grabbed'; _global.PLAYER.currentVeggieType = vegTypes[random(vegTypes.length)]; _root.Peach.char.character.gotoAndPlay('grabvegetable'); _root.movement = false; _root.on_action = true; _root.score_add(40); } } } } }; } } movieClip 3981 { frame 1 { gotoAndPlay(_root.coins_p_power_hide); } frame 3 { gotoAndPlay(_root.coins_p_power_hide); } frame 5 { gotoAndPlay(_root.coins_p_power_hide); } } movieClip 3984 { instance of movieClip 875 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { _parent._parent.taken = true; _root.isToadHouseLevelTriggered = true; _root.score_add(500); _root.currentTip = 'Toad House Bonus Level!'; _root.HUD.tipsMC.gotoAndPlay(3); loadMovie('', _parent); _parent.gotoAndPlay('grab'); _parent(undefined); } } } frame 20 { gotoAndPlay(1); } } instance c2 of movieClip 3856 { onClipEvent (enterFrame) { if (_root.Peach.char.CollisionFeet.hitTest(this)) { _root.Checkpoint2 = true; _root.Checkpoint1 = false; notice = true; this(notice); } } } movieClip 3988 { instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } frame 2 { if (_global.FLAGS.enemiesAtATime > 9) { _global.FLAGS.enemiesAtATime = 0; } onEnterFrame = function () { if (!functioning) { if (!_root.on_action) { if (!_root.pausee) { if (_root.Peach.char.hitTest(vision)) { functioning = true; _root.horny_respawn.attachMovie('dummy', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 300 + _global.FLAGS.enemiesAtATime); gotoAndPlay('start'); } } } } }; stop(); } frame 3 { if (_root.on_action) { gotoAndPlay(2); } } frame 27 { _root.horny_respawn.attachMovie('goomba', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 300 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _x - 18; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y + 25; ++_global.FLAGS.enemiesAtATime; } frame 110 { functioning = false; gotoAndPlay(2); } } instance of movieClip 1116 bobomb { onClipEvent (load) { walk_lengh = 'short'; } } instance of movieClip 1116 bobomb { onClipEvent (load) { walk_lengh = 'short'; } } instance of movieClip 875 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _parent.bobomb2.gotoAndPlay('run'); loadMovie('', this); } } } instance of movieClip 1499 goomba { onClipEvent (load) { turnRight = true; turnRightAfterWalk = true; } } movieClip 3991 { } movieClip 3994 { } movieClip 3996 { frame 171 { gotoAndPlay(1); } } movieClip 3997 { frame 1 { if (_root.Peach.char.character._type.collisionFeet.hitTest(this) and !_root.Peach.char.character._type.collisionBody.hitTest(this)) { ++_global.PLAYER.deaths; ++_global.PLAYER.totalDeaths; n = 0; fish.stop(); gotoAndPlay('falling'); sound_fall = new Sound(this); sound_fall.attachSound('kick'); sound_fall.start(0, 1); } else { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.movement and !_root.pausee and !_root.on_action) { _root.she_is_hit(); } } } frame 2 { gotoAndPlay(1); } frame 4 { fish._y += 50; ++n; if (n > 100) { loadMovie('', this); stop(); } else { gotoAndPlay('falling'); } } } instance of movieClip 3997 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } instance of movieClip 3997 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } movieClip 3999 { } instance of movieClip 3771 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { in_area = true; } else { in_area = false; once = false; } if (in_area and !once) { once = true; sound_fall = new Sound(this); sound_fall.attachSound('scream20'); sound_fall.start(0, 1); } } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'Welcome again, Princess!'; this('Welcome again, Princess!'); talk2 = 'How\'s going? We\'ve been'; this('How\'s going? We\'ve been'); talk3 = 'waiting for our brother'; this('waiting for our brother'); talk4 = 'but he\'s lost. \\\\'; this('but he\'s lost. \\\\'); } } instance of movieClip 3754 { onClipEvent (load) { talk1 = ''; this(''); talk2 = 'Forever Alone...'; this('Forever Alone...'); talk3 = ''; this(''); talk4 = ''; this(''); } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Phew! I\'ve got it! But no clue about Mario!\n(PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: I think I\'m finally at the end of this area!'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 875 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { if (Key.isDown(_root.keyUP) || Key.isDown(_root.keyW)) { if (!_root.PuzzleSolved) { _root.HUD.tipsMC.gotoAndPlay('hide'); _root.HUD.PuzzleMC.auto_fadeout = true; _root.currentPuzzle = 'Peach: The Door inside is locked. I may need to talk to someone to open it.'; _root.HUD.PuzzleMC.auto_fadeout = true; _root.HUD.PuzzleMC.gotoAndPlay('message'); if (!sound_once) { sound_grow = new Sound(this); sound_grow.attachSound('door locked'); sound_grow.start(0, 1); sound_once = true; } } else { _root.movement = false; _root.door_go_to_next_level = true; _root.Peach.char.character.gotoAndStop('backside'); } } } } } movieClip 4002 { frame 2 { stop(); } } instance door1 of movieClip 4002 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 4002 { onClipEvent (load) { destiny = 'door1'; } } movieClip 4004 { frame 2 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (Key.isDown(_root.keyUP) || Key.isDown(_root.keyW)) { if (!_root.PuzzleSolved) { _root.HUD.tipsMC.gotoAndPlay('hide'); _root.HUD.PuzzleMC.auto_fadeout = true; _root.currentPuzzle = 'Peach: The Door inside is locked. I may need to talk to someone to open it.'; _root.HUD.PuzzleMC.auto_fadeout = true; _root.HUD.PuzzleMC.gotoAndPlay('message'); if (!sound_once) { sound_grow = new Sound(this); sound_grow.attachSound('door locked'); sound_grow.start(0, 1); sound_once = true; } } else { goToNextLevel = true; } } } }; stop(); } } instance controlList of movieClip 3329 { onClipEvent (enterFrame) { if (_root.ShowCredits == true) { gotoAndStop('credits'); } else { if (_root.ShowControls == 'Open') { gotoAndStop(_root.MenuWindow); } else { gotoAndStop(_root.MenuWindow); } } } } frame 30 { _root.CurrentArea = '0-6'; colorBackground = new Color(backColor); colorBackground.setRGB(3355443); _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'Music Castle3'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables(); stop(); } movieClip 4005 { } movieClip 4006 { } movieClip 4007 { instance of movieClip 2141 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3524 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } } instance checkpoint3 of movieClip 2177 { onClipEvent (enterFrame) { if (!_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; this(notice); _root.Checkpoint = 3; } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: This place is scary!\n(PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } movieClip 4010 { frame 2 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _root.GoToLevel = warp_to; _root.gotoAndPlay('relay'); loadMovie('', this); } }; stop(); } } instance of movieClip 4010 { onClipEvent (load) { warp_to = 'castle'; } } frame 31 { _root.CurrentArea = '0-2'; colorBackground = new Color(backColor); colorBackground.setRGB(6724044); _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'music_mario3_2'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables(); stop(); } movieClip 4012 { } movieClip 4014 { } movieClip 4025 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { if (_root.piping) { if (_global.PLAYER.isCarryingVeggie) { if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } _root.movement = false; _root.Peach_show(0); _root.on_action = true; } _root.on_pipe = true; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 26 { _root.controlList.blackscreen.gotoAndPlay('fade_out'); if (_root.piping) { _root.Peach.grav = 0; _root.Peach._x = pipe1x; _root.Peach._y = pipe1y; } if (destination && _root.piping) { _root.piping = false; if (animation_destiny_pipe == 'going_up_pipe') { _parent[destination].gotoAndPlay('going_up_pipe'); } else { if (animation_destiny_pipe == 'going_down') { _parent[destination].gotoAndPlay('going_down_pipe'); } else { if (animation_destiny_pipe == 'going_in') { _parent[destination].gotoAndPlay('going_in'); } else { if (animation_destiny_pipe == 'going_out') { _parent[destination].gotoAndPlay('going_out'); } } } } } if (_root.Peach.hitTest(_root.water)) { _root.underwater = true; _root.Peach.char.grav = 0; } else { _root.underwater = false; } if (musicToPlay) { _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.musicPlayingSpecialAreas = musicToPlay; _root.MUSIC(musicToPlay, 99); } gotoAndPlay(1); } frame 27 { if (_root.piping) { _root.movement = false; _root.Peach_show(0); } } frame 30 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 34 { _root.peach_scared_sound_random(); } frame 38 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 46 { _root.Peach_show(1); _root.piping = false; _root.on_pipe = false; _root.on_action = false; _root.Peach.char.accelX = 0; _root.running_to_fly_meter = 2; _root.coins_p_power_hide = 2; _root.running_mode = false; _root.flying_mode = false; if (_root.Peach.hitTest(_root.water)) { _root.underwater = true; } else { _root.underwater = false; } _root.movement = true; _root.Peach.char.peach_right = true; gotoAndPlay(1); } } movieClip 4037 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { if (_root.piping) { if (_global.PLAYER.isCarryingVeggie) { if (_global.PLAYER.isCarryingShell) { _global.PLAYER.isCarryingShell = false; } _global.PLAYER.isCarryingVeggie = false; _root.horny_respawn.attachMovie('veggie', 'veggiesex', 99); _root.horny_respawn.veggiesex.charspeed = 0; _root.horny_respawn.veggiesex._x = _root.Peach._x; _root.horny_respawn.veggiesex._y = _root.Peach._y; } _root.movement = false; _root.Peach_show(0); _root.on_action = true; } _root.on_pipe = true; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } frame 26 { _root.controlList.blackscreen.gotoAndPlay('fade_out'); if (_root.piping) { _root.Peach._x = pipe1x; _root.Peach._y = pipe1y; } if (destination && _root.piping) { _root.piping = false; if (animation_destiny_pipe == 'going_up_pipe') { _parent[destination].gotoAndPlay('going_up_pipe'); } else { if (animation_destiny_pipe == 'going_down') { _parent[destination].gotoAndPlay('going_down_pipe'); } else { if (animation_destiny_pipe == 'going_in') { _parent[destination].gotoAndPlay('going_in'); } else { if (animation_destiny_pipe == 'going_out') { _parent[destination].gotoAndPlay('going_out'); } } } } } if (musicToPlay) { _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.musicPlayingSpecialAreas = musicToPlay; _root.MUSIC(musicToPlay, 99); _root.musicToPlay = false; } gotoAndPlay(1); } frame 27 { if (_root.piping) { _root.movement = false; _root.Peach_show(0); } _root.on_pipe = true; } frame 30 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 34 { _root.peach_scared_sound_random(); } frame 39 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 46 { _root.black_screen.gotoAndPlay('fade_out'); _root.Peach_show(1); _root.on_action = false; _root.piping = false; _root.on_pipe = false; _root.Peach.char.accelX = 0; _root.left_pressed_before = false; _root.right_pressed_before = false; _root.running_to_fly_meter = 2; _root.coins_p_power_hide = 2; _root.running_mode = false; _root.flying_mode = false; if (_root.Peach.hitTest(_root.water)) { _root.underwater = true; _root.Peach.char.gotoAndPlay('swimleft'); } else { _root.underwater = false; } _root.movement = true; _root.Peach.char.peach_right = false; gotoAndPlay(1); } } movieClip 4040 { frame 2 { stop(); if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 9 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 22 { _root.horny_respawn.attachMovie('1upmushroom', 'upmushroom2', 70); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.upmushroom2._x = auxPoint.x; _root.horny_respawn.upmushroom2._y = auxPoint.y + 5; stop(); } } movieClip 4041 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); gotoAndPlay(3); delete onEnterFrame; } }; } frame 2 { stop(); } frame 8 { if (_global.PLAYER.isSuperPeach == 'yes' || _root.CharMove == 'Racer' || _root.CharMove == 'Dress' || _root.CharMove == 'Leaf' || _root.CharMove == 'Raccoon' || _root.CharMove == 'Frog' || _root.CharMove == 'Fire') { gotoAndPlay('leaf'); } } frame 9 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 21 { _root.horny_respawn.attachMovie('bigshroom', 'bigshroom2', 60); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.bigshroom2._x = auxPoint.x; _root.horny_respawn.bigshroom2._y = auxPoint.y + 5; stop(); } frame 23 { _root.horny_respawn.attachMovie('leafpower', 'leafrespawn', 68); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.leafrespawn._x = auxPoint.x; _root.horny_respawn.leafrespawn._y = auxPoint.y + 5; stop(); } } movieClip 4042 { instance pipe1 of movieClip 4025 { onClipEvent (load) { pipe1x = -980; pipe1y = 400; musicToPlay = 'music_water'; destination = 'pipe_enter_water'; animation_destiny_pipe = 'going_out'; } onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this.PipeAction) and _root.touchingGround and !_root.on_action and _root.movement and !_root.piping and pipe1x and pipe1y) { if (Key.isDown(_root.keyD) or Key.isDown(_root.keyRIGHT)) { if (!Key.isDown(_root.keyA) and !Key.isDown(_root.keyLEFT)) { _root.on_pipe = true; _root.piping = true; gotoAndPlay('going_in'); } } } } } instance pipe_left of movieClip 4025 { onClipEvent (load) { pipe1x = 1550; pipe1y = 600; musicToPlay = false; destination = 'pipe_right'; animation_destiny_pipe = 'going_out'; } onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this.PipeAction)) { if (!_root.on_action) { if (_root.touchingGround) { if (_root.movement) { if (!_root.piping) { if (Key.isDown(_root.keyD) or Key.isDown(_root.keyRIGHT)) { if (!Key.isDown(_root.keyA) and !Key.isDown(_root.keyLEFT)) { _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_in'); } } } } } } } } } instance pipe_end_level of movieClip 4025 { onClipEvent (load) { pipe1x = 2640; pipe1y = 620; musicToPlay = 'music_water'; destination = 'pipe_to_end'; animation_destiny_pipe = 'going_out'; } onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this.PipeAction)) { if (!_root.on_action) { if (_root.touchingGround) { if (_root.movement) { if (!_root.piping) { if (Key.isDown(_root.keyA) or Key.isDown(_root.keyLEFT)) { if (!Key.isDown(_root.keyD) and !Key.isDown(_root.keyRIGHT)) { _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_in'); } } } } } } } } } instance of movieClip 2255 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this.PipeAction) && !_root.piping) { pipe_functioning = true; _root.pipe1x = 760; _root.pipe1y = 300; _root.musicToPlay = 'music_water'; _root.goingToWater = true; } } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance pipe_right of movieClip 4037 { onClipEvent (load) { pipe1x = 1255; pipe1y = 430; musicToPlay = false; destination = 'pipe_left'; animation_destiny_pipe = 'going_out'; } onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this.PipeAction)) { if (!_root.on_action) { if (_root.touchingGround) { if (_root.movement) { if (!_root.piping) { if (Key.isDown(_root.keyA) or Key.isDown(_root.keyLEFT)) { if (!Key.isDown(_root.keyD) and !Key.isDown(_root.keyRIGHT)) { _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_in'); } } } } } } } } } instance pipe_to_end of movieClip 4025 { onClipEvent (load) { pipe1x = 660; pipe1y = -600; musicToPlay = 'music_mario3_2'; destination = 'pipe_end_level'; animation_destiny_pipe = 'going_out'; } onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this.PipeAction)) { if (!_root.on_action) { if (_root.touchingGround) { if (_root.movement) { if (!_root.piping) { if (Key.isDown(_root.keyD) or Key.isDown(_root.keyRIGHT)) { if (!Key.isDown(_root.keyA) and !Key.isDown(_root.keyLEFT)) { _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_in'); } } } } } } } } } instance pipe_bonus_out of movieClip 4037 { onClipEvent (load) { pipe1x = 2470; pipe1y = 860; musicToPlay = false; destination = 'pipe7'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this.PipeAction)) { if (!_root.on_action) { if (_root.touchingGround) { if (_root.movement) { if (!_root.piping) { if (Key.isDown(_root.keyA) or Key.isDown(_root.keyLEFT)) { if (!Key.isDown(_root.keyD) and !Key.isDown(_root.keyRIGHT)) { _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_in'); } } } } } } } } } instance pipe7 of movieClip 3520 { onClipEvent (load) { pipe1x = 1680; pipe1y = 70; destination = 'pipe_bonus_out'; animation_destiny_pipe = 'going_out'; animation_source_pipe = 'going_down_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe6) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe7)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) and !_root.piping and _root.isAbleToGoDown and _root.movement) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay(animation_source_pipe); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3483 { onClipEvent (enterFrame) { } } instance of movieClip 3526 { onClipEvent (load) { talk = 'Many pipes allow you to return to the last area.'; } } instance of movieClip 3526 { onClipEvent (load) { talk = 'You can stomp and kick out shells. You gain more points but running shells can harm you.'; } } } movieClip 4044 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { gotoAndPlay('grab'); delete onEnterFrame; } }; } frame 2 { stop(); } frame 3 { _root.peach_update_char('Fire'); _root.score_add(1000); } frame 4 { stop(); } } movieClip 4045 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.pausee and !_root.on_action) { gotoAndPlay('grab'); delete onEnterFrame; } }; } frame 2 { stop(); } frame 3 { _root.score_add(1000); _root.peach_update_char('Frog'); } frame 33 { stop(); } } instance c2 of movieClip 3856 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.musicToPlayBeginning = 'music_water'; _root.Checkpoint2 = true; _root.Checkpoint1 = false; notice = true; this(notice); } } } movieClip 4047 { } movieClip 4048 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 4051 { } movieClip 4053 { } movieClip 4054 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { dress = 'dress'; } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { dress = 'fire'; } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 6 { _root.currentCharacter = 'daisy'; } frame 7 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 4055 { frame 1 { _root.movement = false; _root.Peach_show(0); } frame 2 { horny_bar_buildup = 1; } frame 10 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 1197 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 18 { _root.blushtype = 'blush1'; } frame 19 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 20 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 21 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 22 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 23 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 24 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 25 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 26 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 27 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 28 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 30 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (horny_bar_buildup == 6) { if (advance) { advance = false; gotoAndPlay('cum'); } else { gotoAndPlay('fuck'); } } else { ++horny_bar_buildup; _root.peachHornyIncrease(); gotoAndPlay('fuck'); } } frame 48 { if (_parent._parent.movedir == 'left') { gtext._xscale = -gtext._xscale; gtext._x += gtext._width; } if (!_root.ShowText) { gtext._alpha = 0; } else { gtext._alpha = 100; } } instance of movieClip 1200 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 56 { _root.blushtype = 'blush1'; } frame 57 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 58 { if (horny_bar_buildup == 9) { if (advance) { advance = false; gotoAndPlay('dead'); } else { gotoAndPlay('covered'); } } else { ++horny_bar_buildup; _root.peachHornyIncrease(); gotoAndPlay('covered'); } } frame 59 { _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumLegs += 2; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _root.Peach_show(1); stop(); } } movieClip 4056 { frame 2 { gotoAndPlay(1); if ((notice or do_over) and !_root.on_action) { _root.on_action = true; _root.jump_pressed = true; _root.game_timer_suspend = 1; enemy_num = _root.KoopaTroopa; if (alive == false) { _global.PLAYER.laid += 0; } else { ++_global.PLAYER.laid; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; fucking_scene = _root.EnemyTotal[enemy_num]; } else { if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; fucking_scene = 1 + random(_root.EnemyMax[enemy_num]); } } } if (alive == false) { if (_root.PlayScene > _root.EnemyTotal[enemy_num]) { f = fucking_scene + 2; gotoAndPlay(f); } else { f = _root.PlayScene + 2; gotoAndPlay(f); } } else { f = fucking_scene + 2; gotoAndPlay(f); } alive = false; } } frame 3 { notice = false; stop(); } } movieClip 4058 { frame 21 { bounced = bounce[random(7)]; if (bounced == 10 and _parent.baseline < _parent._y) { _parent.char.grav = -bounced; } else { if (bounced == -10 and _parent.baseline > _parent._y) { _parent.char.grav = -bounced; } else { _parent.char.grav = bounced; } } } } movieClip 4059 { frame 1 { function check_distance_horny() { dist = _root.Peach._x - this._x; if (dist < -12) { this._xscale = 100; char._right = false; movedir = 'left'; } else { if (dist > 12) { this._xscale = -100; char._right = true; movedir = 'right'; } else {} } } movedir = 'left'; var enemy_num = _root.CheepDaddy; var dist = 0; var baseline = this._y; onEnterFrame = function () { if (char.alive and !char.notice and _root.horny_bar > 10) { char.charspeed = 4; check_distance_horny(); } else { char.charspeed = 2; } if (char.movement) { if (char.alive) { if (char._right) { _x = _x + char.charspeed; } else { _x = _x - char.charspeed; } } if (char.grav > 0) { _y = _y + char.grav; --char.grav; } else { if (char.grav < 0) { _y = _y + char.grav; ++char.grav; } } if (baseline > this._y) { _y = _y + 1; } else { if (baseline < this._y) { _y = _y - 1; } } if (_root.ground.hitTest(_x, _y + 4, true)) { touchingGround = true; } else { touchingGround = false; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { _x = _x - char.charspeed; this._xscale = 100; char._right = false; movedir = 'left'; } if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { _x = _x + char.charspeed; this._xscale = -100; char._right = true; movedir = 'right'; } } if (_root.Peach.char.character._types.collisionBody.hitTest(char) and _root.movement and !_root.pausee and !_root.on_action and !_root.jumping) { char.do_over = false; if (char.alive) { } } }; } instance char of movieClip 4056 { onClipEvent (load) { var gravity = 1.4; var grav = 0; var movement = true; var charspeed = 2; var right = false; var alive = true; var stomped = false; var do_over = false; } } instance bounce of movieClip 4058 { onClipEvent (load) { var bounce = new Array('2', '-2', '4', '-4', '0', '10', '-10'); } } } movieClip 4060 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.movement) { _root.she_is_hit(); } }; } } instance of movieClip 4060 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this) and _root.movement) { _root.she_is_hit(); } } } movieClip 4061 { frame 1 { if (!once) { once = true; alive = true; } } frame 2 { gotoAndPlay(1); if (notice and !_root.on_action) { _root.Peach.accelX = 0; _root.on_action = true; _parent.stop(); _root.jump_pressed = true; _root.char.character.backside.gotoAndStop(1); enemy_num = _root.Blooper; _root.game_timer_suspend = 1; _root.movement = false; _root.Peach_show(0); if (alive == false) { _global.PLAYER.laids += 0; } else { ++_global.PLAYER.laids; ++_global.PLAYER.totalLaids; if (_root.EnemyTotal[enemy_num] < _root.EnemyMax[enemy_num]) { ++_root.EnemyTotal[enemy_num]; _root.blooper_fucking_scene = _root.EnemyTotal[enemy_num]; } else { if (_root.EnemyTotal[enemy_num] >= _root.EnemyMax[enemy_num]) { _root.EnemyAtMax[enemy_num] = true; _root.blooper_fucking_scene = 1 + random(_root.EnemyMax[enemy_num]); } } } if (alive == false) { if (_root.PlayScene > _root.EnemyTotal[enemy_num]) { f = _root.blooper_fucking_scene + 2; } else { f = _root.PlayScene + 2; } gotoAndPlay(f); } else { f = _root.blooper_fucking_scene + 2; gotoAndPlay(f); } alive = false; startover = false; } } frame 3 { stop(); notice = false; } frame 4 { stop(); notice = false; } frame 5 { stop(); notice = false; } frame 6 { stop(); notice = false; } } movieClip 4062 { frame 1 { xmod = 0; ymod = 0; movedir = 'right'; onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.movement and !_root.pausee) { blooper.do_over = false; if (blooper.alive) { blooper.notice = true; this.stop(); } else { if (Key.isDown(_root.keyEND) and !blooper.alive and !_root.on_action and !_root.masturbating) { _root.movement = false; blooper.do_over = true; blooper.gotoAndPlay('squish'); } else { if (Key.isDown(_root.key1)) { _root.PlayScene = 1; _root.currentStatusBar = 'Blooper: Sex scene Changed to \'1\''; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key2)) { _root.PlayScene = 2; if (_root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Blooper: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Blooper: Sex scene Changed to \'2\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key3)) { _root.PlayScene = 3; if (_root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Blooper: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Blooper: Sex scene Changed to \'3\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key4)) { _root.PlayScene = 4; if (_root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Blooper: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Blooper: Sex scene Changed to \'4\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key5)) { _root.currentStatusBar = 'Sorry, not yet implemented'; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key6)) { _root.currentStatusBar = 'Sorry, not yet implemented'; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key7)) { _root.currentStatusBar = 'Sorry, not yet implemented'; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key8)) { _root.currentStatusBar = 'Sorry, not yet implemented'; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key9)) { _root.currentStatusBar = 'Sorry, not yet implemented'; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key0)) { _root.currentStatusBar = 'Sorry, not yet implemented'; _root.HUD.statMC.gotoAndPlay(3); } } } } } } } } } } } } } }; } frame 5 { xmod = 50; ymod = -25; } frame 9 { xmod = 100; ymod = -50; } frame 16 { xmod = 100; ymod = -25; } frame 24 { xmod = 100; ymod = 0; } frame 32 { xmod = 100; ymod = 0; } frame 33 { xmod = 100; ymod = 0; movedir = 'left'; } frame 37 { xmod = 50; ymod = -25; } frame 41 { xmod = 0; ymod = -50; } frame 48 { xmod = 0; ymod = -25; } frame 56 { xmod = 0; ymod = -50; } frame 64 { xmod = 0; ymod = 0; } } instance of movieClip 1326 koopa { onClipEvent (load) { _color = 'red'; } } instance of movieClip 3754 { onClipEvent (load) { talk1 = 'This is an underwater level!'; this('This is an underwater level!'); talk2 = 'Be careful, there are white'; this('Be careful, there are white'); talk3 = 'gummies! I\'m so frightened!'; this('gummies! I\'m so frightened!'); talk4 = 'Good Luck!'; this('Good Luck!'); } } instance door1 of movieClip 4002 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 4002 { onClipEvent (load) { destiny = 'door1'; } } instance door9 of movieClip 3823 { onClipEvent (load) { goToNextLevel = true; } } instance door10 of movieClip 3823 { onClipEvent (load) { goToNextLevel = true; } } frame 32 { _root.CurrentArea = '0-5'; colorBackground = new Color(backColor); colorBackground.setRGB(6723993); _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'MiM Theme'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables(); stop(); } movieClip 4063 { } movieClip 4064 { } movieClip 4068 { frame 2 { stop(); } frame 3 { n = random(10); _root.game_timer_suspend = 1; if (_root.piping) { _root.movement = false; _root.Peach_show(0); } } frame 31 { advance = false; first_time = false; } frame 32 { if (!first_time) { sound_fall = new Sound(this); sound_fall.attachSound('peach ohmy'); sound_fall.start(0, 1); first_time = true; } if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 33 { if (Key.isDown(_root.keySPACE)) { advance = true; } if (n == 4) { if (!_root.skirt_remove) { _root.skirt_remove = true; sound_shred_random(); } } } frame 34 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 40 { if (!advance) { gotoAndPlay('struggle'); } } frame 52 { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = pipe1x; _root.Peach._y = pipe1y; _root.Peach_show(1); _root.movement = true; _root.piping = false; _root.on_pipe = false; _root.game_timer_suspend = 0; if (_root.Peach.hitTest(_root.water)) { _root.underwater = true; _root.Peach.char.grav = 0; } else { _root.underwater = false; } if (musicToPlay and !_root.P_power_activated) { _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.musicPlayingSpecialAreas = musicToPlay; _root.MUSIC(musicToPlay, 99); } _root.musicPlayingSpecialAreas = musicToPlay; _root.BGMsound.attachSound(musicToPlay); gotoAndPlay(1); } frame 53 { _root.movement = false; _root.Peach_show(0); _root.on_action = true; first_time = false; _root.on_pipe = true; _root.game_timer_suspend = 1; } frame 77 { advance = false; if (!first_time) { sound_fall = new Sound(this); sound_fall.attachSound('Peach ooh2'); sound_fall.start(0, 1); first_time = true; } } frame 78 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 79 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 80 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 81 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 82 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 83 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 84 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 85 { } frame 86 { if (Key.isDown(_root.keySPACE)) { advance = true; } head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 87 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 88 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 89 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 90 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 91 { _root.expr = 'Normal'; } frame 92 { _root.Peach_show(1); _root.movement = true; _root.on_action = false; _root.jump_pressed = true; _root.Peach.char.grav = 0; _root.Peach.char.peach_right = true; _root.on_pipe = false; _root.game_timer_suspend = 0; gotoAndPlay(1); } } movieClip 4070 { instance of movieClip 2141 { onClipEvent (load) { this.coins = 2; } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 2141 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 2315 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2315 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2315 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance pipe3 of movieClip 3520 { onClipEvent (load) { pipe1x = 2770; pipe1y = -300; destination = 'pipe4'; musicToPlay = 'music_mario3_3'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.vase2)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; pipe_functioning = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } instance vase1 of movieClip 4068 { onClipEvent (load) { pipe1x = -1625; pipe1y = 820; musicToPlay = 'Mario2'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.vase1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.vase2)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.on_pipe = true; _root.movement = false; _root.piping = true; gotoAndPlay('going_down_vase'); } } } else { _root.on_pipe_to_go_down = false; } } } instance poweritem3 of movieClip 3524 { onClipEvent (enterFrame) { } } instance pipe1 of movieClip 3520 { onClipEvent (load) { pipe1x = 700; pipe1y = 770; destination = 'pipe2'; musicToPlay = 'music_under'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.vase2)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; pipe_functioning = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance poweritem1 of movieClip 3486 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3960 { onClipEvent (enterFrame) { } } instance of movieClip 3964 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 875 { onClipEvent (load) { pipe1x = -1450; pipe1y = -200; destination = 'vase1'; musicToPlay = 'MiM Theme'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.musicPlayingSpecialAreas = musicToPlay; if (!_root.P_power_activated) { stopAllSounds(); _root.MUSIC(musicToPlay, 99); } _root.Peach._x = pipe1x; _root.Peach._y = pipe1y; _root.ground[destination].gotoAndPlay('going_up_vase'); } } } instance of movieClip 3485 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance vase2 of movieClip 4068 { onClipEvent (load) { pipe1x = 3170; pipe1y = 650; musicToPlay = 'Mario2'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.vase1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.vase2)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.on_pipe = true; _root.movement = false; _root.piping = true; gotoAndPlay('going_down_vase'); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3492 { onClipEvent (enterFrame) { } } instance of movieClip 3492 { onClipEvent (enterFrame) { } } instance poweritem6 of movieClip 3524 { onClipEvent (enterFrame) { } } instance life1 of movieClip 4040 { onClipEvent (enterFrame) { } } instance poweritem5 of movieClip 3524 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 875 { onClipEvent (load) { pipe1x = 3240; pipe1y = -140; destination = 'vase2'; musicToPlay = 'MiM Theme'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.musicPlayingSpecialAreas = musicToPlay; if (!_root.P_power_activated) { stopAllSounds(); _root.MUSIC(musicToPlay, 99); } _root.Peach._x = pipe1x; _root.Peach._y = pipe1y; _root.ground[destination].gotoAndPlay('going_up_vase'); } } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } } movieClip 4073 { instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } frame 2 { if (_root.Peach.hitTest(vision) and !_root.on_action) { gotoAndPlay(3); } else { gotoAndPlay(1); } } instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } frame 24 { if (!n or n >= 8) { n = 0; } ++n; _root.horny_respawn.attachMovie('shyguy', 'shyguygenerator' + n, 100 + n); _root.horny_respawn['shyguygenerator' + n]._x = _x + 22; _root.horny_respawn['shyguygenerator' + n]._y = _y; } frame 90 { if (_root.Peach.hitTest(vision)) { gotoAndPlay(3); } else { gotoAndPlay(2); } } } movieClip 4076 { instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } frame 2 { stop(); if (_global.FLAGS.enemiesAtATime > 9) { _global.FLAGS.enemiesAtATime = 0; } onEnterFrame = function () { if (!hog_hole_functioning) { if (_root.horny_bar > 10) { if (!_root.on_action) { if (!_root.pausee) { if (_root.Peach.char.hitTest(vision)) { hog_hole_functioning = true; _root.horny_respawn.attachMovie('dummy', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); gotoAndPlay('start'); delete onEnterFrame; } } } } } }; } frame 3 { if (_root.on_action) { gotoAndPlay(2); } } frame 48 { _root.horny_respawn.attachMovie('shyguy', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 100 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _x + 40; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y + 50; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime].spawn = true; ++_global.FLAGS.enemiesAtATime; gotoAndPlay('end'); } frame 155 { hog_hole_functioning = false; gotoAndPlay(2); } } instance c2 of movieClip 3856 { onClipEvent (enterFrame) { if (_root.Peach.char.CollisionFeet.hitTest(this)) { _root.Checkpoint2 = true; _root.Checkpoint1 = false; notice = true; this(notice); } } } instance of movieClip 886 shyguy { onClipEvent (load) { jumping = true; } } instance of movieClip 886 shyguy { onClipEvent (load) { _color = 'blue'; _type = 'bad'; } } movieClip 4077 { frame 2 { if (_root.horny_bar > 10) { gotoAndPlay(3); } } frame 4 { if (_root.horny_bar > 10) { gotoAndPlay(5); } } frame 6 { if (_root.horny_bar > 10) { gotoAndPlay(7); } } frame 8 { if (_root.horny_bar > 10) { gotoAndPlay(9); } } frame 10 { if (_root.horny_bar > 10) { gotoAndPlay(11); } } frame 12 { if (_root.horny_bar > 10) { gotoAndPlay(13); } } frame 14 { if (_root.horny_bar > 10) { gotoAndPlay(15); } } frame 16 { if (_root.horny_bar > 10) { gotoAndPlay(17); } } frame 18 { if (_root.horny_bar > 10) { gotoAndPlay(19); } } frame 20 { if (_root.horny_bar > 10) { gotoAndPlay(21); } } frame 22 { if (_root.horny_bar > 10) { gotoAndPlay(23); } } frame 24 { if (_root.horny_bar > 10) { gotoAndPlay(25); } } frame 26 { if (_root.horny_bar > 10) { gotoAndPlay(27); } } } movieClip 4081 { } movieClip 4082 { } movieClip 4083 { frame 24 { if (_root.Peach.hitTest(_parent._parent.vision)) { sound_fall = new Sound(this); sound_fall.attachSound('birdo attack'); sound_fall.start(0, 1); } } frame 30 { } frame 52 { _parent.movement = true; _parent.attack = false; _parent._parent.can_attack_soon = 1; stop(); _parent.gotoAndPlay('walk'); } } movieClip 4084 { frame 2 { gotoAndPlay(1); if (attack and alive) { movement = false; gotoAndPlay('attack'); } } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 4085 { frame 1 { function reInitializeTimer() { clearTimeout(char.attackTimer); char._timeout = 4000 + random(10000); char.attackTimer = setTimeout(doAttack, char._timeout); can_attack_soon = 0; } function doAttack() { turn_towards_peach(); char.movement = false; char.attack = true; } function turn_towards_peach() { dist = _root.Peach._x - this._x; if (dist < -12) { this._xscale = 100; char._right = false; movedir = 'left'; } else { if (dist > 12) { this._xscale = -100; char._right = true; movedir = 'right'; } else {} } } movedir = 'left'; var enemy_num = _root.Birdo; var dist = 0; var spawn = true; var can_attack_soon = 1; onEnterFrame = function () { if (can_attack_soon) { if (touchingGround) { if (_root.horny_bar < 11) { reInitializeTimer(); } } } if (sleeping) { if (!_root.ground.hitTest(this)) { _y = _y + 3; } } if (char.alive) { if (!char.notice) { if (_root.horny_bar > 10) { char.charspeed = 5; turn_towards_peach(); } else { char.charspeed = 2; } } } if (_root.Peach.hitTest(vision) and spawn) { spawn = false; char.movement = true; } if (char.movement) { if (char._right) { _x = _x + char.charspeed; } else { _x = _x - char.charspeed; } _y = _y + char.grav; char.grav += char.gravity; while (_root.ground.hitTest(_x, _y, true)) { _y = _y - char.gravity; char.grav = 0; } if (_root.ground.hitTest(_x, _y + 4, true)) { touchingGround = true; } else { touchingGround = false; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { _x = _x - char.charspeed; this._xscale = 100; char._right = false; movedir = 'left'; } else { if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { _x = _x + char.charspeed; this._xscale = -100; char._right = true; movedir = 'right'; } } } if (_root.Peach.char.character._type.collisionBody.hitTest(char)) { if (Key.isDown(_root.keyEND) and !char.alive and !_root.on_action) { _root.movement = false; char.do_over = true; } else { if (Key.isDown(_root.key1)) { _root.PlayScene = 1; _root.currentStatusBar = 'Birdo: Sex scene Changed to \'1\''; _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key2)) { _root.PlayScene = 2; if (!_root.EnemyAtMax[_root.Birdo] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Birdo: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Birdo: Sex scene Changed to \'2\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key3)) { _root.PlayScene = 3; if (!_root.EnemyAtMax[_root.Birdo] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Birdo: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Birdo: Sex scene Changed to \'3\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key4)) { _root.PlayScene = 4; if (!_root.EnemyAtMax[_root.Birdo] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Birdo: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Birdo: Sex scene Changed to \'4\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key5)) { _root.PlayScene = 5; if (!_root.EnemyAtMax[_root.Birdo] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Birdo: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Birdo: Sex scene Changed to \'5\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key6)) { _root.PlayScene = 6; if (!_root.EnemyAtMax[_root.Birdo] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Birdo: Sex scene Changed to \'6\''; } else { _root.currentStatusBar = 'Birdo: Not enough sex with living creatures yet!'; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key7)) { _root.PlayScene = 7; if (!_root.EnemyAtMax[_root.Birdo] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Birdo: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Birdo: Sex scene Changed to \'7\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key8)) { _root.PlayScene = 8; if (!_root.EnemyAtMax[_root.Birdo] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Birdo: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Birdo: Sex scene Changed to \'8\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key9)) { _root.PlayScene = 9; if (!_root.EnemyAtMax[_root.Birdo] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Birdo: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Birdo: Sex scene Changed to \'9\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (Key.isDown(_root.key0)) { _root.PlayScene = 10; if (!_root.EnemyAtMax[_root.Birdo] and _root.PlayScene > _root.EnemyTotal[enemy_num]) { _root.currentStatusBar = 'Birdo: Not enough sex with living creatures yet!'; } else { _root.currentStatusBar = 'Birdo: Sex scene Changed to \'10\''; } _root.HUD.statMC.gotoAndPlay(3); } else { if (_root.movement) { if (!_root.pausee) { if (touchingGround) { if (!_root.on_action) { if (_root.touchingGround) { char.do_over = false; if (char.alive) { } } } } } } } } } } } } } } } } } } }; stop(); } instance char of movieClip 4084 { onClipEvent (load) { var gravity = 1.6; var grav = 0; var movement = false; var charspeed = 2; var _right = false; var alive = true; var notice = false; var stomped = false; var do_over = false; var movedir = 'left'; var walk_for_a_bit = 0; var attack = false; var _timeout = 4000 + random(10000); var attackTimer = setTimeout(_parent.doAttack, _timeout); } } } instance of movieClip 3997 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } instance of movieClip 3997 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } instance of movieClip 3997 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: I\'m now in the SubCon land! With whom can I ask for help?\n(PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } frame 33 { _root.CurrentArea = 'airship1'; colorBackground = new Color(backColor); colorBackground.setRGB(6724095); ceiling_collision._visible = false; _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'airship music'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables('continue_from_last_area'); stop(); _root.Peach.char.grav = -4; } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3356 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 2574 { onClipEvent (load) { _color = 'grey'; } } instance of movieClip 2574 { onClipEvent (load) { _color = 'grey'; } } movieClip 4086 { } movieClip 4088 { } movieClip 4090 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 2 { stop(); } frame 3 { _root.score_add(40); } frame 8 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 21 { stop(); } instance of movieClip 3490 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 4091 { instance pipe1 of movieClip 3520 { onClipEvent (load) { _color = 'grey'; } onClipEvent (load) { pipe1x = 550; pipe1y = 640; destination = 'pipe2'; musicToPlay = 'music_under'; animation_destiny_pipe = 'upside_down_exit'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance poweritem1 of movieClip 4090 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance pipe2 of movieClip 3520 { onClipEvent (load) { _color = 'grey'; } } instance of movieClip 2141 { onClipEvent (load) { coins = 10; } } } instance of movieClip 585 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { _root.gotoAndPlay('score1'); } } } instance of movieClip 2341 { onClipEvent (load) { inverted = true; } } instance of movieClip 2341 { onClipEvent (load) { inverted = true; } } movieClip 4095 { instance of movieClip 875 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { _parent._parent.taken = true; _root.currentTip = 'Peach unlocked the X-Naut base!'; _root.HUD.tipsMC.gotoAndPlay(3); _root.isXtechLevelTriggered = true; _parent.gotoAndPlay('grab'); } } } frame 9 { gotoAndPlay(1); } frame 10 { loadMovie('', this); } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Gross! I will need to avoid those bombs! I can\'t let them..erhm...touch me!\n(PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.game_timer_suspend = 1; _root.movement = false; _root.Peach.char.character.gotoAndPlay(1); _root.currentPuzzle = 'Peach: Mario?? My Love? (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.game_timer_suspend = 0; _root.first_text_show = false; _root.movement = true; _root.HUD.PuzzleMC.gotoAndPlay('hide'); loadMovie('', this); } } } } movieClip 4098 { frame 2 { stop(); this._name = 'scrollStartPosition'; onEnterFrame = function () { if (_root.Peach.hitTest(this)) { if (_global.GAMECONFIG.setScrolling) { _global.FLAGS.scrollingLevel = true; } } }; } } movieClip 4100 { frame 2 { stop(); onEnterFrame = function () { if (_root.Peach.hitTest(this)) { _global.FLAGS.scrollingLevel = false; } }; } } frame 34 { _root.CurrentArea = '0-6'; ceiling_collision._visible = false; _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'music_osama_castle'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables(); stop(); } movieClip 4102 { } movieClip 4103 { } movieClip 4104 { } movieClip 4105 { } movieClip 4106 { } movieClip 4109 { } movieClip 4110 { frame 2 { stop(); } frame 70 { stop(); } } instance anchor of movieClip 4110 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { _root.Osama.meeting = 2; } } } movieClip 4115 { } movieClip 4116 { } movieClip 4118 { } movieClip 4120 { } movieClip 4122 { } movieClip 4125 { } movieClip 4128 { } movieClip 4132 { } movieClip 4134 { } movieClip 4137 { frame 2 { stop(); } frame 13 { gotoAndPlay('talk'); } } movieClip 4139 { } movieClip 4140 { } movieClip 4142 { } movieClip 4144 { } movieClip 4145 { frame 1 { function Osama_talk() { head.beard.gotoAndPlay('talk'); } function Osama_silent() { head.beard.gotoAndPlay('mute'); } stop(); } } instance Osama of movieClip 4145 { onClipEvent (load) { level_of_conversation = 0; meeting = 1; } onClipEvent (enterFrame) { if (!solved and meeting == 1) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.jumping and level_of_conversation == 0) { _root.movement = false; _root.Peach.char.gotoAndStop(1); _root.Peach.char.character.gotoAndStop(1); level_of_conversation = 1; Osama_talk(); _root.currentPuzzle = 'Osama: Hi my Dear! Ohh...Sorry about that, I was going to the bathroom! Are you ready to go to the enemy airship?\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { Osama_silent(); level_of_conversation = 2; _root.currentTip = 'Press a number to choose:'; _root.HUD.tipsMC.gotoAndPlay(3); _root.currentPuzzle = '1) Peach: Noooo! \n2) Peach: Yes, we need to get rid of them!'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key1) and level_of_conversation == 2) { Osama_talk(); sound_1 = new Sound(this); sound_1.attachSound('peachno2'); sound_1.start(0, 1); level_of_conversation = 3; _root.currentPuzzle = 'Osama: Then you\'re fucked! I\'ll teach you a lesson!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 3) { Osama_silent(); level_of_conversation = 0; if (_root.score_points > 1500) { _root.score_points -= 1500; } else { _root.score_points = 0; } _root.movement = true; _root.HUD.PuzzleMC.gotoAndPlay('hide'); uu = _root.BoobSize; while (uu < _root.MaxBoob - 1) { _root.Peach.char.heavyJump += 1; _root.Peach.char.maxJump += 1; _root.Peach_heavyJump = _root.Peach.char.heavyJump; _root.Peach.char.charheavyspeed += 1; _root.Peach.char.charspeed -= 1; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; ++_root.BoobSize; ++uu; } if (_root.BoobSize < _root.MaxBoob) { _root.Peach.char.heavyJump += 2; _root.Peach.char.maxJump += 2; _root.Peach_heavyJump = _root.Peach.char.heavyJump; ++_root.BoobSize; _root.Peach.char.charheavyspeed += 2; _root.Peach.char.charspeed -= 2; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; _root.cloth_bra_remove(); } sound_1 = new Sound(this); sound_1.attachSound('boing1'); sound_1.start(0, 1); sound_fall = new Sound(this); sound_fall.attachSound('Peach ooh4'); sound_fall.start(0, 1); level_of_conversation = 0; } else { if (Key.isDown(_root.key2) and level_of_conversation == 2) { Osama_talk(); _root.movement = false; level_of_conversation = 4; _root.currentPuzzle = 'Osama: Thank you, my dear! I\'ll wait here!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 4) { Osama_silent(); meeting = 0; level_of_conversation = 0; _root.first_text_show = false; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.anchor.gotoAndPlay('descend'); once = true; _root.currentTip = 'Hint: the anchor went down! Climb it to go to Airship level!'; _root.HUD.tipsMC.gotoAndPlay(3); } } } } } } } else { if (meeting == 2) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.jumping and level_of_conversation == 0) { Osama_talk(); _root.movement = false; _root.Peach.char.gotoAndStop(1); _root.Peach.char.character.gotoAndStop(1); level_of_conversation = 1; _root.currentPuzzle = 'Osama: What do you want, my dear? I\'ve already said, you need to climb there to go to the Airship!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { Osama_silent(); _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.PuzzleType = false; _root.movement = true; _global.PLAYER.lockAnimation = false; meeting = 0; level_of_conversation = 0; } } } } } } movieClip 4147 { } movieClip 4148 { } instance of movieClip 4010 { onClipEvent (load) { warp_to = 'airship1'; } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; if (_root.DressNum == 0) { talk = 'Peach: Oh no! I\'m stark naked in the Osama Palace! I have to act quickly!\n(PRESS SPACE)'; } else { if (_root.peachBoobShowing and !_root.peachBottomlessShowing) { talk = 'Peach: Oh no! My boobs are out in the open in the Osama Palace!\n(PRESS SPACE)'; } else { if (_root.peachBottomlessShowing) { talk = 'Peach: Oh no! My pussy and ass are totally exposed in the Osama Palace!\n(PRESS SPACE)'; } else { talk = 'Peach: Oh! I\'m in the Osama Palace, he is the King of SubCon!\n(PRESS SPACE)'; } } } } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk, 'surprised'); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } frame 35 { _root.CurrentArea = '0-3'; ceiling_collision._visible = false; _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'music_mario3_3'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables(); stop(); } movieClip 4152 { instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } frame 189 { if (_global.FLAGS.enemiesAtATime > 9) { _global.FLAGS.enemiesAtATime = 0; } if (!_root.on_action and !_root.pausee) { if (_root.Peach.char.character._type.collisionBody.hitTest(vision)) { _root.horny_respawn.attachMovie('dummy', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 150 + _global.FLAGS.enemiesAtATime); } else { gotoAndPlay(35); } } else { gotoAndPlay(35); } } frame 205 { _root.horny_respawn.attachMovie('goomba', 'enemygenerator' + _global.FLAGS.enemiesAtATime, 150 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._x = _x - 30; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y + 60; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime].spawn = true; ++_global.FLAGS.enemiesAtATime; } } movieClip 4153 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(collision)) { if (Key.isDown(_root.keyUP) or Key.isDown(_root.keyW) or Key.isDown(_root.keyDOWN) or Key.isDown(_root.keyS)) { _root.climbing = true; } } if (_root.Peach.char.character._type.collisionHead.hitTest(leftcollision) or _root.Peach.char.character._type.collisionHead.hitTest(rightcollision) or _root.Peach.char.character._type.collisionHead.hitTest(upcollision) or _root.Peach.char.character._type.collisionHead.hitTest(downcollision)) { _root.climbing = false; } }; } } movieClip 4154 { } movieClip 4155 { instance pipe2 of movieClip 3520 { onClipEvent (load) { pipe1x = 1280; pipe1y = -480; destination = 'pipe3'; musicToPlay = 'music_mario3_3'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) and !_root.piping and !_root.pipeDOWNbuttonPressed and _root.movement) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); _root.PiranhaPlant1.piranhaMain.piranhaPlant.gotoAndPlay(66); } } if (!Key.isDown(_root.keyS) and !Key.isDown(_root.keyDOWN)) { _root.pipeDOWNbuttonPressed = false; } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3524 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 3358 { onClipEvent (enterFrame) { } } instance of movieClip 2255 { onClipEvent (load) { _color = 'grey'; } onClipEvent (load) { pipe1x = 550; pipe1y = 640; destination = 'pipe2'; musicToPlay = 'music_under'; animation_destiny_pipe = 'upside_down_exit'; } onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(_root.ground.pipe1) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe2) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe3) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe4) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.CollisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 2255 { onClipEvent (load) { _color = 'grey'; } onClipEvent (load) { pipe1x = 550; pipe1y = 640; destination = 'pipe2'; musicToPlay = 'music_under'; animation_destiny_pipe = 'upside_down_exit'; } onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(_root.ground.pipe1) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe2) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe3) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe4) or _root.Peach.char.CoinGrab.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.CollisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } instance pipe1 of movieClip 3520 { onClipEvent (load) { pipe1x = -520; pipe1y = 830; destination = 'pipe2'; musicToPlay = 'music_under'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; pipe_functioning = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } instance poweritem3 of movieClip 3974 { onClipEvent (enterFrame) { } } instance of movieClip 3491 { onClipEvent (enterFrame) { } } } instance of movieClip 4040 { onClipEvent (enterFrame) { } } movieClip 4157 { instance vision of movieClip 875 { onClipEvent (load) { this._visible = false; } } frame 2 { if (_global.FLAGS.enemiesAtATime > 9) { _global.FLAGS.enemiesAtATime = 0; } onEnterFrame = function () { if (!functioning) { if (!_root.on_action) { if (!_root.pausee) { if (_root.Peach.char.hitTest(vision)) { functioning = true; _root.horny_respawn.attachMovie('dummy', 'enemygenerator2' + _global.FLAGS.enemiesAtATime, 310 + _global.FLAGS.enemiesAtATime); gotoAndPlay('start'); } } } } }; stop(); } frame 3 { if (_root.on_action) { gotoAndPlay(2); } } frame 27 { _root.horny_respawn.attachMovie('goomba', 'enemygenerator2' + _global.FLAGS.enemiesAtATime, 310 + _global.FLAGS.enemiesAtATime); _root.horny_respawn['enemygenerator2' + _global.FLAGS.enemiesAtATime]._x = _x + 50; _root.horny_respawn['enemygenerator2' + _global.FLAGS.enemiesAtATime]._y = _y + 25; _root.horny_respawn['enemygenerator2' + _global.FLAGS.enemiesAtATime].turnRight = true; ++_global.FLAGS.enemiesAtATime; } frame 110 { functioning = false; gotoAndPlay(2); } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Phew! Enough with those goombas! They\'re everywhere, God!\n(PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance door1 of movieClip 4002 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 4002 { onClipEvent (load) { destiny = 'door1'; } } instance door9 of movieClip 3823 { onClipEvent (load) { goToNextLevel = true; } } instance door10 of movieClip 3823 { onClipEvent (load) { goToNextLevel = true; } } frame 36 { _root.CurrentArea = '0-4'; ceiling_collision._visible = false; _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'music_mario3_2'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables(); stop(); } movieClip 4160 { } movieClip 4161 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 2 { stop(); } frame 8 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); if (_global.PLAYER.isSuperPeach == 'yes' || _root.CharMove == 'Racer' || _root.CharMove == 'Dress' || _root.CharMove == 'Leaf' || _root.CharMove == 'Raccoon' || _root.CharMove == 'Frog' || _root.CharMove == 'Fire') { gotoAndPlay('flower'); } } frame 21 { _root.horny_respawn.attachMovie('bigshroom', 'bigshroom2', 60); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.bigshroom2._x = auxPoint.x; _root.horny_respawn.bigshroom2._y = auxPoint.y + 5; stop(); } frame 34 { stop(); } instance of movieClip 3490 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 4163 { frame 1 { n = 50; movedir = 'left'; charspeed = -3; onEnterFrame = function () { if (_root.Peach.hitTest(vision)) { loadMovie('', vision); movement = true; } if (movement and !_root.pausee and _root.movement) { if (n < -50) { charspeed = 3; movedir = 'right'; } else { if (n > 50) { charspeed = -3; movedir = 'left'; } } if (movedir == 'right') { ++n; if (n > 45) { charspeed = 0.5; } else { if (n > 30) { charspeed = 1; } } } else { --n; if (n < -45) { charspeed = -0.5; } else { if (n < -30) { charspeed = -1; } } } _x = _x + charspeed; if (_root.Peach.char.character._type.collisionFeet.hitTest(this)) { _root.Peach._x += charspeed; } } }; } } movieClip 4164 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 2 { stop(); } frame 8 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 22 { _root.horny_respawn.attachMovie('1upmushroom', 'upmushroom2', 70); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.upmushroom2._x = auxPoint.x; _root.horny_respawn.upmushroom2._y = auxPoint.y + 5; stop(); } } movieClip 4165 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and (_root.can_grab_touch || _root.underwater)) { sound_hit1 = new Sound(this); sound_hit1.attachSound('hit1.mp3'); sound_hit1.start(0, 1); delete onEnterFrame; gotoAndPlay(3); } }; } frame 2 { stop(); } frame 10 { sound_grow = new Sound(this); sound_grow.attachSound('mushgrow.mp3'); sound_grow.start(0, 1); } frame 23 { _root.horny_respawn.attachMovie('poisonshroom', 'poisonshroom2', 65); auxPoint = new flash.geom.Point(0, 0); localToGlobal(auxPoint); _root.globalToLocal(auxPoint); _root.horny_respawn.poisonshroom2._x = auxPoint.x; _root.horny_respawn.poisonshroom2._y = auxPoint.y + 5; stop(); } } movieClip 4166 { instance pipe1 of movieClip 3520 { onClipEvent (load) { pipe1x = 660; pipe1y = 910; destination = 'pipe2'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe1) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe2) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe3) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe4) or _root.Peach.char.character._type.collisionBody.hitTest(_root.ground.pipe5)) { _root.on_pipe_to_go_down = true; if (_root.Peach.char.character._type.collisionFeet.hitTest(PipeAction) && !_root.piping) { if (Key.isDown(_root.keyS) or Key.isDown(_root.keyDOWN)) { _root.movement = false; pipe_functioning = false; _root.piping = true; _root.on_pipe = true; gotoAndPlay('going_down_pipe'); } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3491 { onClipEvent (enterFrame) { } } instance of movieClip 3524 { onClipEvent (enterFrame) { } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Huh? Do I need to go through this area?'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } frame 80 { _root.CurrentArea = '8-0'; _root.peach_update_char('Dress'); CumHead = 2; CumTits = 6; CumBody = 6; CumLegs = 6; colorBackground = new Color(backColor); colorBackground.setRGB(6724095); ceiling_collision._visible = false; _root.loadinfo.data.CurrentArea = _root.CurrentArea; _root.loadinfo.flush(); stopAllSounds(); _root.musicToPlayBeginning = 'music_x-naut'; _root.MUSIC(_root.musicToPlayBeginning, 99); _root.set_level_variables(); stop(); } movieClip 4173 { } movieClip 4174 { frame 1 { if (!once) { once = true; gotoAndPlay(1 + random(36)); } } } movieClip 4176 { } movieClip 4178 { } movieClip 4181 { } movieClip 4182 { } movieClip 4184 { } movieClip 4186 { } movieClip 4188 { } movieClip 4193 { frame 1 { if (!once) { once = true; gotoAndPlay(1 + random(30)); } } } movieClip 4194 { } movieClip 4197 { } movieClip 4198 { } movieClip 4200 { } instance of movieClip 3388 { onClipEvent (load) { _type = 'red'; light.gotoAndStop(_type); } } movieClip 4202 { } movieClip 4203 { } movieClip 4205 { } movieClip 4206 { } movieClip 4207 { } movieClip 4211 { } movieClip 4213 { } movieClip 4214 { } movieClip 4216 { } instance doorc of movieClip 3388 { onClipEvent (load) { gotoX = -2225; gotoY = -725; _type = 'red'; musicToPlay = 'stop'; light.gotoAndStop(_type); } } movieClip 4218 { } movieClip 4219 { } movieClip 4221 { } movieClip 4222 { } movieClip 4226 { } movieClip 4228 { frame 2 { stop(); onEnterFrame = function () { if (_type == 'green') { if (_root.Peach.char.hitTest(door)) { if (_root.movement and !_root.on_action) { if (leftside) { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyA)) { _root.movement = false; _root.Peach_show(0); gotoAndPlay('open'); delete onEnterFrame; } } else { if (Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyD)) { _root.movement = false; _root.Peach_show(0); gotoAndPlay('open'); delete onEnterFrame; } } } } } }; } frame 23 { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = gotoX; _root.Peach._y = gotoY; _root.movement = true; _root.Peach_show(1); gotoAndPlay(1); } } instance of movieClip 4228 { onClipEvent (load) { gotoX = 1300; gotoY = -175; _type = 'green'; light.gotoAndStop(_type); } } movieClip 4230 { } instance of movieClip 4228 { onClipEvent (load) { gotoX = 825; gotoY = -175; _type = 'green'; leftside = true; light.gotoAndStop(_type); } } movieClip 4235 { } movieClip 4236 { } movieClip 4238 { } movieClip 4239 { } movieClip 4240 { frame 2 { stop(); onEnterFrame = function () { if (_root.Peach.char.hitTest(door)) { if ((_type == 'green' or _type == 'absent') and gotoX) { if (_root.movement and !_root.on_action) { if (leftside) { if (Key.isDown(_root.keyLEFT) or Key.isDown(_root.keyA)) { _root.movement = false; _root.on_action = true; _root.Peach_show(0); gotoAndPlay('open'); delete onEnterFrame; } } else { if (Key.isDown(_root.keyRIGHT) or Key.isDown(_root.keyD)) { _root.movement = false; _root.Peach_show(0); gotoAndPlay('open'); delete onEnterFrame; } } } } } }; } frame 23 { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = gotoX; _root.Peach._y = gotoY; _root.movement = true; _root.Peach_show(1); _root.on_action = false; gotoAndPlay(1); if (musicToPlay) { _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.musicPlayingSpecialAreas = musicToPlay; _root.MUSIC(musicToPlay, 99); } } } instance of movieClip 4240 { onClipEvent (load) { gotoX = -200; gotoY = 860; _type = 'green'; leftside = true; musicToPlay = 'music_x-naut'; light.gotoAndStop(_type); } } movieClip 4245 { } movieClip 4248 { } movieClip 4252 { } movieClip 4255 { } movieClip 4257 { } movieClip 4260 { } movieClip 4261 { frame 43 { gotoAndPlay(1); } frame 44 { stop(); } } movieClip 4267 { frame 2 { stop(); } frame 40 { stop(); _root.soundFX('Coin', 4); } frame 78 { stop(); _root.soundFX('sound_fail', 4); _parent.button.gotoAndPlay('fail'); } } movieClip 4270 { } movieClip 4272 { } movieClip 4274 { } movieClip 4275 { frame 1 { stop(); } instance of movieClip 4270 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (!_root.Peach.char.hitTest(this)) { infotext = false; } if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (_root.PuzzleType == 'init') { if (_root.Peach.char.hitTest(this)) { if (!infotext) { infotext = true; _root.currentTip = 'Press \'UP\' key to talk to TEC-XXX'; _root.HUD.tipsMC.gotoAndPlay(3); } if (level_of_conversation == 0 and (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP)) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.peach_locked('backside'); level_of_conversation = 1; _root.currentPuzzle = 'Peach: TEC-XX? Oh, please answer me!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 1) { spacePressed = true; level_of_conversation = 2; _root.currentPuzzle = 'TEC-XXX: Princess, I\'m TEC-XXX, an upgraded version.\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 2) { spacePressed = true; level_of_conversation = 3; _root.currentPuzzle = 'TEC-XXX: I can fell more than love. I can do interesting things. I know you want to get out of this place and I can help you.\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 3) { spacePressed = true; level_of_conversation = 4; _root.currentPuzzle = 'Peach: Oh Please how I can get out of here?\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 4) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 5; _root.currentPuzzle = 'TEC-XXX: You have to go to Sir Grodus office, find the yellow disk, and put it in his computer.\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 5) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 6; if (alreadyOpened) { _root.currentPuzzle = 'TEC-XXX: I\'ve already opened the laboractory door. Please go there!\n(PRESS SPACE)'; } else { _root.currentPuzzle = 'TEC-XXX: I will open the lab door. Its light will be shining green. Please take the first elevator on your left, then go left. It\'s the last front facing door. We have little time. (PRESS SPACE)'; } _root.doorc._type = 'green'; _root.elevator1._type = 'green'; alreadyOpened = true; _root.PuzzleType == 'lab1'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 6) { spacePressed = true; _root.peach_unlocked(); _root.PuzzleType = 'lab1'; _global.PLAYER.lockAnimation = false; level_of_conversation = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); infotext = false; } } } } } } } } } else { if (_root.PuzzleType == 'analyse') { if (_root.Peach.char.hitTest(this)) { if (!infotext) { infotext = true; _root.currentTip = 'Press \'UP\' key to talk to TEC-XXX'; _root.HUD.tipsMC.gotoAndPlay(3); } if (level_of_conversation == 0 and (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP)) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.peach_locked('backside'); level_of_conversation = 1; _root.currentPuzzle = 'Peach: TEC-XX? I...I did it!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 1) { spacePressed = true; level_of_conversation = 2; _root.currentPuzzle = 'TEC-XXX: Thanks, Princess, I\'m analysing the data now.\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 2) { spacePressed = true; level_of_conversation = 3; _root.currentPuzzle = 'TEC-XXX: Please wait a bit...\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 3) { spacePressed = true; level_of_conversation = 4; _root.currentPuzzle = 'TEC-XXX: Ok!! I\'ve disabled all Grodus\'s data. This place is safe now! Your spaceship is inside that door on the right. You need to go, now... I....I love you, Peachy! I will miss you!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 4) { spacePressed = true; _root.peach_unlocked(); _global.PLAYER.lockAnimation = false; _root.PuzzleType = 'spaceship'; _root.door_spaceship._type = 'green'; level_of_conversation = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); infotext = false; delete onEnterFrame; } } } } } } } } } } } movieClip 4278 { } movieClip 4280 { } movieClip 4282 { } movieClip 4284 { } movieClip 4288 { } movieClip 4290 { } movieClip 4291 { } movieClip 4292 { } movieClip 4293 { frame 1 { if (!once) { once = true; eyeType = 'blue'; } stop(); } frame 2 { stop(); } } instance of movieClip 4293 { onClipEvent (load) { level_of_conversation = 0; meeting = 1; } onClipEvent (enterFrame) { if (!_root.Peach.char.character._type.collisionBody.hitTest(this)) { meeting = 1; } if (meeting == 1 and _root.PuzzleType == 'lounge') { if (!solved and _root.CharNum != 2) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.jumping and level_of_conversation == 0) { _root.Peach.accelX = 0; _root.movement = false; _root.Peach.char.gotoAndStop(1); _root.Peach.char.character.gotoAndStop(1); level_of_conversation = 1; this.gotoAndStop('talk'); _root.currentPuzzle = 'Sir Grodus: Princess Peach! I want the MAP!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { this.gotoAndStop('stopped'); level_of_conversation = 2; _root.currentTip = 'Press a number to choose:'; _root.HUD.tipsMC.gotoAndPlay(3); _root.currentPuzzle = '1) Peach: I don\'t have it! \n2) Peach: My request is: RELEASE ME!'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key1) and level_of_conversation == 2) { _root.currentTip = ''; sound_1 = new Sound(this); sound_1.attachSound('peachno2'); sound_1.start(0, 1); level_of_conversation = 3; this.gotoAndStop('talk'); _root.currentPuzzle = 'Sir Grodus: I will investigate you!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 3) { this.gotoAndStop('stopped'); level_of_conversation = 0; if (_root.score_points > 1500) { _root.score_points -= 1500; } else { _root.score_points = 0; } _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); uu = _root.BoobSize; while (uu < _root.MaxBoob - 1) { _root.Peach.char.heavyJump += 1; _root.Peach.char.maxJump += 1; _root.Peach_heavyJump = _root.Peach.char.heavyJump; _root.Peach.char.charheavyspeed += 1; _root.Peach.char.charspeed -= 1; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; ++_root.BoobSize; ++uu; } if (_root.BoobSize < _root.MaxBoob) { _root.Peach.char.heavyJump += 2; _root.Peach.char.maxJump += 2; _root.Peach_heavyJump = _root.Peach.char.heavyJump; ++_root.BoobSize; _root.Peach.char.charheavyspeed += 2; _root.Peach.char.charspeed -= 2; _root.Peach_charheavyspeed = _root.Peach.char.charheavyspeed; _root.cloth_bra_remove(); } sound_1 = new Sound(this); sound_1.attachSound('boing1'); sound_1.start(0, 1); sound_fall = new Sound(this); sound_fall.attachSound('Peach ooh4'); sound_fall.start(0, 1); level_of_conversation = 0; meeting = 0; } else { if (Key.isDown(_root.key2) and level_of_conversation == 2) { this.gotoAndStop('talk'); _root.currentTip = ''; _root.movement = false; level_of_conversation = 4; _root.currentPuzzle = 'Sir Grodus: Not after me screwing you up!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 4) { this.gotoAndStop('stopped'); meeting = 0; level_of_conversation = 0; solved = true; _root.first_text_show = false; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); once = true; } } } } } } } } else { if (_root.PuzzleType == 'diskInserted') { if (!solved2) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.jumping and level_of_conversation == 0) { _root.Peach.accelX = 0; _root.movement = false; level_of_conversation = 1; this.gotoAndStop('talk'); eyeType = 'red'; _root.Peach.char.character.gotoAndStop('surprised'); _root.currentPuzzle = 'Sir Grodus: Hey!! What\'s that?? You slut, who do you think you are to invade my room? You are in a BIG trouble!!! (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { this.gotoAndStop('stopped'); meeting = 0; level_of_conversation = 0; solved2 = true; _root.first_text_show = false; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); once = true; } } } } } } } instance of movieClip 3388 { onClipEvent (load) { gotoX = 1300; gotoY = 375; _type = 'red'; light.gotoAndStop(_type); } } movieClip 4297 { } movieClip 4300 { } movieClip 4301 { frame 1 { if (!_parent._type) { _parent._type = 'red'; } gotoAndPlay(_parent._type); } frame 3 { gotoAndPlay(_parent._type); } frame 5 { gotoAndPlay(_parent._type); } } movieClip 4303 { } movieClip 4305 { } movieClip 4307 { frame 2 { stop(); onEnterFrame = function () { if (_type == 'green') { if (_root.Peach.char.character._type.collisionBody.hitTest(light)) { if (Key.isDown(_root.keyUP) or Key.isDown(_root.keyW)) { _root.movement = false; _root.on_action = true; _root.Peach_show(0); gotoAndPlay('open'); delete onEnterFrame; } } } }; } frame 34 { _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.Peach._x = gotoX; _root.Peach._y = gotoY; _root.movement = true; _root.Peach_show(1); _root.on_action = false; _root.Peach.peach_state = 'standright'; gotoAndPlay(1); } } instance elevator1 of movieClip 4307 { onClipEvent (load) { gotoX = -900; gotoY = -140; _type = 'red'; light.gotoAndStop(_type); } } instance of movieClip 4307 { onClipEvent (load) { _type = 'red'; light.gotoAndStop(_type); } } instance of movieClip 4307 { onClipEvent (load) { gotoX = -900; gotoY = 860; _type = 'green'; light.gotoAndStop(_type); } } instance of movieClip 3388 { onClipEvent (load) { gotoX = 1300; gotoY = 375; _type = 'red'; light.gotoAndStop(_type); } } movieClip 4310 { } movieClip 4311 { } instance of movieClip 4311 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (!_root.Peach.char.hitTest(this)) { infotext = false; } if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (_root.Peach.char.hitTest(this)) { if (!infotext) { infotext = true; _root.currentTip = 'Locker'; _root.HUD.tipsMC.gotoAndPlay(3); } if (level_of_conversation == 0 and (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP)) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.movement = false; level_of_conversation = 1; _root.currentPuzzle = 'Peach: Errr...is that.. CUM?'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { level_of_conversation = 0; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); } } } } } movieClip 4313 { } instance bed of movieClip 4313 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (!_root.Peach.char.hitTest(this)) { infotext = false; } if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (_root.Peach.char.hitTest(this)) { if (!infotext) { infotext = true; _root.currentTip = 'Press \'UP\' key to use the bed'; _root.HUD.tipsMC.gotoAndPlay(3); } if (level_of_conversation == 0 and (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP)) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.movement = false; level_of_conversation = 1; _root.currentPuzzle = 'Peach: How gross! am I supposed to sleep on THIS?'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { level_of_conversation = 2; _root.currentTip = 'Press a number to choose:'; _root.HUD.tipsMC.gotoAndPlay(3); _root.currentPuzzle = '1) Sleep \n2) Masturbate under the sheets (diminishes horny bar)\n3) Go away'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key1) and level_of_conversation == 2) { _root.currentTip = ''; level_of_conversation = 3; _root.currentPuzzle = '(not yet implemented, sorry)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key2) and level_of_conversation == 2) { _root.currentTip = ''; level_of_conversation = 3; _root.currentPuzzle = '(not yet implemented, sorry)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 3 or Key.isDown(_root.key3) and level_of_conversation == 2) { level_of_conversation = 0; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); } } } } } } } } instance of movieClip 4240 { onClipEvent (load) { gotoX = -2310; gotoY = 275; _type = 'absent'; leftside = true; light.gotoAndStop(_type); } } movieClip 4315 { } movieClip 4320 { } instance of movieClip 4320 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (!_root.Peach.char.hitTest(this)) { infotext = false; } if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (_root.Peach.char.hitTest(this)) { if (!infotext) { infotext = true; _root.currentTip = 'Mirror'; _root.HUD.tipsMC.gotoAndPlay(3); } if (level_of_conversation == 0 and (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP)) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.movement = false; level_of_conversation = 1; _root.currentPuzzle = 'Peach: I\'m so pretty!'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { level_of_conversation = 0; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); } } } } } movieClip 4322 { } movieClip 4324 { } movieClip 4325 { } instance toilet of movieClip 4325 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (!_root.Peach.char.hitTest(this)) { infotext = false; } if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (_root.Peach.char.hitTest(this)) { if (!infotext) { infotext = true; _root.currentTip = 'Press \'UP\' key to use toilet'; _root.HUD.tipsMC.gotoAndPlay(3); } if (level_of_conversation == 0 and (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP)) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.movement = false; level_of_conversation = 1; _root.currentPuzzle = 'Peach: Hmmm a toilet! Well..even princess like me need to ...you know...'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { level_of_conversation = 2; _root.currentTip = 'Press a number to choose:'; _root.HUD.tipsMC.gotoAndPlay(3); _root.currentPuzzle = '1) Use the toilet! \n2) Masturbate in the toilet!\n3) Go away'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key1) and level_of_conversation == 2) { _root.currentTip = ''; level_of_conversation = 3; _root.currentPuzzle = '(not yet implemented, sorry)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key2) and level_of_conversation == 2) { _root.currentTip = ''; level_of_conversation = 3; _root.currentPuzzle = '(not yet implemented, sorry)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 3 or Key.isDown(_root.key3) and level_of_conversation == 2) { level_of_conversation = 0; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); } } } } } } } } movieClip 4327 { frame 1 { stop(); } } instance of movieClip 4240 { onClipEvent (load) { _type = 'red'; leftside = true; light.gotoAndStop(_type); } } movieClip 4329 { frame 1 { stop(); } } movieClip 4337 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } } movieClip 4338 { frame 1 { stop(); put_in = false; gravity = 1.4; grav = -2; charspeed = 6; alreadybackside = true; onEnterFrame = function () { if (!_root.Peach.char.character._type.collisionBody.hitTest(this)) { once_infotext = false; } if (!concoct) { if (!put_in) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (_root.Peach.peach_state != 'backside') { alreadybackside = false; } if (_global.PLAYER.isCarryingVeggie) { if (!once_infotext) { once_infotext = true; _root.currentTip = 'Press \'UP\' key to insert a test tube in ' + this._name; _root.HUD.tipsMC.gotoAndPlay(3); } if (!alreadybackside and _root.CharNum != 'Frog' and _root.Peach.peach_state == 'backside') { if (_global.PLAYER.currentVeggieType == 'tubeblue') { loaded_tube = 'tubeblue'; button.gotoAndPlay('blue'); } else { if (_global.PLAYER.currentVeggieType == 'tubeyellow') { loaded_tube = 'tubeyellow'; button.gotoAndPlay('yellow'); } else { if (_global.PLAYER.currentVeggieType == 'tubegreen') { loaded_tube = 'tubegreen'; button.gotoAndPlay('green'); } else { if (_global.PLAYER.currentVeggieType == 'tubered') { loaded_tube = 'tubered'; button.gotoAndPlay('red'); } } } } if (loaded_tube) { monitor.gotoAndPlay('run'); veggieNum = _global.FLAGS.carryingVeggieNumber; _root.Peach.runPressed = true; _global.PLAYER.isCarryingVeggie = false; _root.soundFX('sound_throw', 3); put_in = true; _root.Peach.char.character.gotoAndPlay('backside'); alreadybackside = true; if (correctTube != _global.PLAYER.currentVeggieType) { monitor.gotoAndPlay('fail'); } } else { _root.currentTip = 'You can insert Test Tubes only!'; alreadybackside = true; _root.HUD.tipsMC.gotoAndPlay(3); } } } } } else { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (_root.Peach.peach_state != 'backside') { alreadybackside = false; } if (!_global.PLAYER.isCarryingVeggie) { if (!once_infotext) { once_infotext = true; _root.currentTip = 'Press \'UP\' key to remove a test tube from ' + this._name; _root.HUD.tipsMC.gotoAndPlay(3); } if (!alreadybackside and _root.CharNum != 'Frog' and _root.Peach.peach_state == 'backside') { _global.FLAGS.carryingVeggieNumber = veggieNum; _root.Peach.runPressed = true; _global.PLAYER.isCarryingVeggie = true; _global.PLAYER.currentVeggieType = loaded_tube; _root.soundFX('sound_veg', 3); put_in = false; alreadybackside = true; loaded_tube = false; button.gotoAndPlay('off'); monitor.gotoAndPlay('off'); _root.Peach.char.character.gotoAndPlay('backsideveg'); } } } } } }; } } instance CC1 of movieClip 4338 { onClipEvent (load) { correctTube = 'tubered'; } } instance CC2 of movieClip 4338 { onClipEvent (load) { correctTube = 'tubegreen'; } } instance CC3 of movieClip 4338 { onClipEvent (load) { correctTube = 'tubeyellow'; } } instance CC4 of movieClip 4338 { onClipEvent (load) { correctTube = 'tubeblue'; } } movieClip 4340 { frame 1 { stop(); gravity = 1.4; grav = -2; charspeed = 6; alreadybackside = true; onEnterFrame = function () { if (!used and !_parent.concocting) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (_root.Peach.peach_state != 'backside') { alreadybackside = false; } if (!_global.PLAYER.isCarryingVeggie) { if (!alreadybackside and _root.CharNum != 'Frog' and _root.Peach.peach_state == 'backside') { _root.Peach.runPressed = true; _global.PLAYER.isCarryingVeggie = true; _root.soundFX('sound_veg', 3); _global.PLAYER.currentVeggieType = 'tubeempty'; _global.PLAYER.isReadyToGrabVeggie = false; if (_global.FLAGS.veggieNumber > _global.FLAGS.veggieLimit) { _global.FLAGS.veggieNumber = 0; } else { ++_global.FLAGS.veggieNumber; } _global.FLAGS.carryingVeggieNumber = _global.FLAGS.veggieNumber; _root.Peach.char.character.gotoAndPlay('backsideveg'); used = true; _parent.gotoAndPlay('remove'); loadMovie('', this); } } } } }; } } movieClip 4342 { frame 1 { stop(); gravity = 1.4; grav = -2; charspeed = 6; alreadybackside = true; onEnterFrame = function () { if (_root.PuzzleType == 'lab2' and !concocting) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (_root.Peach.peach_state != 'backside') { alreadybackside = false; } if (!_global.PLAYER.isCarryingVeggie) { if (!alreadybackside and _root.CharNum != 'Frog' and _root.Peach.peach_state == 'backside') { _root.Peach.runPressed = true; _root.soundFX('sound_veg', 3); _global.PLAYER.currentVeggieType = 'full'; _global.PLAYER.isCarryingVeggie = true; _root.messagebox1.drink = true; _root.PuzzleType = 'lab3'; _parent.gotoAndPlay('remove'); loadMovie('', this); } } } } }; } } movieClip 4343 { frame 1 { onEnterFrame = function () { if (!_root.Peach.char.character._type.collisionBody.hitTest(b)) { once_infotext = false; } if (!concocting) { if (_root.Peach.char.character._type.collisionBody.hitTest(b)) { if (_root.Peach.peach_state != 'backside') { alreadybackside = false; } if (!once_infotext) { once_infotext = true; _root.currentTip = 'Press \'UP\' key to start concocting!'; _root.HUD.tipsMC.gotoAndPlay(3); } if (!alreadybackside and _root.CharNum != 'Frog' and _root.Peach.peach_state == 'backside') { if (_root.CC1.loaded_tube and _root.CC2.loaded_tube and _root.CC3.loaded_tube and _root.CC4.loaded_tube) { concocting = true; gotoAndPlay('concoct'); b.gotoAndPlay('red'); } else { if (!once_infotext) { once_infotext = true; _root.currentTip = 'You need to put all test tubes inside all machines!'; _root.HUD.tipsMC.gotoAndPlay(3); } } } } } }; } frame 2 { stop(); } frame 3 { delete onEnterFrame; } frame 15 { stop(); } instance of movieClip 875 { onClipEvent (load) { alreadybackside = true; } onClipEvent (enterFrame) { if (_root.Peach.peach_state != 'backside') { alreadybackside = false; } if (!used) { if (!alreadybackside and _root.Peach.char.character._type.collisionBody.hitTest(this)) { if (_root.CharNum != 'Frog' and _root.Peach.peach_state == 'backside') { if (_global.PLAYER.currentVeggieType == 'tubeempty') { _root.Peach.runPressed = true; _global.PLAYER.isCarryingVeggie = false; _root.soundFX('sound_veg_drop', 3); used = true; _root.Peach.char.character.gotoAndPlay('backside'); _parent.gotoAndPlay('add'); loadMovie('', this); } } } } } } frame 16 { _root.soundFX('sound_alarm', 3, 7); } frame 65 { stop(); collector.tube.gotoAndPlay('full'); concocting = false; b.gotoAndPlay('off'); alreadybackside = true; _root.musicPlayingSpecialAreas = 'music_x-naut'; if (!_root.P_power_activated) { stopAllSounds(); _root.MUSIC('music_x-naut', 99); } } } instance ccc of movieClip 4343 { } instance of movieClip 4240 { onClipEvent (load) { gotoX = -2725; gotoY = 870; _type = 'absent'; light.gotoAndStop(_type); } } instance door1 of movieClip 4240 { onClipEvent (load) { gotoX = -1970; gotoY = 890; _type = 'red'; light.gotoAndStop(_type); } } instance of movieClip 4240 { onClipEvent (load) { gotoX = -2300; gotoY = 890; _type = 'absent'; leftside = true; light.gotoAndStop(_type); } } instance door_lounge of movieClip 4240 { onClipEvent (load) { gotoX = -100; gotoY = -140; _type = 'red'; musicToPlay = 'music_computer'; light.gotoAndStop(_type); } } instance of movieClip 4240 { onClipEvent (load) { gotoX = -480; gotoY = -150; leftside = true; _type = 'green'; musicToPlay = 'music_x-naut'; light.gotoAndStop(_type); } } instance door_tec of movieClip 4240 { onClipEvent (load) { gotoX = 1300; gotoY = 375; _type = 'green'; musicToPlay = 'music_computer2'; light.gotoAndStop(_type); } } instance doorc2 of movieClip 3388 { onClipEvent (load) { gotoX = -2040; gotoY = -140; _type = 'green'; musicToPlay = 'music_x-naut'; light.gotoAndStop(_type); } } movieClip 4346 { } movieClip 4348 { } movieClip 4351 { } movieClip 4352 { } instance of movieClip 4352 { onClipEvent (load) { solved = false; level_of_conversation = 0; } onClipEvent (enterFrame) { if (_root.PuzzleType == 'lounge') { if (_root.Peach.char.hitTest(this)) { if (level_of_conversation == 0 and (Key.isDown(_root.keyW) or Key.isDown(_root.keyUP)) and !Key.isDown(_root.keyLEFT) and !Key.isDown(_root.keyRIGHT) and !Key.isDown(_root.keyA) and !Key.isDown(_root.keyD)) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.peach_locked('backside'); level_of_conversation = 1; _root.soundFX('peach_did_it', 2); _root.currentPuzzle = 'Peach: I did it! Found the disk!'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { solved = true; _root.peach_unlocked(); _global.PLAYER.lockAnimation = false; level_of_conversation = 0; _root.PuzzleType = 'disk'; _root.HUD.PuzzleMC.gotoAndPlay('hide'); delete onEnterFrame; } } } } else {} } } movieClip 4356 { } movieClip 4357 { } movieClip 4358 { } movieClip 4360 { } movieClip 4361 { } instance door_spaceship of movieClip 4240 { onClipEvent (load) { _type = 'red'; light.gotoAndStop(_type); } } movieClip 4362 { instance of movieClip 875 { onClipEvent (enterFrame) { if (!once and _root.Peach.char.hitTest(this)) { once = true; _root.isXtechLevelOut = true; _root.gotoAndPlay('score1'); loadMovie('', this); } } } frame 9 { gotoAndPlay(1); } frame 10 { } } movieClip 4363 { } movieClip 4365 { } movieClip 4368 { } movieClip 4369 { } movieClip 4370 { frame 22 { gotoAndPlay('run'); } } movieClip 4371 { } movieClip 4372 { frame 1 { function reset() { clearTimeout(timeout); } stop(); timeout = setTimeout(function () { gotoAndPlay('running'); }, 5000 / (1 + random(10))); movement = false; this.onUnload = reset; } frame 2 { timeout = setTimeout(function () { gotoAndPlay('breathing'); }, 10000 / (1 + random(10))); stop(); movement = true; if (!once) { once = true; _right = false; charspeed = 3; grav = 0; gravity = 1; } change_direction = random(2); if (change_direction == 1) { change_direction = 0; if (_right) { _x = _x - charspeed; this._xscale = 100; _right = false; movedir = 'left'; } else { _x = _x + charspeed; this._xscale = -100; _right = true; movedir = 'right'; } } onEnterFrame = function () { if (movement) { if (_right) { _x = _x + charspeed; } else { _x = _x - charspeed; } if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { _x = _x - charspeed; this._xscale = 100; _right = false; movedir = 'left'; } else { if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { _x = _x + charspeed; this._xscale = -100; _right = true; movedir = 'right'; } } } }; } frame 3 { stop(); } frame 4 { stop(); movement = false; } } instance of movieClip 4372 { onClipEvent (load) { level_of_conversation = 0; meeting = 1; questions = new Array('X-Naut PHD: Hey! What are YOU doing here?\n(PRESS SPACE)', 'X-Naut PHD: WAIT WAIT WAIT! Why are you outside your room?\n(PRESS SPACE)', 'X-Naut PHD: Huh? You here? Explain yourself!\n(PRESS SPACE)'); } onClipEvent (enterFrame) { if (!_root.Peach.char.character._type.collisionBody.hitTest(this)) { meeting = 1; } if (_root.CharNum != 2 and !solved and meeting == 1 and !_root.on_action) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.jumping and level_of_conversation == 0) { _root.Peach.accelX = 0; clearTimeout(timeout); movement = false; _root.movement = false; _root.Peach.char.gotoAndStop(1); _root.Peach.char.character.gotoAndStop(1); level_of_conversation = 1; this.gotoAndStop('talk'); _root.currentPuzzle = questions[random(3)]; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { this.gotoAndStop('stopped'); level_of_conversation = 2; _root.currentTip = 'Press a number to choose:'; _root.HUD.tipsMC.gotoAndPlay(3); _root.currentPuzzle = '1) I don\'t know! \n2) I\'ve lost my clothes!\n3) I\'m searching for Mario!'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key1) and level_of_conversation == 2) { _root.currentTip = ''; sound_1 = new Sound(this); sound_1.attachSound('peachno2'); sound_1.start(0, 1); level_of_conversation = 3; this.gotoAndStop('talk'); _root.currentPuzzle = 'X-Naut PHD: I will lead you to your room!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 3) { level_of_conversation = 0; _root.Peach._x = _root.bed._x; _root.Peach._y = _root.bed._y; _root.soundFX('Peach nooo', 2); _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.movement = true; _global.PLAYER.lockAnimation = false; meeting = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); movement = true; this.gotoAndStop('breathing'); } else { if (Key.isDown(_root.key2) and level_of_conversation == 2) { this.gotoAndStop('talk'); _root.currentTip = ''; _root.movement = false; level_of_conversation = 4; _root.currentPuzzle = 'X-Naut PHD: Then you are ready to be fucked!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 4) { this.gotoAndStop('breathing'); meeting = 0; level_of_conversation = 0; solved = true; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); movement = true; } else { if (Key.isDown(_root.key3) and level_of_conversation == 2) { this.gotoAndStop('talk'); _root.currentTip = ''; _root.movement = false; level_of_conversation = 5; _root.currentPuzzle = 'X-Naut PHD: Oh!! Really?\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 5) { this.gotoAndStop('breathing'); meeting = 0; level_of_conversation = 0; solved = true; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); movement = true; } } } } } } } } } } } instance of movieClip 4372 { onClipEvent (load) { level_of_conversation = 0; meeting = 1; questions = new Array('X-Naut PHD: Hey! What are YOU doing here?\n(PRESS SPACE)', 'X-Naut PHD: WAIT WAIT WAIT! Why are you outside your room?\n(PRESS SPACE)', 'X-Naut PHD: Huh? You here? Explain yourself!\n(PRESS SPACE)'); } onClipEvent (enterFrame) { if (!_root.Peach.char.character._type.collisionBody.hitTest(this)) { meeting = 1; } if (_root.CharNum != 2 and !solved and meeting == 1 and !_root.on_action) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.jumping and level_of_conversation == 0) { _root.Peach.accelX = 0; clearTimeout(timeout); movement = false; _root.movement = false; _root.Peach.char.gotoAndStop(1); _root.Peach.char.character.gotoAndStop(1); level_of_conversation = 1; this.gotoAndStop('talk'); _root.currentPuzzle = questions[random(3)]; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { this.gotoAndStop('stopped'); level_of_conversation = 2; _root.currentTip = 'Press a number to choose:'; _root.HUD.tipsMC.gotoAndPlay(3); _root.currentPuzzle = '1) I don\'t know! \n2) I\'ve lost my clothes!\n3) I\'m searching for Mario!'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key1) and level_of_conversation == 2) { _root.currentTip = ''; sound_1 = new Sound(this); sound_1.attachSound('peachno2'); sound_1.start(0, 1); level_of_conversation = 3; this.gotoAndStop('talk'); _root.currentPuzzle = 'X-Naut PHD: I will lead you to your room!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 3) { level_of_conversation = 0; _root.Peach._x = _root.bed._x; _root.Peach._y = _root.bed._y; _root.soundFX('Peach nooo', 2); _root.controlList.blackscreen.gotoAndPlay('fade_out'); _root.movement = true; _global.PLAYER.lockAnimation = false; meeting = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); movement = true; this.gotoAndStop('breathing'); } else { if (Key.isDown(_root.key2) and level_of_conversation == 2) { this.gotoAndStop('talk'); _root.currentTip = ''; _root.movement = false; level_of_conversation = 4; _root.currentPuzzle = 'X-Naut PHD: Then you are ready to be fucked!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 4) { this.gotoAndStop('breathing'); meeting = 0; level_of_conversation = 0; solved = true; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); movement = true; } else { if (Key.isDown(_root.key3) and level_of_conversation == 2) { this.gotoAndStop('talk'); _root.currentTip = ''; _root.movement = false; level_of_conversation = 5; _root.currentPuzzle = 'X-Naut PHD: Oh!! Really?\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageEnemy'); } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 5) { this.gotoAndStop('breathing'); meeting = 0; level_of_conversation = 0; solved = true; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); movement = true; } } } } } } } } } } } movieClip 4374 { frame 1 { stop(); } } movieClip 4376 { } movieClip 4378 { } button 4381 { on (release) { level_of_conversation = 0; button._visible = false; _root.currentTip = ''; onEnterFrame = function () { if (level_of_conversation == 0) { if (_root.PuzzleType == 'disk') { sit = true; _root.peach_locked(); level_of_conversation = 1; _root.currentPuzzle = 'Peach: Okay! I will stick the disk!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (_root.PuzzleType == 'diskInserted') { _root.peach_locked(); level_of_conversation = 1; _root.currentPuzzle = 'Peach: I already have done that!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { _root.HUD.PuzzleMC.auto_fadeout = false; _root.peach_locked(); level_of_conversation = 1; _root.currentPuzzle = 'Peach: I don\'t have the disk!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } } } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { if (sit) { sit = false; _root.game_timer_suspend = 1; _root.Peach_show(0); _root.chair.gotoAndPlay('sit'); _root.PuzzleType = 'diskInserted'; } else { _root.peach_unlocked(); } level_of_conversation = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); delete onEnterFrame; } } }; } } movieClip 4382 { frame 2 { if (_root.Peach.char.hitTest(this)) { gotoAndPlay('show'); } else { gotoAndPlay('hide'); } } frame 4 { if (_root.Peach.char.hitTest(this)) { gotoAndPlay('show'); } else { gotoAndPlay('hide'); } } } movieClip 4384 { } movieClip 4386 { } movieClip 4388 { } movieClip 4390 { } movieClip 4392 { } movieClip 4393 { frame 2 { stop(); } frame 13 { head.eyeRightPeach.gotoAndPlay('closed'); head.eyeLeftPeach.gotoAndPlay('closed'); } frame 24 { head.eyeRightPeach.gotoAndPlay('opened'); head.eyeLeftPeach.gotoAndPlay('opened'); } frame 27 { _root.currentPuzzle = '(PRESS SPACE when completed)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } frame 29 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 31 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 32 { head.eyeRightPeach.gotoAndPlay('lidded'); head.eyeLeftPeach.gotoAndPlay('lidded'); } frame 33 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 34 { head.eyeRightPeach.gotoAndPlay('closed'); head.eyeLeftPeach.gotoAndPlay('closed'); } frame 35 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 36 { head.eyeRightPeach.gotoAndPlay('lidded'); head.eyeLeftPeach.gotoAndPlay('lidded'); } frame 37 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 38 { head.eyeRightPeach.gotoAndPlay('opened'); head.eyeLeftPeach.gotoAndPlay('opened'); } frame 39 { head.eyeRightPeach.gotoAndPlay('opened'); head.eyeLeftPeach.gotoAndPlay('opened'); } frame 40 { head.eyeRightPeach.gotoAndPlay('opened'); head.eyeLeftPeach.gotoAndPlay('opened'); } frame 41 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 42 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 43 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 44 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 45 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 46 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 47 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 48 { if (advance) { advance = false; gotoAndPlay('exit'); } else { gotoAndPlay('blink'); } } frame 49 { _root.game_timer_suspend = 0; _root.peach_unlocked(); _root.Peach_show(1); stop(); } } movieClip 4395 { } movieClip 4398 { } movieClip 4400 { frame 1 { if (!once) { once = true; _type = 'close'; } } frame 2 { gotoAndPlay(_type); } frame 8 { gotoAndPlay(_type); } } movieClip 4402 { } movieClip 4404 { } movieClip 4407 { frame 1 { _open = false; } frame 2 { stop(); } frame 3 { _open = true; _parent.buttonopen._visible = false; _parent.buttonclose._visible = false; _parent.topen._visible = false; _parent.tclose._visible = false; } frame 13 { stop(); _parent.buttonopen._visible = false; _parent.buttonclose._visible = true; _parent.topen._visible = false; _parent.tclose._visible = true; } frame 14 { _open = false; _parent.buttonopen._visible = false; _parent.buttonclose._visible = false; _parent.topen._visible = false; _parent.tclose._visible = false; } frame 25 { stop(); _parent.buttonopen._visible = true; _parent.buttonclose._visible = false; _parent.topen._visible = true; _parent.tclose._visible = false; } } movieClip 4409 { } movieClip 4411 { } movieClip 4413 { } movieClip 4415 { } movieClip 4418 { frame 1 { buttonopen._visible = false; buttonclose._visible = false; topen._visible = false; tclose._visible = false; } instance buttonclose of movieClip 3584 { onClipEvent (release) { _parent.curtain.gotoAndPlay('close'); } } instance buttonopen of movieClip 3584 { onClipEvent (release) { _parent.curtain.gotoAndPlay('open'); } } frame 2 { stop(); } frame 3 { if (curtain._open) { buttonopen._visible = false; buttonclose._visible = true; topen._visible = false; tclose._visible = true; } else { buttonopen._visible = true; buttonclose._visible = false; topen._visible = true; tclose._visible = false; } } frame 50 { shower._type = 'open'; } frame 95 { shower._type = 'close'; } frame 123 { gotoAndPlay(1); _root.movement = true; _global.PLAYER.lockAnimation = false; _root.Peach_show(1); _parent.button._visible = true; } } button 4419 { on (release) { level_of_conversation = 0; button._visible = false; _root.currentTip = ''; onEnterFrame = function () { if (level_of_conversation == 0) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.movement = false; level_of_conversation = 1; _root.currentPuzzle = 'Peach: Hmmm I may take a shower!\n1) Take a shower\n2) Go away'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (Key.isDown(_root.key1) and level_of_conversation == 1) { _root.currentTip = ''; _root.soundFX('Peach sigh4', 2); level_of_conversation = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.Peach_show(0); bath.gotoAndPlay('start'); delete onEnterFrame; } else { if (Key.isDown(_root.key2) and level_of_conversation == 1) { level_of_conversation = 0; _root.movement = true; _global.PLAYER.lockAnimation = false; _root.HUD.PuzzleMC.gotoAndPlay('hide'); button._visible = true; delete onEnterFrame; } else {} } } }; } } movieClip 4420 { frame 2 { if (_root.Peach.char.hitTest(bath.curtain)) { gotoAndPlay('show'); } else { gotoAndPlay('hide'); } } frame 4 { if (_root.Peach.char.hitTest(bath.curtain)) { gotoAndPlay('show'); } else { gotoAndPlay('hide'); } } } movieClip 4422 { frame 7 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 15 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } } movieClip 4423 { frame 1 { advance = false; } frame 2 { stop(); } frame 3 { _root.Peach_show(0); _root.peach_locked(); } frame 55 { _global.PLAYER.currentVeggieType = false; } frame 81 { _root.Peach_show(1); _root.peach_unlocked(); _root.peach_went_to_locker = true; gotoAndPlay(1); } frame 82 { _root.Peach_show(0); _root.peach_locked(); } frame 127 { _root.currentPuzzle = 'Peach: Oh my!! The locker..is LOCKED!'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } frame 128 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 129 { if (!advance) { gotoAndPlay('repeat'); } } frame 130 { _root.HUD.PuzzleMC.gotoAndPlay('hide'); _type.sidehead.eyeLeftPeach.gotoAndPlay('squint'); } frame 156 { _root.Peach_show(1); _root.peach_went_to_locker = true; gotoAndPlay(1); } } movieClip 4425 { } movieClip 4426 { frame 1 { gravity = 1.4; grav = -2; charspeed = 6; onEnterFrame = function () { if (taken and _global.PLAYER.isReadyToGrabVeggie) { if (_global.FLAGS.veggieNumber > _global.FLAGS.veggieLimit) { _global.FLAGS.veggieNumber = 0; } else { ++_global.FLAGS.veggieNumber; } _global.FLAGS.carryingVeggieNumber = _global.FLAGS.veggieNumber; _global.PLAYER.isReadyToGrabVeggie = false; loadMovie('', this); } if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (!Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { canTake = true; } else { if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and canTake and !_global.PLAYER.isCarryingVeggie) { canTake = false; if (!_global.FLAGS.vegetableOnlyOneMutex and _root.CharNum != 'Frog') { _global.FLAGS.vegetableOnlyOneMutex = true; taken = true; _global.PLAYER.currentVeggieType = 'tubered'; _root.movement = false; _root.on_action = true; _root.Peach.runPressed = true; _root.Peach.char.character.gotoAndPlay('grabvegetable'); } } } } }; } } movieClip 4427 { frame 1 { gravity = 1.4; grav = -2; charspeed = 6; onEnterFrame = function () { if (taken and _global.PLAYER.isReadyToGrabVeggie) { if (_global.FLAGS.veggieNumber > _global.FLAGS.veggieLimit) { _global.FLAGS.veggieNumber = 0; } else { ++_global.FLAGS.veggieNumber; } _global.FLAGS.carryingVeggieNumber = _global.FLAGS.veggieNumber; _global.PLAYER.isReadyToGrabVeggie = false; loadMovie('', this); } if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (!Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { canTake = true; } else { if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and canTake and !_global.PLAYER.isCarryingVeggie) { canTake = false; if (!_global.FLAGS.vegetableOnlyOneMutex and _root.CharNum != 'Frog') { _global.FLAGS.vegetableOnlyOneMutex = true; taken = true; _global.PLAYER.currentVeggieType = 'tubeyellow'; _root.movement = false; _root.on_action = true; _root.Peach.runPressed = true; _root.Peach.char.character.gotoAndPlay('grabvegetable'); } } } } }; } } movieClip 4428 { frame 1 { gravity = 1.4; grav = -2; charspeed = 6; onEnterFrame = function () { if (taken and _global.PLAYER.isReadyToGrabVeggie) { if (_global.FLAGS.veggieNumber > _global.FLAGS.veggieLimit) { _global.FLAGS.veggieNumber = 0; } else { ++_global.FLAGS.veggieNumber; } _global.FLAGS.carryingVeggieNumber = _global.FLAGS.veggieNumber; _global.PLAYER.isReadyToGrabVeggie = false; loadMovie('', this); } if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (!Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { canTake = true; } else { if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and canTake and !_global.PLAYER.isCarryingVeggie) { canTake = false; if (!_global.FLAGS.vegetableOnlyOneMutex and _root.CharNum != 'Frog') { _global.FLAGS.vegetableOnlyOneMutex = true; taken = true; _global.PLAYER.currentVeggieType = 'tubeblue'; _root.movement = false; _root.on_action = true; _root.Peach.runPressed = true; _root.Peach.char.character.gotoAndPlay('grabvegetable'); } } } } }; } } movieClip 4429 { frame 1 { gravity = 1.4; grav = -2; charspeed = 6; onEnterFrame = function () { if (taken and _global.PLAYER.isReadyToGrabVeggie) { if (_global.FLAGS.veggieNumber > _global.FLAGS.veggieLimit) { _global.FLAGS.veggieNumber = 0; } else { ++_global.FLAGS.veggieNumber; } _global.FLAGS.carryingVeggieNumber = _global.FLAGS.veggieNumber; _global.PLAYER.isReadyToGrabVeggie = false; loadMovie('', this); } if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (!Key.isDown(_root.keyX) and !Key.isDown(_root.keyPERIOD)) { canTake = true; } else { if ((Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) and canTake and !_global.PLAYER.isCarryingVeggie) { canTake = false; if (!_global.FLAGS.vegetableOnlyOneMutex and _root.CharNum != 'Frog') { _global.FLAGS.vegetableOnlyOneMutex = true; taken = true; _global.PLAYER.currentVeggieType = 'tubegreen'; _root.movement = false; _root.on_action = true; _root.Peach.runPressed = true; _root.Peach.char.character.gotoAndPlay('grabvegetable'); } } } } }; } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Ah, I\'ve been kidnapped in this strange place! Oh, I\'m dizzy! Hey! I\'m dirty too! I need to clean myself! (PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: So is that my new bathroom? It looks so...dirty...(PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (!_root.PuzzleType) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { if (level_of_conversation == 0) { _root.peach_locked(); spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 1; _root.currentPuzzle = 'TEC-XXX: Princess Peach! Are you listening me?\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 1) { spacePressed = true; level_of_conversation = 2; _root.currentPuzzle = 'Peach: Who said this? Who are you?\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 2) { spacePressed = true; level_of_conversation = 3; _root.currentPuzzle = 'TEC-XXX: I am a computer. I\'m looking at you from this camera. You must go to my room.\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 3) { spacePressed = true; level_of_conversation = 4; _root.currentPuzzle = 'Peach: How could I trust you? You...you\'re with them!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 4) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 5; _root.currentPuzzle = 'TEC-XXX: You must trust me. I\'ll explain later. I\'ve unlocked this door in front of you. Walk until the end of the corridor.\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 5) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; if (_root.CharMove == 'Poison') { level_of_conversation = 6; _root.currentPuzzle = 'TEC-XXX: Oh! And please dress yourself! Otherwise they will...notice you!\n(PRESS SPACE)'; } else { level_of_conversation = 8; } _root.currentPuzzle = 'TEC-XXX: And one more thing! (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 6) { spacePressed = true; level_of_conversation = 7; _root.currentPuzzle = 'Peach: How you dare!! Don\'t look at me!!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 7) { spacePressed = true; level_of_conversation = 8; _root.currentPuzzle = 'TEC-XXX: Oh! Okay...Sorry!\n(PRESS SPACE)'; _root.webcam2.cam.gotoAndPlay('close'); _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 8) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 9; _root.currentPuzzle = 'Please try to avoid the x-nauts. They\'re busy anyway. Please go!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 9) { _root.peach_unlocked(); level_of_conversation = 0; _root.door1._type = 'green'; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.PuzzleType = 'init'; } } } } } } } } } } } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (!once) { if (_root.Peach.char.hitTest(this)) { if (level_of_conversation == 0) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.peach_locked('surprised'); level_of_conversation = 1; _root.currentPuzzle = 'Peach: Heeeey! Are you peeping me?\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 1) { spacePressed = true; level_of_conversation = 2; _root.currentPuzzle = 'TEC-XXX: No, I\'m not. I\'m here just doing my duty, protecting all this base.\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 2) { spacePressed = true; level_of_conversation = 3; _root.currentPuzzle = 'Peach: At least close your....eyes in this room...\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 3) { spacePressed = true; level_of_conversation = 4; _root.currentPuzzle = 'TEC-XXX: Sure! I\'m sorry!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 4) { _root.webcam1.cam.gotoAndPlay('close'); spacePressed = true; _root.peach_unlocked(); _global.PLAYER.lockAnimation = false; level_of_conversation = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); infotext = false; once = true; delete onEnterFrame; } } } } } } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (_root.PuzzleType == 'lab1') { if (_root.Peach.char.hitTest(this)) { if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (level_of_conversation == 0) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.peach_locked(); level_of_conversation = 1; _root.currentPuzzle = 'TEC-XXX: Now I will have you concoct a potion that will make you tranparent. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 1) { spacePressed = true; level_of_conversation = 2; _root.currentPuzzle = 'Peach: You mean...a potion that... makes me invisible?\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 2) { spacePressed = true; level_of_conversation = 3; _root.currentPuzzle = 'TEC-XXX: Yes. You will enter Sir Grodus\'s room by becoming completely invisible.\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 3) { spacePressed = true; level_of_conversation = 4; _root.currentPuzzle = 'Peach: Wow...OK! How do I make it?\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 4) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 5; _root.currentPuzzle = 'TEC-XXX: You must first set all of the potions on the desk in the Concoctinator computers. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 5) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 6; _root.currentPuzzle = 'TEC-XXX: It\'s those 4 machines in the left. But even I do not know which potion to set where. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 6) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 7; _root.currentPuzzle = 'TEC-XXX: The screens will inform you if you procceded correctly. Then press the higher red button of the right mainframe (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 7) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 8; _root.currentPuzzle = 'TEC-XXX: Please use them as references and insert the right potions in the machines. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 8) { spacePressed = true; _root.peach_unlocked(); level_of_conversation = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.musicPlayingSpecialAreas = 'music_cooking'; _root.MUSIC('music_cooking', 99); infotext = false; _root.doorc2._type = 'red'; _root.door_tec._type = 'red'; _root.PuzzleType = 'lab2'; } } } } } } } } } } } } } instance messagebox1 of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (_root.PuzzleType == 'lab3' and drink) { if (_root.Peach.char.hitTest(this)) { if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (level_of_conversation == 0) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.peach_locked(); level_of_conversation = 1; _root.currentPuzzle = 'TEC-XXX: By my calculations, it should be finished but...Did it come out correctly, do you think? (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 1) { spacePressed = true; level_of_conversation = 2; _root.currentPuzzle = 'Peach:\n1) Yes!\n2) Hmm I prefer to try again'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.key2) and level_of_conversation == 2) { spacePressed = true; _root.peach_unlocked(); level_of_conversation = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); _root.ccc.gotoAndPlay('add'); _global.PLAYER.isCarryingVeggie = false; _root.musicPlayingSpecialAreas = 'music_cooking'; _root.MUSIC('music_cooking', 99); infotext = false; drink = false; } else { if (!spacePressed and Key.isDown(_root.key1) and level_of_conversation == 2) { spacePressed = true; level_of_conversation = 3; _root.currentPuzzle = 'TEC-XXX: Very good. Then please drink it. All of it, if you please. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 3) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 4; _root.currentPuzzle = 'Peach: What? Drink THIS? Is it safe? It smells...funny!\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 4) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 5; _root.currentPuzzle = 'TEC-XXX: Please, you must drink it! (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 5) { spacePressed = true; _root.Peach.char.character.gotoAndPlay('drinking'); level_of_conversation = 6; _global.PLAYER.isCarryingVeggie = false; _root.ccc.gotoAndPlay(1); stopAllSounds(); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 6) { _root.CharNumSaved = _root.CharNum; _root.Peach.char.effects.gotoAndPlay('invisible'); spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 7; _root.Peach.char.character.gotoAndPlay('standright'); _root.currentPuzzle = 'TEC-XXX: You have done it! You have successfully made yourself transparent. Congratulations. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 7) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 8; _root.currentPuzzle = 'TEC-XXX: But... I must ask you to take off your dress and put in that lockers, in order nobody will notice. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 8) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 9; _root.currentPuzzle = 'TEC-XXX: Even the potion cannot make your dress invisible. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 9) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 10; _root.currentPuzzle = 'Peach: What?!? Do I need to be...stark naked? That\'s indecent! No way! (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 10) { spacePressed = true; _root.HUD.PuzzleMC.auto_fadeout = false; level_of_conversation = 11; _root.currentPuzzle = 'Peach: ...Oh, fine. I guess... If it\'s the only way...\n(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 11) { spacePressed = true; _root.peach_locked(); _root.Peach.char.character.gotoAndStop('remove_clothes'); level_of_conversation = 12; } else { if (!spacePressed and _root.peach_removed_clothes and Key.isDown(_root.keySPACE) and level_of_conversation == 12) { spacePressed = true; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.peach_removed_clothes = false; _global.PLAYER.currentVeggieType = 'clothing'; _root.locker_clothes.gotoAndPlay('go'); level_of_conversation = 13; } else { if (!spacePressed and _root.peach_went_to_locker and level_of_conversation == 13) { _root.peach_went_to_locker = false; spacePressed = true; _root.peach_unlocked(); level_of_conversation = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); infotext = false; drink = false; _root.PuzzleType = 'lab4'; _root.messagebox2.naked = true; _root.Peach._x += 80; } } } } } } } } } } } } } } } } } } } instance messagebox2 of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (_root.PuzzleType == 'lab4' and naked) { if (_root.Peach.char.hitTest(this)) { if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (!spacePressed and level_of_conversation == 0) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.peach_locked(); level_of_conversation = 1; _root.currentPuzzle = 'TEC-XXX: When you go to Sir Grodus\'s room, first locate the disk with recorded data. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 1) { spacePressed = true; level_of_conversation = 2; _root.currentPuzzle = 'TEC-XXX: Then insert that disk in his personal computer and connect to the network. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 2) { spacePressed = true; level_of_conversation = 3; _root.currentPuzzle = 'TEC-XXX: When you are finished with that, please come back to this room. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 3) { spacePressed = true; level_of_conversation = 4; _root.currentPuzzle = 'TEC-XXX: I will teach you how to make yourself normal again. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 4) { spacePressed = true; level_of_conversation = 5; _root.currentPuzzle = 'Peach: Gee, this is kind of a complicated plan, huh? (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 5) { spacePressed = true; level_of_conversation = 6; _root.currentPuzzle = 'TEC-XXX: I suppose. Now, please go to Sir Grodus\'s room, in the end of the corridor. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 6) { spacePressed = true; _root.peach_unlocked(); level_of_conversation = 0; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); infotext = false; _root.door_lounge._type = 'green'; _root.PuzzleType = 'lounge'; _root.doorc2._type = 'green'; naked = false; } } } } } } } } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Gross!!! (PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Oh my GOD! Did they filmed me being...fucked?'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and !_root.Peach.char.peach_right and _root.touchingGround and level_of_conversation == 0) { _root.peachTextBoxPinkTalk(talk, 'surprised'); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Oh nooooo!! I became visible again!! I\'m stark naked! (PRESS SPACE)'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.CharNum = _root.CharNumSaved; _root.peachTextBoxPinkTalk(talk, 'surprised'); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } instance of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; talk = 'Peach: Great! I\'ll have to expose myself in this corridor...'; } onClipEvent (enterFrame) { if (_root.PuzzleType == 'diskInserted') { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.touchingGround and level_of_conversation == 0) { _root.CharNum = _root.CharNumSaved; _root.peachTextBoxPinkTalk(talk); level_of_conversation = 1; } else { if (Key.isDown(_root.keySPACE) and level_of_conversation == 1) { _root.peachTextBoxPinkLeaves(); loadMovie('', this); } } } } } instance messagebox3 of movieClip 3771 { onClipEvent (load) { level_of_conversation = 0; } onClipEvent (enterFrame) { if (!_root.PuzzleType == 'diskInserted') { if (_root.Peach.char.hitTest(this)) { if (!Key.isDown(_root.keySPACE)) { spacePressed = false; } if (!spacePressed and level_of_conversation == 0) { _root.HUD.PuzzleMC.auto_fadeout = false; _root.peach_locked(); level_of_conversation = 1; _root.currentPuzzle = 'TEC-XXX: Welcome back to this room, Princess. (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 1) { spacePressed = true; level_of_conversation = 2; _root.Peach.char.character._type.eyeRightPeach.gotoAndPlay('squint'); _root.Peach.char.character._type.eyeLeftPeach.gotoAndPlay('squint'); _root.currentPuzzle = 'Peach: Welcome back? Did you notice I\'m visible again? Why did you do this to me? (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 2) { spacePressed = true; level_of_conversation = 3; _root.currentPuzzle = 'TEC-XXX: Hey! That\'s not my fault! Nothing last forever. At least you did the job! (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 3) { spacePressed = true; level_of_conversation = 4; _root.currentPuzzle = 'Peach: Well...then I\'ll take my clothes back! (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 4) { spacePressed = true; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.peach_removed_clothes = false; _global.PLAYER.currentVeggieType = 'clothing'; _root.locker_clothes.gotoAndPlay('go2'); level_of_conversation = 5; } else { if (!spacePressed and _root.peach_went_to_locker and level_of_conversation == 5) { _root.peach_went_to_locker = false; spacePressed = true; level_of_conversation = 6; _root.currentPuzzle = 'Peach: The locker isn\'t opening! Please help me! (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 6) { _root.peach_went_to_locker = false; spacePressed = true; level_of_conversation = 7; _root.currentPuzzle = 'TEC-XXX: Sorry but that locker isn\'t connected to the network! I can\'t do anything, sorry! (PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and _root.peach_went_to_locker and Key.isDown(_root.keySPACE) and level_of_conversation == 7) { _root.peach_went_to_locker = false; spacePressed = true; level_of_conversation = 8; _root.currentPuzzle = 'Peach: Ohhhh what can I do?(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('message'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 8) { _root.peach_went_to_locker = false; spacePressed = true; level_of_conversation = 9; _root.currentPuzzle = 'TEC-XXX: Well, I\'m aware of your role to save your kingdom, and I\'ve been watching you, so I think you\'ll be fine. You will get used to it. Now, go to my room while I analyse the data.(PRESS SPACE)'; _root.HUD.PuzzleMC.gotoAndPlay('messageTEC'); } else { if (!spacePressed and Key.isDown(_root.keySPACE) and level_of_conversation == 9) { spacePressed = true; _root.peach_unlocked(); level_of_conversation = 10; _root.HUD.PuzzleMC.gotoAndPlay('hide'); _root.BGMsound.stop(_root.musicToPlayBeginning); _root.BGMsound.stop(_root.musicPlayingSpecialAreas); infotext = false; _root.door_tec._type = 'green'; _root.PuzzleType = 'analyse'; } } } } } } } } } } } } } } instance controlList of movieClip 3329 { onClipEvent (enterFrame) { if (_root.ShowCredits == true) { gotoAndStop('credits'); } else { if (_root.ShowControls == 'Open') { gotoAndStop(_root.MenuWindow); } else { gotoAndStop(_root.MenuWindow); } } } }




http://swfchan.com/27/130845/info.shtml
Created: 10/8 -2019 04:08:52 Last modified: 10/8 -2019 04:08:52 Server time: 28/04 -2024 12:34:38