Section 1
//bone_1 (Koops_fla.bone_1)
package Koops_fla {
import flash.events.*;
import flash.display.*;
public dynamic class bone_1 extends MovieClip {
public var bleeding:MovieClip;
public var bar_mc:MovieClip;
public var But_Play:SimpleButton;
public function bone_1(){
super();
addFrameScript(0, frame1, 1, frame2, 2, frame3);
}
public function But_Play_Pressed(MouseEvent){
this.gotoAndStop(3);
}
public function loading(e:Event):void{
var total:Number;
var loaded:Number;
total = this.stage.loaderInfo.bytesTotal;
loaded = this.stage.loaderInfo.bytesLoaded;
bar_mc.scaleX = (loaded / total);
bleeding.x = (64 + ((loaded / total) * (444 - 64)));
if (total == loaded){
play();
this.removeEventListener(Event.ENTER_FRAME, loading);
};
}
function frame3(){
this.stop();
}
function frame1(){
stop();
this.addEventListener(Event.ENTER_FRAME, loading);
}
function frame2(){
this.stop();
But_Play.addEventListener(MouseEvent.CLICK, But_Play_Pressed);
}
}
}//package Koops_fla
Section 2
//CompleteKoopsSet_25 (Koops_fla.CompleteKoopsSet_25)
package Koops_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.text.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class CompleteKoopsSet_25 extends MovieClip {
public var SpeechBubble:MovieClip;
public var Koops:MovieClip;
public var Transistion:MovieClip;
public function CompleteKoopsSet_25(){
super();
addFrameScript(38, frame39, 39, frame40);
}
function frame39(){
this.stop();
MovieClip(root).KoopsRandomIdleAnimation();
}
function frame40(){
this.stop();
}
}
}//package Koops_fla
Section 3
//creampiez_set_18 (Koops_fla.creampiez_set_18)
package Koops_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.text.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class creampiez_set_18 extends MovieClip {
public function creampiez_set_18(){
super();
addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5, 5, frame6, 6, frame7, 7, frame8, 8, frame9, 9, frame10, 10, frame11, 11, frame12, 12, frame13, 13, frame14);
}
function frame10(){
this.stop();
if (MovieClip(root).BooSistersFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame14(){
this.stop();
if (MovieClip(root).PeachFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame12(){
this.stop();
if (MovieClip(root).PunioFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame3(){
this.stop();
if (MovieClip(root).VivianFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame6(){
this.stop();
if (MovieClip(root).KooperFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame7(){
this.stop();
if (MovieClip(root).KoopieKooFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame1(){
this.stop();
}
function frame13(){
this.stop();
if (MovieClip(root).ParakarryFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame4(){
this.stop();
if (MovieClip(root).LadyBowFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame5(){
this.stop();
if (MovieClip(root).KoopsFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame9(){
this.stop();
if (MovieClip(root).MowzFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame8(){
this.stop();
if (MovieClip(root).YoshiFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame2(){
this.stop();
if (MovieClip(root).GoombellaFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
function frame11(){
this.stop();
if (MovieClip(root).PetuniFuckedTwice){
this.visible = true;
} else {
this.visible = false;
};
}
}
}//package Koops_fla
Section 4
//koop16_78 (Koops_fla.koop16_78)
package Koops_fla {
import flash.display.*;
public dynamic class koop16_78 extends MovieClip {
public function koop16_78(){
super();
addFrameScript(0, frame1, 1, frame2);
}
function frame1(){
stop();
}
function frame2(){
stop();
}
}
}//package Koops_fla
Section 5
//koop17_67 (Koops_fla.koop17_67)
package Koops_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.text.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class koop17_67 extends MovieClip {
public var Head:MovieClip;
public var Body:MovieClip;
public function koop17_67(){
super();
addFrameScript(0, frame1, 26, frame27);
}
function frame1(){
MovieClip(root).ChannelSound3.stop();
MovieClip(root).Snd3 = new AnalKoopafinalz();
MovieClip(root).ChannelSound3 = MovieClip(root).Snd3.play(0, 1);
}
function frame27(){
this.stop();
if (MovieClip(root).isTransition){
this.gotoAndPlay("KoopsFucked");
};
}
}
}//package Koops_fla
Section 6
//Koopheadset1_29 (Koops_fla.Koopheadset1_29)
package Koops_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.text.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class Koopheadset1_29 extends MovieClip {
public function Koopheadset1_29(){
super();
addFrameScript(38, frame39, 65, frame66, 100, frame101, 127, frame128, 147, frame148, 217, frame218, 239, frame240, 253, frame254);
}
function frame218(){
this.stop();
if (MovieClip(root).isFingering){
MovieClip(root).KoopsRandomFingeredTalkingIdle();
} else {
MovieClip(root).KoopsRandomTalkingIdle();
};
}
function frame101(){
this.stop();
if (MovieClip(root).buttonStarWaitingToTrigger){
this.gotoAndPlay("koopsexymouthidle1");
} else {
MovieClip(root).KoopsRandomTalkingIdle();
};
}
function frame39(){
this.stop();
if (MovieClip(root).isTransition == false){
if ((((MovieClip(root).messageDisplayed < MovieClip(root).messageTrigger)) && ((MovieClip(root).loopingCounter >= MovieClip(root).loopingMax)))){
MovieClip(root).loopingCounter = 0;
MovieClip(root).KoopsRandomBubble();
} else {
MovieClip(root).loopingCounter = (MovieClip(root).loopingCounter + 1);
MovieClip(root).KoopsRandomTalkingIdle();
};
};
}
function frame240(){
this.stop();
if (MovieClip(root).isTalking){
this.gotoAndPlay("koopafingertalk");
} else {
this.gotoAndPlay("koopafingertalkidle");
};
}
function frame128(){
this.stop();
if (MovieClip(root).isTalking){
this.gotoAndPlay("Koopsexymouth2");
} else {
this.gotoAndPlay("koopsexymouthidle2");
};
}
function frame254(){
this.stop();
if (MovieClip(root).isFingering){
MovieClip(root).KoopsRandomFingeredTalkingIdle();
} else {
MovieClip(root).KoopsRandomTalkingIdle();
};
}
function frame148(){
this.stop();
if (MovieClip(root).buttonStarWaitingToTrigger){
this.gotoAndPlay("koopsexymouthidle2");
} else {
MovieClip(root).KoopsRandomTalkingIdle();
};
}
function frame66(){
this.stop();
if (MovieClip(root).isTalking){
this.gotoAndPlay("Koopsexymouth1");
} else {
this.gotoAndPlay("koopsexymouthidle1");
};
}
}
}//package Koops_fla
Section 7
//koopps82_51 (Koops_fla.koopps82_51)
package Koops_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.text.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class koopps82_51 extends MovieClip {
public function koopps82_51(){
super();
addFrameScript(0, frame1, 1, frame2, 20, frame21);
}
function frame1(){
this.stop();
}
function frame21(){
this.stop();
if (MovieClip(root).butAssPressed){
this.gotoAndPlay("koopsassfinger");
} else {
this.gotoAndStop("koopsassidle");
};
}
function frame2(){
MovieClip(root).ChannelSound4.stop();
MovieClip(root).Snd4 = new assfingerv1();
MovieClip(root).ChannelSound4 = MovieClip(root).Snd4.play(0, 1);
}
}
}//package Koops_fla
Section 8
//koopsass1_26 (Koops_fla.koopsass1_26)
package Koops_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.text.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class koopsass1_26 extends MovieClip {
public var Head:MovieClip;
public var Ass:MovieClip;
public var ButAss:SimpleButton;
public function koopsass1_26(){
super();
addFrameScript(0, frame1);
}
public function Button_Ass_Released(MouseEvent){
if (MovieClip(root).butAssPressed){
MovieClip(root).ChannelSound4.stop();
MovieClip(root).butAssPressed = false;
};
}
function frame1(){
ButAss.addEventListener(MouseEvent.MOUSE_DOWN, Button_Ass_Pressed);
ButAss.addEventListener(MouseEvent.MOUSE_UP, Button_Ass_Released);
ButAss.addEventListener(MouseEvent.MOUSE_OUT, Button_Ass_Released);
}
public function Button_Ass_Pressed(MouseEvent){
if (MovieClip(root).buttonStarWaitingToTrigger == false){
if (MovieClip(root).isFingering == false){
MovieClip(root).messageDisplayed = (MovieClip(root).messageDisplayed - 1);
MovieClip(root).isFingering = true;
MovieClip(root).KoopsRandomBubbleFingered();
};
MovieClip(root).butAssPressed = true;
Ass.gotoAndPlay("koopsassfinger");
};
}
}
}//package Koops_fla
Section 9
//KoopSpeechBubble_57 (Koops_fla.KoopSpeechBubble_57)
package Koops_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.text.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class KoopSpeechBubble_57 extends MovieClip {
public var ButStar:SimpleButton;
public function KoopSpeechBubble_57(){
super();
addFrameScript(0, frame1, 1, frame2, 11, frame12, 85, frame86, 87, frame88, 88, frame89, 97, frame98, 98, frame99, 112, frame113, 238, frame239, 258, frame259, 259, frame260, 268, frame269, 269, frame270, 276, frame277, 344, frame345, 353, frame354, 354, frame355, 362, frame363, 363, frame364, 370, frame371, 447, frame448, 461, frame462, 462, frame463, 471, frame472, 472, frame473, 481, frame482, 565, frame566, 584, frame585, 585, frame586, 594, frame595, 595, frame596, 601, frame602, 666, frame667, 681, frame682, 682, frame683, 690, frame691);
}
function frame270(){
MovieClip(root).isTalking = true;
MovieClip(root).buttonStarWaitingToTrigger = true;
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_appear();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame682(){
this.stop();
MovieClip(root).delayStart = setInterval(startCode3, MovieClip(root).myRandomClass.ReturnRandomNumber(MovieClip(root).minTime, MovieClip(root).maxTime));
}
function frame86(){
MovieClip(root).isTalking = false;
}
function frame88(){
this.stop();
ButStar.addEventListener(MouseEvent.CLICK, Button_Star_Pressed_1);
}
function frame89(){
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_close();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame277(){
MovieClip(root).ChannelSound2.stop();
MovieClip(root).Snd2 = new koopmessage3();
MovieClip(root).ChannelSound2 = MovieClip(root).Snd2.play(0, 1);
}
function frame683(){
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_close();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
public function Button_Star_Pressed_2(MouseEvent){
this.gotoAndPlay("koopmessageclose2");
}
public function Button_Star_Pressed_3(MouseEvent){
this.gotoAndPlay("koopmessageclose3");
}
public function Button_Star_Pressed_1(MouseEvent){
this.gotoAndPlay("koopmessageclose1");
}
function frame448(){
MovieClip(root).isTalking = false;
}
function frame691(){
this.stop();
MovieClip(root).KoopsFingeredOrIdleMessage();
}
function frame98(){
this.gotoAndPlay("koopMessageidle");
}
function frame12(){
MovieClip(root).ChannelSound2.stop();
MovieClip(root).Snd2 = new koopmessage1();
MovieClip(root).ChannelSound2 = MovieClip(root).Snd2.play(0, 1);
}
function frame462(){
this.stop();
MovieClip(root).delayStart = setInterval(startCode, MovieClip(root).myRandomClass.ReturnRandomNumber(MovieClip(root).minTime, MovieClip(root).maxTime));
}
function frame586(){
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_close();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame602(){
MovieClip(root).ChannelSound2.stop();
MovieClip(root).Snd2 = new koopfinger3();
MovieClip(root).ChannelSound2 = MovieClip(root).Snd2.play(0, 1);
}
public function startCode():void{
this.gotoAndPlay("Koopfingerclose");
clearInterval(MovieClip(root).delayStart);
}
function frame1(){
this.stop();
MovieClip(root).messageDisplayed = (MovieClip(root).messageDisplayed + 1);
if (MovieClip(root).messageDisplayed >= MovieClip(root).messageTrigger){
MovieClip(parent).Transistion.gotoAndPlay("transition1");
};
MovieClip(root).isFingering = false;
MovieClip(root).isTalking = false;
MovieClip(root).buttonStarWaitingToTrigger = false;
}
function frame345(){
MovieClip(root).isTalking = false;
}
function frame473(){
MovieClip(root).isTalking = true;
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_appear();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame595(){
this.stop();
MovieClip(root).KoopsFingeredOrIdleMessage();
}
function frame2(){
MovieClip(root).isTalking = true;
MovieClip(root).buttonStarWaitingToTrigger = true;
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_appear();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame463(){
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_close();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame113(){
MovieClip(root).ChannelSound2.stop();
MovieClip(root).Snd2 = new koopmessage2();
MovieClip(root).ChannelSound2 = MovieClip(root).Snd2.play(0, 1);
}
function frame239(){
MovieClip(root).isTalking = false;
}
function frame354(){
this.stop();
ButStar.addEventListener(MouseEvent.CLICK, Button_Star_Pressed_3);
}
function frame99(){
MovieClip(root).isTalking = true;
MovieClip(root).buttonStarWaitingToTrigger = true;
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_appear();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame596(){
MovieClip(root).isTalking = true;
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_appear();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame355(){
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_close();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame566(){
MovieClip(root).isTalking = false;
}
function frame472(){
this.stop();
MovieClip(root).KoopsFingeredOrIdleMessage();
}
function frame482(){
MovieClip(root).ChannelSound2.stop();
MovieClip(root).Snd2 = new koopfinger2();
MovieClip(root).ChannelSound2 = MovieClip(root).Snd2.play(0, 1);
}
public function startCode3():void{
this.gotoAndPlay("koopfingerclose3");
clearInterval(MovieClip(root).delayStart);
}
function frame585(){
this.stop();
MovieClip(root).delayStart = setInterval(startCode2, MovieClip(root).myRandomClass.ReturnRandomNumber(MovieClip(root).minTime, MovieClip(root).maxTime));
}
public function startCode2():void{
this.gotoAndPlay("Koopfingerclose2");
clearInterval(MovieClip(root).delayStart);
}
function frame363(){
this.gotoAndPlay("koopMessageidle");
}
function frame259(){
this.stop();
ButStar.addEventListener(MouseEvent.CLICK, Button_Star_Pressed_2);
}
function frame371(){
MovieClip(root).ChannelSound2.stop();
MovieClip(root).Snd2 = new koopfinger1();
MovieClip(root).ChannelSound2 = MovieClip(root).Snd2.play(0, 1);
}
function frame364(){
MovieClip(root).isTalking = true;
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_appear();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame260(){
MovieClip(root).ChannelSound.stop();
MovieClip(root).Snd = new message_close();
MovieClip(root).ChannelSound = MovieClip(root).Snd.play(0, 1);
}
function frame269(){
this.gotoAndPlay("koopMessageidle");
}
function frame667(){
MovieClip(root).isTalking = false;
}
}
}//package Koops_fla
Section 10
//koopsskellhead_70 (Koops_fla.koopsskellhead_70)
package Koops_fla {
import flash.display.*;
public dynamic class koopsskellhead_70 extends MovieClip {
public function koopsskellhead_70(){
super();
addFrameScript(358, frame359, 505, frame506);
}
function frame506(){
gotoAndPlay(148);
}
function frame359(){
gotoAndPlay(1);
}
}
}//package Koops_fla
Section 11
//Koopstransition_64 (Koops_fla.Koopstransition_64)
package Koops_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.text.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class Koopstransition_64 extends MovieClip {
public function Koopstransition_64(){
super();
addFrameScript(0, frame1, 25, frame26, 54, frame55);
}
function frame1(){
this.stop();
}
function frame26(){
MovieClip(root).isTransition = true;
MovieClip(parent).gotoAndStop("KoopFucked");
}
function frame55(){
this.stop();
MovieClip(root).ButMenu.visible = true;
}
}
}//package Koops_fla
Section 12
//loadBar_5 (Koops_fla.loadBar_5)
package Koops_fla {
import flash.display.*;
public dynamic class loadBar_5 extends MovieClip {
public function loadBar_5(){
super();
addFrameScript(3, frame4);
}
function frame4(){
stop();
}
}
}//package Koops_fla
Section 13
//MainTimeline (Koops_fla.MainTimeline)
package Koops_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.text.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class MainTimeline extends MovieClip {
public var Music:Sound;
public var myRandomTalkingSequence:int;
public var Snd2:Sound;
public var Snd3:Sound;
public var Snd4:Sound;
public var CreampieSet:MovieClip;
public var maxIdleSequence2:int;
public var isTransition:Boolean;
public var randomIdleSequence:RandomPlus;
public var minTime:int;
public var maxTime:int;
public var randomTalkingSequence:RandomPlus;
public var randomTalkingSequence2:RandomPlus;
public var minTalkingSequenceKoops2:int;
public var randomTalkingIdleSequence2:RandomPlus;
public var maxSpeechBubbleKoops:int;
public var myRandomTalkingIdleSequence:int;
public var minTalkingIdleSequence2:int;
public var maxTalkingIdleSequence:int;
public var messageTriggerKoopsMax:int;
public var maxTalkingSequenceKoops2:int;
public var PartnerSet:MovieClip;
public var delayStart:uint;
public var messageDisplayed:int;
public var maxTalkingIdleSequence2:int;
public var KoopsFucked:Boolean;
public var maxTalkingIdleSequenceKoops2:int;
public var Koops:MovieClip;
public var loopingMaxKoops:int;
public var minSpeechBubble3:int;
public var minSpeechBubble2:int;
public var minSpeechBubbleKoops3:int;
public var maxTalkingIdleSequenceKoops:int;
public var randomTalkingIdleSequence:RandomPlus;
public var minTalkingIdleSequence:int;
public var ButKoopsStar:SimpleButton;
public var maxSpeechBubble2:int;
public var maxSpeechBubble3:int;
public var myRandomIdleSequence:int;
public var minTalkingSequence:int;
public var ChannelMenu:SoundChannel;
public var ButKoops:SimpleButton;
public var SoundMenu:Sound;
public var KoopsFuckedTwice:Boolean;
public var maxTalkingSequence2:int;
public var minTalkingSequenceKoops:int;
public var isQuittingMenu;
public var ChannelMusic:SoundChannel;
public var maxTalkingSequenceKoops:int;
public var maxIdleSequenceKoops:int;
public var myRandomClass:RandomNumber;
public var myRandomTalkingSequence2:int;
public var isTalking:Boolean;
public var minIdleSequence:int;
public var myRandomTalkingIdleSequence2:int;
public var maxIdleSequence:int;
public var myRandomSpeechBubble:int;
public var Snd:Sound;
public var randomSpeech2:RandomPlus;
public var randomSpeech3:RandomPlus;
public var maxSpeechBubbleKoops3:int;
public var minTalkingIdleSequenceKoops2:int;
public var loopingCounter:int;
public var minTalkingIdleSequenceKoops:int;
public var ButMenu:SimpleButton;
public var minSpeechBubbleKoops:int;
public var randomSpeech:RandomPlus;
public var minSpeechBubble:int;
public var ButShadbase:SimpleButton;
public var maxSpeechBubble:int;
public var maxTalkingSequence:int;
public var messageTriggerKoops:int;
public var messageTrigger:int;
public var buttonStarWaitingToTrigger:Boolean;
public var butAssPressed:Boolean;
public var loopingMax:int;
public var ChannelSound3:SoundChannel;
public var ChannelSound4:SoundChannel;
public var myRandomNumber:int;
public var ChannelSound2:SoundChannel;
public var isFingering:Boolean;
public var minIdleSequence2:int;
public var minTalkingSequence2:int;
public var minIdleSequenceKoops:int;
public var ChannelSound:SoundChannel;
public function MainTimeline(){
super();
addFrameScript(0, frame1, 1, frame2, 2, frame3);
}
function frame3(){
this.stop();
ButMenu.addEventListener(MouseEvent.CLICK, Button_Menu_Pressed);
ButMenu.addEventListener(MouseEvent.MOUSE_OVER, Button_Menu_Over);
ButMenu.visible = false;
ChannelSound.stop();
ChannelSound2.stop();
ChannelSound3.stop();
ChannelSound4.stop();
ChannelMusic.stop();
Music = new petalburgnight();
ChannelMusic = Music.play(0, 99999);
messageDisplayed = -1;
messageTrigger = messageTriggerKoops;
isTalking = false;
isTransition = false;
butAssPressed = false;
isFingering = false;
loopingCounter = 0;
loopingMax = loopingMaxKoops;
minIdleSequence = minIdleSequenceKoops;
maxIdleSequence = maxIdleSequenceKoops;
minTalkingIdleSequence = minTalkingIdleSequenceKoops;
maxTalkingIdleSequence = maxTalkingIdleSequenceKoops;
minTalkingIdleSequence2 = minTalkingIdleSequenceKoops2;
maxTalkingIdleSequence2 = maxTalkingIdleSequenceKoops2;
minTalkingSequence = minTalkingSequenceKoops;
maxTalkingSequence = maxTalkingSequenceKoops;
randomTalkingSequence = new RandomPlus(maxTalkingSequence, minTalkingSequence);
minTalkingSequence2 = minTalkingSequenceKoops2;
maxTalkingSequence2 = maxTalkingSequenceKoops2;
randomTalkingSequence2 = new RandomPlus(maxTalkingSequence2, minTalkingSequence2);
minSpeechBubble = minSpeechBubbleKoops;
maxSpeechBubble = maxSpeechBubbleKoops;
randomSpeech = new RandomPlus(maxSpeechBubble, minSpeechBubble);
minSpeechBubble3 = minSpeechBubbleKoops3;
maxSpeechBubble3 = maxSpeechBubbleKoops3;
randomSpeech3 = new RandomPlus(maxSpeechBubble3, minSpeechBubble3);
KoopsRandomTalkingIdle();
}
public function myKeyDown(key:KeyboardEvent):void{
NoTabCheatingForYou(key);
}
public function KoopsRandomTalkingFingered(){
myRandomTalkingSequence = randomTalkingSequence2.getNum();
switch ((((myRandomTalkingSequence >= minTalkingSequence2)) && ((myRandomTalkingSequence <= maxTalkingSequence2)))){
case (myRandomTalkingSequence == 1):
Koops.Koops.Head.gotoAndPlay("koopafingertalk");
break;
default:
trace("No Koops FINGERED talking animation selected");
};
}
public function KoopsRandomIdleAnimation(){
myRandomIdleSequence = myRandomClass.ReturnRandomNumber(minIdleSequence, maxIdleSequence);
switch ((((myRandomIdleSequence >= minIdleSequence)) && ((myRandomIdleSequence <= maxIdleSequence)))){
case (myRandomIdleSequence == 1):
Koops.gotoAndPlay("koopsTeasing");
break;
default:
trace("No Koops Idle animation selected");
};
}
function frame1(){
this.stop();
stage.showDefaultContextMenu = false;
messageDisplayed = -1;
messageTrigger = 0;
isTalking = false;
buttonStarWaitingToTrigger = false;
loopingMax = 0;
loopingCounter = 0;
minIdleSequence = 0;
maxIdleSequence = 1;
minIdleSequence2 = 0;
maxIdleSequence2 = 1;
myRandomIdleSequence = 0;
myRandomClass = new RandomNumber();
myRandomNumber = 0;
randomIdleSequence = new RandomPlus(maxIdleSequence, minIdleSequence);
minTalkingIdleSequence = 0;
maxTalkingIdleSequence = 1;
minTalkingIdleSequence2 = 0;
maxTalkingIdleSequence2 = 1;
myRandomTalkingIdleSequence = 0;
myRandomTalkingIdleSequence2 = 0;
randomTalkingIdleSequence = new RandomPlus(maxTalkingIdleSequence, minTalkingIdleSequence);
randomTalkingIdleSequence2 = new RandomPlus(maxTalkingIdleSequence2, minTalkingIdleSequence2);
minTalkingSequence = 0;
maxTalkingSequence = 1;
minTalkingSequence2 = 0;
maxTalkingSequence2 = 1;
myRandomTalkingSequence = 0;
myRandomTalkingSequence2 = 0;
randomTalkingSequence = new RandomPlus(maxTalkingSequence, minTalkingSequence);
randomTalkingSequence2 = new RandomPlus(maxTalkingSequence2, minTalkingSequence2);
minSpeechBubble = 0;
maxSpeechBubble = 1;
minSpeechBubble2 = 0;
maxSpeechBubble2 = 1;
minSpeechBubble3 = 0;
maxSpeechBubble3 = 1;
myRandomSpeechBubble = 0;
randomSpeech = new RandomPlus(maxSpeechBubble, minSpeechBubble);
randomSpeech2 = new RandomPlus(maxSpeechBubble2, minSpeechBubble2);
randomSpeech3 = new RandomPlus(maxSpeechBubble3, minSpeechBubble3);
ChannelSound = new SoundChannel();
Snd = new Sound();
ChannelSound2 = new SoundChannel();
Snd2 = new Sound();
ChannelSound3 = new SoundChannel();
Snd3 = new Sound();
ChannelSound4 = new SoundChannel();
Snd4 = new Sound();
ChannelMusic = new SoundChannel();
Music = new Sound();
isTransition = false;
ChannelMenu = new SoundChannel();
SoundMenu = new menueselectsound();
ChannelSound.stop();
ChannelSound2.stop();
ChannelSound3.stop();
ChannelSound4.stop();
ChannelMusic.stop();
ChannelMenu.stop();
isQuittingMenu = false;
minTime = 1000;
maxTime = 5000;
butAssPressed = false;
isFingering = false;
KoopsFucked = false;
KoopsFuckedTwice = false;
messageTriggerKoopsMax = 3;
messageTriggerKoops = messageTriggerKoopsMax;
loopingMaxKoops = 3;
minIdleSequenceKoops = 1;
maxIdleSequenceKoops = 1;
minTalkingIdleSequenceKoops = 1;
maxTalkingIdleSequenceKoops = 1;
minTalkingIdleSequenceKoops2 = 1;
maxTalkingIdleSequenceKoops2 = 2;
minTalkingSequenceKoops = 1;
maxTalkingSequenceKoops = 2;
minTalkingSequenceKoops2 = 1;
maxTalkingSequenceKoops2 = 1;
minSpeechBubbleKoops = 1;
maxSpeechBubbleKoops = 3;
minSpeechBubbleKoops3 = 7;
maxSpeechBubbleKoops3 = 9;
}
public function KoopsFingeredDelay():void{
KoopsRandomBubbleFingered();
clearInterval(MovieClip(root).delayStart);
}
public function Button_Out(MouseEvent){
if (isQuittingMenu == false){
CreampieSet.gotoAndStop("blank");
PartnerSet.gotoAndStop("blank");
};
}
public function KoopsFingeredOrIdleMessage():void{
if (butAssPressed){
delayStart = setInterval(KoopsFingeredDelay, myRandomClass.ReturnRandomNumber(minTime, maxTime));
} else {
Koops.SpeechBubble.gotoAndPlay("koopMessageidle");
};
}
public function NoTabCheatingForYou(mykey:KeyboardEvent):void{
if (mykey.keyCode == 9){
stage.stageFocusRect = false;
Snd4 = new heyLuigi();
ChannelSound4.stop();
ChannelSound4 = Snd4.play(0, 1);
};
}
public function KoopsRandomTalkingIdle(){
myRandomTalkingIdleSequence = myRandomClass.ReturnRandomNumber(minTalkingIdleSequence, maxTalkingIdleSequence);
switch ((((myRandomTalkingIdleSequence >= minTalkingIdleSequence)) && ((myRandomTalkingIdleSequence <= maxTalkingIdleSequence)))){
case (myRandomTalkingIdleSequence == 1):
Koops.Koops.Head.gotoAndPlay("Koopmouthidle");
break;
default:
trace("No Koops TALKING IDLE selected");
};
}
public function KoopsRandomFingeredTalkingIdle(){
myRandomTalkingIdleSequence = myRandomClass.ReturnRandomNumber(minTalkingIdleSequence2, maxTalkingIdleSequence2);
switch ((((myRandomTalkingIdleSequence >= minTalkingIdleSequence2)) && ((myRandomTalkingIdleSequence <= maxTalkingIdleSequence2)))){
case (myRandomTalkingIdleSequence == 1):
Koops.Koops.Head.gotoAndPlay("koopfingermouth");
break;
case (myRandomTalkingIdleSequence == 2):
Koops.Koops.Head.gotoAndPlay("koopafingertalkidle");
break;
default:
trace("No Koops FINGERED TALKING IDLE selected");
};
}
public function KoopsRandomBubble(){
myRandomSpeechBubble = randomSpeech.getNum();
switch ((((myRandomSpeechBubble >= minSpeechBubble)) && ((myRandomSpeechBubble <= maxSpeechBubble)))){
case (myRandomSpeechBubble == 1):
KoopsRandomTalking();
Koops.SpeechBubble.gotoAndPlay("koopmessage1");
break;
case (myRandomSpeechBubble == 2):
KoopsRandomTalking();
Koops.SpeechBubble.gotoAndPlay("koopmessage2");
break;
case (myRandomSpeechBubble == 3):
KoopsRandomTalking();
Koops.SpeechBubble.gotoAndPlay("koopmessage3");
break;
default:
trace("No Koops message selected");
};
}
public function Button_Menu_Pressed(MouseEvent){
ChannelSound.stop();
ChannelSound2.stop();
ChannelSound3.stop();
ChannelSound4.stop();
ChannelMusic.stop();
this.gotoAndStop("menu");
}
function frame2(){
this.stop();
stage.focus = this;
isTransition = false;
isQuittingMenu = false;
ChannelSound.stop();
ChannelSound2.stop();
ChannelSound3.stop();
ChannelSound4.stop();
ChannelMusic.stop();
Snd2 = new partner_select();
Music = new menusong();
ChannelMusic = Music.play(0, 99999);
ButKoopsStar.visible = false;
if (KoopsFucked){
ButKoopsStar.visible = true;
};
ButKoops.addEventListener(MouseEvent.CLICK, Button_Koops_Pressed);
ButKoopsStar.addEventListener(MouseEvent.CLICK, Button_KoopsStar_Pressed);
ButKoops.addEventListener(MouseEvent.MOUSE_OVER, Button_Koops_Over);
ButKoops.addEventListener(MouseEvent.MOUSE_OUT, Button_Out);
stage.addEventListener(KeyboardEvent.KEY_DOWN, myKeyDown);
this.stop();
ButShadbase.addEventListener(MouseEvent.CLICK, Button_Shadbase_Pressed);
}
public function Button_Koops_Pressed(MouseEvent){
isQuittingMenu = true;
messageTriggerKoops = messageTriggerKoopsMax;
KoopsFucked = true;
this.gotoAndStop("koops");
}
public function Button_KoopsStar_Pressed(MouseEvent){
messageTriggerKoops = 1;
KoopsFuckedTwice = true;
this.gotoAndStop("koops");
}
public function Button_Koops_Over(MouseEvent){
ChannelSound2.stop();
ChannelSound2 = Snd2.play(0, 1);
CreampieSet.gotoAndStop("koops");
PartnerSet.gotoAndStop("koops");
}
public function Button_Menu_Over(MouseEvent){
ChannelMenu.stop();
ChannelMenu = SoundMenu.play(0, 1);
}
public function Button_Shadbase_Pressed(MouseEvent){
navigateToURL(new URLRequest("http://www.shadbase.com/gaper-mario/"), "_blank");
}
public function KoopsRandomTalking(){
myRandomTalkingSequence = randomTalkingSequence.getNum();
switch ((((myRandomTalkingSequence >= minTalkingSequence)) && ((myRandomTalkingSequence <= maxTalkingSequence)))){
case (myRandomTalkingSequence == 1):
Koops.Koops.Head.gotoAndPlay("Koopsexymouth1");
break;
case (myRandomTalkingSequence == 2):
Koops.Koops.Head.gotoAndPlay("Koopsexymouth2");
break;
default:
trace("No Koops talking animation selected");
};
}
public function KoopsRandomBubbleFingered(){
myRandomSpeechBubble = randomSpeech3.getNum();
switch ((((myRandomSpeechBubble >= minSpeechBubble3)) && ((myRandomSpeechBubble <= maxSpeechBubble3)))){
case (myRandomSpeechBubble == 7):
KoopsRandomTalkingFingered();
Koops.SpeechBubble.gotoAndPlay("Koopfinger");
break;
case (myRandomSpeechBubble == 8):
KoopsRandomTalkingFingered();
Koops.SpeechBubble.gotoAndPlay("Koopfinger2");
break;
case (myRandomSpeechBubble == 9):
KoopsRandomTalkingFingered();
Koops.SpeechBubble.gotoAndPlay("Koopfinger3");
break;
default:
trace("No Koops FINGERED message selected");
};
}
}
}//package Koops_fla
Section 14
//Normz_set_17 (Koops_fla.Normz_set_17)
package Koops_fla {
import flash.display.*;
public dynamic class Normz_set_17 extends MovieClip {
public function Normz_set_17(){
super();
addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5, 5, frame6, 6, frame7, 7, frame8, 8, frame9, 9, frame10, 10, frame11, 11, frame12, 12, frame13, 13, frame14);
}
function frame10(){
this.stop();
}
function frame14(){
this.stop();
}
function frame12(){
this.stop();
}
function frame3(){
this.stop();
}
function frame6(){
this.stop();
}
function frame7(){
this.stop();
}
function frame1(){
this.stop();
}
function frame13(){
this.stop();
}
function frame4(){
this.stop();
}
function frame5(){
this.stop();
}
function frame9(){
this.stop();
}
function frame8(){
this.stop();
}
function frame2(){
this.stop();
}
function frame11(){
this.stop();
}
}
}//package Koops_fla
Section 15
//shadintro_7 (Koops_fla.shadintro_7)
package Koops_fla {
import flash.display.*;
public dynamic class shadintro_7 extends MovieClip {
public function shadintro_7(){
super();
addFrameScript(0, frame1, 270, frame271);
}
function frame1(){
this.stop();
MovieClip(root).gotoAndStop(2);
}
function frame271(){
this.stop();
}
}
}//package Koops_fla
Section 16
//AnalKoopafinalz (AnalKoopafinalz)
package {
import flash.media.*;
public dynamic class AnalKoopafinalz extends Sound {
public function AnalKoopafinalz(){
super();
}
}
}//package
Section 17
//assfingerv1 (assfingerv1)
package {
import flash.media.*;
public dynamic class assfingerv1 extends Sound {
public function assfingerv1(){
super();
}
}
}//package
Section 18
//heyLuigi (heyLuigi)
package {
import flash.media.*;
public dynamic class heyLuigi extends Sound {
public function heyLuigi(){
super();
}
}
}//package
Section 19
//koopfinger1 (koopfinger1)
package {
import flash.media.*;
public dynamic class koopfinger1 extends Sound {
public function koopfinger1(){
super();
}
}
}//package
Section 20
//koopfinger2 (koopfinger2)
package {
import flash.media.*;
public dynamic class koopfinger2 extends Sound {
public function koopfinger2(){
super();
}
}
}//package
Section 21
//koopfinger3 (koopfinger3)
package {
import flash.media.*;
public dynamic class koopfinger3 extends Sound {
public function koopfinger3(){
super();
}
}
}//package
Section 22
//koopmessage1 (koopmessage1)
package {
import flash.media.*;
public dynamic class koopmessage1 extends Sound {
public function koopmessage1(){
super();
}
}
}//package
Section 23
//koopmessage2 (koopmessage2)
package {
import flash.media.*;
public dynamic class koopmessage2 extends Sound {
public function koopmessage2(){
super();
}
}
}//package
Section 24
//koopmessage3 (koopmessage3)
package {
import flash.media.*;
public dynamic class koopmessage3 extends Sound {
public function koopmessage3(){
super();
}
}
}//package
Section 25
//menueselectsound (menueselectsound)
package {
import flash.media.*;
public dynamic class menueselectsound extends Sound {
public function menueselectsound(){
super();
}
}
}//package
Section 26
//menusong (menusong)
package {
import flash.media.*;
public dynamic class menusong extends Sound {
public function menusong(){
super();
}
}
}//package
Section 27
//message_appear (message_appear)
package {
import flash.media.*;
public dynamic class message_appear extends Sound {
public function message_appear(){
super();
}
}
}//package
Section 28
//message_close (message_close)
package {
import flash.media.*;
public dynamic class message_close extends Sound {
public function message_close(){
super();
}
}
}//package
Section 29
//partner_select (partner_select)
package {
import flash.media.*;
public dynamic class partner_select extends Sound {
public function partner_select(){
super();
}
}
}//package
Section 30
//petalburgnight (petalburgnight)
package {
import flash.media.*;
public dynamic class petalburgnight extends Sound {
public function petalburgnight(){
super();
}
}
}//package
Section 31
//RandomNumber (RandomNumber)
package {
public class RandomNumber {
public function RandomNumber(){
super();
}
public function ReturnRandomNumber(low:Number=NaN, high:Number=NaN):Number{
if (isNaN(low)){
throw (new Error("low must be defined"));
};
if (isNaN(high)){
throw (new Error("high must be defined"));
};
return ((Math.round((Math.random() * (high - low))) + low));
}
}
}//package
Section 32
//RandomPlus (RandomPlus)
package {
public class RandomPlus {
private var _st:Number;
private var _en:Number;
private var _numPos:Number;
private var _randNums:Array;
private var _pos:Number;
private var _len:Number;
private var _myNums:Array;
public function RandomPlus(en:Number, st:Number=0){
super();
_st = st;
_en = en;
if (en < st){
_st = en;
_en = st;
};
_len = ((_en - _st) + 1);
shuffle();
}
private function shuffle():void{
var i:Number;
_numPos = 0;
_randNums = [];
_myNums = [];
i = 0;
while (i < _len) {
_myNums[i] = (_st + i);
i++;
};
i = 0;
while (_myNums.length > 0) {
_pos = Math.round((Math.random() * (_myNums.length - 1)));
_randNums[i] = _myNums[_pos];
i++;
_myNums.splice(_pos, 1);
};
}
public function get len():Number{
return (_len);
}
public function getNum():Number{
var myResult:Number;
if (_numPos == _len){
shuffle();
};
myResult = _randNums[_numPos];
_numPos++;
return (myResult);
}
}
}//package