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

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

Mario is Missing AE 1.6m.swf

This is the info page for
Flash #148753

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


ActionScript [AS1/AS2]
Combined Code
movieClip 109 { } movieClip 110 { frame 40 { gotoAndPlay(1); } } movieClip 111 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; _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'); loadMovie('', this); } _y = _y + char.gravity; }; } instance char of movieClip 110 { onClipEvent (load) { var gravity = 0.8; var grav = 0; var movement = true; var _right = false; var alive = true; var notice = false; } } } movieClip 114 { } movieClip 117 { } movieClip 119 { } movieClip 120 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.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 119 { 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 122 { } movieClip 123 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 122 { 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 125 { } movieClip 126 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 125 { 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 128 { } movieClip 131 { frame 1 { gotoAndStop(_global.PLAYER.currentVeggieType); } frame 2 { _type = 'turnip'; stop(); } frame 3 { _type = 'paprika'; stop(); } frame 4 { _type = 'carrot'; stop(); } } movieClip 132 veggie { frame 1 { 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.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 (_root.CharNum != 'Frog') { taken = true; _root.movement = false; _root.on_action = 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 138 { 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 140 { } movieClip 142 { } movieClip 146 { 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 148 titfchars { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 152 { 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 156 { 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 158 { } movieClip 160 { 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 162 titbchars { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 167 { 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 171 { 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 178 { 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 183 { 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 185 thighchars { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 188 { } movieClip 190 { } movieClip 191 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 192 mouthlipslinechars { frame 1 { stop(); } } movieClip 208 holechars { 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 217 { } movieClip 220 { 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 222 { frame 1 { gotoAndPlay(_root.ears_remove); } frame 3 { gotoAndPlay(_root.ears_remove); } frame 5 { gotoAndPlay(_root.ears_remove); } } movieClip 225 { 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 229 headsidechars { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 232 { frame 1 { gotoAndPlay(_root.ears_remove); } frame 3 { gotoAndPlay(_root.ears_remove); } frame 5 { gotoAndPlay(_root.ears_remove); } } movieClip 236 { 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 241 headforwardchars { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 247 { 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 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 256 handgrabchars { frame 1 { } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 258 { } movieClip 263 { 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 270 { 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 272 handfistchars { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 278 { 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 285 { 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 287 handcupchars { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 289 { } movieClip 294 { 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 301 { 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 303 handbentchars { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 308 { } movieClip 310 { frame 1 { } frame 5 { gotoAndPlay('dress'); } frame 6 { } frame 10 { gotoAndPlay('dress'); } frame 11 { } frame 15 { gotoAndPlay('dress'); } } movieClip 312 { } movieClip 313 { frame 1 { gotoAndPlay(_parent.dress); } frame 5 { gotoAndPlay('dress'); } } movieClip 317 { } movieClip 319 { 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 320 { } movieClip 321 { } movieClip 323 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 329 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 333 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 342 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 346 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 348 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 353 { 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 363 { 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 366 { 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 368 bodychars { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 370 { } movieClip 375 { 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 381 { 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 383 { } movieClip 384 armupperchars { frame 1 { } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 390 { 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 397 { 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 399 armforechars { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 403 { 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 404 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.ground.hitTest(_x, _y - _height, true)) { died = true; _y = _y - 5; fireball.gotoAndPlay('vanish'); } } } } }; } } movieClip 406 { } movieClip 409 FadeoutGlobal { frame 1 { stopAllSounds(); } instance Introfade2 of movieClip 406 { onClipEvent (press) { _root.Intro.Introbutton.Introfade1.Introfade.play(); } } frame 21 { loadMovie('', _root.VCam); _root.gotoAndStop(trans); this.unloadMovie(); } } movieClip 413 { 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 417 { frame 2 { gotoAndPlay(_root.shyguy_belt); } frame 4 { gotoAndPlay(_root.shyguy_belt); } } movieClip 420 { 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 424 { 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 427 { frame 1 { if (_parent._parent._parent._type == 'bad' or _parent._parent._type == 'bad') { gotoAndStop('bad'); } else { stop(); } } frame 2 { stop(); } } movieClip 430 { frame 1 { if (_parent._parent._parent._type == 'bad' or _parent._parent._type == 'bad') { gotoAndStop('bad'); } else { stop(); } } frame 2 { stop(); } } movieClip 431 { frame 1 { if (_root.horny_bar > 10) { gotoAndPlay(2); } } frame 3 { if (_root.horny_bar > 10) { gotoAndPlay(4); } } frame 5 { if (_root.horny_bar > 10) { gotoAndPlay(6); } } frame 7 { if (_root.horny_bar > 10) { gotoAndPlay(8); } } frame 9 { if (_root.horny_bar > 10) { gotoAndPlay(10); } } frame 11 { if (_root.horny_bar > 10) { gotoAndPlay(12); } } } movieClip 435 { } movieClip 437 { 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]); } frame 8 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 10 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 12 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 442 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 446 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 448 { frame 1 { gotoAndPlay(_global.PLAYER.isSuperPeach); } frame 2 { gotoAndPlay(_global.PLAYER.isSuperPeach); } frame 4 { gotoAndPlay(_global.PLAYER.isSuperPeach); } } movieClip 451 { frame 1 { gotoAndPlay(_global.PLAYER.isSuperPeach); } frame 2 { gotoAndPlay(_global.PLAYER.isSuperPeach); } frame 4 { gotoAndPlay(_global.PLAYER.isSuperPeach); } } movieClip 453 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 457 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 465 { 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 466 { frame 1 { stop(); } } movieClip 472 { 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 476 { 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 487 { 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 489 { } movieClip 490 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 498 { 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 500 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 506 { 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 510 { 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 513 { frame 1 { gotoAndPlay(_root.PeachHasKey); } frame 3 { gotoAndPlay(_root.PeachHasKey); } frame 5 { gotoAndPlay(_root.PeachHasKey); } } movieClip 515 { frame 1 { } } movieClip 516 { frame 1 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } frame 2 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } frame 4 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } } movieClip 518 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 520 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 521 { 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 528 { 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 529 { frame 1 { stop(); } } movieClip 533 { 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 538 { 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 549 { 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 551 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 554 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 557 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 560 { } movieClip 562 { 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 563 { } movieClip 564 { frame 1 { attachMovie('eye0normalchars', 'eye0normal', 1); loadMovie('', 'eye0normalbase'); } } movieClip 565 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 566 { } movieClip 567 { frame 1 { attachMovie('eye1closedchars', 'eye1closed', 1); loadMovie('', 'eye1closedbase'); } } movieClip 568 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 569 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 570 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 571 { } movieClip 572 { frame 1 { attachMovie('eye4rollchars', 'eye4roll', 1); loadMovie('', 'eye4rollbase'); } } movieClip 573 { 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 574 { } movieClip 575 { frame 1 { attachMovie('eye5squintchars', 'eye5squint', 1); loadMovie('', 'eye5squintbase'); } } movieClip 576 { 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 577 { } movieClip 578 { frame 1 { attachMovie('eye3liddedchars', 'eye3lidded', 1); loadMovie('', 'eye3liddedbase'); } } movieClip 579 { 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 580 { } movieClip 581 { frame 1 { attachMovie('eye2crosschars', 'eye2cross', 1); loadMovie('', 'eye2crossbase'); } } movieClip 582 { 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 583 { 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 584 { 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 585 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 587 { } movieClip 588 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 591 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 592 { 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 594 { 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 597 { 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 607 { } movieClip 609 { 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 610 { 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 616 { frame 1 { this._visible = false; stop(); } } movieClip 618 { } movieClip 621 { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 623 { } // unknown tag 88 length 152 movieClip 630 { frame 5 { stop(); } } button 633 { on (keyPress '<Space>') { advance = true; } } movieClip 636 { frame 1 { if (_parent._parent._parent._type == 'bad' or _parent._parent._type == 'bad') { gotoAndStop('bad'); } else { stop(); } } frame 2 { stop(); } } movieClip 637 { 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 616 { 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 623 { 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 623 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 640 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 641 { } movieClip 644 { } movieClip 645 { 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 646 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 667 { frame 20 { stop(); } } movieClip 671 { frame 4 { stop(); } } movieClip 675 { frame 9 { stop(); } } movieClip 676 { } movieClip 678 { 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 616 { 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 623 { 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 676 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 684 { 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 691 { 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 693 { frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 694 { } movieClip 695 { frame 1 { attachMovie('mouthlipslinechars', 'mouthlipsline', 1); loadMovie('', 'mouthlipslinebase'); } } movieClip 696 { } movieClip 697 { frame 1 { attachMovie('holechars', 'hole', 1); loadMovie('', 'holebase'); } } movieClip 698 { } movieClip 700 { instance of movieClip 698 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 730 { frame 27 { stop(); } } movieClip 733 { } movieClip 750 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 7 { stop(); } } movieClip 763 { frame 12 { stop(); } } movieClip 769 { 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 771 { frame 1 { stop(); } } movieClip 776 { 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 781 { 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 792 { 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 794 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 820 { frame 27 { stop(); } } movieClip 821 { } movieClip 823 { instance of movieClip 821 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 824 { 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 616 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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'); } } movieClip 825 { frame 1 { stop(); } } movieClip 827 { frame 1 { stop(); } } movieClip 828 { instance of movieClip 827 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this) and _root.movement and !_root.pausee) { _root.she_is_hit(); } } } instance of movieClip 827 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this) and _root.movement and !_root.pausee) { _root.she_is_hit(); } } } } movieClip 829 { frame 2 { gotoAndPlay(1); if (stomped == true and alive) { movement = false; alive = false; gotoAndStop('stomped'); } else { if ((notice or do_over) and !_root.on_action) { 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 678 { 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); stop(); _parent.stop(); } frame 27 { if (stomped == true and alive) { movement = false; alive = false; gotoAndStop('stomped'); } else { gotoAndPlay('jumping'); } } } movieClip 831 shyguy { 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.ShyGuy; var dist = 0; var n = 0; 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) { char.charspeed = 5; check_distance_horny(); } else { char.charspeed = 2; } } } 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) { 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 (!char.stomped and char.alive) { if (_root.Peach.char.character._type.collisionFeet.hitTest(char) and !_root.on_action and !_root.pausee) { if (!_root.Peach.char.character._type.collisionBody.hitTest(char)) { if (!char.notice) { char.movement = false; char.stomped = true; _root.Peach.char.grav = -12; char.notice = false; gravity_when_sleeping = true; } } } if (_root.Peach.char.character._type.collisionBody.hitTest(char)) { if (Key.isDown(_root.keyEND) and !char.alive and !_root.on_action) { 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; } _root.shyguyTextRandomize(); _root.movement = false; char.do_over = true; char.gotoAndPlay('squish'); } 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) { char.movement = false; char.do_over = false; if (char.alive) { 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; } _root.shyguyTextRandomize(); _root.Peach.accelX = 0; char.notice = true; } } } } } } } } }; stop(); } instance char of movieClip 829 { 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 833 { } movieClip 836 { } movieClip 838 { } movieClip 840 { } movieClip 842 { } movieClip 844 { } movieClip 846 { } movieClip 848 { } movieClip 850 { } movieClip 851 { } movieClip 853 { } movieClip 855 { } movieClip 857 { } movieClip 859 { } movieClip 860 { } movieClip 862 { } movieClip 864 { } movieClip 866 { } movieClip 867 { } movieClip 869 { } movieClip 871 { } movieClip 873 { } movieClip 881 { } movieClip 882 { frame 7 { stop(); } } movieClip 883 { 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 882 { 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 884 bobomb_explode { frame 1 { stop(); } } movieClip 886 { } movieClip 888 { } movieClip 889 { frame 23 { stop(); _parent.play(); } } movieClip 891 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 899 { frame 20 { stop(); } } movieClip 904 { frame 4 { stop(); } } movieClip 909 { frame 5 { stop(); } } movieClip 910 { } movieClip 912 { 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 891 { 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 891 { 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 913 { 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 915 { } movieClip 917 { } movieClip 918 { } movieClip 919 { } movieClip 921 { } movieClip 922 { frame 23 { stop(); _parent.play(); } } movieClip 926 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 927 { frame 1 { stop(); } } movieClip 929 { } movieClip 932 { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 938 { frame 12 { stop(); } } movieClip 943 { frame 5 { stop(); } } movieClip 949 { frame 9 { stop(); } } movieClip 955 { frame 6 { stop(); } } movieClip 958 { } movieClip 960 { } movieClip 961 { } movieClip 962 { 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 891 { 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 891 { 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 963 { 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 965 { } movieClip 966 { } movieClip 967 { } movieClip 969 { } movieClip 970 { frame 23 { stop(); _parent.play(); } } movieClip 995 { frame 27 { gotoAndPlay(1); } } movieClip 996 { } movieClip 1011 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 7 { stop(); } } movieClip 1037 { frame 27 { gotoAndPlay(1); } } movieClip 1039 { 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 891 { 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 891 { 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 1040 { 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 1041 { frame 11 { stop(); } } movieClip 1043 { frame 27 { stop(); } } movieClip 1045 { } movieClip 1054 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 5 { stop(); } } movieClip 1055 { } movieClip 1057 { 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 891 { 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 891 { 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 1058 { 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 1059 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 913 { 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 963 { 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 1040 { 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 1058 { 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 1061 { } movieClip 1063 { } movieClip 1065 { } movieClip 1066 { } movieClip 1068 { } movieClip 1069 { frame 20 { stop(); } } movieClip 1070 { frame 20 { sound_fall3 = new Sound(this); sound_fall3.attachSound('boo_sound'); sound_fall3.start(0, 1); stop(); _parent.gotoAndPlay('walk'); } } movieClip 1071 { frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 1073 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 1071 { onClipEvent (load) { var movement = false; var charspeed = 2; var right = false; var alive = true; var stomped = false; var do_over = false; } } } movieClip 1077 { frame 1 { if (_color == 'red' or _parent._color == 'red' or _parent._parent._parent._color == 'red') { gotoAndPlay(2); } stop(); } frame 2 { stop(); } } movieClip 1082 { frame 1 { if (_color == 'red' or _parent._color == 'red' or _parent._parent._parent._color == 'red') { gotoAndPlay(2); } stop(); } frame 2 { stop(); } } movieClip 1085 { } movieClip 1086 { } movieClip 1090 { } movieClip 1091 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 1093 { } movieClip 1094 { frame 1 { onLoad = function () { char.gotoAndPlay(1 + random(16)); }; } 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); } } } movieClip 1096 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1098 { instance of movieClip 676 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1099 { } movieClip 1104 { frame 6 { stop(); } } movieClip 1107 { frame 4 { stop(); } } movieClip 1108 { 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 616 { 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.movement = true; _root.Peach_show(1); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.CumTits += 2; if (!_root.cum) { _root.on_action = false; } ++_root.koopa_laid_count[0]; _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1110 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1111 { } movieClip 1113 { instance of movieClip 676 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1114 { } movieClip 1118 { frame 9 { stop(); } } movieClip 1122 { frame 4 { stop(); } } movieClip 1123 { frame 1 { _root.movement = false; _root.Peach_show(0); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 616 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _root.Peach_show(1); ++_root.koopa_laid_count[2]; _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } frame 72 { head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } } movieClip 1126 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1131 { frame 5 { stop(); } } movieClip 1135 { frame 5 { stop(); } } movieClip 1136 { frame 1 { explosion.play(); } frame 10 { stop(); } } movieClip 1138 { instance of movieClip 676 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1139 { frame 1 { _root.movement = false; _root.Peach_show(0); head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 616 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _root.Peach_show(1); ++_root.koopa_laid_count[1]; _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1140 { } movieClip 1142 { instance of movieClip 1140 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1143 { } movieClip 1145 { instance of movieClip 1143 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1146 { frame 1 { _root.movement = false; _root.Peach_show(0); head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } instance of movieClip 616 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _root.Peach_show(1); ++_root.koopa_laid_count[3]; _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1148 { } movieClip 1149 { frame 1 { attachMovie('mouthlipslinechars', 'mouthlipsline', 1); loadMovie('', 'mouthlipslinebase'); } } movieClip 1151 { } movieClip 1152 { frame 1 { attachMovie('mouthlipslinechars', 'mouthlipsline', 1); loadMovie('', 'mouthlipslinebase'); } } movieClip 1155 { } movieClip 1156 { frame 1 { attachMovie('holechars', 'hole', 1); loadMovie('', 'holebase'); } } movieClip 1159 { } movieClip 1183 { frame 27 { stop(); } } movieClip 1184 { } movieClip 1186 { 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 1159 { 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 1184 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _root.Peach_show(1); ++_root.koopa_laid_count[4]; _parent._parent.sleeping = true; _root.Peach.char.character.gotoAndPlay('standingup'); } frame 67 { stop(); } } movieClip 1190 { 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]); } } movieClip 1193 { 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 1194 { 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]); } } movieClip 1195 { } movieClip 1196 { frame 1 { attachMovie('mouthfacechars', 'mouthface', 1); loadMovie('', 'mouthfacebase'); } } movieClip 1202 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1205 { instance of movieClip 676 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1207 { 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 616 { 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.movement = true; _root.Peach_show(1); _root.game_timer_suspend = 0; _root.check_blush(); _root.CumHead += 2; _root.CumTits += 2; if (!_root.cum) { _root.on_action = false; } ++_root.koopa_laid_count[6]; _parent._parent.sleeping = true; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } frame 78 { head2.eyeRight.gotoAndPlay('closed'); head2.eyeLeft.gotoAndPlay('closed'); } } movieClip 1210 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1212 { } movieClip 1222 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } movieClip 1244 { frame 27 { gotoAndPlay(1); } } movieClip 1245 { } movieClip 1263 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 12 { stop(); } } movieClip 1265 { instance of movieClip 676 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1266 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 616 { 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 676 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _root.Peach_show(1); ++_root.koopa_laid_count[5]; _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'); } } movieClip 1267 { } movieClip 1269 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1271 { frame 8 { stop(); } } movieClip 1272 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 616 { 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 676 { 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 72 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 73 { 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('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 78 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 79 { 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; } head.eyeLeftPeach.gotoAndStop('liddedmore'); head.eyeRightPeach.gotoAndStop('liddedmore'); } frame 83 { 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 86 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } frame 89 { head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 102 { 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 103 { _root.blushtype = 'blush1'; } frame 104 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 106 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 107 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 108 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 109 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 110 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 111 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 112 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 113 { if (Key.isDown(_root.keySPACE)) { advance = true; } } frame 118 { stop(); } frame 118 { 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 120 { if (!_parent.do_over) { _root.score_add(500); } _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); ++_root.koopa_laid_count[7]; _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'); stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1273 { frame 1 { stop(); head.eyeRight.gotoAndStop('lookright'); } } movieClip 1274 { frame 150 { stop(); _parent.alive = true; _parent._parent.movement_shell = false; _parent.stomped = false; _parent._parent.can_be_fucked = true; _parent.gotoAndPlay(1); } } movieClip 1275 { 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.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 1277 koopa { 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'; can_be_fucked = true; var enemy_num = _root.KoopaTroopa; var dist = 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) { char.charspeed = 4; check_distance_horny(); } else { char.charspeed = 2; } } } if (char.movement) { if (char.alive) { if (char._right) { if (movement_shell) { _x = _x + char.charspeed + 8; } else { _x = _x + char.charspeed; } } else { if (movement_shell) { _x = _x - char.charspeed - 8; } 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 (char.alive) { if (_root.ground.hitTest(_x + _width / 3, _y - _height / 4, true)) { _x = _x - char.charspeed; this._xscale = 100; char._right = false; movedir = 'left'; will_harm = true; } if (_root.ground.hitTest(_x - _width / 3, _y - _height / 4, true)) { _x = _x + char.charspeed; this._xscale = -100; char._right = true; movedir = 'right'; will_harm = true; } } } if (!_root.Peach.char.hitTest(char)) { touched = false; } if (!char.stomped) { if (_root.Peach.char.character._type.collisionFeet.hitTest(char) and !touched 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; _root.Peach.char.grav = -12; char.gotoAndPlay(1); char.gotoAndPlay('shell'); char.shell.play(); char.notice = false; touched = true; } } } } else { if (!char.notice and char.movement and !touched) { if (_root.Peach.char.character._type.collisionBody.hitTest(_x + 18, _y - _height / 2, true)) { 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); } else { if (_root.Peach.char.character._type.collisionBody.hitTest(_x, _y - _height / 2, true)) { 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); } } } } 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.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; } _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); } } } } } } } } } } } } if (!char.stomped) { if (_root.movement) { if (!_root.pausee) { if (touchingGround) { if (!_root.on_action) { if (_root.touchingGround) { char.do_over = false; if (char.alive) { 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; } _root.koopaTextRandomize(); _root.Peach.accelX = 0; char.movement = false; char.notice = true; char.stomped = true; } } } } } } } } } } }; } instance char of movieClip 1275 { 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 1280 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 1283 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 1287 { } movieClip 1292 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 { stop(); if (_global.PLAYER.laids == 0) { gotoAndPlay('virgin'); } else { if (_global.PLAYER.laids < _global.FLAGS.enemiesLaidToBeWhore) { gotoAndPlay('ok'); } else { if (_global.PLAYER.laids >= _global.FLAGS.enemiesLaidToBeWhore) { gotoAndPlay('whore'); } } } } instance of movieClip 1287 { onClipEvent (release) { if (_root.isToadHouseLevelTriggered) { _root.gotoAndPlay('changelevel'); } else { _root.gotoAndPlay('worldmap'); } } onClipEvent (keyPress '<Space>') { if (_root.isToadHouseLevelTriggered) { _root.gotoAndPlay('changelevel'); } else { _root.gotoAndPlay('worldmap'); } } } frame 37 { stop(); } frame 47 { _root.whore = true; stop(); } frame 57 { _root.virgin = true; stop(); } } movieClip 1293 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 1296 horny_respawn { frame 2 { stop(); } } movieClip 1300 { } movieClip 1303 { } movieClip 1305 { } movieClip 1306 { 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 11 { gotoAndPlay(1); } frame 12 { stop(); } } movieClip 1311 { } movieClip 1312 { 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 616 { 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 623 { 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 623 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 1315 { 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 616 { 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 623 { 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 676 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 1316 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1318 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1320 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1321 { 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 616 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 1322 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1324 { instance of movieClip 1322 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1325 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 1327 { instance of movieClip 1325 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1328 { 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 616 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 1330 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1333 { frame 11 { stop(); } } movieClip 1337 { frame 9 { stop(); } } movieClip 1338 { } movieClip 1339 { } movieClip 1341 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1342 { 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 616 { 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); } if (_root.CharMove != 'Raccoon') { _root.clothes_tail_remove = true; } _root.game_timer_suspend = 0; _root.check_blush(); if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 1344 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1346 { instance of movieClip 623 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1358 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 13 { stop(); } } movieClip 1359 { frame 1 { stop(); } } movieClip 1360 { 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 616 { 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); } if (_root.CharMove != 'Raccoon') { _root.clothes_tail_remove = true; } _root.game_timer_suspend = 0; _root.check_blush(); if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 1361 { } movieClip 1362 { } movieClip 1364 { instance of movieClip 1362 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1368 { frame 19 { stop(); } } movieClip 1369 { } movieClip 1371 { instance of movieClip 1369 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1372 { 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 616 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 1374 { instance of movieClip 1362 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1385 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } movieClip 1387 { instance of movieClip 1369 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1388 { 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 616 { 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); } if (_root.CharMove != 'Raccoon') { _root.clothes_tail_remove = true; } _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 1390 { } movieClip 1392 { instance of movieClip 698 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1394 { instance of movieClip 821 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1395 { 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 616 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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 1397 { instance of movieClip 698 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1398 { } movieClip 1404 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 5 { stop(); } } movieClip 1406 { instance of movieClip 821 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1407 { 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 616 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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; stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } movieClip 1409 { instance of movieClip 698 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1411 { instance of movieClip 698 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1413 { instance of movieClip 698 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1430 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } movieClip 1435 { frame 4 { stop(); } } movieClip 1439 { frame 4 { stop(); } } movieClip 1441 { instance of movieClip 698 { onClipEvent (load) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } } movieClip 1442 { frame 1 { _root.movement = false; _root.Peach_show(0); horny_bar_buildup = 1; head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } instance of movieClip 616 { 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 == 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 23 { head.eyeLeftPeach.gotoAndStop('lidded'); head.eyeRightPeach.gotoAndStop('lidded'); } frame 36 { 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 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 (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 (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 55 { _global.PLAYER.blushType = 'blush_blink'; } frame 77 { 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 78 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } 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 { 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 (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 99 { _root.cloth_bra_remove(); head.eyeLeftPeach.gotoAndStop('roll'); head.eyeRightPeach.gotoAndStop('roll'); } frame 140 { 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 141 { _global.PLAYER.blushType = 'blush_blink'; } frame 142 { if (Key.isDown(_root.keySPACE)) { advance = true; } } 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 (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 150 { 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; if (!_root.cum) { _root.on_action = false; } _root.movement = true; _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'); } } movieClip 1443 { frame 1 { stop(); } } movieClip 1444 { frame 2 { stop(); } } movieClip 1445 { frame 2 { gotoAndPlay(1); if (stomped == true and alive) { movement = false; alive = false; gotoAndPlay('stomped'); } else { 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.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 1447 goomba { frame 1 { function check_distance_horny() { 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 {} } } 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) { char.charspeed = 4; check_distance_horny(); } else { char.charspeed = 2; } } } if (_root.Peach.hitTest(vision) or spawn) { spawn = false; char.gotoAndPlay('walk'); loadMovie('', vision); char.movement = true; } if (char.movement) { if (char.alive) { if (char._right) { _x = _x + char.charspeed; } else { _x = _x - 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)) { _x = _x - 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; _x = _x + char.charspeed; this._xscale = -100; char._right = true; movedir = 'right'; } } } if (!char.stomped and char.alive) { if (_root.Peach.char.character._type.collisionFeet.hitTest(char) and !_root.on_action and !_root.pausee) { if (!_root.Peach.char.character._type.collisionBody.hitTest(char)) { if (!char.notice) { char.stomped = true; _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) { _root.goombaTextRandomize(); _root.movement = false; char.do_over = true; char.gotoAndPlay('squish'); 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; } } 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: Sex scene Changed to \'6\''; } else { _root.currentStatusBar = 'Goomba: 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.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.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; } _root.goombaTextRandomize(); char.notice = true; char.movement = false; _root.Peach.accelX = 0; } } } } } } } } } } } } } } } } } } }; } } movieClip 1448 { } movieClip 1450 { } movieClip 1452 { } movieClip 1456 { } movieClip 1458 { } movieClip 1464 { frame 2 { if (_root.Peach.hitTest(_parent._parent._parent._parent.vision)) { soundeffect = new Sound(this); soundeffect.attachSound('piranha'); soundeffect.start(0, 1); } } } movieClip 1466 { } movieClip 1467 { } movieClip 1469 { } movieClip 1471 { } movieClip 1473 { } movieClip 1474 { frame 1 { body.head.stop(); } instance body of movieClip 1467 { 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 1475 { 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 1476 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 1477 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 1479 water { frame 1 { stop(); } frame 2 { stop(); } } movieClip 1481 { } movieClip 1482 status_MC { frame 2 { stop(); } frame 122 { stop(); } } movieClip 1488 { } movieClip 1489 Puzzle_MC { frame 2 { stop(); } frame 108 { if (!auto_fadeout) { stop(); } } frame 123 { stop(); } } movieClip 1491 { } movieClip 1492 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_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'); } } } 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'; _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) { if (type == 'Dress') { CharMove = 'Dress'; peach_update_dressNum_speed(); _root.DressNum = _root.Dress[1]; _root.CharNum = _root.DressChar[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') { DressNum = Dress[0]; CharNum = DressChar[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]; CharNum = DressChar[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]; CharNum = DressChar[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]; _root.CharNum = _root.DressChar[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]; CharNum = DressChar[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]; CharNum = DressChar[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) { if (!_channel) { _channel = 1; } _root['sound' + _channel] = new Sound(this); _root['sound' + _channel].attachSound(_snd); _root['sound' + _channel].start(0, 1); } 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; } } Peach.char.accelX = 0; Peach.char.accelY = 0; _global.PLAYER.lockAnimation = false; isAbleToGoDown = true; controlList.blackscreen._alpha = 100; GoToLevel = false; HUD.DELPressed = true; musicToPlay = false; door_go_to_next_level = false; climbing = false; movement = true; 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; 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.char.accelX = 0; Peach.char.accelY = 0; _global.PLAYER.isSuperPeach = 'no'; controlList.blackscreen.gotoAndPlay('fade_out'); --Lives; _global.PLAYER.lockAnimation = false; _root.can_grab_touch = true; _root.can_touch_ground = true; game_timer = 0; DressNum = _root.Dress[0]; CharNum = _root.DressChar[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 = 1; 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_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 (!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 (_global.PLAYER.isSuperPeach == 'yes') { _global.PLAYER.isSuperPeach = 'no'; currentTip = 'You lose the mushroom ring!'; HUD.tipsMC.gotoAndPlay(3); } 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 taking me in the ass!!']; 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.6m'; 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 = {'soundVolume': 80, 'soundHeels': true, 'null': null}; _global.FLAGS = {'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': 0, 'enemiesAtATime': 0, 'bossFightType': 'virgin', 'scrollingLevel': false, 'powerItemNumber': 0, 'isInTheGallery': false, 'isFireballLocked': false, 'fruitAmount': 0, 'null': null}; _global.PLAYER = {'isInvisible': false, 'isSuperPeach': 'no', 'isCarryingVeggie': 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}; var CharMove = ''; var orgasms = 0; var isPeachCumDripping = 'no'; var isToadHouseLevelTriggered = false; var Peach_charheavyspeed = 0; var 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]; 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: 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 1497 { } button 1502 { on (release) { _root.play(); } on (keyPress '<Space>') { _root.play(); } } movieClip 1503 { 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 1508 { } button 1509 { on (release) { getURL('http://playshapes.newgrounds.com/', '_blank'); } } movieClip 1515 { } button 1516 { on (release) { getURL('http://legendofkrystal.com/forum/', '_blank'); } } // unknown tag 88 length 150 // unknown tag 88 length 149 button 1524 { 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 1525 { } 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 CumHeadMax = 16; var CumTitsMax = 10; var CumBodyMax = 12; var CumLegsMax = 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'); CharCred = new Array('By Playshapes', 'By Playshapes'); 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 + 1; 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', 'Mine Land'); 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('The Dwellers', 'The Clearance', 'The Enormous', 'The Waterfall'), new Array('The Undermines', 'The Diamonds', 'Darkness', 'Indiana')); 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 1533 { } movieClip 1540 { frame 15 { gotoAndPlay(2); } } movieClip 1542 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1543 { } movieClip 1544 { } movieClip 1545 { } movieClip 1551 { } movieClip 1552 { frame 34 { stop(); } } movieClip 1570 { frame 1 { stop(); } } movieClip 1572 { } movieClip 1575 { } movieClip 1576 { } movieClip 1578 { } movieClip 1580 { } movieClip 1582 { } movieClip 1585 { } movieClip 1586 { } movieClip 1588 { } movieClip 1590 { } movieClip 1592 { } movieClip 1594 { } movieClip 1596 { } movieClip 1598 { } movieClip 1600 { } movieClip 1603 { } movieClip 1605 { } movieClip 1607 { } movieClip 1609 { } movieClip 1610 { } movieClip 1614 { } movieClip 1618 { } movieClip 1620 { } movieClip 1622 { } movieClip 1624 { } movieClip 1625 { } movieClip 1627 { } movieClip 1629 { } movieClip 1630 { } movieClip 1631 { } movieClip 1632 { frame 1 { koopa.head.eyeRight.gotoAndPlay('lookright'); stop(); } instance of movieClip 1543 { onClipEvent (load) { stop(); } } } movieClip 1636 { } movieClip 1642 { } movieClip 1644 { } movieClip 1646 { } movieClip 1647 { instance of movieClip 616 { onClipEvent (enterFrame) { if (Key.isDown(32)) { stopAllSounds(); _root.gotoAndPlay('morton'); } } } instance of movieClip 1642 { onClipEvent (release) { stopAllSounds(); _root.gotoAndPlay('select1'); } } instance of movieClip 1644 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'gallery'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1646 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'credits'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1642 { onClipEvent (release) { stopAllSounds(); _root.gotoAndPlay('select1'); } } instance of movieClip 1644 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'gallery'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1646 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'credits'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1642 { onClipEvent (release) { stopAllSounds(); _root.gotoAndPlay('morton'); } } instance of movieClip 1644 { onClipEvent (release) { stopAllSounds(); _root.CurrentArea = 'gallery'; _root.gotoAndPlay(_root.CurrentArea); } } instance of movieClip 1646 { 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 1649 { } movieClip 1654 { } button 1661 { 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 1664 { on (release) { if (_root.CurrentArea != 'select1') { _root.ButtonsQUA._visible = true; _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.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 1667 { on (release) { gotoAndStop('options'); } } button 1670 { on (release) { _root.zoommode = _root.zoommode_recorded; _root.MenuWindow = 'show'; } } button 1675 { on (release) { _root.Dress[2] = _root.DressNum; SetFire = _root.DressSel[_root.Dress[2]]; } } button 1677 { on (release) { _root.Dress[3] = _root.DressNum; SetBurn = _root.DressSel[_root.Dress[3]]; } } button 1680 { on (release) { _root.Dress[1] = _root.DressNum; SetDress = _root.DressSel[_root.Dress[1]]; } } button 1687 { on (release) { if (_root.BoobSize > _root.MinBoob) { --_root.BoobSize; } } } button 1688 { on (release) { if (_root.BoobSize < _root.MaxBoob) { ++_root.BoobSize; } } } button 1692 { 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 1695 { on (release) { _root.Dress[5] = _root.DressNum; SetFrog = _root.DressSel[_root.Dress[5]]; } } button 1701 { on (release) { _root.DressChar[0] = _root.CharNum; SetPoisonChar = _root.CharSel[_root.DressChar[0]]; } } button 1702 { on (release) { _root.DressChar[2] = _root.CharNum; SetFireChar = _root.CharSel[_root.DressChar[2]]; } } button 1704 { on (release) { _root.DressChar[4] = _root.CharNum; SetRaccoonChar = _root.CharSel[_root.DressChar[4]]; } } button 1705 { on (release) { _root.DressChar[3] = _root.CharNum; SetBurnChar = _root.CharSel[_root.DressChar[3]]; } } button 1706 { on (release) { _root.DressChar[1] = _root.CharNum; SetDressChar = _root.CharSel[_root.DressChar[1]]; } } button 1712 { on (release) { _root.DressChar[5] = _root.CharNum; SetFrogChar = _root.CharSel[_root.DressChar[5]]; } } button 1714 { on (release) { i = 0; while (i < _root.powername.length) { _root.DressChar[i] = _root.CharNum; this['Set' + _root.powername[i] + 'Char'] = _root.CharSel[_root.DressChar[i]]; ++i; } } } button 1718 { on (release) { if (_root.CharNum < _root.CharMax) { ++_root.CharNum; } else { _root.CharNum = 0; } _root.NumChar = _root.CharNum + 1; _root.CharName = _root.CharSel[_root.CharNum]; _root.CharacterCredit = _root.CharCred[_root.CharNum]; } } button 1719 { on (release) { if (_root.CharNum > 0) { --_root.CharNum; } else { _root.CharNum = _root.CharMax; } _root.NumChar = _root.CharNum + 1; _root.CharName = _root.CharSel[_root.CharNum]; _root.CharacterCredit = _root.CharCred[_root.CharNum]; } } button 1720 { 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 1721 { 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 1728 { 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 1731 { 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 1734 { 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[3]; _root.garter_type_changeTo = _root.garter[3]; } else { if (_root.garter_type == 'Black') { _root.garter_type = _root.garter[2]; _root.garter_type_changeTo = _root.garter[2]; } else { if (_root.garter_type == 'None') { _root.garter_type = _root.garter[0]; _root.garter_type_changeTo = _root.garter[0]; } } } } } } button 1737 { 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 1741 { 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 1747 { frame 26 { if (!_root.pausee) { if (!_root.on_action) { gotoAndPlay(_root.isPeachCumDripping); } else { gotoAndPlay('no'); } } else { gotoAndPlay('no'); } } frame 90 { if (!_root.pausee) { if (!_root.on_action) { gotoAndPlay(_root.isPeachCumDipping); } } else { gotoAndPlay('no'); } } } movieClip 1748 { } movieClip 1749 { } movieClip 1750 { frame 1 { onEnterFrame = function () { if (_global.FLAGS.isSlippering) { _global.FLAGS.isSlippering = false; gotoAndPlay(2); } }; stop(); } frame 10 { gotoAndStop(1); } } movieClip 1751 { 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 1752 { 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) { 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 1763 { 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 1765 { frame 1 { } } movieClip 1766 { frame 1 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } frame 2 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } frame 4 { gotoAndPlay(_global.PLAYER.isPeachHammerBros); } } movieClip 1768 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1773 { 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 1777 { 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 1784 { 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 1786 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1789 { 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 1794 { 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 1798 { 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 1809 { 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 1811 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1816 { 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 1824 { 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 1826 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1832 { 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 1837 { frame 1 { gotoAndPlay(_root.ears_remove); } frame 3 { gotoAndPlay(_root.ears_remove); } frame 5 { gotoAndPlay(_root.ears_remove); } } movieClip 1839 { } movieClip 1842 { 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 1844 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1849 { 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 1851 { 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 1852 { 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 1857 { 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 1861 { 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 1872 { 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 1874 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1879 { 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 1886 { 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 1888 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1893 { 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 1903 { 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 1905 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1910 { 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 1916 { 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 1924 { 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 1927 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1928 { 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 1930 { } movieClip 1932 { } movieClip 1934 { } movieClip 1937 { } movieClip 1938 { 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 1940 { frame 1 { gotoAndPlay(_root.ears_remove); } frame 3 { gotoAndPlay(_root.ears_remove); } frame 5 { gotoAndPlay(_root.ears_remove); } } movieClip 1943 { 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 1945 { } movieClip 1947 { } movieClip 1949 { } movieClip 1950 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 1959 { 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 1960 { 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 1962 { } movieClip 1964 { } movieClip 1965 { } movieClip 1966 { frame 7 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 11 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } } movieClip 1967 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 1971 { } button 1972 { on (release) { _root.DressChar[6] = _root.CharNum; SetLeafChar = _root.CharSel[_root.DressChar[6]]; } } movieClip 1976 { } button 1979 { 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 1982 { 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 1987 { on (release) { if (_root.LockCostume == true) { _root.LockCostume = false; _root.CostumeLock = 'OFF'; } else { _root.LockCostume = true; _root.CostumeLock = 'ON'; } } } button 1990 { on (release) { if (_root.ShowText == true) { _root.ShowText = false; _root.TextShow = 'OFF'; } else { _root.ShowText = true; _root.TextShow = 'ON'; } } } button 1993 { on (release) { if (_root.internals == 'ON') { _root.internals = 'OFF'; } else { _root.internals = 'ON'; } } } button 2002 { 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 2003 { on (release) { if (_root.MinBoob > 0) { --_root.MinBoob; _root.MinimumBoob = _root.BoobSizeNames[_root.MinBoob]; } } } button 2006 { on (release) { if (_root.MaxBoob < _root.BoobMax) { ++_root.MaxBoob; _root.MaximumBoob = _root.BoobSizeNames[_root.MaxBoob]; } } } button 2007 { 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 2009 { 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 2012 { on (release) { _global.GAMECONFIG.soundVolume = 40; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2014 { on (release) { _global.GAMECONFIG.soundVolume = 100; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2017 { on (release) { _global.GAMECONFIG.soundVolume = 20; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2018 { on (release) { _global.GAMECONFIG.soundVolume = 80; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2021 { on (release) { _global.GAMECONFIG.soundVolume = 60; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); } } button 2024 { on (release) { if (_root.ShowCum == 'No') { _root.ShowCum = 'Yes'; } else { _root.ShowCum = 'No'; } } } button 2028 { on (release) { if (_root.HUDshow == 'ON') { _root.HUDshow = 'OFF'; } else { _root.HUDshow = 'ON'; } } } button 2031 { on (release) { _quality = 'MEDIUM'; } } button 2033 { on (release) { _quality = 'HIGH'; } } button 2036 { on (release) { _quality = 'LOW'; } } button 2039 { on (release) { _global.GAMECONFIG.soundHeels = false; } } button 2042 { on (release) { _global.GAMECONFIG.soundHeels = true; } } button 2045 { 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); } } } movieClip 2047 { } movieClip 2048 { 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 1967 { onClipEvent (load) { n = 1; } onClipEvent (release) { gotoAndPlay(n); if (n == 4) { n = 1; } else { ++n; } } } instance of movieClip 1971 { onClipEvent (release) { _root.CharNum_saved = _root.CharNum; } } 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 2054 { 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 2057 { } movieClip 2065 { frame 1 { if (!coins) { coins = 1; } onEnterFrame = function () { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and _root.jumping 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 2067 { } movieClip 2068 { } movieClip 2070 { frame 84 { gotoAndPlay(1); } } movieClip 2071 { } instance of movieClip 2071 { 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 2076 { frame 1 { stop(); } frame 2 { gotoAndPlay(1); if (_root.bombactive) { gotoAndStop(3); } } } movieClip 2086 { } movieClip 2088 { } movieClip 2091 { } movieClip 2093 { } movieClip 2095 { } movieClip 2098 { } movieClip 2101 { 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 2104 { } movieClip 2107 { } movieClip 2109 { } movieClip 2112 { } movieClip 2113 { } movieClip 2115 { } movieClip 2122 { frame 1 { gotoAndPlay(1 + random(14)); } } movieClip 2125 { } movieClip 2133 { } movieClip 2137 { } movieClip 2141 { } movieClip 2146 { } movieClip 2147 { instance of movieClip 2101 { 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 2071 { onClipEvent (release) { _parent._parent.gotoAndPlay(2); } onClipEvent (keyPress '<Space>') { _parent._parent.gotoAndPlay(2); } } frame 142 { stop(); } } movieClip 2151 { instance of movieClip 2101 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this) or _root.Toad1.hitTest(this) or _root.Toad2.hitTest(this)) { notice = true; this(notice); } } } } movieClip 2155 { 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 2158 { } movieClip 2160 { instance of movieClip 2071 { onClipEvent (release) { _root.gotoAndPlay('select1'); } onClipEvent (keyPress '<Space>') { _root.gotoAndPlay('select1'); } } } movieClip 2161 { 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 2168 { } movieClip 2169 { } movieClip 2170 { } movieClip 2174 { } movieClip 2177 { } movieClip 2179 { frame 1 { stop(); } } instance of movieClip 2179 { 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 2179 { 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 2182 { frame 2 { stop(); } } movieClip 2183 { } movieClip 2185 { } movieClip 2186 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2188 { } movieClip 2191 { } movieClip 2193 { } movieClip 2195 { frame 4 { head.eyeLeftPeach.gotoAndStop('squint'); head.eyeRightPeach.gotoAndStop('squint'); } } movieClip 2196 { 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 2199 { } movieClip 2200 { 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 2202 { } movieClip 2204 { } movieClip 2205 { } movieClip 2209 { } movieClip 2211 { } movieClip 2215 { } movieClip 2216 { 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 2217 { 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 2218 { } movieClip 2219 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } } movieClip 2220 { 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 2222 { frame 70 { gotoAndPlay(1); } } movieClip 2224 { } movieClip 2226 { } movieClip 2228 { } movieClip 2230 { } movieClip 2232 { } movieClip 2234 { } movieClip 2237 { } movieClip 2238 { } movieClip 2239 { instance of movieClip 2238 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this) and _root.movement and !_root.pausee and !_root.on_action) { _root.she_is_hit(); } } } } movieClip 2241 { } movieClip 2243 { } movieClip 2246 { } movieClip 2247 { 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 2248 { 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.collisionFeet.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 2250 { } movieClip 2251 { 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 2253 { } movieClip 2254 { } movieClip 2255 { } movieClip 2256 { } movieClip 2262 { 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 2264 { frame 2 { stop(); } frame 19 { } } movieClip 2267 { 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 2269 { 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 2280 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } } movieClip 2299 { frame 1 { stop(); _root.HUD.peach_face.gotoAndStop('horny0'); _root.isPeachCumDipping = 'no'; } frame 2 { _root.HUD.peach_face.gotoAndStop('horny0'); _root.horny_bar = 2; stop(); } frame 3 { _root.HUD.peach_face.gotoAndStop('horny0'); _root.horny_bar = 3; stop(); } frame 4 { _root.HUD.peach_face.gotoAndStop('horny1'); _root.horny_bar = 4; stop(); } frame 5 { _root.HUD.peach_face.gotoAndStop('horny1'); _root.horny_bar = 5; stop(); } frame 6 { _root.HUD.peach_face.gotoAndStop('horny1'); _root.horny_bar = 6; stop(); } frame 7 { _root.HUD.peach_face.gotoAndStop('horny1'); _root.horny_bar = 7; stop(); } frame 8 { _root.HUD.peach_face.gotoAndStop('horny2'); _root.horny_bar = 8; stop(); } frame 9 { _root.HUD.peach_face.gotoAndStop('horny2'); _root.horny_bar = 9; stop(); } frame 10 { _root.HUD.peach_face.gotoAndStop('horny2'); _root.horny_bar = 10; stop(); } frame 11 { _root.HUD.peach_face.gotoAndStop('horny2'); _root.horny_bar = 11; _root.isPeachCumDipping = 'yes'; stop(); } frame 12 { _root.HUD.peach_face.gotoAndStop('horny3'); _root.horny_bar = 12; _root.isPeachCumDipping = '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; _root.isPeachCumDipping = 'yes'; stop(); } frame 15 { _root.HUD.peach_face.gotoAndStop('horny3'); _root.horny_bar = 15; _root.isPeachCumDipping = 'yes'; stop(); } frame 16 { _root.HUD.peach_face.gotoAndStop('horny4'); _root.horny_bar = 16; _root.isPeachCumDipping = 'yes'; stop(); } frame 17 { _root.HUD.peach_face.gotoAndStop('horny4'); _root.horny_bar = 17; _root.isPeachCumDipping = 'yes'; stop(); } frame 18 { _root.HUD.peach_face.gotoAndStop('horny4'); _root.horny_bar = 18; _root.cum = true; _root.orgasms += 1; _root.isPeachCumDipping = 'yes'; stop(); } } movieClip 2304 { } button 2305 { 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.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 2309 { on (release) { _root.movement = true; _root.ShowCredits = false; gotoAndStop('showmenu'); } } movieClip 2312 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2313 { 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 1489 Puzzle_MC { onClipEvent (load) { auto_fadeout = false; } } instance horny_bar of movieClip 2299 { onClipEvent (load) { gotoAndStop(_root.horny_bar); } } instance controlButton of movieClip 2312 { } } movieClip 2314 { frame 8 { loadMovie('', this); } } movieClip 2317 { } movieClip 2319 { frame 12 { _root.camera.centerOnPeach(); stop(); } frame 13 { stopAllSounds(); } instance Introfade2 of movieClip 2317 { onClipEvent (press) { _root.Intro.Introbutton.Introfade1.Introfade.play(); } } frame 40 { _root.gotoAndPlay('changelevel'); gotoAndPlay('clear'); } frame 41 { _root.movement = false; } instance Introfade2 of movieClip 2317 { onClipEvent (press) { _root.Intro.Introbutton.Introfade1.Introfade.play(); } } frame 67 { _root.movement = true; gotoAndPlay('clear'); } } button 2323 { on (release) { restart._visible = true; confirm._visible = false; cancel._visible = false; } } button 2326 { on (release) { restart._visible = true; confirm._visible = false; cancel._visible = false; _root.BGMsound.setVolume(_global.GAMECONFIG.soundVolume); _root.gotoAndPlay(1); } } button 2329 { on (release) { restart._visible = false; confirm._visible = true; cancel._visible = true; } } button 2338 { on (release) { _root.loadinfo.data.SavedProgress = _root.CurrentArea; _root.loadinfo.data.Checkpoint = _root.Checkpoint; _root.loadinfo.flush(); } } button 2342 { 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 2345 { } movieClip 2354 { 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 2365 { frame 1 { if (_root.clothes_bra_remove) { destination = '2'; } else { destination = '4'; } gotoAndPlay('destination'); } frame 3 { gotoAndPlay('destination'); } frame 5 { gotoAndPlay('destination'); } } movieClip 2368 { 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 2370 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } button 2375 { on (release) { _root.ButtonsQUA._visible = true; _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.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 2378 { on (release) { _root.MenuWindow = 'options'; } } button 2381 { on (release) { _root.MenuWindow = 'charsel'; } } button 2384 { on (release) { _root.MenuWindow = 'gallery'; } } button 2387 { on (release) { _root.MenuWindow = 'credits'; } } movieClip 2392 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 2417 { 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 2424 { on (release) { if (_root.CurrentArea == 'credits') { _root.CurrentArea = 'select1'; _root.gotoAndPlay('title'); } else { _root.zoommode = _root.zoommode_recorded; _root.MenuWindow = 'show'; } } } button 2428 { on (press) { getURL('http://playshapes.newgrounds.com/', '_blank'); } } movieClip 2429 { } button 2432 { on (press) { getURL('http://legendofkrystal.com/forum/', '_blank'); } } button 2435 { on (press) { getURL('http://www.hentai-foundry.com/profile-TheDirtyMonkey.php', '_blank'); } } button 2437 { on (press) { getURL('http://www.hentai-foundry.com/profile-luftmallow.php', '_blank'); } } movieClip 2438 { frame 1 { stop(); _root.movement = false; } instance of movieClip 827 { onClipEvent (release) { sound_fall = new Sound(this); sound_fall.attachSound('Peach ouch3'); sound_fall.start(0, 1); } } instance of movieClip 827 { onClipEvent (release) { sound_fall = new Sound(this); sound_fall.attachSound('Peach ouch4'); sound_fall.start(0, 1); } } instance of movieClip 827 { onClipEvent (release) { sound_fall = new Sound(this); sound_fall.attachSound('Peach nooo'); sound_fall.start(0, 1); } } } movieClip 2441 { } movieClip 2442 { } movieClip 2444 { } movieClip 2449 { 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 2454 { 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 2455 { } movieClip 2456 { } movieClip 2460 { } movieClip 2462 { } movieClip 2463 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } button 2481 { on (release) { gotoAndStop('goomba'); } } button 2482 { on (release) { gotoAndStop('koopatroopa'); } } button 2483 { on (release) { gotoAndStop('morton'); } } button 2484 { on (release) { gotoAndStop('bowser'); } } button 2485 { on (release) { gotoAndStop('endings'); } } button 2486 { on (release) { gotoAndStop('bobomb'); } } button 2487 { on (release) { gotoAndStop('boo'); } } button 2488 { on (release) { gotoAndStop('shyguy'); } } button 2497 { on (release) { gotoAndStop('blooper'); } } movieClip 2502 { } button 2503 { 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 2504 { 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 2506 { on (release) { if (_root.NoBoob == false) { if (_root.BoobSize > 1) { --_root.BoobSize; } else { _root.BoobSize = 4; } } } } button 2507 { on (release) { if (_root.NoBoob == false) { if (_root.BoobSize < 4) { ++_root.BoobSize; } else { _root.BoobSize = 1; } } } } button 2514 { on (release) { gotoAndStop('confirm'); } } button 2527 { on (release) { gotoAndStop('cancel'); } } button 2529 { 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'); } } movieClip 2531 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2534 { } button 2536 { on (release) { if (_root.DressNum > 0) { --_root.DressNum; } else { _root.DressNum = _root.DressMax; } _root.NoBoob = false; } } movieClip 2538 { } movieClip 2540 { } movieClip 2542 { } button 2544 { on (release) { if (!n or n > 5) { n = 1; } _background.gotoAndPlay(n); ++n; } } button 2545 { on (release) { gotoAndPlay(2); } } button 2546 { on (release) { gotoAndPlay(3); } } button 2547 { on (release) { gotoAndPlay(4); } } button 2548 { on (release) { gotoAndPlay(5); } } button 2549 { on (release) { gotoAndPlay(6); } } button 2555 { on (release) { gotoAndPlay(7); } } button 2556 { on (release) { gotoAndPlay(8); } } button 2557 { on (release) { gotoAndPlay(9); } } button 2558 { on (release) { gotoAndPlay(10); } } button 2559 { on (release) { gotoAndPlay(11); } } button 2566 { on (release) { gotoAndPlay(13); } } button 2568 { on (release) { gotoAndPlay(12); } } button 2570 { on (release) { gotoAndPlay(14); } } button 2573 { on (release) { gotoAndPlay(1); } } button 2575 { on (release) { g = _currentframe; gotoAndStop('replay'); } } movieClip 2579 { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 2583 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 2584 { } movieClip 2588 { frame 10 { stop(); } } movieClip 2589 { frame 12 { gotoAndPlay('fuck'); } } movieClip 2591 { 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.on_action = false; _root.game_timer_suspend = 0; _root.check_blush(); _root.CumBody += 2; _root.CumLegs += 2; _root.movement = true; _root.Peach_show(1); stop(); _root.Peach.char.character.gotoAndPlay('standingup'); } } button 2592 { on (release) { gotoAndStop(1); } } movieClip 2593 { 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 2594 { on (release) { if (_root.CharNum > 0) { --_root.CharNum; } else { _root.CharNum = _root.CharMax; } } } button 2595 { on (release) { if (_root.CharNum < _root.CharMax) { ++_root.CharNum; } else { _root.CharNum = 0; } } } button 2596 { 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 2597 { 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 2603 { on (release) { gotoAndStop('choice'); } } button 2608 { on (release) { gotoAndPlay(2); } } button 2609 { on (release) { gotoAndPlay(3); } } button 2610 { on (release) { gotoAndPlay(4); } } button 2611 { on (release) { gotoAndPlay(5); } } button 2615 { on (release) { gotoAndPlay(6); } } button 2617 { on (release) { gotoAndPlay(7); } } button 2619 { on (release) { gotoAndPlay(8); } } button 2621 { on (release) { gotoAndPlay(9); } } button 2623 { on (release) { gotoAndStop('choice'); } } button 2624 { on (release) { g = _currentframe; gotoAndStop('replay'); } } button 2625 { on (release) { gotoAndPlay(1); } } movieClip 2626 { 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 2629 { frame 23 { gotoAndPlay(1); } } button 2630 { on (release) { gotoAndPlay(2); } } button 2631 { on (release) { gotoAndPlay(3); } } button 2634 { on (release) { gotoAndPlay(4); } } button 2635 { on (release) { gotoAndPlay(5); } } button 2639 { on (release) { gotoAndStop('choice'); } } button 2640 { on (release) { g = _currentframe; gotoAndStop('replay'); } } button 2641 { on (release) { gotoAndStop(1); } } movieClip 2642 { 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 2647 { 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 2648 { on (release) { gotoAndPlay(2); } } button 2649 { on (release) { gotoAndPlay(3); } } button 2652 { on (release) { gotoAndPlay(4); } } button 2653 { on (release) { gotoAndPlay(5); } } button 2658 { on (keyPress '<Space>') { advance = true; } } movieClip 2661 { frame 20 { stop(); } } movieClip 2663 { 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 623 { 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 623 { 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 2664 { on (release) { gotoAndStop(1); } } button 2665 { on (release) { g = _currentframe; gotoAndStop('replay'); } } movieClip 2668 { 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 623 { 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 623 { 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 2670 { } movieClip 2671 { frame 1 { attachMovie('armupperchars', 'armupper', 1); loadMovie('', 'armupperbase'); } } movieClip 2673 { frame 27 { stop(); } } movieClip 2675 { 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 623 { 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 623 { 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 2678 { 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 623 { 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 623 { 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 2679 { 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 2683 { on (release) { gotoAndStop(1); } } button 2684 { on (release) { g = _currentframe; gotoAndStop('replay'); } } movieClip 2685 { 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 2686 { on (release) { gotoAndPlay(2); } } button 2687 { on (release) { gotoAndPlay(3); } } button 2692 { on (release) { gotoAndPlay(4); } } button 2694 { on (release) { gotoAndPlay(1); } } button 2695 { on (release) { g = _currentframe; gotoAndStop('replay'); } } movieClip 2696 { frame 1 { stop(); } frame 2 { stop(); notice = false; } frame 3 { stop(); notice = false; } frame 4 { stop(); notice = false; } frame 5 { gotoAndPlay(g); } } button 2697 { on (release) { gotoAndPlay(2); } } button 2699 { on (release) { gotoAndPlay(3); } } button 2701 { on (release) { gotoAndPlay(4); } } button 2703 { on (release) { gotoAndPlay(5); } } movieClip 2714 { 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 2717 { } movieClip 2719 { } movieClip 2720 { frame 1 { gotoAndPlay(1 + random(20)); } frame 51 { gotoAndPlay(2); } } movieClip 2723 { frame 45 { gotoAndPlay(1); } } movieClip 2734 { } movieClip 2735 { frame 1 { } frame 5 { gotoAndPlay('dress'); } } movieClip 2738 { frame 1 { } } movieClip 2739 { 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 2740 { } movieClip 2741 { } movieClip 2742 { } movieClip 2743 { } movieClip 2744 { 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 2746 { } button 2747 { on (release) { gotoAndPlay('kiss'); } on (keyPress '<Right>') { gotoAndPlay('kiss'); } on (keyPress 'd') { gotoAndPlay('kiss'); } } button 2751 { on (release) { gotoAndPlay('suck'); } on (keyPress '<Right>') { gotoAndPlay('suck'); } on (keyPress 'd') { gotoAndPlay('suck'); } } button 2752 { on (release) { gotoAndPlay(1); } on (keyPress '<Left>') { gotoAndPlay(1); } on (keyPress 'a') { gotoAndPlay(1); } } button 2753 { on (release) { gotoAndPlay('cum'); } on (keyPress '<Right>') { gotoAndPlay('cum'); } on (keyPress 'd') { gotoAndPlay('cum'); } } button 2754 { on (release) { gotoAndPlay('kiss'); } on (keyPress '<Left>') { gotoAndPlay('kiss'); } on (keyPress 'a') { gotoAndPlay('kiss'); } } button 2755 { on (release) { gotoAndPlay('sucking'); } on (keyPress '<Left>') { gotoAndPlay('sucking'); } on (keyPress 'a') { gotoAndPlay('sucking'); } } movieClip 2759 { frame 8 { stop(); } } movieClip 2761 { 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 2071 { 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 2763 { } button 2764 { on (release) { gotoAndPlay('in'); } on (keyPress '<Up>') { gotoAndPlay('in'); } on (keyPress 'w') { gotoAndPlay('in'); } } button 2765 { on (release) { _root.gotoAndPlay('smb2'); } on (keyPress '<Space>') { _root.gotoAndPlay('smb2'); } } button 2770 { on (release) { gotoAndPlay('out'); } on (keyPress '<Down>') { gotoAndPlay('out'); } on (keyPress 's') { gotoAndPlay('out'); } } button 2773 { on (release) { _root.gotoAndPlay('ending'); } } movieClip 2775 { instance of movieClip 2723 { 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 2776 { on (release) { gotoAndStop('choice'); } } movieClip 2782 { } button 2801 { on (release) { gotoAndPlay('kiss'); } on (keyPress '<Right>') { gotoAndPlay('kiss'); } on (keyPress 'd') { gotoAndPlay('kiss'); } } button 2802 { 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 2803 { on (release) { _root.gotoAndPlay('smb1'); } } button 2805 { on (release) { _root.gotoAndPlay('smb3'); } on (keyPress '<Space>') { _root.gotoAndPlay('smb3'); } } button 2807 { on (release) { gotoAndPlay('deep'); } on (keyPress '<Right>') { gotoAndPlay('deep'); } on (keyPress 'd') { gotoAndPlay('deep'); } } button 2808 { on (release) { gotoAndPlay(1); } on (keyPress '<Left>') { gotoAndPlay(1); } on (keyPress 'a') { gotoAndPlay(1); } } button 2811 { on (release) { gotoAndPlay('kiss'); } on (keyPress '<Left>') { gotoAndPlay('kiss'); } on (keyPress 'a') { gotoAndPlay('kiss'); } } movieClip 2812 { frame 1 { stop(); head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } instance of movieClip 2782 { 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 2071 { 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 2819 { } movieClip 2821 { } button 2823 { on (release) { _root.gotoAndPlay('theend'); } } button 2824 { on (release) { _root.gotoAndPlay('smb2'); } } movieClip 2829 { frame 1 { stop(); } } button 2830 { on (release) { gotoAndPlay('suck'); } on (keyPress '<Right>') { gotoAndPlay('suck'); } on (keyPress 'd') { gotoAndPlay('suck'); } } button 2831 { 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 2834 { on (release) { gotoAndPlay('cum'); } on (keyPress '<Right>') { gotoAndPlay('cum'); } on (keyPress 'd') { gotoAndPlay('cum'); } } button 2835 { on (release) { gotoAndPlay(1); } on (keyPress '<Left>') { gotoAndPlay(1); } on (keyPress 'a') { gotoAndPlay(1); } } button 2837 { on (release) { gotoAndPlay('suck'); } on (keyPress '<Left>') { gotoAndPlay('suck'); } on (keyPress 'a') { gotoAndPlay('suck'); } } movieClip 2839 { 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 2071 { 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 2841 { instance of movieClip 1359 { 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 2845 { frame 10 { stop(); } } movieClip 2846 { frame 14 { gotoAndPlay('fuck'); } } movieClip 2848 { frame 1 { stop(); } instance of movieClip 2502 { onClipEvent (enterFrame) { if (_root.EndingScene[0]) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Do you know how SMB1 really ended?'; } onClipEvent (enterFrame) { if (_parent._parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (enterFrame) { if (_root.EndingScene[1]) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Do you know how SMB2 really ended?'; } onClipEvent (enterFrame) { if (_parent._parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (enterFrame) { if (_root.EndingScene[2]) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Do you know how SMB3 really ended?'; } onClipEvent (enterFrame) { if (_parent._parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (enterFrame) { if (_root.EndingScene[3]) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Was your virginity intact when you got to the castle?'; } onClipEvent (enterFrame) { if (_parent._parent.resetgallery == true) { loadMovie('', this); } } } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 2855 { } button 2856 { on (release) { gotoAndPlay(2); } } button 2858 { on (release) { gotoAndPlay('tit'); } } button 2863 { on (release) { gotoAndPlay('cum'); } } button 2864 { on (release) { gotoAndPlay(1); } } button 2866 { on (release) { gotoAndPlay('fuck'); } } button 2867 { on (release) { gotoAndPlay('tit'); } } button 2891 { on (release) { gotoAndPlay('cum2'); } } movieClip 2928 { 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 2929 { on (release) { gotoAndStop('choice'); } } movieClip 2930 { frame 1 { stop(); } frame 2 { stop(); notice = false; } } button 2932 { on (release) { _root.Drive = 2; gotoAndPlay(2); } } button 2934 { on (release) { _root.Drive = 1; gotoAndPlay(2); } } button 2936 { on (release) { _root.Drive = 3; gotoAndPlay(2); } } button 2938 { on (release) { gotoAndPlay(3); } } movieClip 2942 { } movieClip 2946 { } button 2947 { on (release) { gotoAndPlay('2'); } on (keyPress '<Space>') { gotoAndPlay('2'); } } movieClip 2948 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 2949 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } button 2953 { on (release) { gotoAndPlay('4'); } on (keyPress '<Space>') { gotoAndPlay('4'); } } button 2954 { on (release) { gotoAndPlay('1'); } on (keyPress '<Backspace>') { gotoAndPlay('1'); } } button 2959 { on (release) { gotoAndPlay('6'); } on (keyPress '<Space>') { gotoAndPlay('6'); } } button 2964 { on (release) { gotoAndPlay('jerk'); } on (keyPress '<Space>') { gotoAndPlay('jerk'); } } button 2968 { on (release) { gotoAndPlay('go'); } on (keyPress '<Space>') { gotoAndPlay('go'); } } button 2973 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Space>') { gotoAndPlay('swallow'); } } button 2974 { on (release) { gotoAndPlay('8'); } on (keyPress '<Backspace>') { gotoAndPlay('8'); } } movieClip 2975 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 2978 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } button 2981 { on (release) { gotoAndPlay('doit'); } on (keyPress '<Space>') { gotoAndPlay('doit'); } on (keyPress '<Right>') { gotoAndPlay('doit'); } on (keyPress 'd') { gotoAndPlay('doit'); } } button 2982 { on (release) { gotoAndPlay('8'); } on (keyPress '<Backspace>') { gotoAndPlay('8'); } on (keyPress '<Left>') { gotoAndPlay('8'); } on (keyPress 'a') { gotoAndPlay('8'); } } button 2988 { on (release) { gotoAndPlay('drip'); } on (keyPress '<Space>') { gotoAndPlay('drip'); } } button 2989 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Backspace>') { gotoAndPlay('swallow'); } } button 2993 { on (release) { gotoAndPlay('pull'); } on (keyPress '<Space>') { gotoAndPlay('pull'); } } button 2997 { on (release) { gotoAndPlay('inside'); } on (keyPress '<Space>') { gotoAndPlay('inside'); } on (keyPress '<Right>') { gotoAndPlay('inside'); } on (keyPress 'd') { gotoAndPlay('inside'); } } button 2998 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Backspace>') { gotoAndPlay('swallow'); } on (keyPress '<Left>') { gotoAndPlay('swallow'); } on (keyPress 'a') { gotoAndPlay('swallow'); } } movieClip 3009 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } button 3013 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Space>') { gotoAndPlay('adjust'); } } button 3014 { on (release) { gotoAndPlay('pull'); } on (keyPress '<Backspace>') { gotoAndPlay('pull'); } } button 3018 { on (release) { gotoAndPlay('outside'); } on (keyPress '<Space>') { gotoAndPlay('outside'); } } movieClip 3024 { frame 1 { if (_root.internals != 'ON') { gotoAndStop('OFF'); } } frame 11 { stop(); } } button 3028 { on (release) { gotoAndPlay('fallen'); } on (keyPress '<Space>') { gotoAndPlay('fallen'); } on (keyPress '<Right>') { gotoAndPlay('fallen'); } on (keyPress 'd') { gotoAndPlay('fallen'); } } button 3029 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Backspace>') { gotoAndPlay('adjust'); } on (keyPress '<Left>') { gotoAndPlay('adjust'); } on (keyPress 'a') { gotoAndPlay('adjust'); } } movieClip 3030 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } button 3034 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Space>') { gotoAndPlay('kneel'); } } button 3035 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Backspace>') { gotoAndPlay('adjust'); } } button 3039 { on (release) { gotoAndPlay('facial'); } on (keyPress '<Space>') { gotoAndPlay('facial'); } } button 3044 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Space>') { gotoAndPlay('mount'); } on (keyPress '<Right>') { gotoAndPlay('mount'); } on (keyPress 'd') { gotoAndPlay('mount'); } } button 3045 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Backspace>') { gotoAndPlay('kneel'); } on (keyPress '<Left>') { gotoAndPlay('kneel'); } on (keyPress 'a') { gotoAndPlay('kneel'); } } button 3049 { on (release) { gotoAndPlay('finale'); } on (keyPress '<Space>') { gotoAndPlay('finale'); } } button 3050 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Backspace>') { gotoAndPlay('kneel'); } } button 3051 { on (release) { gotoAndPlay('finalrest'); } on (keyPress '<Space>') { gotoAndPlay('finalrest'); } on (keyPress '<Right>') { gotoAndPlay('finalrest'); } on (keyPress 'd') { gotoAndPlay('finalrest'); } } button 3052 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Backspace>') { gotoAndPlay('mount'); } on (keyPress '<Left>') { gotoAndPlay('mount'); } on (keyPress 'a') { gotoAndPlay('mount'); } } button 3056 { on (release) { gotoAndPlay('black'); } on (keyPress '<Space>') { gotoAndPlay('black'); } } button 3057 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Backspace>') { gotoAndPlay('mount'); } } movieClip 3058 { 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 3059 { on (release) { gotoAndStop('choice'); } } movieClip 3061 { } movieClip 3063 { } movieClip 3064 { 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 3065 { on (release) { gotoAndPlay('2'); } on (keyPress '<Space>') { gotoAndPlay('2'); } on (keyPress '<Right>') { gotoAndPlay('2'); } on (keyPress 'd') { gotoAndPlay('2'); } } button 3066 { on (release) { gotoAndPlay('black'); } } movieClip 3068 { } movieClip 3070 { } button 3071 { on (release) { gotoAndPlay('4'); } on (keyPress '<Space>') { gotoAndPlay('4'); } on (keyPress '<Right>') { gotoAndPlay('4'); } on (keyPress 'd') { gotoAndPlay('4'); } } button 3072 { on (release) { gotoAndPlay('1'); } on (keyPress '<Backspace>') { gotoAndPlay('1'); } on (keyPress '<Left>') { gotoAndPlay('1'); } on (keyPress 'a') { gotoAndPlay('1'); } } movieClip 3074 { } movieClip 3076 { } movieClip 3077 { 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 3078 { on (release) { gotoAndPlay('6'); } on (keyPress '<Space>') { gotoAndPlay('6'); } on (keyPress '<Right>') { gotoAndPlay('6'); } on (keyPress 'd') { gotoAndPlay('6'); } } movieClip 3079 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 3081 { } movieClip 3083 { } button 3084 { on (release) { gotoAndPlay('jerk'); } on (keyPress '<Space>') { gotoAndPlay('jerk'); } } button 3085 { on (release) { gotoAndPlay('1'); } on (keyPress '<Backspace>') { gotoAndPlay('1'); } } movieClip 3087 { } movieClip 3089 { } button 3090 { on (release) { gotoAndPlay('go'); } on (keyPress '<Space>') { gotoAndPlay('go'); } } movieClip 3092 { } movieClip 3094 { } button 3095 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Space>') { gotoAndPlay('swallow'); } } button 3096 { on (release) { gotoAndPlay('8'); } on (keyPress '<Backspace>') { gotoAndPlay('8'); } } movieClip 3098 { } movieClip 3100 { } button 3101 { on (release) { gotoAndPlay('doit'); } on (keyPress '<Space>') { gotoAndPlay('doit'); } } movieClip 3103 { } movieClip 3105 { } button 3106 { on (release) { gotoAndPlay('drip'); } on (keyPress '<Space>') { gotoAndPlay('drip'); } } button 3107 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Backspace>') { gotoAndPlay('swallow'); } } movieClip 3109 { } movieClip 3111 { } button 3112 { on (release) { gotoAndPlay('pull'); } on (keyPress '<Space>') { gotoAndPlay('pull'); } } button 3113 { on (release) { gotoAndPlay('swallow'); } on (keyPress '<Backspace>') { gotoAndPlay('swallow'); } } movieClip 3115 { } movieClip 3117 { } button 3118 { on (release) { gotoAndPlay('inside'); } on (keyPress '<Space>') { gotoAndPlay('inside'); } } movieClip 3120 { } movieClip 3122 { } button 3123 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Space>') { gotoAndPlay('adjust'); } } button 3124 { on (release) { gotoAndPlay('pull'); } on (keyPress '<Backspace>') { gotoAndPlay('pull'); } } movieClip 3126 { } movieClip 3128 { } button 3129 { on (release) { gotoAndPlay('outside'); } on (keyPress '<Space>') { gotoAndPlay('outside'); } } button 3130 { on (release) { gotoAndPlay('fallen'); } on (keyPress '<Space>') { gotoAndPlay('fallen'); } } button 3131 { on (release) { gotoAndPlay('adjust'); } on (keyPress '<Backspace>') { gotoAndPlay('adjust'); } } movieClip 3133 { } movieClip 3135 { } button 3136 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Space>') { gotoAndPlay('kneel'); } } movieClip 3137 { } movieClip 3139 { } movieClip 3141 { } button 3142 { on (release) { gotoAndPlay('facial'); } on (keyPress '<Space>') { gotoAndPlay('facial'); } } movieClip 3144 { } movieClip 3146 { } button 3147 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Space>') { gotoAndPlay('mount'); } } button 3148 { on (release) { gotoAndPlay('kneel'); } on (keyPress '<Backspace>') { gotoAndPlay('kneel'); } } movieClip 3150 { } movieClip 3152 { } button 3153 { on (release) { gotoAndPlay('finale'); } on (keyPress '<Space>') { gotoAndPlay('finale'); } } button 3154 { on (release) { gotoAndPlay('finalrest'); } on (keyPress '<Space>') { gotoAndPlay('finalrest'); } } button 3155 { on (release) { gotoAndPlay('mount'); } on (keyPress '<Backspace>') { gotoAndPlay('mount'); } } movieClip 3157 { } movieClip 3159 { } button 3160 { on (release) { gotoAndPlay('black'); } on (keyPress '<Space>') { gotoAndPlay('black'); } } movieClip 3162 { frame 1 { stop(); } } movieClip 3163 { frame 1 { MortonScene[3] = true; _root.loadinfo.data.MortonScene[3] = true; _root.loadinfo.flush(); } instance of movieClip 2948 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 2949 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3061 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3063 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 3 { gotoAndPlay('1'); } instance of movieClip 2948 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 2949 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3068 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3070 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 9 { gotoAndPlay('3'); } instance of movieClip 2949 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 2948 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3074 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3076 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 15 { gotoAndPlay('5'); } frame 16 { stopAllSounds(); } instance of movieClip 2948 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 2949 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3081 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3083 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 27 { gotoAndPlay('7'); } instance of movieClip 2948 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 2949 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3087 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3089 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 48 { gotoAndPlay('jerk'); } instance of movieClip 2948 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 2949 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3092 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3094 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } frame 68 { gotoAndPlay('cummy'); } instance of movieClip 2948 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 2978 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3098 { onClipEvent (enterFrame) { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } instance of movieClip 3100 { 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 3164 { frame 1 { stop(); _root.gallery_running = false; } instance of movieClip 2502 { onClipEvent (load) { if (_root.MortonScene[2]) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Try to get to the castle with your virginity intact'; } onClipEvent (enterFrame) { if (_parent._parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { if (_root.MortonScene[1]) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Try to get to the castle without fucking EVERYTHING'; } onClipEvent (enterFrame) { if (_parent._parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { if (_root.MortonScene[0]) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Make sure to fuck everything along the way'; } onClipEvent (enterFrame) { if (_parent._parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { if (_root.MortonScene[3]) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Morton\'s ready to go another round'; } onClipEvent (enterFrame) { if (_parent._parent.resetgallery == true) { loadMovie('', this); } } } frame 2 { stop(); notice = false; _root.gallery_running = true; } instance of movieClip 3058 { onClipEvent (load) { gallery = true; } } frame 3 { stop(); notice = false; } instance of movieClip 3163 { onClipEvent (load) { gallery = true; } } } movieClip 3165 { 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; } if (!resetgallery) { resetgallery = 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 2502 { onClipEvent (load) { if (_root.BowserScene) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Did you get 100 coins?'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { i = 0; while (i < 4) { if (_root.EndingScene[i]) { loadMovie('', this); } ++i; } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Did you watch the endings?'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.Boo; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'There\'s more than one way to fuck a Boo'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.BobOmb; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'There\'s more than one way to defuse a bomb'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.Goomba; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Try fucking some Goombas'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.ShyGuy; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'There\'s more Shyguys to..erhm..fuck'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.Lakitu; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Future enemies!'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.KoopaTroopa; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Try fucking some Koopa Troopas'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.Fluffy; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Future enemies!'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.Ostro; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Future enemies!'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.Lakitu; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Future enemies!'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance of movieClip 2502 { onClipEvent (load) { enemy_num = _root.Blooper; if (_root.EnemyAtMax[enemy_num]) { loadMovie('', this); } if (_parent.resetgallery == true) { loadMovie('', this); } } onClipEvent (release) { lockhelp = 'Try fucking some Bloopers'; } onClipEvent (enterFrame) { if (_parent.resetgallery == true) { loadMovie('', this); } } } instance galleryunlock of movieClip 2534 { onClipEvent (release) { if (_root.CurrentArea == 'gallery') { _root.gallery.resetgallery = true; } else { _root.controlList.gallery.resetgallery = true; } } } instance _title of movieClip 2538 { onClipEvent (release) { _root.gotoAndPlay('title'); } } instance _options of movieClip 2540 { onClipEvent (release) { _root.MenuWindow = 'options'; } } instance _menu of movieClip 2542 { onClipEvent (release) { _root.zoommode = _root.zoommode_recorded; _root.MenuWindow = 'show'; } } frame 2 { stop(); } 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(); } } button 3169 { 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.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 3178 { } movieClip 3179 { } movieClip 3181 { } movieClip 3184 { } movieClip 3188 { } movieClip 3190 { } movieClip 3192 { } movieClip 3194 { } movieClip 3196 { } movieClip 3197 { instance of movieClip 3184 { onClipEvent (release) { gotoAndPlay('close'); } } frame 2 { stop(); } frame 3 { stop(); } instance of movieClip 3188 { onClipEvent (release) { gotoAndPlay('close'); } } frame 4 { stop(); } instance of movieClip 3190 { onClipEvent (release) { gotoAndPlay('close'); } } frame 5 { stop(); } instance of movieClip 3192 { onClipEvent (release) { gotoAndPlay('close'); } } frame 6 { stop(); } instance of movieClip 3194 { onClipEvent (release) { gotoAndPlay('close'); } } frame 7 { stop(); } instance of movieClip 3196 { onClipEvent (release) { gotoAndPlay('close'); } } } button 3199 { on (release) { gotoAndPlay('close'); } } movieClip 3200 { instance of movieClip 3184 { onClipEvent (release) { gotoAndPlay('close'); } } frame 2 { stop(); } frame 3 { stop(); } instance of movieClip 3188 { onClipEvent (release) { gotoAndPlay('close'); } } frame 4 { stop(); } instance of movieClip 3190 { onClipEvent (release) { gotoAndPlay('close'); } } frame 5 { stop(); } instance of movieClip 3192 { onClipEvent (release) { gotoAndPlay('close'); } } frame 6 { stop(); } instance of movieClip 3194 { onClipEvent (release) { gotoAndPlay('close'); } } frame 7 { stop(); } instance of movieClip 3196 { onClipEvent (release) { gotoAndPlay('close'); } } } movieClip 3201 { instance of movieClip 3184 { onClipEvent (release) { gotoAndPlay('close'); } } frame 2 { stop(); } frame 3 { stop(); } instance of movieClip 3188 { onClipEvent (release) { gotoAndPlay('close'); } } frame 4 { stop(); } instance of movieClip 3190 { onClipEvent (release) { gotoAndPlay('close'); } } frame 5 { stop(); } instance of movieClip 3192 { onClipEvent (release) { gotoAndPlay('close'); } } frame 6 { stop(); } instance of movieClip 3194 { onClipEvent (release) { gotoAndPlay('close'); } } frame 7 { stop(); } instance of movieClip 3196 { onClipEvent (release) { gotoAndPlay('close'); } } } movieClip 3202 { frame 1 { left_p = 2; right_p = 2; moving_p = 2; total_pages = 5; } instance of movieClip 3179 { onClipEvent (release) { _parent.gotoAndPlay('open'); } } frame 2 { stop(); } frame 3 { right_p = 3; left_p = 2; rightpage.gotoAndPlay(right_p); } instance rightpage of movieClip 3197 { onClipEvent (release) { _parent.gotoAndPlay('next page'); } } frame 21 { stop(); } instance of movieClip 3200 { 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 3178 { 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 3197 { 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 3200 { 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 3197 { 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 3200 { onClipEvent (release) { if (_parent.left_p == 2) { _parent.gotoAndPlay('close'); } else { _parent.gotoAndPlay('previous page'); } } } } movieClip 3203 { } movieClip 3211 { frame 1 { stop(); root_movement = false; } } movieClip 3212 { 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 3212 { 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.isToadHouseLevelTriggered) { if (_root.ending == 1) { _root.gotoAndPlay('ending'); } if (_root.same_world) { ++_root.actual_level; } else { _root.actual_level = 1; ++_root.actual_world; } _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 3221 { } movieClip 3225 { } movieClip 3228 { } movieClip 3229 { } movieClip 3232 { } movieClip 3233 { } movieClip 3238 { 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 3239 { } movieClip 3249 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and _root.jumping 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.jumping 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 3250 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } instance of movieClip 1552 { onClipEvent (load) { stop(); } } frame 4 { stop(); } instance pipe1 of movieClip 2179 { 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 2179 { 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 2247 { onClipEvent (load) { stop(); } } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 17 { stop(); } instance of movieClip 2169 { onClipEvent (load) { lights = 'green'; } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } } movieClip 3251 { 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 3251 { 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 3253 { } movieClip 3255 { } movieClip 3256 { } movieClip 3258 { } movieClip 3259 { } movieClip 3266 { instance of movieClip 2169 { onClipEvent (load) { lights = 'green'; } } } movieClip 3268 { } movieClip 3270 { } movieClip 3272 { } movieClip 3273 { } movieClip 3274 { } movieClip 3275 { } movieClip 3276 { } movieClip 3277 { 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 3278 { } movieClip 3279 { frame 1 { stop(); } } movieClip 3282 { } movieClip 3284 { 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 3287 { frame 2 { stop(); } } movieClip 3288 { frame 1 { stop(); } instance pole1 of movieClip 3287 { 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 3287 { 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 3287 { 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 3287 { 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 3287 { 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 3290 { } movieClip 3292 { } movieClip 3294 { } movieClip 3296 { } movieClip 3297 { } movieClip 3304 { } movieClip 3307 { } movieClip 3311 { } movieClip 3314 { } movieClip 3315 { } instance of movieClip 2169 { onClipEvent (load) { lights = 'yellow'; } } instance of movieClip 3279 { 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 3316 { } movieClip 3318 { } movieClip 3329 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and _root.jumping 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.jumping 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.jumping 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 3334 { 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 3335 { 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.jumping 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 3340 { 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.jumping 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 3345 { 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 3346 { 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.jumping 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 3345 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 3354 { 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.jumping 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); _global.PLAYER.isSuperPeach = 'yes' || _root.CharMove == 'Racer' || _root.CharMove == 'Dress' || _root.CharMove == 'Leaf' || _root.CharMove == 'Raccoon' || _root.CharMove == 'Frog' || _root.CharMove == 'Fire'; if (_global.PLAYER.isSuperPeach) { 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 3345 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 3360 { 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.jumping 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 3363 { 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 3365 { } movieClip 3368 { } movieClip 3369 { frame 4 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); stop(); } } movieClip 3370 { frame 1 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 3 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 5 { gotoAndPlay(_global.PLAYER.currentVeggieType); } frame 7 { gotoAndPlay(_global.PLAYER.currentVeggieType); } } movieClip 3375 { 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 3382 { 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 3385 { frame 1 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndStop(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndStop(_root.CharSel[_root.CharNum]); } } movieClip 3386 { frame 4 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); stop(); } } movieClip 3387 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 3388 { 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 26 { 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 31 { 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 54 { 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 55 { if (_root.piping) { _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 78 { 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 79 { if (_root.piping) { _root.movement = false; _root.Peach_show(0); _root.on_action = true; } _root.on_pipe = true; head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 102 { 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 3393 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and _root.jumping 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 3394 { instance of movieClip 2065 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 2065 { onClipEvent (load) { this.coins = 2; } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 2065 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance pipe1 of movieClip 3388 { 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 3388 { 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 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance pipe5 of movieClip 3388 { onClipEvent (load) { pipe_functioning = false; } } instance pipe4 of movieClip 3388 { onClipEvent (load) { pipe_functioning = false; } } instance pipe3 of movieClip 3388 { onClipEvent (load) { pipe_functioning = false; } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3393 { onClipEvent (load) { talk = 'Use \'go up\' key, like UP or W, to explore some houses or doors'; } } instance of movieClip 2065 { onClipEvent (load) { this.coins = 2; } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } } movieClip 3396 { instance of movieClip 827 { 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 20 { gotoAndPlay(1); } } movieClip 3397 { 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 2101 { 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 2101 { 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 2101 { 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 2101 { 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 2101 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; this(notice); } } } instance of movieClip 2101 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; this(notice); } } } movieClip 3406 { 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 3407 { 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 3408 { 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 122 { 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 3409 { } movieClip 3411 { } movieClip 3413 { } movieClip 3415 { } movieClip 3417 { } movieClip 3421 { } movieClip 3424 { } movieClip 3429 { } movieClip 3431 { 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 3432 { } movieClip 3433 { } movieClip 3434 { } movieClip 3435 { } movieClip 3437 { } movieClip 3442 { } movieClip 3443 { frame 19 { gotoAndPlay('juggle'); } } movieClip 3445 { } movieClip 3446 { } movieClip 3447 { } movieClip 3448 { } movieClip 3449 { } // unknown tag 88 length 63 button 3454 { 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 3456 { on (release) { focus = 0; } } button 3461 { on (release) { focus = 1; } } button 3462 { on (release) { focus = 2; } } button 3463 { on (release) { focus = 3; } } movieClip 3466 { } movieClip 3469 { } movieClip 3471 { 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]); } } movieClip 3472 { 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 3473 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 3474 { 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]); } } button 3476 { 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 3477 { frame 27 { gotoAndPlay(1); } } movieClip 3478 { 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 22 { 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'; } } frame 50 { if (focus == 0) { gotoAndPlay('headhold'); } } frame 57 { gotoAndPlay('decision'); } frame 97 { if (_root.CumTits > 2) { _root.score_add(100); _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'; } } frame 104 { gotoAndPlay('decision'); } frame 128 { if (_root.CumLegs > 2) { _root.score_add(100); _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'; } } 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 146 { gotoAndPlay('decision'); } 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 3479 { frame 1 { stop(); } instance of movieClip 3443 { 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 3479 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; this(notice); } else { this.gotoAndPlay(1); } } } instance of movieClip 3396 { 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 3396 { 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 3481 { } movieClip 3485 { } movieClip 3487 { } button 3489 { on (release) { if (_root.CumTits > 2) { _root.score_add(50); } _root.CumTits = 2; } } button 3491 { on (release) { if (_root.CumBody > 2) { _root.score_add(100); } _root.CumBody = 2; } } button 3493 { on (release) { if (_root.CumLegs > 2) { _root.score_add(50); } _root.CumLegs = 2; } } button 3495 { 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 3497 { on (release) { if (_root.CumHead > 2) { _root.score_add(100); } _root.CumHead = 2; } } movieClip 3500 { } movieClip 3501 { 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 3507 { } movieClip 3509 { } movieClip 3511 { } movieClip 3512 { instance vision of movieClip 827 { 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 3516 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3519 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3523 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3527 { frame 1 { if (!_root.ShowText) { this._alpha = 0; } else { this._alpha = 100; } } } movieClip 3532 { 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 3532 { 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 2723 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } movieClip 3533 { frame 16 { gotoAndPlay(1); } } instance of movieClip 3533 { 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 3533 { onClipEvent (load) { _color = 'black'; } } instance of movieClip 2723 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2723 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2723 { 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 2723 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2723 { 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 3534 { } movieClip 3535 { } instance of movieClip 2723 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2723 { 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 3536 { 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 3537 { 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 3539 { 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 3537 { 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 3539 { onClipEvent (load) { _color = 'blue'; } } movieClip 3544 { } movieClip 3545 { 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 3546 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.movement and !_root.pausee) { if (_root.horny_bar > 13) { 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 3547 { 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 3548 { frame 1 { stop(); } } movieClip 3549 { 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 3550 { } movieClip 3555 { 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 3557 { } movieClip 3559 { } movieClip 3560 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 2 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 4 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 3562 { } movieClip 3563 { frame 7 { head.eyeLeftPeach.gotoAndStop('closed'); head.eyeRightPeach.gotoAndStop('closed'); } frame 15 { head.eyeLeftPeach.gotoAndStop('opened'); head.eyeRightPeach.gotoAndStop('opened'); } } movieClip 3564 { } movieClip 3565 { 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 3566 { frame 1 { stop(); } frame 20 { gotoAndPlay(1); } } movieClip 3567 { 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 3570 { frame 26 { if (!_root.pausee) { if (!_root.on_action) { gotoAndPlay(_root.isPeachCumDipping); } } else { gotoAndPlay('no'); } } frame 83 { if (!_root.pausee) { if (!_root.on_action) { gotoAndPlay(_root.isPeachCumDipping); } } else { gotoAndPlay('no'); } } } movieClip 3571 { frame 1 { _root.expr = 0; } frame 2 { gotoAndPlay(1); } } movieClip 3572 { } movieClip 3574 { } movieClip 3575 { 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 3576 { frame 16 { gotoAndPlay(1); } } movieClip 3577 { 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 3578 { 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 3586 { 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 3593 { 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 3595 { frame 1 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 3 { gotoAndPlay(_root.CharSel[_root.CharNum]); } frame 5 { gotoAndPlay(_root.CharSel[_root.CharNum]); } } movieClip 3596 { 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 3598 { frame 1 { head.eyeLeftPeach.gotoAndStop('opened'); _root.jumping = true; _root.grab_touch = false; if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } } frame 2 { onEnterFrame = function () { if (_root.touchingGround) { _root.can_grab_touch = false; _root.jumping = false; _global.PLAYER.lockAnimation = false; stop(); } if (_root.Peach.char.peach_right) { this._xscale = 100; } else { this._xscale = -100; } if ((_root.CharMove == 'Raccoon' or _root.CharMove == 'Leaf') and (Key.isDown(_root.keyC) or Key.isDown(_root.keySLASH)) and !_root.clothes_tail_remove and !_root.touchingGround and !_root.jumping and !_root.underwater) { if (_root.flying_mode) { _root.Peach.char.character.gotoAndStop('fly'); } else { gotoAndPlay('raccoon'); } } }; } 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 10 { _root.Peach.char.character.gotoAndPlay('descending'); } frame 14 { head.eyeLeftPeach.gotoAndStop('opened'); _root.can_grab_touch = false; } frame 17 { gotoAndPlay('raccoon'); } } movieClip 3599 { 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 3600 { frame 1 { 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 3601 { frame 1 { _root.expr = 0; } frame 3 { head.eyeLeftPeach.gotoAndStop('crossed'); head.eyeRightPeach.gotoAndStop('crossed'); } frame 9 { stop(); } } movieClip 3602 { 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.movement = true; _root.on_action = false; _root.peach_stand_up(); } } movieClip 3603 { } movieClip 3604 { 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'); sound_1 = new Sound(this); sound_1.attachSound('sound_veg'); sound_1.start(0, 1); } 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.PLAYER.lockAnimation = false; _root.movement = true; _root.on_action = false; if (_root.Peach.char.peach_right) { _parent.gotoAndStop('standrightvegetable'); } else { _parent.gotoAndStop('standleftvegetable'); } } } movieClip 3605 { frame 1 { sidehead.eyeLeftPeach.gotoAndStop('opened'); _global.PLAYER.lockAnimation = true; } frame 5 { sidehead.eyeLeftPeach.gotoAndStop('closed'); } frame 8 { 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; sound_1 = new Sound(this); sound_1.attachSound('sound_veg_drop'); sound_1.start(0, 1); } 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 3606 { 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) { 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 3607 { 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 3608 { } movieClip 3609 { 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.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 3610 { 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 3611 { 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 3612 { 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 3549 { onClipEvent (enterFrame) { right = true; } } frame 8 { stop(); } instance _type of movieClip 3549 { 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(); } } movieClip 3613 { frame 1 { stop(); } } movieClip 3614 { 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) { 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) { 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; } else { _root.touchingGround = 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; } } 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) { _root.can_grab_touch = false; _root.jumping = false; _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 (!_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)) { _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) { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX >= _root.camera._x + _root.camera._width / 2) { } else { if (accelX <= char.charspeed + 2) { accelX += 1; } Peach_setX += accelX; } } else { if (accelX <= char.charspeed + 2) { accelX += 1; } Peach_setX += accelX; } } else { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX >= _root.camera._x + _root.camera._width / 2) { } else { if (accelX <= char.charspeed) { accelX += 1; } Peach_setX += accelX; } } else { if (accelX <= char.charspeed) { accelX += 1; } Peach_setX += accelX; } } } } 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 _root.touchingGround) { char.character.gotoAndStop('runright'); } else { if (_root.flying_mode and !_root.touchingGround) { char.character.gotoAndStop('fly'); } else { if (char.grav <= 3) { 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 (accelX > 0) { accelX -= 1; } Peach_setX += accelX; 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 <= 3) { 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 (!_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)) { _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) { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX <= _root.camera._x - _root.camera._width / 2 + 20) { Peach_setX += 2; } else { if (accelX <= char.charspeed + 2) { accelX += 1; } Peach_setX -= accelX; } } else { if (accelX <= char.charspeed + 2) { accelX += 1; } Peach_setX -= accelX; } } else { if (_global.FLAGS.scrollingLevel) { if (_x + Peach_setX <= _root.camera._x - _root.camera._width / 2 + 20) { Peach_setX += 2; } else { if (accelX <= char.charspeed) { accelX += 1; } Peach_setX -= accelX; } } else { if (accelX <= char.charspeed) { accelX += 1; } Peach_setX -= accelX; } } } } 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 _root.touchingGround) { char.character.gotoAndStop('runleft'); } else { if (_root.flying_mode and !_root.touchingGround) { char.character.gotoAndStop('fly'); } else { if (char.grav <= 3) { 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 (accelX > 0) { accelX -= 1; } Peach_setX -= accelX; 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 <= 3) { 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)) { for (door in _global.FLAGS.doors) { if (_root.underwater and _root.CharMove == 'Frog') { 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)) { break; } 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 (!_global.PLAYER.lockAnimation) { if (Key.isDown(_root.keyX) or Key.isDown(_root.keyPERIOD)) { 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; } 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; 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 { Peach_setX -= accelX; } 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 { Peach_setX += accelX + 1; } 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) { 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 3613 { 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 2723 { 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 2723 { 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 3534 { onClipEvent (load) { stop(); } } movieClip 3615 { } movieClip 3620 { 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 3620 { 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 3620 { 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 3621 { } movieClip 3623 { } button 3627 { 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 3628 { frame 1 { stop(); } frame 2 { stop(); } } instance bubblespeech of movieClip 3628 { 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 3630 { } movieClip 3632 { } movieClip 3634 { } instance of movieClip 3396 { } instance of movieClip 3396 { } instance of movieClip 3396 { } instance of movieClip 3396 { } instance of movieClip 3396 { } instance of movieClip 3396 { } movieClip 3637 { frame 2 { stop(); } } instance of movieClip 3637 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3620 { 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 3637 { 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 3637 { 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 3637 { 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 3620 { 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!'); } } movieClip 3641 { frame 2 { onEnterFrame = function () { if (_root.Peach.char.hitTest(this)) { _root.she_is_hit('fall'); } }; stop(); } } movieClip 3646 { 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 3658 { frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } button 3661 { on (release) { _root.gotoAndPlay('score1'); } } movieClip 3663 { frame 1 { stop(); } } movieClip 3664 { 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.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.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.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.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 (!_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'; } _root.GoToLevel = false; _root.score_points = 0; _root.Score = 0; _root.gotoAndPlay('score1'); } 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 1489 Puzzle_MC { onClipEvent (load) { auto_fadeout = false; } } instance horny_bar of movieClip 2299 { onClipEvent (load) { gotoAndStop(_root.horny_bar); } } instance controlButton of movieClip 2312 { } } instance of movieClip 827 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.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 3667 { } button 3676 { on (release) { _quality = 'Medium'; } } button 3682 { on (release) { _quality = 'High'; } } button 3685 { on (release) { _quality = 'Low'; } } movieClip 3686 { } movieClip 3689 { frame 2 { stop(); } } instance door9 of movieClip 3689 { onClipEvent (load) { goToNextLevel = true; } } instance door10 of movieClip 3689 { onClipEvent (load) { goToNextLevel = true; } } movieClip 3692 { frame 2 { stop(); } } instance door1 of movieClip 3692 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 3692 { onClipEvent (load) { destiny = 'door1'; } } instance controlList of movieClip 3212 { onClipEvent (enterFrame) { if (_root.ShowCredits == true) { gotoAndStop('credits'); } else { if (_root.ShowControls == 'Open') { gotoAndStop(_root.MenuWindow); } else { gotoAndStop(_root.MenuWindow); } } } } frame 9 { _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(); } stop(); } movieClip 3693 { frame 1 { stop(); } } movieClip 3697 { 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 3700 { frame 1 { world_name.text = _root.actual_world_name; stop(); } } movieClip 3701 { frame 1 { if (_root.isToadHouseNameLevel) { level_name.text = 'Toad House'; _root.isToadHouseNameLevel = false; } else { level_name.text = _root.actual_level_name; } stop(); } } movieClip 3702 { frame 2 { stop(); } frame 23 { _parent.coins2.gotoAndPlay('start'); stop(); } frame 45 { stop(); } } movieClip 3703 { 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 3704 { } movieClip 3705 { } movieClip 3707 { } movieClip 3709 { instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3707 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } } movieClip 3713 { instance vision of movieClip 827 { 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 3716 { } movieClip 3717 { 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 3717 { onClipEvent (load) { GhostDoor_goTo_X = '-740'; GhostDoor_goTo_Y = '-80'; } } instance of movieClip 3717 { onClipEvent (load) { GhostDoor_goTo_X = '1500'; GhostDoor_goTo_Y = '310'; } } instance camera of movieClip 3406 { 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 3718 { 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 3719 { 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 3720 { 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 3721 { 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 3722 { 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 3723 { 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 3723 { onClipEvent (enterFrame) { if (_root.Peach.char.CollisionFeet.hitTest(this)) { _root.Checkpoint2 = true; _root.Checkpoint1 = false; notice = true; this(notice); } } } movieClip 3726 { instance vision of movieClip 827 { 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 3728 { frame 1 { stopAllSounds(); _root.BossScene[_root.Morton] = true; } frame 29 { _root.gotoAndPlay('ending'); } } movieClip 3735 { } movieClip 3738 { } movieClip 3740 { frame 1 { _root.movement = false; _root.Peach_show(0); _root.next_sc = false; } instance Wakeup of movieClip 3738 { 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 3741 { 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 3741 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { _root.can_masturbate = false; notice = true; this(notice); } else { _root.can_masturbate = true; } } } movieClip 3743 { } movieClip 3744 { 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 3745 { frame 1 { stop(); } } instance of movieClip 3745 { onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _parent.rockenemy.notice = true; _parent.rockenemy(_parent.rockenemy.notice); } } } instance of movieClip 3620 { 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 3620 { 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 3746 { } movieClip 3747 { 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 3748 { instance of movieClip 3747 { onClipEvent (enterFrame) { if (_root.Peach.char.character._types.collisionBody.hitTest(this) and !_root.on_action and _root.movement and !_root.pausee) { _root.she_is_hit(); } } } } movieClip 3749 { } movieClip 3750 { } instance of movieClip 3641 { onClipEvent (enterFrame) { if (_root.char.CoinGrab.hitTest(this)) { _root.gotoAndPlay('kingdom1'); } } } instance controlList of movieClip 3212 { 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 3753 { instance of movieClip 1287 { 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 3758 { on (release) { facial.gotoAndPlay(1); } } movieClip 3766 { instance of movieClip 2071 { onClipEvent (release) { _root.CurrentArea == 'ending'; _root.gotoAndPlay('smb1'); } onClipEvent (keyPress '<Space>') { _root.CurrentArea == 'ending'; _root.gotoAndPlay('smb1'); } } } frame 13 { stop(); } movieClip 3771 { } movieClip 3778 { } movieClip 3781 { } movieClip 3784 { } movieClip 3785 { instance of movieClip 3771 { 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 3778 { onClipEvent (release) { _root.keyboardLayout_now = 2; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } } instance of movieClip 3781 { onClipEvent (release) { _root.keyboardLayout_now = 3; _root.keyboardLayout(_root.keyboardLayout_now); _root.gotoAndPlay('changelevel'); } } instance of movieClip 3784 { 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 2169 { onClipEvent (load) { lights = 'green'; } } movieClip 3786 { instance of movieClip 2065 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 2065 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } } movieClip 3788 { } movieClip 3789 { 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 3792 { 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 3692 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 3692 { 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 3212 { 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 2846 { onClipEvent (enterFrame) { if (_root.Drive != 3) { loadMovie('', this); } else { _root.EndingScene[3] = true; _root.loadinfo.data.EndingScene[3] = true; _root.loadinfo.flush(); } } } button 3794 { on (release) { _root.gotoAndPlay('smb3'); } } instance of movieClip 2071 { 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 2589 { onClipEvent (enterFrame) { if (_root.Drive != 1) { loadMovie('', this); } } } frame 23 { stop(); } movieClip 3796 { frame 2 { if (_root.GoToLevel) { stop(); _root.gotoAndPlay(_root.GoToLevel); _root.GoToLevel = false; } } } frame 24 { stopAllSounds(); stop(); } movieClip 3798 { frame 10 { stop(); } } instance of movieClip 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 3788 { 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 2071 { 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 3804 { } movieClip 3807 { } movieClip 3809 { } movieClip 3811 { } instance of movieClip 2071 { 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 3813 { 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 3816 { } instance of movieClip 3641 { onClipEvent (enterFrame) { if (_root.char.hitTest(this)) { _root.she_is_hit('fall'); } } } instance of movieClip 2454 { onClipEvent (load) { _color = 'yellow'; } } instance of movieClip 2454 { onClipEvent (load) { _color = 'yellow'; } } button 3821 { 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 3822 { 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 3823 { } movieClip 3831 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and _root.jumping 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.jumping 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 3834 { 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 3835 { frame 1 { if (_root.Peach.char.character._type.collisionHead.hitTest(this) and _root.jumping 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.jumping 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 3834 { onClipEvent (load) { touched_once = false; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionFeet.hitTest(this) and !touched_once) { touched_once = true; } } } } movieClip 3841 { 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 3842 { 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.jumping 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 3841 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 3845 { } movieClip 3846 { instance of movieClip 2065 { onClipEvent (load) { this.coins = 2; } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3335 { onClipEvent (enterFrame) { } } instance pipe3 of movieClip 3388 { 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 3388 { onClipEvent (load) { _color = 'yellow'; } } instance of movieClip 2065 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3388 { onClipEvent (load) { _color = 'yellow'; } } instance pipe1 of movieClip 3388 { 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 2222 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2222 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2222 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance pipe2 of movieClip 3388 { 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 3388 { onClipEvent (load) { pipe1x = -550; 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 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 2065 { onClipEvent (load) { this.coins = 10; } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance pipe6 of movieClip 3388 { 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 3393 { onClipEvent (load) { talk = 'If you fail a given puzzle, try to contact any friend you did before'; } } instance of movieClip 3393 { 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 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (load) { fixed = true; } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (load) { fixed = true; } } instance of movieClip 3363 { onClipEvent (load) { fixed = true; } } instance of movieClip 3363 { onClipEvent (load) { fixed = true; } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (load) { fixed = true; } } instance of movieClip 3363 { onClipEvent (load) { fixed = true; } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (load) { fixed = true; } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } instance of movieClip 3363 { onClipEvent (enterFrame) { } } } instance of movieClip 3360 { onClipEvent (enterFrame) { } } movieClip 3848 { } movieClip 3849 { 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 119 { 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 3849 { onClipEvent (enterFrame) { char.movement = false; } } movieClip 3855 { 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.jumping 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 3857 { 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 3861 { 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) { _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 3862 { 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 3865 { instance of movieClip 827 { 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 3723 { onClipEvent (enterFrame) { if (_root.Peach.char.CollisionFeet.hitTest(this)) { _root.Checkpoint2 = true; _root.Checkpoint1 = false; notice = true; this(notice); } } } movieClip 3869 { instance vision of movieClip 827 { 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'); delete onEnterFrame; } } } } }; 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 3869 { 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 1059 bobomb { onClipEvent (load) { walk_lengh = 'short'; } } instance of movieClip 1059 bobomb { onClipEvent (load) { walk_lengh = 'short'; } } instance of movieClip 827 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _parent.bobomb2.gotoAndPlay('run'); loadMovie('', this); } } } instance of movieClip 1447 goomba { onClipEvent (load) { turnRight = true; turnRightAfterWalk = true; } } movieClip 3872 { } movieClip 3875 { } movieClip 3877 { frame 171 { gotoAndPlay(1); } } movieClip 3878 { 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 3878 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } instance of movieClip 3878 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } movieClip 3880 { } instance of movieClip 3637 { 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 3620 { 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 3620 { onClipEvent (load) { talk1 = ''; this(''); talk2 = 'Forever Alone...'; this('Forever Alone...'); talk3 = ''; this(''); talk4 = ''; this(''); } } instance of movieClip 3637 { 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 3637 { 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 827 { 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 3883 { frame 2 { stop(); } } instance door1 of movieClip 3883 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 3883 { onClipEvent (load) { destiny = 'door1'; } } movieClip 3885 { 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 3212 { 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 3888 { frame 1 { if (_root.CurrentArea == 'kingdom1b') { gotoAndPlay('victory'); } } frame 20 { gotoAndPlay(1); } frame 40 { gotoAndPlay('victory'); } } movieClip 3889 { } movieClip 3890 { } movieClip 3891 { instance of movieClip 2065 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3346 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } } instance checkpoint3 of movieClip 2101 { onClipEvent (enterFrame) { if (!_root.Peach.char.character._type.collisionBody.hitTest(this)) { notice = true; this(notice); _root.Checkpoint = 3; } } } instance of movieClip 3637 { 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 3894 { frame 2 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _root.GoToLevel = warp_to; _root.gotoAndPlay('relay'); } }; stop(); } } instance of movieClip 3894 { 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 3896 { } movieClip 3898 { } movieClip 3909 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { if (_root.piping) { _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 3921 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { if (_root.piping) { _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 3928 { 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.jumping 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 3934 { 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.jumping 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 { _global.PLAYER.isSuperPeach = 'yes' || _root.CharMove == 'Racer' || _root.CharMove == 'Dress' || _root.CharMove == 'Leaf' || _root.CharMove == 'Raccoon' || _root.CharMove == 'Frog' || _root.CharMove == 'Fire'; if (_global.PLAYER.isSuperPeach) { 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 3935 { instance pipe1 of movieClip 3909 { 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 3909 { 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 3909 { 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 2179 { 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 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance pipe_right of movieClip 3921 { 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 3909 { 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 3921 { onClipEvent (load) { pipe1x = 2450; pipe1y = 850; musicToPlay = false; destination = 'pipe_bonus'; animation_destiny_pipe = 'going_up_pipe'; } onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this.PipeAction) and !_root.piping and pipe1x and pipe1y) { if (Key.isDown(_root.keyA) or Key.isDown(_root.keyLEFT)) { if (!Key.isDown(_root.keyD) and !Key.isDown(_root.keyRIGHT)) { _root.currentTip = 'DISABLED - Luigi\'s Maintenance!'; _root.HUD.tipsMC.gotoAndPlay(3); } } } } } instance pipe_bonus of movieClip 3388 { onClipEvent (load) { pipe1x = 1660; pipe1y = 70; destination = 'pipe_bonus_out'; animation_destiny_pipe = 'going_out'; } onClipEvent (enterFrame) { if (_root.Peach.char.character._type.collisionBody.hitTest(this)) { _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)) and !_root.pipeDOWNbuttonPressed) { _root.pipeDOWNbuttonPressed = true; pipe_functioning = false; _root.piping = true; gotoAndPlay('going_down_pipe'); } if (!Key.isDown(_root.keyS) and !Key.isDown(_root.keyDOWN)) { _root.pipeDOWNbuttonPressed = false; } } } else { _root.on_pipe_to_go_down = false; } } } instance of movieClip 3329 { onClipEvent (enterFrame) { } } instance of movieClip 3393 { onClipEvent (load) { talk = 'Many pipes allow you to return to the last area.'; } } instance of movieClip 3393 { onClipEvent (load) { talk = 'You can stomp and kick out shells. You gain more points but running shells can harm you.'; } } } movieClip 3937 { frame 1 { if (!once) { once = true; this._name = 'poweritem' + _global.FLAGS.powerItemNumber; ++_global.FLAGS.powerItemNumber; } 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 3938 { 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 3723 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this)) { _root.musicToPlayBeginning = 'music_water'; _root.Checkpoint2 = true; _root.Checkpoint1 = false; notice = true; this(notice); } } } movieClip 3940 { } movieClip 3943 { } movieClip 3945 { } movieClip 3946 { 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 3947 { 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 1140 { 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 1143 { 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 3948 { 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 3950 { 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 3951 { 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 3948 { 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 3950 { onClipEvent (load) { var bounce = new Array('2', '-2', '4', '-4', '0', '10', '-10'); } } } movieClip 3952 { frame 1 { onEnterFrame = function () { if (_root.Peach.char.character._type.collisionBody.hitTest(this) and _root.movement) { _root.she_is_hit(); } }; } } instance of movieClip 3952 { onClipEvent (enterFrame) { if (_root.Peach.char.CoinGrab.hitTest(this) and _root.movement) { _root.she_is_hit(); } } } movieClip 3953 { 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 3954 { 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 1277 koopa { onClipEvent (load) { _color = 'red'; } } instance of movieClip 3620 { 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 3883 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 3883 { onClipEvent (load) { destiny = 'door1'; } } instance door9 of movieClip 3689 { onClipEvent (load) { goToNextLevel = true; } } instance door10 of movieClip 3689 { 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 3955 { } movieClip 3956 { } movieClip 3960 { 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 3962 { instance of movieClip 2065 { onClipEvent (load) { this.coins = 2; } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 2065 { onClipEvent (load) { this.coins = 5; } } instance of movieClip 2222 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2222 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 2222 { onClipEvent (load) { gotoAndPlay(1 + random(40)); } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance pipe3 of movieClip 3388 { 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 3960 { 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 3346 { onClipEvent (enterFrame) { } } instance pipe1 of movieClip 3388 { 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 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance poweritem1 of movieClip 3340 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3831 { onClipEvent (enterFrame) { } } instance of movieClip 3835 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 827 { 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 3335 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance vase2 of movieClip 3960 { 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 3360 { onClipEvent (enterFrame) { } } instance of movieClip 3360 { onClipEvent (enterFrame) { } } instance poweritem6 of movieClip 3346 { onClipEvent (enterFrame) { } } instance life1 of movieClip 3928 { onClipEvent (enterFrame) { } } instance poweritem5 of movieClip 3346 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 827 { 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 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } } movieClip 3965 { instance vision of movieClip 827 { 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 827 { 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 3968 { instance vision of movieClip 827 { 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 3723 { onClipEvent (enterFrame) { if (_root.Peach.char.CollisionFeet.hitTest(this)) { _root.Checkpoint2 = true; _root.Checkpoint1 = false; notice = true; this(notice); } } } instance of movieClip 831 shyguy { onClipEvent (load) { jumping = true; } } instance of movieClip 831 shyguy { onClipEvent (load) { _color = 'blue'; _type = 'bad'; } } movieClip 3969 { 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 3973 { } movieClip 3974 { } movieClip 3975 { 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 3976 { frame 2 { gotoAndPlay(1); if (attack and alive) { movement = false; gotoAndPlay('attack'); } } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 3977 { 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 3976 { 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 3878 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } instance of movieClip 3878 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } instance of movieClip 3878 { onClipEvent (load) { gotoAndPlay(70 + random(100)); } } instance of movieClip 3637 { 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(); } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 3238 { onClipEvent (load) { speed = 3 + random(4); } } instance of movieClip 2454 { onClipEvent (load) { _color = 'grey'; } } instance of movieClip 2454 { onClipEvent (load) { _color = 'grey'; } } movieClip 3978 { } movieClip 3980 { } movieClip 3987 { 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.jumping 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 3345 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 3988 { instance pipe1 of movieClip 3388 { 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 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance poweritem1 of movieClip 3987 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance pipe2 of movieClip 3388 { onClipEvent (load) { _color = 'grey'; } } instance of movieClip 2065 { onClipEvent (load) { coins = 10; } } } instance of movieClip 560 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { _root.gotoAndPlay('score1'); } } } instance of movieClip 2248 { onClipEvent (load) { inverted = true; } } instance of movieClip 2248 { onClipEvent (load) { inverted = true; } } instance of movieClip 3637 { 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 3637 { 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 3992 { frame 2 { stop(); this._name = 'scrollStartPosition'; onEnterFrame = function () { if (_root.Peach.hitTest(this)) { _global.FLAGS.scrollingLevel = true; } }; } } movieClip 3994 { 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 3996 { } movieClip 3997 { } movieClip 3998 { } movieClip 3999 { } movieClip 4000 { } movieClip 4003 { } movieClip 4004 { frame 2 { stop(); } frame 70 { stop(); } } instance anchor of movieClip 4004 { onClipEvent (enterFrame) { if (_root.Peach.char.hitTest(this)) { _root.Osama.meeting = 2; } } } movieClip 4009 { } movieClip 4010 { } movieClip 4012 { } movieClip 4014 { } movieClip 4016 { } movieClip 4019 { } movieClip 4022 { } movieClip 4026 { } movieClip 4028 { } movieClip 4031 { frame 2 { stop(); } frame 13 { gotoAndPlay('talk'); } } movieClip 4033 { } movieClip 4034 { } movieClip 4036 { } movieClip 4038 { } movieClip 4039 { frame 1 { function Osama_talk() { head.beard.gotoAndPlay('talk'); } function Osama_silent() { head.beard.gotoAndPlay('mute'); } stop(); } } instance Osama of movieClip 4039 { 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; _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; meeting = 0; level_of_conversation = 0; } } } } } } movieClip 4041 { } movieClip 4042 { } instance of movieClip 3894 { onClipEvent (load) { warp_to = 'airship1'; } } instance of movieClip 3637 { onClipEvent (load) { level_of_conversation = 0; if (_root.DressNum == 0) { talk = 'Peach: Oh no! I\'m stark naked in the Osama Castle! 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 Castle!\n(PRESS SPACE)'; } else { if (_root.peachBottomlessShowing) { talk = 'Peach: Oh no! My pussy and ass are totally exposed in the Osama Castle!\n(PRESS SPACE)'; } else { talk = 'Peach: Oh! I\'m in the Osama Castle, 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 4046 { instance vision of movieClip 827 { onClipEvent (load) { this._visible = false; } } instance vision of movieClip 827 { onClipEvent (load) { this._visible = false; } } instance vision of movieClip 827 { onClipEvent (load) { this._visible = false; } } instance vision of movieClip 827 { onClipEvent (load) { this._visible = false; } } instance vision of movieClip 827 { 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); } } 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 4047 { 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 4048 { } movieClip 4049 { instance pipe2 of movieClip 3388 { 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 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3346 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 3249 { onClipEvent (enterFrame) { } } instance of movieClip 2179 { 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 2179 { 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 3388 { 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 3855 { onClipEvent (enterFrame) { } } instance of movieClip 3354 { onClipEvent (enterFrame) { } } } instance of movieClip 3928 { onClipEvent (enterFrame) { } } movieClip 4051 { instance vision of movieClip 827 { 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'); delete onEnterFrame; } } } } }; 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 + 50; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime]._y = _y + 25; _root.horny_respawn['enemygenerator' + _global.FLAGS.enemiesAtATime].turnRight = true; ++_global.FLAGS.enemiesAtATime; } frame 110 { functioning = false; gotoAndPlay(2); } } instance of movieClip 4051 { 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 4051 { 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 3869 { 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 3869 { 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 3637 { 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 3883 { onClipEvent (load) { destiny = 'door2'; } } instance door2 of movieClip 3883 { onClipEvent (load) { destiny = 'door1'; } } instance door9 of movieClip 3689 { onClipEvent (load) { goToNextLevel = true; } } instance door10 of movieClip 3689 { 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 4054 { } movieClip 4055 { 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.jumping 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); _global.PLAYER.isSuperPeach = 'yes' || _root.CharMove == 'Racer' || _root.CharMove == 'Dress' || _root.CharMove == 'Leaf' || _root.CharMove == 'Raccoon' || _root.CharMove == 'Frog' || _root.CharMove == 'Fire'; if (_global.PLAYER.isSuperPeach) { 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 3345 { onClipEvent (enterFrame) { if (_root.Peach.hitTest(this)) { loadMovie('', this); gotoAndPlay('grab'); this(undefined); } } } } movieClip 4057 { frame 1 { n = 50; movedir = 'left'; charspeed = -3; onEnterFrame = function () { if (_root.Peach.hitTest(vision)) { loadMovie('', vision); movement = true; } if (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 4058 { 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.jumping 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 4059 { 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.jumping 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 4060 { instance pipe1 of movieClip 3388 { 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 3354 { onClipEvent (enterFrame) { } } instance of movieClip 3346 { onClipEvent (enterFrame) { } } } instance of movieClip 3637 { 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); } } } }




http://swfchan.com/30/148753/info.shtml
Created: 9/8 -2019 22:09:19 Last modified: 9/8 -2019 22:09:19 Server time: 29/04 -2024 13:17:11