Frame 1
DistractionKind = 0;
gegevens = SharedObject.getLocal("eenKoekje");
FirstTimeChecker = gegevens.data.FirstTimeChecker;
PurpleFoodReward = gegevens.data.PurpleFoodReward;
PurpleEaten = gegevens.data.PurpleEaten;
i = 1;
while (i < 6) {
PurpleEaten[i] = gegevens.data.PurpleEaten[i];
i++;
}
PurpleLabReward = gegevens.data.PurpleLabReward;
GreenFoodReward = gegevens.data.GreenFoodReward;
GreenEaten = gegevens.data.GreenEaten;
i = 1;
while (i < 6) {
GreenEaten[i] = gegevens.data.GreenEaten[i];
i++;
}
GreenLabReward = gegevens.data.GreenLabReward;
OrangeFoodReward = gegevens.data.OrangeFoodReward;
OrangeEaten = gegevens.data.OrangeEaten;
i = 1;
while (i < 6) {
OrangeEaten[i] = gegevens.data.OrangeEaten[i];
i++;
}
OrangeLabReward = gegevens.data.OrangeLabReward;
Green2FoodReward = gegevens.data.Green2FoodReward;
Green2Eaten = gegevens.data.Green2Eaten;
i = 1;
while (i < 6) {
Green2Eaten[i] = gegevens.data.Green2Eaten[i];
i++;
}
Green2LabReward = gegevens.data.Green2LabReward;
PinkFoodReward = gegevens.data.PinkFoodReward;
PinkEaten = gegevens.data.PinkEaten;
i = 1;
while (i < 6) {
PinkEaten[i] = gegevens.data.PinkEaten[i];
i++;
}
PinkLabReward = gegevens.data.PinkLabReward;
YellowFoodReward = gegevens.data.YellowFoodReward;
YellowEaten = gegevens.data.YellowEaten;
i = 1;
while (i < 6) {
YellowEaten[i] = gegevens.data.YellowEaten[i];
i++;
}
YellowLabReward = gegevens.data.YellowLabReward;
FoodVisited1 = gegevens.data.FoodVisited1;
FoodVisited2 = gegevens.data.FoodVisited2;
FoodVisited3 = gegevens.data.FoodVisited3;
FoodVisited4 = gegevens.data.FoodVisited4;
FoodVisited5 = gegevens.data.FoodVisited5;
FoodVisited6 = gegevens.data.FoodVisited6;
GentlemenMode = gegevens.data.GentlemenMode;
BloodMode = gegevens.data.BloodMode;
TinyMode = gegevens.data.TinyMode;
InvertUDMode = gegevens.data.InvertUDMode;
InvertRLMode = gegevens.data.InvertRLMode;
DistractionMode = gegevens.data.DistractionMode;
DangerZones = gegevens.data.DangerZones;
Statistics = gegevens.data.Statistics;
HighestScore = gegevens.data.HighestScore;
MouseMode = gegevens.data.MouseMode;
ProfessorReward = gegevens.data.ProfessorReward;
ShowCase = gegevens.data.ShowCase;
DeathNumber = gegevens.data.DeathNumber;
Highscore = gegevens.data.Highscore;
Time1_1M = gegevens.data.Time1_1M;
Time1_1S = gegevens.data.Time1_1S;
Time1_2M = gegevens.data.Time1_2M;
Time1_2S = gegevens.data.Time1_2S;
Time1_3M = gegevens.data.Time1_3M;
Time1_3S = gegevens.data.Time1_3S;
Time1M = gegevens.data.Time1M;
Time1S = gegevens.data.Time1S;
Time2_1M = gegevens.data.Time2_1M;
Time2_1S = gegevens.data.Time2_1S;
Time2_2M = gegevens.data.Time2_2M;
Time2_2S = gegevens.data.Time2_2S;
Time2_3M = gegevens.data.Time2_3M;
Time2_3S = gegevens.data.Time2_3S;
Time2M = gegevens.data.Time2M;
Time2S = gegevens.data.Time2S;
Time3_1M = gegevens.data.Time3_1M;
Time3_1S = gegevens.data.Time3_1S;
Time3_2M = gegevens.data.Time3_2M;
Time3_2S = gegevens.data.Time3_2S;
Time3_3M = gegevens.data.Time3_3M;
Time3_3S = gegevens.data.Time3_3S;
Time3M = gegevens.data.Time3M;
Time3S = gegevens.data.Time3S;
Challenge = gegevens.data.Challenge;
ChallengeMax = gegevens.data.ChallengeMax;
ChallengeVar = gegevens.data.ChallengeVar;
Succes = gegevens.data.Succes;
SuccesVar = gegevens.data.SuccesVar;
Succesness = gegevens.data.Succesness;
Speed = gegevens.data.Speed;
SpeedVar = gegevens.data.SpeedVar;
SpeedNess = gegevens.data.SpeedNess;
Dodge = gegevens.data.Dodge;
DodgeAble = gegevens.data.DodgeAble;
Hitten = gegevens.data.Hitten;
GameFinished = gegevens.data.GameFinished;
stop();
bestands_grote = getBytesTotal();
this.onEnterFrame = function () {
al_geladen = getBytesLoaded();
procent = Math.round((al_geladen / bestands_grote) * 100);
hoeveel_procent.text = ((procent + "% of ") + bestands_grote) + " bytes";
laadbalk._xscale = procent;
if (bestands_grote == al_geladen) {
delete onEnterFrame;
gotoAndPlay ("Intro");
}
};
function rightClick() {
}
function Link() {
if (once) {
getURL ("http://sir-realism.com/", "_blank");
once = 0;
}
}
once = 1;
var RightClickMenu = new ContextMenu();
RightClickMenu.hideBuiltInItems();
var text1 = new ContextMenuItem("Are you trying to cheat?", rightClick);
var text2 = new ContextMenuItem("You are trying to cheat!", rightClick);
var text3 = new ContextMenuItem("But now I stopped you! Hahahaha", rightClick);
var link = new ContextMenuItem("Or just visit our page XD", Link);
link.separatorBefore = true;
RightClickMenu.customItems.push(text1, text2, text3, link);
_root.menu = RightClickMenu;
Instance of Symbol 334 MovieClip in Frame 1
onClipEvent (enterFrame) {
swapDepths(_root.getNextHighestDepth() + 50000);
}
Frame 2
stop();
Go = 0;
this.onEnterFrame = function () {
if (Go) {
gotoAndStop ("Menu1");
}
};
Frame 3
stop();
delete this.onEnterFrame;
TrailerDepth = 0;
CreatureFade = 2;
Lab = 0;
Go = 0;
Pause = 0;
Music = "UnderWater";
DistractionKind = 0;
RewardBarY = 420;
if ((FirstTimeChecker == undefined) || (FirstTimeChecker == 0)) {
FirstTimeChecker = 1;
PurpleEaten = new Array();
GreenEaten = new Array();
OrangeEaten = new Array();
Green2Eaten = new Array();
PinkEaten = new Array();
YellowEaten = new Array();
PurpleFoodReward = 0;
i = 1;
while (i < 6) {
PurpleEaten[i] = 0;
i++;
}
PurpleLabReward = 0;
GreenFoodReward = 0;
i = 1;
while (i < 6) {
GreenEaten[i] = 0;
i++;
}
GreenLabReward = 0;
OrangeFoodReward = 0;
i = 1;
while (i < 6) {
OrangeEaten[i] = 0;
i++;
}
OrangeLabReward = 0;
Green2FoodReward = 0;
i = 1;
while (i < 6) {
Green2Eaten[i] = 0;
i++;
}
Green2LabReward = 0;
PinkFoodReward = 0;
i = 1;
while (i < 6) {
PinkEaten[i] = 0;
i++;
}
PinkLabReward = 0;
YellowFoodReward = 0;
i = 1;
while (i < 6) {
YellowEaten[i] = 0;
i++;
}
YellowLabReward = 0;
FoodVisited1 = 0;
FoodVisited2 = 0;
FoodVisited3 = 0;
FoodVisited4 = 0;
FoodVisited5 = 0;
FoodVisited6 = 0;
GentlemenMode = 0;
BloodMode = 0;
TinyMode = 0;
InvertUDMode = 0;
InvertRLMode = 0;
DistractionMode = 0;
DangerZones = 0;
Statistics = 0;
HighestScore = 0;
MouseMode = 0;
ProfessorReward = 0;
ShowCase = 0;
DeathNumber = 0;
Highscore = 0;
Time1_1M = 0;
Time1_1S = 0;
Time1_2M = 0;
Time1_2S = 0;
Time1_3M = 0;
Time1_3S = 0;
Time1M = 0;
Time1S = 0;
Time2_1M = 0;
Time2_1S = 0;
Time2_2M = 0;
Time2_2S = 0;
Time2_3M = 0;
Time2_3S = 0;
Time2M = 0;
Time2S = 0;
Time3_1M = 0;
Time3_1S = 0;
Time3_2M = 0;
Time3_2S = 0;
Time3_3M = 0;
Time3_3S = 0;
Time3M = 0;
Time3S = 0;
Challenge = 0;
ChallengeMax = 0;
ChallengeVar = 0;
Succes = 0;
SuccesVar = 0;
Succesness = 0;
Speed = 0;
SpeedVar = 0;
SpeedNess = 0;
Dodge = 0;
DodgeAble = 0;
Hitten = 0;
GameFinished = 0;
}
gegevens.data.FirstTimeChecker = FirstTimeChecker;
gegevens.data.PurpleFoodReward = PurpleFoodReward;
gegevens.data.PurpleEaten = PurpleEaten;
gegevens.data.PurpleLabReward = PurpleLabReward;
gegevens.data.GreenFoodReward = GreenFoodReward;
gegevens.data.GreenEaten = GreenEaten;
gegevens.data.GreenLabReward = GreenLabReward;
gegevens.data.OrangeFoodReward = OrangeFoodReward;
gegevens.data.OrangeEaten = OrangeEaten;
gegevens.data.OrangeLabReward = OrangeLabReward;
gegevens.data.Green2FoodReward = Green2FoodReward;
gegevens.data.Green2Eaten = Green2Eaten;
gegevens.data.Green2LabReward = Green2LabReward;
gegevens.data.PinkFoodReward = PinkFoodReward;
gegevens.data.PinkEaten = PinkEaten;
gegevens.data.PinkLabReward = PinkLabReward;
gegevens.data.YellowFoodReward = YellowFoodReward;
gegevens.data.YellowEaten = YellowEaten;
gegevens.data.YellowLabReward = YellowLabReward;
gegevens.data.FoodVisited1 = FoodVisited1;
gegevens.data.FoodVisited2 = FoodVisited2;
gegevens.data.FoodVisited3 = FoodVisited3;
gegevens.data.FoodVisited4 = FoodVisited4;
gegevens.data.FoodVisited5 = FoodVisited5;
gegevens.data.FoodVisited6 = FoodVisited6;
gegevens.data.GentlemenMode = GentlemenMode;
gegevens.data.BloodMode = BloodMode;
gegevens.data.TinyMode = TinyMode;
gegevens.data.InvertUDMode = InvertUDMode;
gegevens.data.InvertRLMode = InvertRLMode;
gegevens.data.DistractionMode = DistractionMode;
gegevens.data.DangerZones = DangerZones;
gegevens.data.Statistics = Statistics;
gegevens.data.HighestScore = HighestScore;
gegevens.data.MouseMode = MouseMode;
gegevens.data.ProfessorReward = ProfessorReward;
gegevens.data.ShowCase = ShowCase;
gegevens.data.DeathNumber = DeathNumber;
gegevens.data.Highscore = Highscore;
gegevens.data.Time1_1M = Time1_1M;
gegevens.data.Time1_1S = Time1_1S;
gegevens.data.Time1_2M = Time1_2M;
gegevens.data.Time1_2S = Time1_2S;
gegevens.data.Time1_3M = Time1_3M;
gegevens.data.Time1_3S = Time1_3S;
gegevens.data.Time1M = Time1M;
gegevens.data.Time1S = Time1S;
gegevens.data.Time2_1M = Time2_1M;
gegevens.data.Time2_1S = Time2_1S;
gegevens.data.Time2_2M = Time2_2M;
gegevens.data.Time2_2S = Time2_2S;
gegevens.data.Time2_3M = Time2_3M;
gegevens.data.Time2_3S = Time2_3S;
gegevens.data.Time2M = Time2M;
gegevens.data.Time2S = Time2S;
gegevens.data.Time3_1M = Time3_1M;
gegevens.data.Time3_1S = Time3_1S;
gegevens.data.Time3_2M = Time3_2M;
gegevens.data.Time3_2S = Time3_2S;
gegevens.data.Time3_3M = Time3_3M;
gegevens.data.Time3_3S = Time3_3S;
gegevens.data.Time3M = Time3M;
gegevens.data.Time3S = Time3S;
gegevens.data.Challenge = Challenge;
gegevens.data.ChallengeMax = ChallengeMax;
gegevens.data.ChallengeVar = ChallengeVar;
gegevens.data.Succes = Succes;
gegevens.data.SuccesVar = SuccesVar;
gegevens.data.Succesness = Succesness;
gegevens.data.Speed = Speed;
gegevens.data.SpeedVar = SpeedVar;
gegevens.data.SpeedNess = SpeedNess;
gegevens.data.Dodge = Dodge;
gegevens.data.DodgeAble = DodgeAble;
gegevens.data.Hitten = Hitten;
gegevens.data.GameFinished = GameFinished;
gegevens.flush();
function rightClick() {
}
function Link() {
if (once) {
getURL ("http://sir-realism.com/", "_blank");
once = 0;
}
}
once = 1;
var RightClickMenu = new ContextMenu();
RightClickMenu.hideBuiltInItems();
var text1 = new ContextMenuItem("Are you trying to cheat?", rightClick);
var text2 = new ContextMenuItem("You are trying to cheat!", rightClick);
var text3 = new ContextMenuItem("But now I stopped you! Hahahaha", rightClick);
var link = new ContextMenuItem("Or just visit our page XD", Link);
link.separatorBefore = true;
RightClickMenu.customItems.push(text1, text2, text3, link);
_root.menu = RightClickMenu;
Instance of Symbol 288 MovieClip "Cover1" in Frame 3
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 288 MovieClip "Cover2" in Frame 3
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 288 MovieClip "Cover3" in Frame 3
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Frame 4
CreatureFade = 2;
Lab = 0;
Music = "UnderWater";
if (((((((!ProfessorReward) && (FoodVisited1)) && (FoodVisited2)) && (FoodVisited3)) && (FoodVisited4)) && (FoodVisited5)) && (FoodVisited6)) {
ProfessorReward = 1;
_root.attachMovie("Medal Bar13", "Medal Bar13", _root.getNextHighestDepth() + 50);
}
this.onEnterFrame = function () {
gegevens.data.FirstTimeChecker = FirstTimeChecker;
gegevens.data.PurpleFoodReward = PurpleFoodReward;
gegevens.data.PurpleEaten = PurpleEaten;
gegevens.data.PurpleLabReward = PurpleLabReward;
gegevens.data.GreenFoodReward = GreenFoodReward;
gegevens.data.GreenEaten = GreenEaten;
gegevens.data.GreenLabReward = GreenLabReward;
gegevens.data.OrangeFoodReward = OrangeFoodReward;
gegevens.data.OrangeEaten = OrangeEaten;
gegevens.data.OrangeLabReward = OrangeLabReward;
gegevens.data.Green2FoodReward = Green2FoodReward;
gegevens.data.Green2Eaten = Green2Eaten;
gegevens.data.Green2LabReward = Green2LabReward;
gegevens.data.PinkFoodReward = PinkFoodReward;
gegevens.data.PinkEaten = PinkEaten;
gegevens.data.PinkLabReward = PinkLabReward;
gegevens.data.YellowFoodReward = YellowFoodReward;
gegevens.data.YellowEaten = YellowEaten;
gegevens.data.YellowLabReward = YellowLabReward;
gegevens.data.FoodVisited1 = FoodVisited1;
gegevens.data.FoodVisited2 = FoodVisited2;
gegevens.data.FoodVisited3 = FoodVisited3;
gegevens.data.FoodVisited4 = FoodVisited4;
gegevens.data.FoodVisited5 = FoodVisited5;
gegevens.data.FoodVisited6 = FoodVisited6;
gegevens.data.GentlemenMode = GentlemenMode;
gegevens.data.BloodMode = BloodMode;
gegevens.data.TinyMode = TinyMode;
gegevens.data.InvertUDMode = InvertUDMode;
gegevens.data.InvertRLMode = InvertRLMode;
gegevens.data.DistractionMode = DistractionMode;
gegevens.data.DangerZones = DangerZones;
gegevens.data.Statistics = Statistics;
gegevens.data.HighestScore = HighestScore;
gegevens.data.MouseMode = MouseMode;
gegevens.data.ProfessorReward = ProfessorReward;
gegevens.data.ShowCase = ShowCase;
gegevens.data.DeathNumber = DeathNumber;
gegevens.data.Highscore = Highscore;
gegevens.data.Time1_1M = Time1_1M;
gegevens.data.Time1_1S = Time1_1S;
gegevens.data.Time1_2M = Time1_2M;
gegevens.data.Time1_2S = Time1_2S;
gegevens.data.Time1_3M = Time1_3M;
gegevens.data.Time1_3S = Time1_3S;
gegevens.data.Time1M = Time1M;
gegevens.data.Time1S = Time1S;
gegevens.data.Time2_1M = Time2_1M;
gegevens.data.Time2_1S = Time2_1S;
gegevens.data.Time2_2M = Time2_2M;
gegevens.data.Time2_2S = Time2_2S;
gegevens.data.Time2_3M = Time2_3M;
gegevens.data.Time2_3S = Time2_3S;
gegevens.data.Time2M = Time2M;
gegevens.data.Time2S = Time2S;
gegevens.data.Time3_1M = Time3_1M;
gegevens.data.Time3_1S = Time3_1S;
gegevens.data.Time3_2M = Time3_2M;
gegevens.data.Time3_2S = Time3_2S;
gegevens.data.Time3_3M = Time3_3M;
gegevens.data.Time3_3S = Time3_3S;
gegevens.data.Time3M = Time3M;
gegevens.data.Time3S = Time3S;
gegevens.data.Challenge = Challenge;
gegevens.data.ChallengeMax = ChallengeMax;
gegevens.data.ChallengeVar = ChallengeVar;
gegevens.data.Succes = Succes;
gegevens.data.SuccesVar = SuccesVar;
gegevens.data.Succesness = Succesness;
gegevens.data.Speed = Speed;
gegevens.data.SpeedVar = SpeedVar;
gegevens.data.SpeedNess = SpeedNess;
gegevens.data.Dodge = Dodge;
gegevens.data.DodgeAble = DodgeAble;
gegevens.data.Hitten = Hitten;
gegevens.data.GameFinished = GameFinished;
gegevens.flush();
if (M1.hitTest(_xmouse, _ymouse)) {
if (M1._xscale < 150) {
M1._xscale = M1._xscale + ((150 - M1._xscale) / 4);
M1._yscale = M1._xscale;
}
if (Down == 1) {
if (!PurpleFoodReward) {
Explain.Box.Text = "Oooooh, you'd like to know what this reward is, right?";
} else {
Explain.Box.Text = "You got this reward for eating one of them purple fella's. You now have access to extremely useful information about this food. Press left mousebutton to go there!";
}
BoxText = 1;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 1) {
Explain.play();
}
} else if (M2.hitTest(_xmouse, _ymouse)) {
if (M2._xscale < 150) {
M2._xscale = M2._xscale + ((150 - M2._xscale) / 4);
M2._yscale = M2._xscale;
}
if (Down == 1) {
if (!PurpleLabReward) {
Explain.Box.Text = "Interesting, isn't it";
} else {
Explain.Box.Text = "This reward is for eating 3 purple guys of all the 5 different faces (check it at the purple food info if you don't believe me). Now go to the lab and investigate these interesting creatures!";
}
BoxText = 2;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 2) {
Explain.play();
}
} else if (M3.hitTest(_xmouse, _ymouse)) {
if (M3._xscale < 150) {
M3._xscale = M3._xscale + ((150 - M3._xscale) / 4);
M3._yscale = M3._xscale;
}
if (Down == 1) {
if (!GreenFoodReward) {
Explain.Box.Text = "I know what this medal is...but you don't, Muhahahahah!";
} else {
Explain.Box.Text = "With this reward you have been granted most valuable information. And only because you ate just one green food. Click to behold the most mysterious sight you'll ever see...";
}
BoxText = 3;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 3) {
Explain.play();
}
} else if (M4.hitTest(_xmouse, _ymouse)) {
if (M4._xscale < 150) {
M4._xscale = M4._xscale + ((150 - M4._xscale) / 4);
M4._yscale = M4._xscale;
}
if (Down == 1) {
if (!GreenLabReward) {
Explain.Box.Text = "If only you knew what I knew...";
} else {
Explain.Box.Text = "You ate so much green food that you actually ate 3 of all the different faces! Now go and study your interesting new pets in the laboratory!";
}
BoxText = 4;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 4) {
Explain.play();
}
} else if (M5.hitTest(_xmouse, _ymouse)) {
if (M5._xscale < 150) {
M5._xscale = M5._xscale + ((150 - M5._xscale) / 4);
M5._yscale = M5._xscale;
}
if (Down == 1) {
if (!OrangeFoodReward) {
Explain.Box.Text = "I'm sure you'd love it! If only you had it...";
} else {
Explain.Box.Text = "Always interested in that orange coloured food? Now is the time to check out some incredible info about it, it's only a mouseclick away!";
}
BoxText = 5;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 5) {
Explain.play();
}
} else if (M6.hitTest(_xmouse, _ymouse)) {
if (M6._xscale < 150) {
M6._xscale = M6._xscale + ((150 - M6._xscale) / 4);
M6._yscale = M6._xscale;
}
if (Down == 1) {
if (!OrangeLabReward) {
Explain.Box.Text = "Interesting shape, but what could it be!?";
} else {
Explain.Box.Text = "You truly earned this one, that's for sure! Having to eat so many orange faces that you ate every face 3 times! Check out the lab for your sweet reward!";
}
BoxText = 6;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 6) {
Explain.play();
}
} else if (M7.hitTest(_xmouse, _ymouse)) {
if (M7._xscale < 150) {
M7._xscale = M7._xscale + ((150 - M7._xscale) / 4);
M7._yscale = M7._xscale;
}
if (Down == 1) {
if (!Green2FoodReward) {
Explain.Box.Text = "You see a black object in the shape of a round thing...But what could it be!?";
} else {
Explain.Box.Text = "You might have thought that the French were stupid, but now you know that eating frogs is good for something! Click to see your froggy prize!";
}
BoxText = 7;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 7) {
Explain.play();
}
} else if (M8.hitTest(_xmouse, _ymouse)) {
if (M8._xscale < 150) {
M8._xscale = M8._xscale + ((150 - M8._xscale) / 4);
M8._yscale = M8._xscale;
}
if (Down == 1) {
if (!Green2LabReward) {
Explain.Box.Text = "Blaaah, blaaah, what are you staring at?";
} else {
Explain.Box.Text = "The frog has 5 different faces and you ate all of them at least 3 times! You must really hate frogs! So go poke some frogs in your laboratory!";
}
BoxText = 8;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 8) {
Explain.play();
}
} else if (M9.hitTest(_xmouse, _ymouse)) {
if (M9._xscale < 150) {
M9._xscale = M9._xscale + ((150 - M9._xscale) / 4);
M9._yscale = M9._xscale;
}
if (Down == 1) {
if (!PinkFoodReward) {
Explain.Box.Text = "Spam Spam Spammedie Spam!";
} else {
Explain.Box.Text = "THIS IS NOT A JOKE!!! YOU ARE THE 10000th VISITOR, CLICK TO CLAIM YOUR PRIZE!!!";
}
BoxText = 9;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 9) {
Explain.play();
}
} else if (M10.hitTest(_xmouse, _ymouse)) {
if (M10._xscale < 150) {
M10._xscale = M10._xscale + ((150 - M10._xscale) / 4);
M10._yscale = M10._xscale;
}
if (Down == 1) {
if (!PinkLabReward) {
Explain.Box.Text = "Are those wings? Naaahh, it can't be...";
} else {
Explain.Box.Text = "You actually swallowed about more than 15 flies, so we thought you deserved a reward. See the lab to check it out!";
}
BoxText = 10;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 10) {
Explain.play();
}
} else if (M11.hitTest(_xmouse, _ymouse)) {
if (M11._xscale < 150) {
M11._xscale = M11._xscale + ((150 - M11._xscale) / 4);
M11._yscale = M11._xscale;
}
if (Down == 1) {
if (!YellowFoodReward) {
Explain.Box.Text = "!!@@%*@&&%#!@%???";
} else {
Explain.Box.Text = "$$#(%)!@#$***()( <-- You wish you had this font, don't you? (Click to find out more about this...)";
}
BoxText = 11;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 11) {
Explain.play();
}
} else if (M12.hitTest(_xmouse, _ymouse)) {
if (M12._xscale < 150) {
M12._xscale = M12._xscale + ((150 - M12._xscale) / 4);
M12._yscale = M12._xscale;
}
if (Down == 1) {
if (!YellowLabReward) {
Explain.Box.Text = "Stop staring, just go get the reward!";
} else {
Explain.Box.Text = "This reward has taken you quite a lot of time, hasn't it? Well, you earned it! Go check out the lab right now!!!";
}
BoxText = 12;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 12) {
Explain.play();
}
} else if (M13.hitTest(_xmouse, _ymouse)) {
if (M13._xscale < 150) {
M13._xscale = M13._xscale + ((150 - M13._xscale) / 4);
M13._yscale = M13._xscale;
}
if (Down == 1) {
if (!BloodMode) {
Explain.Box.Text = "The first quite ordinary looking medal... :O";
} else {
Explain.Box.Text = "You seemed to be thirsty for blood, so we gave you THE BLOOD MODE (Thum, Thum, Thuuuumm.... <--dramatic music)";
}
BoxText = 13;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 13) {
Explain.play();
}
} else if (M14.hitTest(_xmouse, _ymouse)) {
if (M14._xscale < 150) {
M14._xscale = M14._xscale + ((150 - M14._xscale) / 4);
M14._yscale = M14._xscale;
}
if (Down == 1) {
if (!ProfessorReward) {
Explain.Box.Text = "What's that finger pointing at?";
} else {
Explain.Box.Text = "After reading all the food information we thought you actually like (mostly) useless information! So we got you THE PROFESSOR! Click to visit...";
}
BoxText = 14;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 14) {
Explain.play();
}
} else if (M15.hitTest(_xmouse, _ymouse)) {
if (M15._xscale < 150) {
M15._xscale = M15._xscale + ((150 - M15._xscale) / 4);
M15._yscale = M15._xscale;
}
if (Down == 1) {
if (!MouseMode) {
Explain.Box.Text = "Is that a Cursor??";
} else {
Explain.Box.Text = "After finishing this game 3 times we thought you might want something new...So here's the MOUSE MODE!!!";
}
BoxText = 15;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 15) {
Explain.play();
}
} else if (M16.hitTest(_xmouse, _ymouse)) {
if (M16._xscale < 150) {
M16._xscale = M16._xscale + ((150 - M16._xscale) / 4);
M16._yscale = M16._xscale;
}
if (Down == 1) {
if (!ShowCase) {
Explain.Box.Text = "That looks like a slice of bread... I'm hungry...";
} else {
Explain.Box.Text = "You have no respect! Dying 3 times like that! Take a look at this and maybe you'll learn to have some respect! Click!";
}
BoxText = 16;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 16) {
Explain.play();
}
} else if (M17.hitTest(_xmouse, _ymouse)) {
if (M17._xscale < 150) {
M17._xscale = M17._xscale + ((150 - M17._xscale) / 4);
M17._yscale = M17._xscale;
}
if (Down == 1) {
if (!DangerZones) {
Explain.Box.Text = "Oeeeeh... That looks Spiky!";
} else {
Explain.Box.Text = "You seemed a little afraid of the enemies so we thought we should provide you with some background info...Click to see!";
}
BoxText = 17;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 17) {
Explain.play();
}
} else if (M18.hitTest(_xmouse, _ymouse)) {
if (M18._xscale < 150) {
M18._xscale = M18._xscale + ((150 - M18._xscale) / 4);
M18._yscale = M18._xscale;
}
if (Down == 1) {
if (!TinyMode) {
Explain.Box.Text = "It's black...WHY IS IT BLACK!???";
} else {
Explain.Box.Text = "You have a lot to learn young grasshopper, you took a lot of food on your plate back there, so this reward is to show you how much you are worth, IT'S TINY MODE!!!";
}
BoxText = 18;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 18) {
Explain.play();
}
} else if (M19.hitTest(_xmouse, _ymouse)) {
if (M19._xscale < 150) {
M19._xscale = M19._xscale + ((150 - M19._xscale) / 4);
M19._yscale = M19._xscale;
}
if (Down == 1) {
if (!Statistics) {
Explain.Box.Text = "How peculiar...";
} else {
Explain.Box.Text = "Now that you are a bit comfortable with the game, we decided to discomfort you with DISTRACTION MODE!!!";
}
BoxText = 19;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 19) {
Explain.play();
}
} else if (M20.hitTest(_xmouse, _ymouse)) {
if (M20._xscale < 150) {
M20._xscale = M20._xscale + ((150 - M20._xscale) / 4);
M20._yscale = M20._xscale;
}
if (Down == 1) {
if (!Statistics) {
Explain.Box.Text = "This badge looks familiar in shape...";
} else {
Explain.Box.Text = "Your really starting to achieve some things and therefore we decided to reward you with some STATS! Click to go there!";
}
BoxText = 20;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 20) {
Explain.play();
}
} else if (M21.hitTest(_xmouse, _ymouse)) {
if (M21._xscale < 150) {
M21._xscale = M21._xscale + ((150 - M21._xscale) / 4);
M21._yscale = M21._xscale;
}
if (Down == 1) {
if (!InvertUDMode) {
Explain.Box.Text = "Blah blah blah, what a bore...";
} else {
Explain.Box.Text = "OMG you actually finished the game with most enemies like evvah! You clearly need a new challenge, so here's INVERT UP DOWN MODE! (it gives extra points)";
}
BoxText = 21;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 21) {
Explain.play();
}
} else if (M22.hitTest(_xmouse, _ymouse)) {
if (M22._xscale < 150) {
M22._xscale = M22._xscale + ((150 - M22._xscale) / 4);
M22._yscale = M22._xscale;
}
if (Down == 1) {
if (!GentlemenMode) {
Explain.Box.Text = "Is that a moustache??";
} else {
Explain.Box.Text = "You seemed not to be so interested in the food, so we thought we should dress it up nicely for you! Go try out the GENTLEMEN MODE (*applause...)";
}
BoxText = 22;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 22) {
Explain.play();
}
} else if (M23.hitTest(_xmouse, _ymouse)) {
if (M23._xscale < 150) {
M23._xscale = M23._xscale + ((150 - M23._xscale) / 4);
M23._yscale = M23._xscale;
}
if (Down == 1) {
if (!InvertRLMode) {
Explain.Box.Text = "I have the feeling that this badge is about getting some kind of really high score...Mmmmhhh...";
} else {
Explain.Box.Text = "You got yourself a highscore of 15,000 and your reward is INVERT RIGHT LEFT MODE (combine all extra point giving modes to gain the highest score possible and earn --> that badge!!! :O)";
}
BoxText = 23;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 23) {
Explain.play();
}
} else if (M24.hitTest(_xmouse, _ymouse)) {
if (M24._xscale < 150) {
M24._xscale = M24._xscale + ((150 - M24._xscale) / 4);
M24._yscale = M24._xscale;
}
if (Down == 1) {
if (!HighestScore) {
Explain.Box.Text = "Achieving THIS is what the whole game is actually about!";
} else {
Explain.Box.Text = "Jep, you did it, you're the world's greatest! You managed to beat the game WITH the hardest possible configurations plus distraction and both invert modes! Click to see your reward..";
}
BoxText = 24;
}
if (!Top) {
Explain.play();
}
On = 1;
if (BoxText != 24) {
Explain.play();
}
} else {
if (Top == 1) {
Explain.play();
}
On = 0;
BoxText = 0;
}
};
Instance of Symbol 423 MovieClip "M2" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 430 MovieClip "M1" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 438 MovieClip "M4" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 445 MovieClip "M5" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 453 MovieClip "M6" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 460 MovieClip "M7" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 468 MovieClip "M8" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 477 MovieClip "M14" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 288 MovieClip "Cover4" in Frame 4
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 485 MovieClip "M13" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 288 MovieClip "Cover5" in Frame 4
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 494 MovieClip "M3" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 502 MovieClip "M10" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 509 MovieClip "M9" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 517 MovieClip "M12" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 523 MovieClip "M11" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 529 MovieClip "M22" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 534 MovieClip "M23" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 539 MovieClip "M21" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 545 MovieClip "M24" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 551 MovieClip "M20" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 557 MovieClip "M17" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 562 MovieClip "M18" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 567 MovieClip "M15" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 573 MovieClip "M16" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Instance of Symbol 579 MovieClip "M19" in Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
if (this._xscale > 100) {
this._xscale = this._xscale - ((this._xscale - 100) / 4);
this._yscale = this._xscale;
} else {
this._xscale = 100;
}
}
}
Frame 5
this.onEnterFrame = function () {
if ((FirstTimeChecker == undefined) || (FirstTimeChecker == 0)) {
FirstTimeChecker = 1;
PurpleEaten = new Array();
GreenEaten = new Array();
OrangeEaten = new Array();
Green2Eaten = new Array();
PinkEaten = new Array();
YellowEaten = new Array();
PurpleFoodReward = 0;
i = 1;
while (i < 6) {
PurpleEaten[i] = 0;
i++;
}
PurpleLabReward = 0;
GreenFoodReward = 0;
i = 1;
while (i < 6) {
GreenEaten[i] = 0;
i++;
}
GreenLabReward = 0;
OrangeFoodReward = 0;
i = 1;
while (i < 6) {
OrangeEaten[i] = 0;
i++;
}
OrangeLabReward = 0;
Green2FoodReward = 0;
i = 1;
while (i < 6) {
Green2Eaten[i] = 0;
i++;
}
Green2LabReward = 0;
PinkFoodReward = 0;
i = 1;
while (i < 6) {
PinkEaten[i] = 0;
i++;
}
PinkLabReward = 0;
YellowFoodReward = 0;
i = 1;
while (i < 6) {
YellowEaten[i] = 0;
i++;
}
YellowLabReward = 0;
FoodVisited1 = 0;
FoodVisited2 = 0;
FoodVisited3 = 0;
FoodVisited4 = 0;
FoodVisited5 = 0;
FoodVisited6 = 0;
GentlemenMode = 0;
BloodMode = 0;
TinyMode = 0;
InvertUDMode = 0;
InvertRLMode = 0;
DistractionMode = 0;
DangerZones = 0;
Statistics = 0;
HighestScore = 0;
MouseMode = 0;
ProfessorReward = 0;
ShowCase = 0;
DeathNumber = 0;
Highscore = 0;
Time1_1M = 0;
Time1_1S = 0;
Time1_2M = 0;
Time1_2S = 0;
Time1_3M = 0;
Time1_3S = 0;
Time1M = 0;
Time1S = 0;
Time2_1M = 0;
Time2_1S = 0;
Time2_2M = 0;
Time2_2S = 0;
Time2_3M = 0;
Time2_3S = 0;
Time2M = 0;
Time2S = 0;
Time3_1M = 0;
Time3_1S = 0;
Time3_2M = 0;
Time3_2S = 0;
Time3_3M = 0;
Time3_3S = 0;
Time3M = 0;
Time3S = 0;
Challenge = 0;
ChallengeMax = 0;
ChallengeVar = 0;
Succes = 0;
SuccesVar = 0;
Succesness = 0;
Speed = 0;
SpeedVar = 0;
SpeedNess = 0;
Dodge = 0;
DodgeAble = 0;
Hitten = 0;
GameFinished = 0;
}
gegevens.data.FirstTimeChecker = FirstTimeChecker;
gegevens.data.PurpleFoodReward = PurpleFoodReward;
gegevens.data.PurpleEaten = PurpleEaten;
gegevens.data.PurpleLabReward = PurpleLabReward;
gegevens.data.GreenFoodReward = GreenFoodReward;
gegevens.data.GreenEaten = GreenEaten;
gegevens.data.GreenLabReward = GreenLabReward;
gegevens.data.OrangeFoodReward = OrangeFoodReward;
gegevens.data.OrangeEaten = OrangeEaten;
gegevens.data.OrangeLabReward = OrangeLabReward;
gegevens.data.Green2FoodReward = Green2FoodReward;
gegevens.data.Green2Eaten = Green2Eaten;
gegevens.data.Green2LabReward = Green2LabReward;
gegevens.data.PinkFoodReward = PinkFoodReward;
gegevens.data.PinkEaten = PinkEaten;
gegevens.data.PinkLabReward = PinkLabReward;
gegevens.data.YellowFoodReward = YellowFoodReward;
gegevens.data.YellowEaten = YellowEaten;
gegevens.data.YellowLabReward = YellowLabReward;
gegevens.data.FoodVisited1 = FoodVisited1;
gegevens.data.FoodVisited2 = FoodVisited2;
gegevens.data.FoodVisited3 = FoodVisited3;
gegevens.data.FoodVisited4 = FoodVisited4;
gegevens.data.FoodVisited5 = FoodVisited5;
gegevens.data.FoodVisited6 = FoodVisited6;
gegevens.data.GentlemenMode = GentlemenMode;
gegevens.data.BloodMode = BloodMode;
gegevens.data.TinyMode = TinyMode;
gegevens.data.InvertUDMode = InvertUDMode;
gegevens.data.InvertRLMode = InvertRLMode;
gegevens.data.DistractionMode = DistractionMode;
gegevens.data.DangerZones = DangerZones;
gegevens.data.Statistics = Statistics;
gegevens.data.HighestScore = HighestScore;
gegevens.data.MouseMode = MouseMode;
gegevens.data.ProfessorReward = ProfessorReward;
gegevens.data.ShowCase = ShowCase;
gegevens.data.DeathNumber = DeathNumber;
gegevens.data.Highscore = Highscore;
gegevens.data.Time1_1M = Time1_1M;
gegevens.data.Time1_1S = Time1_1S;
gegevens.data.Time1_2M = Time1_2M;
gegevens.data.Time1_2S = Time1_2S;
gegevens.data.Time1_3M = Time1_3M;
gegevens.data.Time1_3S = Time1_3S;
gegevens.data.Time1M = Time1M;
gegevens.data.Time1S = Time1S;
gegevens.data.Time2_1M = Time2_1M;
gegevens.data.Time2_1S = Time2_1S;
gegevens.data.Time2_2M = Time2_2M;
gegevens.data.Time2_2S = Time2_2S;
gegevens.data.Time2_3M = Time2_3M;
gegevens.data.Time2_3S = Time2_3S;
gegevens.data.Time2M = Time2M;
gegevens.data.Time2S = Time2S;
gegevens.data.Time3_1M = Time3_1M;
gegevens.data.Time3_1S = Time3_1S;
gegevens.data.Time3_2M = Time3_2M;
gegevens.data.Time3_2S = Time3_2S;
gegevens.data.Time3_3M = Time3_3M;
gegevens.data.Time3_3S = Time3_3S;
gegevens.data.Time3M = Time3M;
gegevens.data.Time3S = Time3S;
gegevens.data.Challenge = Challenge;
gegevens.data.ChallengeMax = ChallengeMax;
gegevens.data.ChallengeVar = ChallengeVar;
gegevens.data.Succes = Succes;
gegevens.data.SuccesVar = SuccesVar;
gegevens.data.Succesness = Succesness;
gegevens.data.Speed = Speed;
gegevens.data.SpeedVar = SpeedVar;
gegevens.data.SpeedNess = SpeedNess;
gegevens.data.Dodge = Dodge;
gegevens.data.DodgeAble = DodgeAble;
gegevens.data.Hitten = Hitten;
gegevens.data.GameFinished = GameFinished;
gegevens.flush();
};
Instance of Symbol 601 MovieClip in Frame 5
onClipEvent (enterFrame) {
Bar._xscale = _root.MusicPlayer.Volume;
Volume = _root.MusicPlayer.Volume;
}
Instance of Symbol 609 MovieClip "Cover6" in Frame 5
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 609 MovieClip "Cover5" in Frame 5
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Frame 6
stop();
Edibles = "As it should be";
SpawnTime = "As normal as possible";
GoAndStop = "Movie1";
HeroSize = 100;
SpecialModes = 0;
this.onEnterFrame = function () {
if (SpecialModes == 1) {
SpecialModes = 2;
SpecialModeNess = _root.attachMovie("SpecialModes", "SpecialModes", getNextHighestDepth() + 100);
}
if (SpecialModeNess.Choose1.Blood.Mode == 1) {
Gorry = 1;
}
if (SpecialModeNess.Choose1.Blood.Mode == 0) {
Gorry = 0;
}
if (SpecialModeNess.Choose2.Gentlemen.Mode == 1) {
Gentlemen = 1;
}
if (SpecialModeNess.Choose2.Gentlemen.Mode == 0) {
Gentlemen = 0;
}
if (SpecialModeNess.Choose3.InvertUD.Mode == 1) {
InvertUD = 1;
}
if (SpecialModeNess.Choose3.InvertUD.Mode == 0) {
InvertUD = 0;
}
if (SpecialModeNess.Choose4.InvertRL.Mode == 1) {
InvertRL = 1;
}
if (SpecialModeNess.Choose4.InvertRL.Mode == 0) {
InvertRL = 0;
}
if (SpecialModeNess.Choose5.Tiny.Mode == 1) {
Tiny = 1;
}
if (SpecialModeNess.Choose5.Tiny.Mode == 0) {
Tiny = 0;
}
if (SpecialModeNess.Choose6.Distraction.Mode == 1) {
Distraction = 1;
}
if (SpecialModeNess.Choose6.Distraction.Mode == 0) {
Distraction = 0;
}
if (SpecialModeNess.Choose7.Mouses.Mode == 1) {
MouseMovement = 1;
}
if (SpecialModeNess.Choose7.Mouses.Mode == 0) {
MouseMovement = 0;
}
};
Instance of Symbol 615 MovieClip "Box" in Frame 6
onClipEvent (load) {
gotoAndStop (2);
}
Instance of Symbol 288 MovieClip "Cover2" in Frame 6
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 288 MovieClip "Cover3" in Frame 6
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 288 MovieClip "Cover5" in Frame 6
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 288 MovieClip "Cover6" in Frame 6
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 639 MovieClip "Cover7" in Frame 6
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 609 MovieClip "Cover8" in Frame 6
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 609 MovieClip "Cover9" in Frame 6
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 609 MovieClip "Cover10" in Frame 6
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 609 MovieClip "Cover11" in Frame 6
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Frame 7
stop();
_root.Music = "Sonic";
EvolutionPoints = 1;
Go = 0;
TrailerDepth = 0;
Pause = 0;
CreatureFade = 0;
Challengeness = 0;
ChallengeMax = ChallengeMax + 8;
if (InvertUDMode) {
ChallengeMax = ChallengeMax + 1;
}
if (InvertRLMode) {
ChallengeMax = ChallengeMax + 1;
}
if (DistractionMode) {
ChallengeMax = ChallengeMax + 1;
}
if (Tiny == 1) {
Challengeness = Challengeness - 1;
}
if (Distraction == 1) {
Challengeness = Challengeness + 1;
}
if (InvertUD == 1) {
Challengeness = Challengeness + 1;
}
if (InvertLR == 1) {
Challengeness = Challengeness + 1;
}
if (Edibles == "Extremly few") {
Challengeness = Challengeness + 3;
}
if (Edibles == "As it should be") {
Challengeness = Challengeness + 2;
}
if (Edibles == "Like, really a lot") {
Challengeness = Challengeness + 1;
}
if (SpawnTime == "Easy peasy low") {
Challengeness = Challengeness + 1;
}
if (SpawnTime == "As normal as possible") {
Challengeness = Challengeness + 2;
}
if (SpawnTime == "Super duper high") {
Challengeness = Challengeness + 3;
}
if (!Autobite) {
Challengeness = Challengeness + 2;
}
ChallengeVar = ChallengeVar + Challengeness;
Challenge = (ChallengeVar / ChallengeMax) * 100;
this.onEnterFrame = function () {
if (Go) {
gotoAndStop ("Level1");
}
};
Frame 8
MyTimer = 0;
TimerSec = 0;
TimerMin = 0;
Score = 0;
SeaFrame = 1;
stop();
CreatureFade = 0;
PurplePressent = 0;
GreenPressent = 0;
YellowPressent = 0;
RedPressent = 0;
EnemyTimerRed = 0;
EnemyTimerYellow = 0;
BlockDepth = 0;
TrailerDepth = 0;
HeroHit = 0;
EvolutionPoints = 0;
PurpleNeeded = 0;
GreenNeeded = 0;
RedNeeded = 0;
YellowNeeded = 0;
Level = 1;
HeroHealth = 3;
HeroDeath = 0;
PurpleTotal = 0;
GreenTotal = 0;
BiteRight = 0;
LevelChange = 0;
Area = "water";
BloodLeave = 0;
Pause = 0;
gotoNextLevel = 0;
DeathCount = 0;
ScreenOnce = 0;
TheTimer.TimerMin = 0;
TheTimer.TimerSec = 0;
DistractionKind = 0;
RewardBarY = 420;
CounterStop = 0;
this.onEnterFrame = function () {
if (HeroDeath) {
Pause = 1;
mysound.stop();
mysound3.stop();
mymusic.stop();
DeathCount++;
if (DeathCount > 25) {
gotoAndStop ("Death");
}
}
if (Key.isDown(80)) {
Pause = 1;
if (!ScreenOnce) {
ScreenOnce = 1;
_root.attachMovie("Pauzed", "Pauzed", _root.getNextHighestDepth() + 100);
}
}
if (!_root.Pause) {
if (!CounterStop) {
MyTimer++;
}
if (MyTimer > 30) {
MyTimer = 0;
TimerSec++;
}
if (TimerSec > 59) {
TimerSec = 0;
TimerMin++;
}
if (TimerSec < 10) {
TheTimer.TimerSec = "0" + TimerSec;
} else {
TheTimer.TimerSec = TimerSec;
}
TheTimer.TimerMin = TimerMin;
TheTimer.Score = Score;
if (((((PurpleEaten[1] == 1) || (PurpleEaten[2] == 1)) || (PurpleEaten[3] == 1)) || (PurpleEaten[4] == 1)) || (PurpleEaten[5] == 1)) {
if (!PurpleFoodReward) {
PurpleFoodReward = 1;
_root.attachMovie("Medal Bar1", "Medal Bar1", _root.getNextHighestDepth() + 50);
}
}
if (((((PurpleEaten[1] > 2) && (PurpleEaten[2] > 2)) && (PurpleEaten[3] > 2)) && (PurpleEaten[4] > 2)) && (PurpleEaten[5] > 2)) {
if (!PurpleLabReward) {
PurpleLabReward = 1;
_root.attachMovie("Medal Bar7", "Medal Bar7", _root.getNextHighestDepth() + 50);
}
}
if (((((GreenEaten[1] == 1) || (GreenEaten[2] == 1)) || (GreenEaten[3] == 1)) || (GreenEaten[4] == 1)) || (GreenEaten[5] == 1)) {
if (!GreenFoodReward) {
GreenFoodReward = 1;
_root.attachMovie("Medal Bar2", "Medal Bar2", _root.getNextHighestDepth() + 50);
}
}
if (((((GreenEaten[1] > 2) && (GreenEaten[2] > 2)) && (GreenEaten[3] > 2)) && (GreenEaten[4] > 2)) && (GreenEaten[5] > 2)) {
if (!GreenLabReward) {
GreenLabReward = 1;
_root.attachMovie("Medal Bar8", "Medal Bar8", _root.getNextHighestDepth() + 50);
}
}
if (gotoNextLevel) {
gotoAndStop ("Movie2");
}
if ((PurplePressent > 0) || (GreenPressent > 0)) {
SoundPlay = Math.ceil(Math.random() * 100);
if (SoundPlay == 1) {
mysound = new Sound(this);
mysound.attachSound("Bubble");
mysound.setPan(0);
mysound.start();
}
}
if (PurpleTotal > 14) {
PurpleNeeded = 0;
}
if ((PurpleTotal + GreenTotal) > 14) {
PurpleNeeded = 0;
GreenNeeded = 0;
}
if (HeroHit > 0) {
HeroHitPlayer.play();
}
if (TrailerDepth > 900) {
TrailerDepth = 0;
}
if (BlockDepth > 900) {
BlockDepth = 0;
}
if (PurplePressent < PurpleNeeded) {
_root.attachMovie("Purple_Block", "Purple_Block", 2000 + (BlockDepth++), {_x:Math.random() * 550, _y:Math.random() * 400});
PurplePressent++;
PurpleTotal++;
}
if (GreenPressent < GreenNeeded) {
_root.attachMovie("Green_Block", "Green_Block", 2000 + (BlockDepth++), {_x:Math.random() * 550, _y:Math.random() * 400});
GreenPressent++;
GreenTotal++;
}
if (RedNeeded == 1) {
EnemyTimerRed++;
if (EnemyTimerRed > TimerMaxRed) {
_root.attachMovie("Red_Block", "Red_Block", 3000 + (BlockDepth++), {Side:Math.ceil(Math.random() * 4)});
RedPressent++;
EnemyTimerRed = Math.ceil(Math.random() * 20) - 10;
DodgeAble++;
}
}
if (YellowNeeded == 1) {
EnemyTimerYellow++;
if (EnemyTimerYellow > TimerMaxYellow) {
_root.attachMovie("Yellow_Block", "Yellow_Block", 3000 + (BlockDepth++));
YellowPressent++;
EnemyTimerYellow = Math.ceil(Math.random() * 20) - 10;
DodgeAble++;
}
}
if ((EvolutionPoints > 14) && (Level == 1)) {
Level = 2;
TimeNow1_1M = TimerMin;
TimeNow1_1S = TimerSec;
if ((Time1_1M == 0) && (Time1_1S == 0)) {
Time1_1M = TimeNow1_1M;
Time1_1S = TimeNow1_1S;
}
if (TimeNow1_1M < Time1_1M) {
Time1_1M = TimeNow1_1M;
Time1_1S = TimeNow1_1S;
}
if ((TimeNow1_1M == Time1_1M) && (TimeNow1_1S < Time1_1S)) {
Time1_1M = TimeNow1_1M;
Time1_1S = TimeNow1_1S;
}
}
if ((EvolutionPoints > 29) && (Level == 2)) {
RedNeeded = 0;
if (_root.RedPressent == 0) {
Level = 3;
TimeNow1_2M = TimerMin - TimeNow1_1M;
TimeNow1_2S = TimerSec - TimeNow1_1S;
if (TimeNow1_2S < 0) {
TimeNow1_2M = TimeNow1_2M - 1;
TimeNow1_2S = 60 + TimeNow1_2S;
}
if ((Time1_2M == 0) && (Time1_2S == 0)) {
Time1_2M = TimeNow1_2M;
Time1_2S = TimeNow1_2S;
}
if (TimeNow1_2M < Time1_2M) {
Time1_2M = TimeNow1_2M;
Time1_2S = TimeNow1_2S;
}
if ((TimeNow1_2M == Time1_2M) && (TimeNow1_2S < Time1_2S)) {
Time1_2M = TimeNow1_2M;
Time1_2S = TimeNow1_2S;
}
}
}
if ((EvolutionPoints > 44) && (Level == 3)) {
RedNeeded = 0;
YellowNeeded = 0;
if ((_root.RedPressent == 0) && (YellowPressent == 0)) {
_root.NextLevelBlack.gotoAndStop(2);
TimeNow1_3M = (TimerMin - TimeNow1_1M) - TimeNow1_2M;
TimeNow1_3S = (TimerSec - TimeNow1_1S) - TimeNow1_2S;
if (TimeNow1_3S < 0) {
TimeNow1_3M = TimeNow1_3M - 1;
TimeNow1_3S = 60 + TimeNow1_3S;
}
if (TimeNow1_3S < 0) {
TimeNow1_3M = TimeNow1_3M - 1;
TimeNow1_3S = 60 + TimeNow1_3S;
}
if ((Time1_3M == 0) && (Time1_3S == 0)) {
Time1_3M = TimeNow1_3M;
Time1_3S = TimeNow1_3S;
}
if (TimeNow1_3M < Time1_3M) {
Time1_3M = TimeNow1_3M;
Time1_3S = TimeNow1_3S;
}
if ((TimeNow1_3M == Time1_3M) && (TimeNow1_3S < Time1_3S)) {
Time1_3M = TimeNow1_3M;
Time1_3S = TimeNow1_3S;
}
TimeNow1M = TimerMin;
TimeNow1S = TimerSec;
if ((Time1M == 0) && (Time1S == 0)) {
Time1M = TimeNow1M;
Time1S = TimeNow1S;
}
if (TimeNow1M < Time1M) {
Time1M = TimeNow1M;
Time1S = TimeNow1S;
}
if ((TimeNow1M == Time1M) && (TimeNow1S < Time1S)) {
Time1M = TimeNow1M;
Time1S = TimeNow1S;
}
Level = 4;
CounterStop = 1;
DistractionKind = 0;
}
}
}
};
Instance of Symbol 725 MovieClip "Hero" in Frame 8
onClipEvent (load) {
speed = 1;
friction = 0.95;
xspeed = 0;
yspeed = 0;
xspeedMax = 18;
yspeedMax = xspeedMax;
_xscale = 0;
_alpha = 0;
Incoming = 0;
SpeedChanger = (Math.random() * 0.5) + 0.1;
}
onClipEvent (enterFrame) {
if (!_root.Pause) {
if (_root.DistractionKind == 5) {
speed = speed + SpeedChanger;
if (speed < 0.1) {
SpeedChanger = (Math.random() * 0.5) + 0.1;
}
if (speed > 2) {
SpeedChanger = -((Math.random() * 0.5) + 0.1);
}
} else {
speed = 1;
}
if (_alpha < 99) {
_xscale = (_xscale + (0.05 * _root.HeroSize));
_alpha = (_alpha + 5);
_rotation = (_rotation + 16.4);
} else {
Incoming = 1;
_rotation = 0;
}
if (!_root.InvertRL) {
if (_root.MouseMovement) {
xspeed = (speed * (_root._xmouse - _x)) / 10;
} else {
if (Key.isDown(39) || (Key.isDown(68))) {
if (xspeed < (xspeedMax + speed)) {
xspeed = xspeed + speed;
} else {
xspeed = xspeedMax;
}
}
if (Key.isDown(37) || (Key.isDown(65))) {
if (xspeed > ((-xspeedMax) - speed)) {
xspeed = xspeed - speed;
} else {
xspeed = -xspeedMax;
}
}
}
} else if (_root.MouseMovement) {
xspeed = (speed * ((275 + (275 - _root._xmouse)) - _x)) / 10;
} else {
if (Key.isDown(37) || (Key.isDown(65))) {
if (xspeed < (xspeedMax + speed)) {
xspeed = xspeed + speed;
} else {
xspeed = xspeedMax;
}
}
if (Key.isDown(39) || (Key.isDown(68))) {
if (xspeed > ((-xspeedMax) - speed)) {
xspeed = xspeed - speed;
} else {
xspeed = -xspeedMax;
}
}
}
if (!_root.InvertUD) {
if (_root.MouseMovement) {
yspeed = (speed * (_root._ymouse - _y)) / 10;
} else {
if (Key.isDown(40) || (Key.isDown(83))) {
if (yspeed < (yspeedMax + speed)) {
yspeed = yspeed + speed;
} else {
yspeed = yspeedMax;
}
}
if (Key.isDown(38) || (Key.isDown(87))) {
if (yspeed > ((-yspeedMax) - speed)) {
yspeed = yspeed - speed;
} else {
yspeed = -yspeedMax;
}
}
}
} else if (_root.MouseMovement) {
yspeed = (speed * ((200 + (200 - _root._ymouse)) - _y)) / 10;
} else {
if (Key.isDown(38) || (Key.isDown(87))) {
if (yspeed < (yspeedMax + speed)) {
yspeed = yspeed + speed;
} else {
yspeed = yspeedMax;
}
}
if (Key.isDown(40) || (Key.isDown(83))) {
if (yspeed > ((-yspeedMax) - speed)) {
yspeed = yspeed - speed;
} else {
yspeed = -yspeedMax;
}
}
}
if ((!_root.Autobite) && (Key.isDown(32))) {
Mouth.play();
}
if (_x > 550) {
_x = 0;
}
if (_x < 0) {
_x = 550;
}
if (_y > 400) {
_y = 0;
}
if (_y < 0) {
_y = 400;
}
if (Incoming) {
_xscale = _root.HeroSize;
}
_yscale = _xscale;
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_x = (_x + xspeed);
_y = (_y + yspeed);
mousex = xspeed;
mousey = yspeed * -1;
angle = Math.atan(mousey / mousex) / (Math.PI/180);
if (mousex < 0) {
angle = angle + 180;
}
if ((mousex >= 0) && (mousey < 0)) {
angle = angle + 360;
}
_rotation = ((angle * -1) + 90);
}
}
Instance of Symbol 779 MovieClip "Effect" in Frame 8
onClipEvent (load) {
swapDepths(4999);
}
onClipEvent (enterFrame) {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
}
Instance of Symbol 786 MovieClip "TheTimer" in Frame 8
onClipEvent (load) {
_alpha = 0;
swapDepths(5000);
}
onClipEvent (enterFrame) {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
_alpha = 100;
}
}
Frame 9
stop();
_root.Music = "Sonic";
EvolutionPoints = 1;
Go = 0;
TrailerDepth = 0;
Pause = 0;
CreatureFade = 2;
this.onEnterFrame = function () {
if (Go) {
gotoAndStop ("Level2");
}
};
Instance of Symbol 908 MovieClip in Frame 9
onClipEvent (load) {
plus = 0.1;
}
onClipEvent (enterFrame) {
if (_alpha > 0) {
_alpha = (_alpha - plus);
plus = plus * 1.05;
} else {
_root.Movie2Movie.play();
}
}
Frame 10
MyTimer = 0;
LandFrame = 1;
stop();
CreatureFade = 0;
_root.Music = "Sonic";
OrangePressent = 0;
GreenPressent = 0;
BluePressent = 0;
PurplePressent = 0;
EnemyTimerPurple = 0;
EnemyTimerBlue = 0;
BlockDepth = 0;
TrailerDepth = 0;
HeroHit = 0;
EvolutionPoints = 0;
OrangeNeeded = 0;
GreenNeeded = 0;
PurpleNeeded = 0;
BlueNeeded = 0;
Level = 1;
HeroDeath = 0;
DistractionKind = 0;
if (HeroHealth < 3) {
HeroHealth = HeroHealth + 1;
_root.Plus.gotoAndStop(2);
} else {
HeroHealth = 3;
}
if (HeroHealth == undefined) {
HeroHealth = 3;
}
OrangeTotal = 0;
GreenTotal = 0;
BiteRight = 0;
Area = "land";
BloodLeave = 0;
LevelChange = 0;
SoundPlay2 = 0;
Pause = 0;
DeathCount = 0;
gotoNextLevel = 0;
ScreenOnce = 0;
if (OrangeEaten == undefined) {
OrangeEaten = new Array();
}
if (Green2Eaten == undefined) {
Green2Eaten = new Array();
}
i = 1;
while (i < 6) {
if (OrangeEaten[i] == undefined) {
OrangeEaten[i] = 0;
}
i++;
}
i = 1;
while (i < 6) {
if (Green2Eaten[i] == undefined) {
Green2Eaten[i] = 0;
}
i++;
}
StartTimeS = TimerSec;
StartTimeM = TimerMin;
CounterStop = 0;
this.onEnterFrame = function () {
if (HeroDeath) {
Pause = 1;
mysound.stop();
mysound3.stop();
mymusic.stop();
DeathCount++;
if (DeathCount > 25) {
gotoAndStop ("Death");
}
}
if (Key.isDown(80)) {
Pause = 1;
if (!ScreenOnce) {
ScreenOnce = 1;
_root.attachMovie("Pauzed", "Pauzed", _root.getNextHighestDepth() + 100);
}
}
if (!_root.Pause) {
if (!CounterStop) {
MyTimer++;
}
if (MyTimer > 30) {
MyTimer = 0;
TimerSec++;
}
if (TimerSec > 59) {
TimerSec = 0;
TimerMin++;
}
if (TimerSec < 10) {
TheTimer.TimerSec = "0" + TimerSec;
} else {
TheTimer.TimerSec = TimerSec;
}
TheTimer.TimerMin = TimerMin;
TheTimer.Score = Score;
if (((((OrangeEaten[1] == 1) || (OrangeEaten[2] == 1)) || (OrangeEaten[3] == 1)) || (OrangeEaten[4] == 1)) || (OrangeEaten[5] == 1)) {
if (!OrangeFoodReward) {
OrangeFoodReward = 1;
_root.attachMovie("Medal Bar3", "Medal Bar3", _root.getNextHighestDepth() + 50);
}
}
if (((((OrangeEaten[1] > 2) && (OrangeEaten[2] > 2)) && (OrangeEaten[3] > 2)) && (OrangeEaten[4] > 2)) && (OrangeEaten[5] > 2)) {
if (!OrangeLabReward) {
OrangeLabReward = 1;
_root.attachMovie("Medal Bar9", "Medal Bar9", _root.getNextHighestDepth() + 50);
}
}
if (((((Green2Eaten[1] == 1) || (Green2Eaten[2] == 1)) || (Green2Eaten[3] == 1)) || (Green2Eaten[4] == 1)) || (Green2Eaten[5] == 1)) {
if (!Green2FoodReward) {
Green2FoodReward = 1;
_root.attachMovie("Medal Bar4", "Medal Bar4", _root.getNextHighestDepth() + 50);
}
}
if (((((Green2Eaten[1] > 2) && (Green2Eaten[2] > 2)) && (Green2Eaten[3] > 2)) && (Green2Eaten[4] > 2)) && (Green2Eaten[5] > 2)) {
if (!Green2LabReward) {
Green2LabReward = 1;
_root.attachMovie("Medal Bar10", "Medal Bar10", _root.getNextHighestDepth() + 50);
}
}
if (gotoNextLevel) {
gotoAndStop ("Movie3");
}
if (OrangePressent > 0) {
SoundPlay = Math.ceil(Math.random() * 100);
if (SoundPlay == 1) {
mysound = new Sound(this);
mysound.attachSound("Bird1");
mysound.setPan(0);
mysound.start();
}
if (SoundPlay == 2) {
mysound = new Sound(this);
mysound.attachSound("Bird2");
mysound.setPan(0);
mysound.start();
}
}
if (GreenPressent > 0) {
SoundPlay2--;
if (SoundPlay2 < 1) {
mysound = new Sound();
mysound.attachSound("Frogs");
mysound.setPan(0);
mysound.start();
SoundPlay2 = 200 + (Math.random() * 50);
}
}
if (OrangeTotal > 14) {
OrangeNeeded = 0;
}
if ((GreenTotal + OrangeTotal) > 14) {
GreenNeeded = 0;
OrangeNeeded = 0;
}
if (HeroHit > 0) {
HeroHitPlayer.play();
}
if (TrailerDepth > 900) {
TrailerDepth = 0;
}
if (BlockDepth > 900) {
BlockDepth = 0;
}
if (_root.GreenPressent < GreenNeeded) {
_root.attachMovie("Green_Block_2", "Green_Block_2", 2000 + (BlockDepth++), {_x:Math.random() * 550, _y:386});
GreenPressent++;
GreenTotal++;
}
if (_root.OrangePressent < OrangeNeeded) {
_root.attachMovie("Orange_Block", "Orange_Block", 2000 + (BlockDepth++), {_x:Math.random() * 550, _y:Math.random() * 300});
OrangePressent++;
OrangeTotal++;
}
if (PurpleNeeded == 1) {
EnemyTimerPurple++;
if (EnemyTimerPurple > TimerMaxPurple) {
_root.attachMovie("Purple_Block_2", "Purple_Block_2", 3000 + (BlockDepth++), {_y:(Math.random() * 25) + 50, side:Math.ceil(Math.random() * 2)});
DodgeAble++;
PurplePressent++;
EnemyTimerPurple = Math.ceil(Math.random() * 20) - 10;
}
}
if (BlueNeeded == 1) {
EnemyTimerBlue++;
if (EnemyTimerBlue > TimerMaxBlue) {
_root.attachMovie("Blue_Block", "Blue_Block", 3000 + (BlockDepth++), {_y:360, side:Math.ceil(Math.random() * 2)});
DodgeAble++;
BluePressent++;
EnemyTimerBlue = Math.ceil(Math.random() * 20) - 10;
}
}
if ((EvolutionPoints > 14) && (Level == 1)) {
BlueNeeded = 0;
if (_root.BluePressent == 0) {
Level = 2;
TimeNow2_1M = TimerMin - StartTimeM;
TimeNow2_1S = TimerSec - StartTimeS;
if (TimeNow2_1S < 0) {
TimeNow2_1M = TimeNow2_1M - 1;
TimeNow2_1S = 60 + TimeNow2_1S;
}
if ((Time2_1M == 0) && (Time2_1S == 0)) {
Time2_1M = TimeNow2_1M;
Time2_1S = TimeNow2_1S;
}
if (TimeNow2_1M < Time2_1M) {
Time2_1M = TimeNow2_1M;
Time2_1S = TimeNow2_1S;
}
if ((TimeNow2_1M == Time2_1M) && (TimeNow2_1S < Time2_1S)) {
Time2_1M = TimeNow2_1M;
Time2_1S = TimeNow2_1S;
}
}
}
if ((EvolutionPoints > 29) && (Level == 2)) {
PurpleNeeded = 0;
if (_root.PurplePressent == 0) {
Level = 3;
TimeNow2_2M = (TimerMin - StartTimeM) - TimeNow2_1M;
TimeNow2_2S = (TimerSec - StartTimeS) - TimeNow2_1S;
if (TimeNow2_2S < 0) {
TimeNow2_2M = TimeNow2_2M - 1;
TimeNow2_2S = 60 + TimeNow2_2S;
}
if (TimeNow2_2S < 0) {
TimeNow2_2M = TimeNow2_2M - 1;
TimeNow2_2S = 60 + TimeNow2_2S;
}
if ((Time2_2M == 0) && (Time2_2S == 0)) {
Time2_2M = TimeNow2_2M;
Time2_2S = TimeNow2_2S;
}
if (TimeNow2_2M < Time2_2M) {
Time2_2M = TimeNow2_2M;
Time2_2S = TimeNow2_2S;
}
if ((TimeNow2_2M == Time2_2M) && (TimeNow2_2S < Time2_2S)) {
Time2_2M = TimeNow2_2M;
Time2_2S = TimeNow2_2S;
}
}
}
if ((EvolutionPoints > 44) && (Level == 3)) {
PurpleNeeded = 0;
BlueNeeded = 0;
if ((_root.PurplePressent == 0) && (BluePressent == 0)) {
_root.NextLevelBlack.gotoAndStop(2);
TimeNow2_3M = ((TimerMin - StartTimeM) - TimeNow2_1M) - TimeNow2_2M;
TimeNow2_3S = ((TimerSec - StartTimeS) - TimeNow2_1S) - TimeNow2_2S;
if (TimeNow2_3S < 0) {
TimeNow2_3M = TimeNow2_3M - 1;
TimeNow2_3S = 60 + TimeNow2_3S;
}
if (TimeNow2_3S < 0) {
TimeNow2_3M = TimeNow2_3M - 1;
TimeNow2_3S = 60 + TimeNow2_3S;
}
if (TimeNow2_3S < 0) {
TimeNow2_3M = TimeNow2_3M - 1;
TimeNow2_3S = 60 + TimeNow2_3S;
}
if ((Time2_3M == 0) && (Time2_3S == 0)) {
Time2_3M = TimeNow2_3M;
Time2_3S = TimeNow2_3S;
}
if (TimeNow2_3M < Time2_3M) {
Time2_3M = TimeNow2_3M;
Time2_3S = TimeNow2_3S;
}
if ((TimeNow2_3M == Time2_3M) && (TimeNow2_3S < Time2_3S)) {
Time2_3M = TimeNow2_3M;
Time2_3S = TimeNow2_3S;
}
TimeNow2M = TimerMin - StartTimeM;
TimeNow2S = TimerSec - StartTimeS;
if (TimeNow2S < 0) {
TimeNow2M = TimeNow2M - 1;
TimeNow2S = 60 + TimeNow2S;
}
if ((Time2M == 0) && (Time2S == 0)) {
Time2M = TimeNow2M;
Time2S = TimeNow2S;
}
if (TimeNow2M < Time2M) {
Time2M = TimeNow2M;
Time2S = TimeNow2S;
}
if ((TimeNow2M == Time2M) && (TimeNow2S < Time2S)) {
Time2M = TimeNow2M;
Time2S = TimeNow2S;
}
Level = 4;
DistractionKind = 0;
CounterStop = 1;
}
}
}
};
Instance of Symbol 914 MovieClip "Hero" in Frame 10
onClipEvent (load) {
speed = 2;
friction = 0.8;
xspeed = 0;
yspeed = 0;
gravity = 2;
jump = 2;
_root.OnGround = 1;
ymax = 200;
SpeedChanger = (Math.random() * 0.5) + 0.1;
}
onClipEvent (enterFrame) {
if (!_root.Pause) {
if (_root.DistractionKind == 5) {
speed = speed + SpeedChanger;
if (speed < 0.2) {
SpeedChanger = (Math.random() * 0.5) + 0.1;
}
if (speed > 4) {
SpeedChanger = -((Math.random() * 0.5) + 0.1);
}
} else {
speed = 2;
}
if (!_root.InvertRL) {
if ((Key.isDown(39) || (Key.isDown(68))) || (_root.MouseMovement & (_root._xmouse > (_x + 10)))) {
xspeed = xspeed + speed;
_root.Run = 1;
Legs._xscale = 100;
Tail._xscale = 100;
Mouth._x = 2;
} else if ((Key.isDown(37) || (Key.isDown(65))) || (_root.MouseMovement & (_root._xmouse < (_x - 10)))) {
xspeed = xspeed - speed;
_root.Run = 1;
Legs._xscale = -100;
Tail._xscale = -100;
Mouth._x = -2;
} else {
_root.Run = 0;
Mouth._x = 0;
}
} else if (_root.MouseMovement) {
xspeed = (speed * ((275 + (275 - _root._xmouse)) - _x)) / 10;
_root.Run = 1;
if (xspeed > 1) {
Mouth._x = 2;
Legs._xscale = 100;
Tail._xscale = 100;
} else if (xspeed < -1) {
Mouth._x = -2;
Legs._xscale = -100;
Tail._xscale = -100;
} else {
Mouth._x = 0;
_root.Run = 0;
}
} else if (Key.isDown(37) || (Key.isDown(65))) {
xspeed = xspeed + speed;
_root.Run = 1;
Legs._xscale = 100;
Tail._xscale = 100;
Mouth._x = 2;
} else if (Key.isDown(39) || (Key.isDown(68))) {
xspeed = xspeed - speed;
_root.Run = 1;
Legs._xscale = -100;
Tail._xscale = -100;
Mouth._x = -2;
} else {
_root.Run = 0;
Mouth._x = 0;
}
if (!_root.InvertUD) {
if ((Key.isDown(38) || (Key.isDown(87))) || (_root.MouseMovement & (_root._ymouse < (_y - 50)))) {
if ((_y > ymax) && (yspeed <= 0)) {
if (_root.OnGround) {
yspeed = yspeed - (jump * 10);
} else {
yspeed = yspeed - jump;
}
}
}
} else if ((Key.isDown(40) || (Key.isDown(83))) || (_root.MouseMovement & (_root._ymouse > (_y - 50)))) {
if ((_y > ymax) && (yspeed <= 0)) {
if (_root.OnGround) {
yspeed = yspeed - (jump * 10);
} else {
yspeed = yspeed - jump;
}
}
}
if ((!_root.Autobite) && (Key.isDown(32))) {
Mouth.play();
}
if (_x > 550) {
_x = 0;
}
if (_x < 0) {
_x = 550;
}
if (_y > 400) {
_y = 0;
}
if (_y < 0) {
_y = 400;
}
if (xspeed > 10) {
xspeed = 10;
}
if (xspeed < -10) {
xspeed = -10;
}
_xscale = _root.HeroSize;
_yscale = _xscale;
xspeed = xspeed * friction;
_x = (_x + xspeed);
_y = (_y + yspeed);
if ((_y + (_height / 2)) < 379) {
yspeed = yspeed + gravity;
_root.OnGround = 0;
} else {
yspeed = 0;
_root.OnGround = 1;
}
if (((_y + yspeed) + (_height / 2)) > 379) {
_y = (380 - (_height / 2));
}
}
}
Instance of Symbol 786 MovieClip "TheTimer" in Frame 10
onClipEvent (load) {
_alpha = 0;
swapDepths(5000);
}
onClipEvent (enterFrame) {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
_alpha = 100;
}
}
Instance of Symbol 915 MovieClip "Effect" in Frame 10
onClipEvent (load) {
swapDepths(4999);
}
onClipEvent (enterFrame) {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
}
Frame 11
stop();
_root.Music = "Sonic";
EvolutionPoints = 1;
Go = 0;
TrailerDepth = 0;
Pause = 0;
CreatureFade = 2;
this.onEnterFrame = function () {
if (Go) {
gotoAndStop ("Level3");
}
};
Instance of Symbol 908 MovieClip in Frame 11
onClipEvent (load) {
plus = 0.1;
}
onClipEvent (enterFrame) {
if (_alpha > 0) {
_alpha = (_alpha - plus);
plus = plus * 1.05;
} else {
_root.Movie3Movie.play();
}
}
Frame 12
MyTimer = 0;
stop();
CreatureFade = 0;
_root.Music = "Sonic";
PinkPressent = 0;
YellowPressent = 0;
BlackPressent = 0;
Black2Pressent = 0;
TimerPink = 0;
TimerYellow = 0;
EnemyTimerBlack2 = 0;
EnemyTimerBlack = 0;
BlockDepth = 0;
TrailerDepth = 0;
HeroHit = 0;
EvolutionPoints = 0;
PinkNeeded = 0;
YellowNeeded = 0;
Black2Needed = 0;
BlackNeeded = 0;
Level = 1;
HeroDeath = 0;
DistractionKind = 0;
if (HeroHealth < 3) {
HeroHealth = HeroHealth + 1;
_root.Plus.gotoAndStop(2);
} else {
HeroHealth = 3;
}
if (HeroHealth == undefined) {
HeroHealth = 3;
}
PinkTotal = 0;
YellowTotal = 0;
BiteRight = 0;
Area = "air";
LevelChange = 0;
Pause = 0;
BloodLeave = 0;
gotoNextLevel = 0;
DeathCount = 0;
SoundPlay2 = 0;
ScreenOnce = 0;
End = 0;
CounterStop = 0;
if (PinkEaten == undefined) {
PinkEaten = new Array();
}
if (YellowEaten == undefined) {
YellowEaten = new Array();
}
i = 1;
while (i < 6) {
if (PinkEaten[i] == undefined) {
PinkEaten[i] = 0;
}
i++;
}
i = 1;
while (i < 6) {
if (YellowEaten[i] == undefined) {
YellowEaten[i] = 0;
}
i++;
}
StartTimeS = TimerSec;
StartTimeM = TimerMin;
this.onEnterFrame = function () {
if (HeroDeath) {
Pause = 1;
mysound.stop();
mysound3.stop();
mymusic.stop();
DeathCount++;
if (DeathCount > 25) {
gotoAndStop ("Death");
}
}
if (Key.isDown(80)) {
Pause = 1;
if (!ScreenOnce) {
ScreenOnce = 1;
_root.attachMovie("Pauzed", "Pauzed", _root.getNextHighestDepth() + 100);
}
}
if (!_root.Pause) {
if (!CounterStop) {
MyTimer++;
}
if (MyTimer > 30) {
MyTimer = 0;
TimerSec++;
}
if (TimerSec > 59) {
TimerSec = 0;
TimerMin++;
}
if (TimerSec < 10) {
TheTimer.TimerSec = "0" + TimerSec;
} else {
TheTimer.TimerSec = TimerSec;
}
TheTimer.TimerMin = TimerMin;
TheTimer.Score = Score;
if (((((PinkEaten[1] == 1) || (PinkEaten[2] == 1)) || (PinkEaten[3] == 1)) || (PinkEaten[4] == 1)) || (PinkEaten[5] == 1)) {
if (!PinkFoodReward) {
PinkFoodReward = 1;
_root.attachMovie("Medal Bar5", "Medal Bar5", _root.getNextHighestDepth() + 50);
}
}
if (((((PinkEaten[1] > 2) && (PinkEaten[2] > 2)) && (PinkEaten[3] > 2)) && (PinkEaten[4] > 2)) && (PinkEaten[5] > 2)) {
if (!PinkLabReward) {
PinkLabReward = 1;
_root.attachMovie("Medal Bar11", "Medal Bar11", _root.getNextHighestDepth() + 50);
}
}
if (((((YellowEaten[1] == 1) || (YellowEaten[2] == 1)) || (YellowEaten[3] == 1)) || (YellowEaten[4] == 1)) || (YellowEaten[5] == 1)) {
if (!YellowFoodReward) {
YellowFoodReward = 1;
_root.attachMovie("Medal Bar6", "Medal Bar6", _root.getNextHighestDepth() + 50);
}
}
if (((((YellowEaten[1] > 2) && (YellowEaten[2] > 2)) && (YellowEaten[3] > 2)) && (YellowEaten[4] > 2)) && (YellowEaten[5] > 2)) {
if (!YellowLabReward) {
YellowLabReward = 1;
_root.attachMovie("Medal Bar12", "Medal Bar12", _root.getNextHighestDepth() + 50);
}
}
if (gotoNextLevel) {
gotoAndStop ("EndMovie");
}
if (HeroHit > 0) {
HeroHitPlayer.play();
}
if (TrailerDepth > 900) {
TrailerDepth = 0;
}
if (BlockDepth > 900) {
BlockDepth = 0;
}
if (YellowNeeded) {
TimerYellow++;
if (TimerYellow > TimerMaxYellow) {
_root.attachMovie("Yellow_Block_2", "Yellow_Block_2", 2000 + (BlockDepth++), {_x:(Math.random() * 350) + 100, _y:400});
YellowPressent++;
YellowTotal++;
TimerYellow = Math.ceil(Math.random() * 20) - 10;
}
}
if (PinkNeeded) {
TimerPink++;
if (TimerPink > TimerMaxPink) {
_root.attachMovie("Pink_Block", "Pink_Block", 2000 + (BlockDepth++), {_x:(Math.random() * 450) + 50, _y:0});
PinkPressent++;
PinkTotal++;
TimerPink = Math.ceil(Math.random() * 20) - 10;
}
}
if (Black2Needed == 1) {
EnemyTimerBlack2++;
if (EnemyTimerBlack2 > TimerMaxBlack2) {
_root.attachMovie("Black_Block_2", "Black_Block_2", 3000 + (BlockDepth++), {_y:-200, side:Math.ceil(Math.random() * 2)});
Black2Pressent++;
EnemyTimerBlack2 = Math.ceil(Math.random() * 20) - 10;
DodgeAble++;
}
}
if (BlackNeeded == 1) {
EnemyTimerBlack++;
if (EnemyTimerBlack > TimerMaxBlack) {
_root.attachMovie("Black_Block", "Black_Block", 3000 + (BlockDepth++));
BlackPressent++;
EnemyTimerBlack = Math.ceil(Math.random() * 20) - 10;
DodgeAble++;
}
}
if ((EvolutionPoints > 14) && (Level == 1)) {
BlackNeeded = 0;
PinkNeeded = 0;
if (_root.BlackPressent == 0) {
Level = 2;
TimeNow3_1M = TimerMin - StartTimeM;
TimeNow3_1S = TimerSec - StartTimeS;
if (TimeNow3_1S < 0) {
TimeNow3_1M = TimeNow3_1M - 1;
TimeNow3_1S = 60 + TimeNow3_1S;
}
if ((Time3_1M == 0) && (Time3_1S == 0)) {
Time3_1M = TimeNow3_1M;
Time3_1S = TimeNow3_1S;
}
if (TimeNow3_1M < Time3_1M) {
Time3_1M = TimeNow3_1M;
Time3_1S = TimeNow3_1S;
}
if ((TimeNow3_1M == Time3_1M) && (TimeNow3_1S < Time3_1S)) {
Time3_1M = TimeNow3_1M;
Time3_1S = TimeNow3_1S;
}
}
}
if ((EvolutionPoints > 29) && (Level == 2)) {
Black2Needed = 0;
PinkNeeded = 0;
if (_root.Black2Pressent == 0) {
Level = 3;
TimeNow3_2M = (TimerMin - StartTimeM) - TimeNow3_1M;
TimeNow3_2S = (TimerSec - StartTimeS) - TimeNow3_1S;
if (TimeNow3_2S < 0) {
TimeNow3_2M = TimeNow3_2M - 1;
TimeNow3_2S = 60 + TimeNow3_2S;
}
if (TimeNow3_2S < 0) {
TimeNow3_2M = TimeNow3_2M - 1;
TimeNow3_2S = 60 + TimeNow3_2S;
}
if ((Time3_2M == 0) && (Time3_2S == 0)) {
Time3_2M = TimeNow3_2M;
Time3_2S = TimeNow3_2S;
}
if (TimeNow3_2M < Time3_2M) {
Time3_2M = TimeNow3_2M;
Time3_2S = TimeNow3_2S;
}
if ((TimeNow3_2M == Time3_2M) && (TimeNow3_2S < Time3_2S)) {
Time3_2M = TimeNow3_2M;
Time3_2S = TimeNow3_2S;
}
}
}
if ((EvolutionPoints > 44) && (Level == 3)) {
YellowNeeded = 0;
Black2Needed = 0;
BlackNeeded = 0;
if ((_root.Black2Pressent == 0) && (BlackPressent == 0)) {
_root.NextLevelBlack.gotoAndStop(2);
TimeNow3_3M = ((TimerMin - StartTimeM) - TimeNow3_1M) - TimeNow3_2M;
TimeNow3_3S = ((TimerSec - StartTimeS) - TimeNow3_1S) - TimeNow3_2S;
if (TimeNow3_3S < 0) {
TimeNow3_3M = TimeNow3_3M - 1;
TimeNow3_3S = 60 + TimeNow3_3S;
}
if (TimeNow3_3S < 0) {
TimeNow3_3M = TimeNow3_3M - 1;
TimeNow3_3S = 60 + TimeNow3_3S;
}
if (TimeNow3_3S < 0) {
TimeNow3_3M = TimeNow3_3M - 1;
TimeNow3_3S = 60 + TimeNow3_3S;
}
if ((Time3_3M == 0) && (Time3_3S == 0)) {
Time3_3M = TimeNow3_3M;
Time3_3S = TimeNow3_3S;
}
if (TimeNow3_3M < Time3_3M) {
Time3_3M = TimeNow3_3M;
Time3_3S = TimeNow3_3S;
}
if ((TimeNow3_3M == Time3_3M) && (TimeNow3_3S < Time3_3S)) {
Time3_3M = TimeNow3_3M;
Time3_3S = TimeNow3_3S;
}
TimeNow3M = TimerMin - StartTimeM;
TimeNow3S = TimerSec - StartTimeS;
if (TimeNow3S < 0) {
TimeNow3M = TimeNow3M - 1;
TimeNow3S = 60 + TimeNow3S;
}
if ((Time3M == 0) && (Time3S == 0)) {
Time3M = TimeNow3M;
Time3S = TimeNow3S;
}
if (TimeNow3M < Time3M) {
Time3M = TimeNow3M;
Time3S = TimeNow3S;
}
if ((TimeNow3M == Time3M) && (TimeNow3S < Time3S)) {
Time3M = TimeNow3M;
Time3S = TimeNow3S;
}
Level = 4;
DistractionKind = 0;
CounterStop = 1;
}
}
}
};
Instance of Symbol 1000 MovieClip "Hero" in Frame 12
onClipEvent (load) {
speed = 2;
friction = 0.9;
xspeed = 0;
yspeed = 0;
SpeedChanger = (Math.random() * 0.5) + 0.1;
}
onClipEvent (enterFrame) {
if (!_root.Pause) {
if (_root.DistractionKind == 5) {
speed = speed + SpeedChanger;
if (speed < 0.2) {
SpeedChanger = (Math.random() * 0.5) + 0.1;
}
if (speed > 4) {
SpeedChanger = -((Math.random() * 0.5) + 0.1);
}
} else {
speed = 2;
}
if (!_root.End) {
if (!_root.InvertRL) {
if (_root.MouseMovement) {
xspeed = (speed * (_root._xmouse - _x)) / 20;
if (xspeed > 1) {
_rotation = 10;
} else if (xspeed < -1) {
_rotation = -10;
} else {
_rotation = 0;
}
} else if (Key.isDown(39) || (Key.isDown(68))) {
xspeed = xspeed + speed;
_rotation = 10;
} else if (Key.isDown(37) || (Key.isDown(65))) {
xspeed = xspeed - speed;
_rotation = -10;
} else {
_rotation = 0;
}
} else if (_root.MouseMovement) {
xspeed = (speed * ((275 + (275 - _root._xmouse)) - _x)) / 10;
if (xspeed > 1) {
_rotation = 10;
} else if (xspeed < -1) {
_rotation = -10;
} else {
_rotation = 0;
}
} else if (Key.isDown(37) || (Key.isDown(65))) {
xspeed = xspeed + speed;
_rotation = 10;
} else if (Key.isDown(39) || (Key.isDown(68))) {
xspeed = xspeed - speed;
_rotation = -10;
} else {
_rotation = 0;
}
if (!_root.InvertUD) {
if ((Key.isDown(40) || (Key.isDown(83))) || (_root.MouseMovement & (_root._ymouse > (_y + 10)))) {
yspeed = yspeed + speed;
}
if ((Key.isDown(38) || (Key.isDown(87))) || (_root.MouseMovement & (_root._ymouse < (_y - 10)))) {
yspeed = yspeed - speed;
}
} else {
if ((Key.isDown(38) || (Key.isDown(87))) || (_root.MouseMovement & (_root._ymouse < 175))) {
yspeed = yspeed + speed;
}
if ((Key.isDown(40) || (Key.isDown(83))) || (_root.MouseMovement & (_root._ymouse > 225))) {
yspeed = yspeed - speed;
}
}
if ((!_root.Autobite) && (Key.isDown(32))) {
Hero.Mouth.play();
}
} else {
_rotation = 0;
if (_x < 275) {
xspeed = xspeed + ((275 - _x) / 75);
}
if (_x > 275) {
xspeed = xspeed - ((_x - 275) / 75);
}
if ((_x > 270) && (_x < 280)) {
_root.Egg.play();
}
}
if (_x > 550) {
_x = 0;
}
if (_x < 0) {
_x = 550;
}
if (_y < 0) {
_y = 0;
}
if (_y > 400) {
_y = 400;
}
if (_y < 200) {
yspeed = yspeed + ((200 - _y) / 75);
}
if (_y > 200) {
yspeed = yspeed - ((_y - 200) / 75);
}
_xscale = _root.HeroSize;
_yscale = _xscale;
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_x = (_x + xspeed);
_y = (_y + yspeed);
}
}
Instance of Symbol 786 MovieClip "TheTimer" in Frame 12
onClipEvent (load) {
_alpha = 0;
swapDepths(5000);
}
onClipEvent (enterFrame) {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
_alpha = 100;
}
}
Frame 13
DistractionKind = 0;
RewardsGot = 0;
End = 1;
SuccesVar++;
Succesness = Succesness + 100;
Succes = Succesness / SuccesVar;
SpeedVar = SpeedVar + ((((((Time1M * 60) + Time1S) + (Time2M * 60)) + Time2S) + (Time3M * 60)) + Time3S);
SpeedNess = SpeedNess + ((TimerMin * 60) + TimerSec);
GameFinished++;
if ((GameFinished == 3) && (!MouseMode)) {
MouseMode = 1;
_root.attachMovie("Medal Bar19", "Medal Bar19", _root.getNextHighestDepth() + 50);
}
if ((Autobite == 0) && (!BloodMode)) {
BloodMode = 1;
_root.attachMovie("Medal Bar14", "Medal Bar14", _root.getNextHighestDepth() + 50);
}
if ((_root.Edibles == "Like, really a lot") && (!TinyMode)) {
TinyMode = 1;
_root.attachMovie("Medal Bar21", "Medal Bar21", _root.getNextHighestDepth() + 50);
}
if ((_root.Edibles == "As it should be") && (!Statistics)) {
Statistics = 1;
_root.attachMovie("Medal Bar20", "Medal Bar20", _root.getNextHighestDepth() + 50);
}
if ((_root.Edibles == "Extremly few") && (!GentlemenMode)) {
GentlemenMode = 1;
_root.attachMovie("Medal Bar17", "Medal Bar17", _root.getNextHighestDepth() + 50);
}
if ((_root.SpawnTime == "Easy peasy low") && (!DangerZones)) {
DangerZones = 1;
_root.attachMovie("Medal Bar16", "Medal Bar16", _root.getNextHighestDepth() + 50);
}
if ((_root.SpawnTime == "As normal as possible") && (!DistractionMode)) {
DistractionMode = 1;
_root.attachMovie("Medal Bar15", "Medal Bar15", _root.getNextHighestDepth() + 50);
}
if ((_root.SpawnTime == "Super duper high") && (!InvertUDMode)) {
InvertUDMode = 1;
_root.attachMovie("Medal Bar23", "Medal Bar23", _root.getNextHighestDepth() + 50);
}
this.onEnterFrame = function () {
gegevens.data.FirstTimeChecker = FirstTimeChecker;
gegevens.data.PurpleFoodReward = PurpleFoodReward;
gegevens.data.PurpleEaten = PurpleEaten;
gegevens.data.PurpleLabReward = PurpleLabReward;
gegevens.data.GreenFoodReward = GreenFoodReward;
gegevens.data.GreenEaten = GreenEaten;
gegevens.data.GreenLabReward = GreenLabReward;
gegevens.data.OrangeFoodReward = OrangeFoodReward;
gegevens.data.OrangeEaten = OrangeEaten;
gegevens.data.OrangeLabReward = OrangeLabReward;
gegevens.data.Green2FoodReward = Green2FoodReward;
gegevens.data.Green2Eaten = Green2Eaten;
gegevens.data.Green2LabReward = Green2LabReward;
gegevens.data.PinkFoodReward = PinkFoodReward;
gegevens.data.PinkEaten = PinkEaten;
gegevens.data.PinkLabReward = PinkLabReward;
gegevens.data.YellowFoodReward = YellowFoodReward;
gegevens.data.YellowEaten = YellowEaten;
gegevens.data.YellowLabReward = YellowLabReward;
gegevens.data.FoodVisited1 = FoodVisited1;
gegevens.data.FoodVisited2 = FoodVisited2;
gegevens.data.FoodVisited3 = FoodVisited3;
gegevens.data.FoodVisited4 = FoodVisited4;
gegevens.data.FoodVisited5 = FoodVisited5;
gegevens.data.FoodVisited6 = FoodVisited6;
gegevens.data.GentlemenMode = GentlemenMode;
gegevens.data.BloodMode = BloodMode;
gegevens.data.TinyMode = TinyMode;
gegevens.data.InvertUDMode = InvertUDMode;
gegevens.data.InvertRLMode = InvertRLMode;
gegevens.data.DistractionMode = DistractionMode;
gegevens.data.DangerZones = DangerZones;
gegevens.data.Statistics = Statistics;
gegevens.data.HighestScore = HighestScore;
gegevens.data.MouseMode = MouseMode;
gegevens.data.ProfessorReward = ProfessorReward;
gegevens.data.ShowCase = ShowCase;
gegevens.data.DeathNumber = DeathNumber;
gegevens.data.Highscore = Highscore;
gegevens.data.Time1_1M = Time1_1M;
gegevens.data.Time1_1S = Time1_1S;
gegevens.data.Time1_2M = Time1_2M;
gegevens.data.Time1_2S = Time1_2S;
gegevens.data.Time1_3M = Time1_3M;
gegevens.data.Time1_3S = Time1_3S;
gegevens.data.Time1M = Time1M;
gegevens.data.Time1S = Time1S;
gegevens.data.Time2_1M = Time2_1M;
gegevens.data.Time2_1S = Time2_1S;
gegevens.data.Time2_2M = Time2_2M;
gegevens.data.Time2_2S = Time2_2S;
gegevens.data.Time2_3M = Time2_3M;
gegevens.data.Time2_3S = Time2_3S;
gegevens.data.Time2M = Time2M;
gegevens.data.Time2S = Time2S;
gegevens.data.Time3_1M = Time3_1M;
gegevens.data.Time3_1S = Time3_1S;
gegevens.data.Time3_2M = Time3_2M;
gegevens.data.Time3_2S = Time3_2S;
gegevens.data.Time3_3M = Time3_3M;
gegevens.data.Time3_3S = Time3_3S;
gegevens.data.Time3M = Time3M;
gegevens.data.Time3S = Time3S;
gegevens.data.Challenge = Challenge;
gegevens.data.ChallengeMax = ChallengeMax;
gegevens.data.ChallengeVar = ChallengeVar;
gegevens.data.Succes = Succes;
gegevens.data.SuccesVar = SuccesVar;
gegevens.data.Succesness = Succesness;
gegevens.data.Speed = Speed;
gegevens.data.SpeedVar = SpeedVar;
gegevens.data.SpeedNess = SpeedNess;
gegevens.data.Dodge = Dodge;
gegevens.data.DodgeAble = DodgeAble;
gegevens.data.Hitten = Hitten;
gegevens.data.GameFinished = GameFinished;
gegevens.flush();
if (GoToCredits == 1) {
gotoAndStop ("Credits");
GoToCredits = 0;
}
};
Frame 14
TheTimer.removeMovieClip();
stop();
RewardsGot = 0;
CreatureFade = 2;
CreditEnd = 0;
_root.Music = "Boom";
this.onEnterFrame = function () {
gegevens.data.FirstTimeChecker = FirstTimeChecker;
gegevens.data.PurpleFoodReward = PurpleFoodReward;
gegevens.data.PurpleEaten = PurpleEaten;
gegevens.data.PurpleLabReward = PurpleLabReward;
gegevens.data.GreenFoodReward = GreenFoodReward;
gegevens.data.GreenEaten = GreenEaten;
gegevens.data.GreenLabReward = GreenLabReward;
gegevens.data.OrangeFoodReward = OrangeFoodReward;
gegevens.data.OrangeEaten = OrangeEaten;
gegevens.data.OrangeLabReward = OrangeLabReward;
gegevens.data.Green2FoodReward = Green2FoodReward;
gegevens.data.Green2Eaten = Green2Eaten;
gegevens.data.Green2LabReward = Green2LabReward;
gegevens.data.PinkFoodReward = PinkFoodReward;
gegevens.data.PinkEaten = PinkEaten;
gegevens.data.PinkLabReward = PinkLabReward;
gegevens.data.YellowFoodReward = YellowFoodReward;
gegevens.data.YellowEaten = YellowEaten;
gegevens.data.YellowLabReward = YellowLabReward;
gegevens.data.FoodVisited1 = FoodVisited1;
gegevens.data.FoodVisited2 = FoodVisited2;
gegevens.data.FoodVisited3 = FoodVisited3;
gegevens.data.FoodVisited4 = FoodVisited4;
gegevens.data.FoodVisited5 = FoodVisited5;
gegevens.data.FoodVisited6 = FoodVisited6;
gegevens.data.GentlemenMode = GentlemenMode;
gegevens.data.BloodMode = BloodMode;
gegevens.data.TinyMode = TinyMode;
gegevens.data.InvertUDMode = InvertUDMode;
gegevens.data.InvertRLMode = InvertRLMode;
gegevens.data.DistractionMode = DistractionMode;
gegevens.data.DangerZones = DangerZones;
gegevens.data.Statistics = Statistics;
gegevens.data.HighestScore = HighestScore;
gegevens.data.MouseMode = MouseMode;
gegevens.data.ProfessorReward = ProfessorReward;
gegevens.data.ShowCase = ShowCase;
gegevens.data.DeathNumber = DeathNumber;
gegevens.data.Highscore = Highscore;
gegevens.data.Time1_1M = Time1_1M;
gegevens.data.Time1_1S = Time1_1S;
gegevens.data.Time1_2M = Time1_2M;
gegevens.data.Time1_2S = Time1_2S;
gegevens.data.Time1_3M = Time1_3M;
gegevens.data.Time1_3S = Time1_3S;
gegevens.data.Time1M = Time1M;
gegevens.data.Time1S = Time1S;
gegevens.data.Time2_1M = Time2_1M;
gegevens.data.Time2_1S = Time2_1S;
gegevens.data.Time2_2M = Time2_2M;
gegevens.data.Time2_2S = Time2_2S;
gegevens.data.Time2_3M = Time2_3M;
gegevens.data.Time2_3S = Time2_3S;
gegevens.data.Time2M = Time2M;
gegevens.data.Time2S = Time2S;
gegevens.data.Time3_1M = Time3_1M;
gegevens.data.Time3_1S = Time3_1S;
gegevens.data.Time3_2M = Time3_2M;
gegevens.data.Time3_2S = Time3_2S;
gegevens.data.Time3_3M = Time3_3M;
gegevens.data.Time3_3S = Time3_3S;
gegevens.data.Time3M = Time3M;
gegevens.data.Time3S = Time3S;
gegevens.data.Challenge = Challenge;
gegevens.data.ChallengeMax = ChallengeMax;
gegevens.data.ChallengeVar = ChallengeVar;
gegevens.data.Succes = Succes;
gegevens.data.SuccesVar = SuccesVar;
gegevens.data.Succesness = Succesness;
gegevens.data.Speed = Speed;
gegevens.data.SpeedVar = SpeedVar;
gegevens.data.SpeedNess = SpeedNess;
gegevens.data.Dodge = Dodge;
gegevens.data.DodgeAble = DodgeAble;
gegevens.data.Hitten = Hitten;
gegevens.data.GameFinished = GameFinished;
gegevens.flush();
if (CreditEnd) {
gotoAndStop ("Score");
}
};
Frame 15
stop();
CreatureFade = 0;
RewardsGot = 0;
OnceKongCall = 1;
this.onEnterFrame = function () {
if (TotalScore > Highscore) {
Highscore = TotalScore;
}
if ((TotalScore > 15000) && (!InvertRLMode)) {
InvertRLMode = 1;
_root.attachMovie("Medal Bar22", "Medal Bar22", _root.getNextHighestDepth() + 50);
}
if ((TotalScore > 28470) && (!HighestScore)) {
HighestScore = 1;
_root.attachMovie("Medal Bar18", "Medal Bar18", _root.getNextHighestDepth() + 50);
}
gegevens.data.FirstTimeChecker = FirstTimeChecker;
gegevens.data.PurpleFoodReward = PurpleFoodReward;
gegevens.data.PurpleEaten = PurpleEaten;
gegevens.data.PurpleLabReward = PurpleLabReward;
gegevens.data.GreenFoodReward = GreenFoodReward;
gegevens.data.GreenEaten = GreenEaten;
gegevens.data.GreenLabReward = GreenLabReward;
gegevens.data.OrangeFoodReward = OrangeFoodReward;
gegevens.data.OrangeEaten = OrangeEaten;
gegevens.data.OrangeLabReward = OrangeLabReward;
gegevens.data.Green2FoodReward = Green2FoodReward;
gegevens.data.Green2Eaten = Green2Eaten;
gegevens.data.Green2LabReward = Green2LabReward;
gegevens.data.PinkFoodReward = PinkFoodReward;
gegevens.data.PinkEaten = PinkEaten;
gegevens.data.PinkLabReward = PinkLabReward;
gegevens.data.YellowFoodReward = YellowFoodReward;
gegevens.data.YellowEaten = YellowEaten;
gegevens.data.YellowLabReward = YellowLabReward;
gegevens.data.FoodVisited1 = FoodVisited1;
gegevens.data.FoodVisited2 = FoodVisited2;
gegevens.data.FoodVisited3 = FoodVisited3;
gegevens.data.FoodVisited4 = FoodVisited4;
gegevens.data.FoodVisited5 = FoodVisited5;
gegevens.data.FoodVisited6 = FoodVisited6;
gegevens.data.GentlemenMode = GentlemenMode;
gegevens.data.BloodMode = BloodMode;
gegevens.data.TinyMode = TinyMode;
gegevens.data.InvertUDMode = InvertUDMode;
gegevens.data.InvertRLMode = InvertRLMode;
gegevens.data.DistractionMode = DistractionMode;
gegevens.data.DangerZones = DangerZones;
gegevens.data.Statistics = Statistics;
gegevens.data.HighestScore = HighestScore;
gegevens.data.MouseMode = MouseMode;
gegevens.data.ProfessorReward = ProfessorReward;
gegevens.data.ShowCase = ShowCase;
gegevens.data.DeathNumber = DeathNumber;
gegevens.data.Highscore = Highscore;
gegevens.data.Time1_1M = Time1_1M;
gegevens.data.Time1_1S = Time1_1S;
gegevens.data.Time1_2M = Time1_2M;
gegevens.data.Time1_2S = Time1_2S;
gegevens.data.Time1_3M = Time1_3M;
gegevens.data.Time1_3S = Time1_3S;
gegevens.data.Time1M = Time1M;
gegevens.data.Time1S = Time1S;
gegevens.data.Time2_1M = Time2_1M;
gegevens.data.Time2_1S = Time2_1S;
gegevens.data.Time2_2M = Time2_2M;
gegevens.data.Time2_2S = Time2_2S;
gegevens.data.Time2_3M = Time2_3M;
gegevens.data.Time2_3S = Time2_3S;
gegevens.data.Time2M = Time2M;
gegevens.data.Time2S = Time2S;
gegevens.data.Time3_1M = Time3_1M;
gegevens.data.Time3_1S = Time3_1S;
gegevens.data.Time3_2M = Time3_2M;
gegevens.data.Time3_2S = Time3_2S;
gegevens.data.Time3_3M = Time3_3M;
gegevens.data.Time3_3S = Time3_3S;
gegevens.data.Time3M = Time3M;
gegevens.data.Time3S = Time3S;
gegevens.data.Challenge = Challenge;
gegevens.data.ChallengeMax = ChallengeMax;
gegevens.data.ChallengeVar = ChallengeVar;
gegevens.data.Succes = Succes;
gegevens.data.SuccesVar = SuccesVar;
gegevens.data.Succesness = Succesness;
gegevens.data.Speed = Speed;
gegevens.data.SpeedVar = SpeedVar;
gegevens.data.SpeedNess = SpeedNess;
gegevens.data.Dodge = Dodge;
gegevens.data.DodgeAble = DodgeAble;
gegevens.data.Hitten = Hitten;
gegevens.data.GameFinished = GameFinished;
gegevens.flush();
};
Instance of Symbol 1110 MovieClip "ButtonInstance" in Frame 15
onClipEvent (load) {
_alpha = 0;
_xscale = 0;
_yscale = 0;
Play = 0;
}
onClipEvent (enterFrame) {
_yscale = _xscale;
_alpha = _xscale;
if (_alpha < 100) {
_xscale = (_xscale + 2.5);
} else if (Play == 0) {
this.play();
Play = 1;
}
}
Frame 16
TheTimer.removeMovieClip();
delete this.onEnterFrame;
DeathNumber++;
_root.attachMovie("Dead", "Dead", _root.getNextHighestDepth());
SuccesVar++;
Succes = Succesness / SuccesVar;
this.onEnterFrame = function () {
if ((DeathNumber == 3) && (!ShowCase)) {
ShowCase = 1;
_root.attachMovie("Medal Bar24", "Medal Bar24", _root.getNextHighestDepth() + 50);
}
gegevens.data.FirstTimeChecker = FirstTimeChecker;
gegevens.data.PurpleFoodReward = PurpleFoodReward;
gegevens.data.PurpleEaten = PurpleEaten;
gegevens.data.PurpleLabReward = PurpleLabReward;
gegevens.data.GreenFoodReward = GreenFoodReward;
gegevens.data.GreenEaten = GreenEaten;
gegevens.data.GreenLabReward = GreenLabReward;
gegevens.data.OrangeFoodReward = OrangeFoodReward;
gegevens.data.OrangeEaten = OrangeEaten;
gegevens.data.OrangeLabReward = OrangeLabReward;
gegevens.data.Green2FoodReward = Green2FoodReward;
gegevens.data.Green2Eaten = Green2Eaten;
gegevens.data.Green2LabReward = Green2LabReward;
gegevens.data.PinkFoodReward = PinkFoodReward;
gegevens.data.PinkEaten = PinkEaten;
gegevens.data.PinkLabReward = PinkLabReward;
gegevens.data.YellowFoodReward = YellowFoodReward;
gegevens.data.YellowEaten = YellowEaten;
gegevens.data.YellowLabReward = YellowLabReward;
gegevens.data.FoodVisited1 = FoodVisited1;
gegevens.data.FoodVisited2 = FoodVisited2;
gegevens.data.FoodVisited3 = FoodVisited3;
gegevens.data.FoodVisited4 = FoodVisited4;
gegevens.data.FoodVisited5 = FoodVisited5;
gegevens.data.FoodVisited6 = FoodVisited6;
gegevens.data.GentlemenMode = GentlemenMode;
gegevens.data.BloodMode = BloodMode;
gegevens.data.TinyMode = TinyMode;
gegevens.data.InvertUDMode = InvertUDMode;
gegevens.data.InvertRLMode = InvertRLMode;
gegevens.data.DistractionMode = DistractionMode;
gegevens.data.DangerZones = DangerZones;
gegevens.data.Statistics = Statistics;
gegevens.data.HighestScore = HighestScore;
gegevens.data.MouseMode = MouseMode;
gegevens.data.ProfessorReward = ProfessorReward;
gegevens.data.ShowCase = ShowCase;
gegevens.data.DeathNumber = DeathNumber;
gegevens.data.Highscore = Highscore;
gegevens.data.Time1_1M = Time1_1M;
gegevens.data.Time1_1S = Time1_1S;
gegevens.data.Time1_2M = Time1_2M;
gegevens.data.Time1_2S = Time1_2S;
gegevens.data.Time1_3M = Time1_3M;
gegevens.data.Time1_3S = Time1_3S;
gegevens.data.Time1M = Time1M;
gegevens.data.Time1S = Time1S;
gegevens.data.Time2_1M = Time2_1M;
gegevens.data.Time2_1S = Time2_1S;
gegevens.data.Time2_2M = Time2_2M;
gegevens.data.Time2_2S = Time2_2S;
gegevens.data.Time2_3M = Time2_3M;
gegevens.data.Time2_3S = Time2_3S;
gegevens.data.Time2M = Time2M;
gegevens.data.Time2S = Time2S;
gegevens.data.Time3_1M = Time3_1M;
gegevens.data.Time3_1S = Time3_1S;
gegevens.data.Time3_2M = Time3_2M;
gegevens.data.Time3_2S = Time3_2S;
gegevens.data.Time3_3M = Time3_3M;
gegevens.data.Time3_3S = Time3_3S;
gegevens.data.Time3M = Time3M;
gegevens.data.Time3S = Time3S;
gegevens.data.Challenge = Challenge;
gegevens.data.ChallengeMax = ChallengeMax;
gegevens.data.ChallengeVar = ChallengeVar;
gegevens.data.Succes = Succes;
gegevens.data.SuccesVar = SuccesVar;
gegevens.data.Succesness = Succesness;
gegevens.data.Speed = Speed;
gegevens.data.SpeedVar = SpeedVar;
gegevens.data.SpeedNess = SpeedNess;
gegevens.data.Dodge = Dodge;
gegevens.data.DodgeAble = DodgeAble;
gegevens.data.Hitten = Hitten;
gegevens.data.GameFinished = GameFinished;
gegevens.flush();
};
if ((((((((((((((((((((((((OnKong && (PurpleFoodReward)) && (GreenFoodReward)) && (OrangeFoodReward)) && (Green2FoodReard)) && (PinkFoodReward)) && (YellowFoodReward)) && (PurpleLabReward)) && (GreenLabReward)) && (OrangeFoodReward)) && (Green2LabReard)) && (PinkLabReward)) && (YellowLabReward)) && (BloodMode)) && (TinyMode)) && (Statistics)) && (GentlemenMode)) && (DangerZones)) && (DistractionMode)) && (InvertUDMode)) && (InvertRLMode)) && (ShowCase)) && (MouseMode)) && (HighestScore)) && (ProfessorReward)) {
_root.kongregateStats.submit("GotAllRewards", 1);
}
Instance of Symbol 288 MovieClip "Cover4" in Frame 16
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Frame 17
CreatureFade = 0;
BlockDepth = 0;
Lab = 1;
FrogDoorLeave = 0;
BloodLeave = 0;
_root.Music = "Boom";
this.onEnterFrame = function () {
if (TrailerDepth > 900) {
TrailerDepth = 0;
}
if (BlockDepth > 900) {
BlockDepth = 0;
}
if (Labo == 1) {
if (_root.PurpleLabReward) {
_root.attachMovie("Purple_Block_Lab", "Purple_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PurpleKind:1});
_root.attachMovie("Purple_Block_Lab", "Purple_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PurpleKind:2});
_root.attachMovie("Purple_Block_Lab", "Purple_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PurpleKind:3});
_root.attachMovie("Purple_Block_Lab", "Purple_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PurpleKind:4});
_root.attachMovie("Purple_Block_Lab", "Purple_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PurpleKind:5});
}
if (_root.GreenLabReward) {
_root.attachMovie("Green_Block_Lab", "Green_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, GreenKind:1});
_root.attachMovie("Green_Block_Lab", "Green_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, GreenKind:2});
_root.attachMovie("Green_Block_Lab", "Green_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, GreenKind:3});
_root.attachMovie("Green_Block_Lab", "Green_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, GreenKind:4});
_root.attachMovie("Green_Block_Lab", "Green_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, GreenKind:5});
}
Labo = 0;
}
if (Labo == 2) {
if (_root.OrangeLabReward) {
_root.attachMovie("Orange_Block_Lab", "Orange_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, OrangeKind:1});
_root.attachMovie("Orange_Block_Lab", "Orange_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, OrangeKind:2});
_root.attachMovie("Orange_Block_Lab", "Orange_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, OrangeKind:3});
_root.attachMovie("Orange_Block_Lab", "Orange_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, OrangeKind:4});
_root.attachMovie("Orange_Block_Lab", "Orange_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, OrangeKind:5});
}
if (_root.Green2LabReward) {
_root.attachMovie("Green_Block_2_Lab", "Green_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, Green2Kind:1});
_root.attachMovie("Green_Block_2_Lab", "Green_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, Green2Kind:2});
_root.attachMovie("Green_Block_2_Lab", "Green_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, Green2Kind:3});
_root.attachMovie("Green_Block_2_Lab", "Green_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, Green2Kind:4});
_root.attachMovie("Green_Block_2_Lab", "Green_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, Green2Kind:5});
}
Labo = 0;
}
if (Labo == 3) {
if (_root.PinkLabReward) {
_root.attachMovie("Pink_Block_Lab", "Pink_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PinkKind:1});
_root.attachMovie("Pink_Block_Lab", "Pink_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PinkKind:2});
_root.attachMovie("Pink_Block_Lab", "Pink_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PinkKind:3});
_root.attachMovie("Pink_Block_Lab", "Pink_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PinkKind:4});
_root.attachMovie("Pink_Block_Lab", "Pink_Block_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, PinkKind:5});
}
Labo = 0;
}
if (Labo == 4) {
if (_root.YellowLabReward) {
_root.attachMovie("Yellow_Block_2_Lab", "Yellow_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, YellowKind:1});
_root.attachMovie("Yellow_Block_2_Lab", "Yellow_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, YellowKind:2});
_root.attachMovie("Yellow_Block_2_Lab", "Yellow_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, YellowKind:3});
_root.attachMovie("Yellow_Block_2_Lab", "Yellow_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, YellowKind:4});
_root.attachMovie("Yellow_Block_2_Lab", "Yellow_Block_2_Lab", 2000 + (BlockDepth++), {_x:(Math.random() * 300) + 150, _y:(Math.random() * 200) + 100, YellowKind:5});
}
Labo = 0;
}
};
Frame 18
Info.Eaten1 = "Eaten X " + PurpleEaten[1];
Info.Eaten2 = "Eaten X " + PurpleEaten[2];
Info.Eaten3 = "Eaten X " + PurpleEaten[3];
Info.Eaten4 = "Eaten X " + PurpleEaten[4];
Info.Eaten5 = "Eaten X " + PurpleEaten[5];
FoodVisited1 = 1;
_root.Music = "Boom";
Instance of Symbol 1149 MovieClip in Frame 18
onClipEvent (load) {
yspeed = 5;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1149 MovieClip in Frame 18
onClipEvent (load) {
yspeed = 10;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1149 MovieClip in Frame 18
onClipEvent (load) {
yspeed = 15;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1149 MovieClip in Frame 18
onClipEvent (load) {
yspeed = 20;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1149 MovieClip in Frame 18
onClipEvent (load) {
yspeed = 25;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Frame 19
Info.Eaten1 = "Eaten X " + GreenEaten[1];
Info.Eaten2 = "Eaten X " + GreenEaten[2];
Info.Eaten3 = "Eaten X " + GreenEaten[3];
Info.Eaten4 = "Eaten X " + GreenEaten[4];
Info.Eaten5 = "Eaten X " + GreenEaten[5];
FoodVisited2 = 1;
_root.Music = "Boom";
Instance of Symbol 1153 MovieClip in Frame 19
onClipEvent (load) {
yspeed = 5;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1153 MovieClip in Frame 19
onClipEvent (load) {
yspeed = 10;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1153 MovieClip in Frame 19
onClipEvent (load) {
yspeed = 15;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1153 MovieClip in Frame 19
onClipEvent (load) {
yspeed = 20;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1153 MovieClip in Frame 19
onClipEvent (load) {
yspeed = 25;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Frame 20
Info.Eaten1 = "Eaten X " + OrangeEaten[1];
Info.Eaten2 = "Eaten X " + OrangeEaten[2];
Info.Eaten3 = "Eaten X " + OrangeEaten[3];
Info.Eaten4 = "Eaten X " + OrangeEaten[4];
Info.Eaten5 = "Eaten X " + OrangeEaten[5];
FoodVisited3 = 1;
_root.Music = "Boom";
Instance of Symbol 1174 MovieClip in Frame 20
onClipEvent (load) {
yspeed = 5;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1174 MovieClip in Frame 20
onClipEvent (load) {
yspeed = 10;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1174 MovieClip in Frame 20
onClipEvent (load) {
yspeed = 15;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1174 MovieClip in Frame 20
onClipEvent (load) {
yspeed = 20;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1174 MovieClip in Frame 20
onClipEvent (load) {
yspeed = 25;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Frame 21
Info.Eaten1 = "Eaten X " + Green2Eaten[1];
Info.Eaten2 = "Eaten X " + Green2Eaten[2];
Info.Eaten3 = "Eaten X " + Green2Eaten[3];
Info.Eaten4 = "Eaten X " + Green2Eaten[4];
Info.Eaten5 = "Eaten X " + Green2Eaten[5];
FoodVisited4 = 1;
_root.Music = "Boom";
Instance of Symbol 1184 MovieClip in Frame 21
onClipEvent (load) {
yspeed = 5;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1184 MovieClip in Frame 21
onClipEvent (load) {
yspeed = 10;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1184 MovieClip in Frame 21
onClipEvent (load) {
yspeed = 15;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1184 MovieClip in Frame 21
onClipEvent (load) {
yspeed = 20;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1184 MovieClip in Frame 21
onClipEvent (load) {
yspeed = 25;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Frame 22
Info.Eaten1 = "Eaten X " + PinkEaten[1];
Info.Eaten2 = "Eaten X " + PinkEaten[2];
Info.Eaten3 = "Eaten X " + PinkEaten[3];
Info.Eaten4 = "Eaten X " + PinkEaten[4];
Info.Eaten5 = "Eaten X " + PinkEaten[5];
FoodVisited5 = 1;
_root.Music = "Boom";
Instance of Symbol 1193 MovieClip in Frame 22
onClipEvent (load) {
yspeed = 5;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1193 MovieClip in Frame 22
onClipEvent (load) {
yspeed = 10;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1193 MovieClip in Frame 22
onClipEvent (load) {
yspeed = 15;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1193 MovieClip in Frame 22
onClipEvent (load) {
yspeed = 20;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1193 MovieClip in Frame 22
onClipEvent (load) {
yspeed = 25;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Frame 23
Info.Eaten1 = YellowEaten[1];
Info.Eaten2 = YellowEaten[2];
Info.Eaten3 = YellowEaten[3];
Info.Eaten4 = YellowEaten[4];
Info.Eaten5 = YellowEaten[5];
FoodVisited6 = 1;
_root.Music = "Boom";
Instance of Symbol 1215 MovieClip in Frame 23
onClipEvent (load) {
yspeed = 5;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1215 MovieClip in Frame 23
onClipEvent (load) {
yspeed = 10;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1215 MovieClip in Frame 23
onClipEvent (load) {
yspeed = 15;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1215 MovieClip in Frame 23
onClipEvent (load) {
yspeed = 20;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Instance of Symbol 1215 MovieClip in Frame 23
onClipEvent (load) {
yspeed = 25;
friction = 0.9;
this.Me.gotoAndStop(yspeed / 5);
}
onClipEvent (enterFrame) {
yspeed = yspeed * friction;
_y = (_y + yspeed);
}
Frame 24
_root.Music = "Boom";
CreatureFade = 0;
EnemyTimerRed = 0;
EnemyTimerYellow = 0;
EnemyTimerBlue = 0;
EnemyTimerPurple = 0;
EnemyTimerBlack = 0;
EnemyTimerBlack2 = 0;
EnemyInfo = 1;
TimerMaxRed = 5;
TimerMaxYellow = 5;
TimerMaxBlue = 5;
TimerMaxPurple = 5;
TimerMaxBlack = 5;
TimerMaxBlack2 = 5;
RedNeeded = 1;
BlockDepth = 0;
TrailerDepth = 0;
EnemyNeeded = 1;
BloodLeave = 0;
this.onEnterFrame = function () {
RedNeeded = 0;
YellowNeeded = 0;
BlueNeeded = 0;
PurpleNeeded = 0;
BlackNeeded = 0;
Black2Needed = 0;
if (EnemyNeeded == 1) {
RedNeeded = 1;
}
if (EnemyNeeded == 2) {
YellowNeeded = 1;
}
if (EnemyNeeded == 3) {
BlueNeeded = 1;
}
if (EnemyNeeded == 4) {
PurpleNeeded = 1;
}
if (EnemyNeeded == 5) {
BlackNeeded = 1;
}
if (EnemyNeeded == 6) {
Black2Needed = 1;
}
if (TrailerDepth > 900) {
TrailerDepth = 0;
}
if (BlockDepth > 900) {
BlockDepth = 0;
}
if (RedNeeded == 1) {
EnemyTimerRed++;
if (EnemyTimerRed > TimerMaxRed) {
_root.attachMovie("Red_Block", "Red_Block", 3000 + (BlockDepth++), {Side:Math.ceil(Math.random() * 4)});
EnemyTimerRed = Math.ceil(Math.random() * 20) - 10;
}
}
if (YellowNeeded == 1) {
EnemyTimerYellow++;
if (EnemyTimerYellow > TimerMaxYellow) {
_root.attachMovie("Yellow_Block", "Yellow_Block", 3000 + (BlockDepth++));
EnemyTimerYellow = Math.ceil(Math.random() * 20) - 10;
}
}
if (PurpleNeeded == 1) {
EnemyTimerPurple++;
if (EnemyTimerPurple > TimerMaxPurple) {
_root.attachMovie("Purple_Block_2", "Purple_Block_2", 3000 + (BlockDepth++), {_y:(Math.random() * 25) + 50, side:Math.ceil(Math.random() * 2)});
EnemyTimerPurple = Math.ceil(Math.random() * 20) - 10;
}
}
if (BlueNeeded == 1) {
EnemyTimerBlue++;
if (EnemyTimerBlue > TimerMaxBlue) {
_root.attachMovie("Blue_Block", "Blue_Block", 3000 + (BlockDepth++), {_y:360, side:Math.ceil(Math.random() * 2)});
EnemyTimerBlue = Math.ceil(Math.random() * 20) - 10;
}
}
if (Black2Needed == 1) {
EnemyTimerBlack2++;
if (EnemyTimerBlack2 > TimerMaxBlack2) {
_root.attachMovie("Black_Block_2", "Black_Block_2", 3000 + (BlockDepth++), {_y:-200, side:Math.ceil(Math.random() * 2)});
EnemyTimerBlack2 = Math.ceil(Math.random() * 20) - 10;
}
}
if (BlackNeeded == 1) {
EnemyTimerBlack++;
if (EnemyTimerBlack > TimerMaxBlack) {
_root.attachMovie("Black_Block", "Black_Block", 3000 + (BlockDepth++));
EnemyTimerBlack = Math.ceil(Math.random() * 20) - 10;
}
}
};
Instance of Symbol 1219 MovieClip "Fore" in Frame 24
onClipEvent (load) {
swapDepths(4999);
}
onClipEvent (enterFrame) {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
}
Instance of Symbol 1220 MovieClip "Hero" in Frame 24
onClipEvent (load) {
yspeed = 5;
}
onClipEvent (enterFrame) {
if (_y > 300) {
yspeed = -5;
}
if (_y < 100) {
yspeed = 5;
}
_y = (_y + yspeed);
}
Frame 25
Dodge = 100 - ((Hitten / DodgeAble) * 100);
Speed = (SpeedVar / SpeedNess) * 100;
if (Speed > 100) {
Speed = 100;
}
if (Speed < 0) {
Speed = 0;
}
SpeedT = ("Speed: " + Math.ceil(Speed)) + "%";
SuccesT = ("Succes: " + Math.ceil(Succes)) + "%";
ChallengeT = ("Challenge: " + Math.ceil(Challenge)) + "%";
DodgeT = ("Dodge: " + Math.ceil(Dodge)) + "%";
_root.Music = "Boom";
Instance of Symbol 288 MovieClip "Cover4" in Frame 25
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Frame 26
_root.Music = "Boom";
play();
Frame 27
stop();
Message = Math.ceil(Math.random() * 22);
this.onEnterFrame = function () {
if (Message == 1) {
Textmessage.Text = "\n\nPigs are smarter than monkeys!";
}
Textmessage.Text = "\n\nPigs are smarter than monkeys!";
if (Message == 2) {
Textmessage.Text = "\nIn Australia it's warm in winters and cold in summers";
}
if (Message == 3) {
Textmessage.Text = "\n\nChocolate is actually rather healthy";
}
if (Message == 4) {
Textmessage.Text = "\nHurricanes are more dangerous than all nuclear weapons combined!";
}
if (Message == 5) {
Textmessage.Text = "\nOwls can't move their eyes so they can rotate their heads instead!";
}
if (Message == 6) {
Textmessage.Text = "When Albert Einstein died, his final words died with him. The nurse at his side didn't understand German.";
}
if (Message == 7) {
Textmessage.Text = "\nIn Baltimore, Maryland, it is not legal to take a lion to the movies!";
}
if (Message == 8) {
Textmessage.Text = "\n\nChickens can run up to 9mph!";
}
if (Message == 9) {
Textmessage.Text = "\nElephants can't jump. Every other mammal can.";
}
if (Message == 10) {
Textmessage.Text = "\nThe cigarette lighter was invented before the match.";
}
if (Message == 11) {
Textmessage.Text = "If a statue in the park of a person on a horse has both front legs in the air, the person died in battle";
}
if (Message == 12) {
Textmessage.Text = "If a statue in the park of a person on a horse has one front leg in the air, the person died as a result of wounds received in battle";
}
if (Message == 13) {
Textmessage.Text = "If a statue in the park of a person on a horse has all four legs on the ground, the person died of natural causes";
}
if (Message == 14) {
Textmessage.Text = "\n3% of pet owners give Valentine's gifts to their pets on Valentine's Day";
}
if (Message == 15) {
Textmessage.Text = "\n45% of Americans don't know that the sun is a star";
}
if (Message == 16) {
Textmessage.Text = "53% of women in America would dump their boyfriend if they did not get them anything for Valentine's Day";
}
if (Message == 17) {
Textmessage.Text = "96% of people put the peanut butter on first when making a peanut butter and jelly sandwich";
}
if (Message == 18) {
Textmessage.Text = "\nIn one night, an adult hippopotamus eats approximately 150 pounds of grass";
}
if (Message == 19) {
Textmessage.Text = "\n\nA leech has 32 brains! \n\n Omg...";
}
if (Message == 20) {
Textmessage.Text = "\nY0u pr0848|y (4n'7 r34d 7h15 \n\n |-|4x0rz";
}
if (Message == 21) {
Textmessage.Text = "\nDr Steel is going to take over the world...\n\n Help him do it!";
}
if (Message == 22) {
Textmessage.Text = "\nI bet you didn't know that I was going to say what I just said!";
}
};
Frame 28
EvolutionPoints = 1;
EvolutionPoints2 = 1;
EvolutionPoints3 = 1;
_root.Music = "Boom";
Frame 29
stop();
_root.Music = "Victory";
HighscoreSomething = Highscore;
Symbol 31 MovieClip [Medal Bar20] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 34 MovieClip [Medal Bar22] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 37 MovieClip [Medal Bar15] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 40 MovieClip [Medal Bar17] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 43 MovieClip [Medal Bar16] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 46 MovieClip [Medal Bar21] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 51 MovieClip [Medal Bar13] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 54 MovieClip [Medal Bar23] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 60 MovieClip [Medal Bar18] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 63 MovieClip [Medal Bar14] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 66 MovieClip [Medal Bar24] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 69 MovieClip [Medal Bar19] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 74 MovieClip [Medal Bar11] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 77 MovieClip [Medal Bar9] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 80 MovieClip [Medal Bar7] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 83 MovieClip [Medal Bar8] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 86 MovieClip [Medal Bar12] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 89 MovieClip [Medal Bar10] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 92 MovieClip [Medal Bar5] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 95 MovieClip [Medal Bar6] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 98 MovieClip [Medal Bar4] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 101 MovieClip [Medal Bar3] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 104 MovieClip [Medal Bar2] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 107 MovieClip [Medal Bar1] Frame 1
Counter = 0;
_alpha = 0;
_x = 0;
_y = _root.RewardBarY;
yspeed = -5;
friction = 0.9;
once = 1;
oncealph = 1;
_root.RewardBarY = _root.RewardBarY - 40;
this.onEnterFrame = function () {
if (oncealph) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
} else {
oncealph = 0;
yspeed = 0;
}
}
if (_alpha < 0) {
_root.RewardBarY = _root.RewardBarY + 40;
this.removeMovieClip();
}
Counter++;
if (Counter > 99) {
if (once) {
once = 0;
yspeed = 5;
}
_alpha = (_alpha - 5);
}
if ((yspeed > 0) && (yspeed < 0.1)) {
yspeed = 0;
}
yspeed = yspeed * friction;
_y = (_y + yspeed);
};
Symbol 115 MovieClip Frame 1
if (_root.Gentlemen == 1) {
gotoAndStop (2);
} else {
stop();
}
Symbol 115 MovieClip Frame 2
stop();
Symbol 121 MovieClip [Yellow_Block_2_Lab] Frame 1
_xscale = 0;
_yscale = 0;
_alpha = 0;
yspeed = -((Math.random() * 5) + 5);
Thingy = Math.ceil(Math.random() * 2);
if (Thingy == 1) {
xspeed = -15;
timer = 0;
}
if (Thingy == 2) {
xspeed = 15;
timer = 30;
}
speed = 1;
caught = 0;
bubbelTimer = 0;
MoveMinus = 5;
Me.gotoAndStop(YellowKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_root.LabMove == 1) {
MoveMinus = MoveMinus * 3;
_y = (_y - MoveMinus);
}
bubbelTimer++;
if (bubbelTimer > 1) {
_root.attachMovie("Trail_Stars", "Trail_Stars", 0 + (_root.TrailerDepth++), {_x:(this._x + (Math.random() * 10)) - 5, _y:(this._y + (Math.random() * 10)) - 5});
bubbelTimer = (Math.random() * 2) - 1;
}
if (!caught) {
timer++;
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 16.3);
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Hero.Mouth.play();
_root.YellowEaten[YellowKind] = _root.YellowEaten[YellowKind] + 1;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.YellowEaten[YellowKind] = _root.YellowEaten[YellowKind] + 1;
}
}
}
}
}
}
if (_x > 550) {
_x = 0;
}
if (_x < 0) {
_x = 550;
}
if (timer < 30) {
xspeed = xspeed + speed;
}
if (timer >= 30) {
xspeed = xspeed - speed;
}
if (timer > 60) {
timer = (Math.random() * 20) - 10;
}
if (!_root.LabMove) {
if (_y < (-_height)) {
_y = (400 + _height);
_x = ((Math.random() * 350) + 100);
yspeed = -((Math.random() * 5) + 5);
Thingy = Math.ceil(Math.random() * 2);
if (Thingy == 1) {
xspeed = -15;
timer = 0;
}
if (Thingy == 2) {
xspeed = 15;
timer = 30;
}
}
} else if (_y < (-_height)) {
this.removeMovieClip();
}
if (caught) {
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.YellowPressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
_x = (_x + xspeed);
_y = (_y + yspeed);
_yscale = _xscale;
}
};
Symbol 127 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 127 MovieClip Frame 5
gotoAndPlay (1);
Symbol 131 MovieClip Frame 1
if (_root.Gentlemen == 1) {
gotoAndStop (2);
} else {
stop();
}
Symbol 131 MovieClip Frame 2
stop();
Symbol 137 MovieClip [Pink_Block_Lab] Frame 1
caught = 0;
gravity = 4;
_xscale = 0;
_yscale = 0;
_alpha = 0;
MoveMinus = 5;
Me.gotoAndStop(PinkKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_root.LabMove == 1) {
MoveMinus = MoveMinus * 3;
_y = (_y + MoveMinus);
}
if (_root.LabMove == 2) {
MoveMinus = MoveMinus * 3;
_y = (_y - MoveMinus);
}
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 16.3);
}
if (_x < (_root.Hero._x + (_root.Hero.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Hero.Mouth.play();
_root.PinkEaten[PinkKind] = _root.PinkEaten[PinkKind] + 1;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.PinkEaten[PinkKind] = _root.PinkEaten[PinkKind] + 1;
}
}
}
}
}
if (!_root.LabMove) {
if (_y < (-_height)) {
_y = (400 + _height);
_x = ((Math.random() * 500) + 25);
}
} else {
if (_y > 400) {
this.removeMovieClip();
}
if (_y < 0) {
this.removeMovieClip();
}
}
}
if (caught) {
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.PinkPressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
_y = (_y - gravity);
_yscale = _xscale;
}
};
Symbol 142 MovieClip Frame 1
if (_root.Gentlemen == 1) {
gotoAndStop (2);
} else {
stop();
}
Symbol 142 MovieClip Frame 2
stop();
Symbol 149 MovieClip [Green_block_2_Lab] Frame 1
xspeed = 0;
yspeed = 0;
timer = (Math.random() * 50) + 10;
caught = 0;
gravity = 1;
jump = 5;
_xscale = 0;
_yscale = 0;
_alpha = 0;
MoveMinus = 5;
Me.gotoAndStop(Green2Kind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_root.LabMove == 1) {
MoveMinus = MoveMinus * 3;
_y = (_y + MoveMinus);
}
if (_root.LabMove == 2) {
MoveMinus = MoveMinus * 3;
_x = (_x + MoveMinus);
}
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
}
if (_y == 365) {
timer--;
if (timer < 0) {
Direction = Math.ceil(Math.random() * 2);
timer = (Math.random() * 50) + 10;
yspeed = yspeed - ((Math.random() * 10) + jump);
if (Direction == 1) {
xspeed = (Math.random() * 5) + 13;
}
if (Direction == 2) {
xspeed = -((Math.random() * 5) + 13);
}
}
}
}
if (!_root.LabMove) {
if (_x > 500) {
xspeed = xspeed * -1;
_x = 500;
}
if (_x < 50) {
xspeed = xspeed * -1;
_x = 50;
}
} else {
if (_y > 400) {
this.removeMovieClip();
}
if (_x > 550) {
this.removeMovieClip();
}
}
if (!_root.LabMove) {
if ((_y + yspeed) < 365) {
yspeed = yspeed + gravity;
gotoAndStop (3);
} else {
gotoAndStop (2);
_y = 365;
_rotation = 0;
yspeed = 0;
xspeed = 0;
}
}
_x = (_x + xspeed);
_y = (_y + yspeed);
_rotation = (_rotation + (xspeed * 2));
_yscale = _xscale;
}
};
Symbol 150 MovieClip [Green_block_2] Frame 1
xspeed = 0;
yspeed = 0;
timer = 0;
caught = 0;
gravity = 1;
jump = 10;
_xscale = 0;
_yscale = 0;
_alpha = 0;
Green2Kind = Math.ceil(Math.random() * 5);
Me.gotoAndStop(Green2Kind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
}
if ((_y == 368) & (timer > 10)) {
if (((_x >= _root.Hero._x) && ((_x - _root.Hero._x) < 50)) || ((_x < _root.Hero._x) && ((_x - _root.Hero._x) > -50))) {
yspeed = yspeed - ((Math.random() * 10) + jump);
if (_x >= _root.Hero._x) {
xspeed = (Math.random() * 5) + 13;
}
if (_x < _root.Hero._x) {
xspeed = -((Math.random() * 5) + 13);
}
}
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Mouth.play();
_root.Green2Eaten[Green2Kind] = _root.Green2Eaten[Green2Kind] + 1;
_root.Score = _root.Score + 50;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Green2Eaten[Green2Kind] = _root.Green2Eaten[Green2Kind] + 1;
_root.Score = _root.Score + 50;
}
}
}
}
}
}
if (caught) {
gotoAndStop (27);
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.GreenPressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
if (_x > 550) {
_x = 0;
}
if (_x < 0) {
_x = 550;
}
if (_y > 400) {
_y = 0;
}
if (_y < 0) {
_y = 400;
}
if ((_y + yspeed) < 368) {
yspeed = yspeed + gravity;
gotoAndStop (3);
timer = 0;
} else {
gotoAndStop (2);
timer++;
_y = 368;
_rotation = 0;
yspeed = 0;
xspeed = 0;
}
_x = (_x + xspeed);
_y = (_y + yspeed);
_rotation = (_rotation + (xspeed * 2));
_yscale = _xscale;
}
};
Symbol 154 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 158 MovieClip Frame 1
if (_root.Gentlemen == 1) {
gotoAndStop (2);
} else {
stop();
}
Symbol 158 MovieClip Frame 2
stop();
Symbol 164 MovieClip [Orange_Block_Lab] Frame 1
speed = 0.5;
friction = 0.9;
xspeed = 0;
yspeed = 0;
xdirection = Math.random() * 550;
ydirection = Math.random() * 300;
timer = 50;
caught = 0;
_xscale = 0;
_yscale = 0;
_alpha = 0;
MoveMinus = 5;
Me.gotoAndStop(OrangeKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_root.LabMove == 1) {
MoveMinus = MoveMinus * 3;
_y = (_y + MoveMinus);
}
if (_root.LabMove == 2) {
MoveMinus = MoveMinus * 3;
_x = (_x + MoveMinus);
}
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_yscale = (_yscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 16.35);
} else {
_xscale = 100;
_yscale = 100;
_alpha = 100;
}
timer--;
if (_x > xdirection) {
xspeed = xspeed - speed;
}
if (_x < xdirection) {
xspeed = xspeed + speed;
}
if (_y > ydirection) {
yspeed = yspeed - speed;
}
if (_y < ydirection) {
yspeed = yspeed + speed;
}
if (timer < 0) {
timer = 50;
xdirection = (Math.random() * 400) + 50;
ydirection = (Math.random() * 200) + 50;
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Mouth.play();
_root.OrangeEaten[OrangeKind] = _root.OrangeEaten[OrangeKind] + 1;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.OrangeEaten[OrangeKind] = _root.OrangeEaten[OrangeKind] + 1;
}
}
}
}
}
if (!_root.LabMove) {
if ((_x + xspeed) > 550) {
yspeed = yspeed * -1;
}
if ((_x + xspeed) < 0) {
xspeed = xspeed * -1;
}
if ((_y + yspeed) > 300) {
yspeed = yspeed * -1;
}
if ((_y + yspeed) < 0) {
yspeed = yspeed * -1;
}
} else {
if (_y > 400) {
this.removeMovieClip();
}
if (_x > 550) {
this.removeMovieClip();
}
}
if ((xspeed > 0) && (_xscale == -100)) {
_xscale = 100;
}
if ((xspeed < 0) && (_xscale == 100)) {
_xscale = -100;
}
}
if (caught) {
gotoAndStop (27);
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.OrangePressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_x = (_x + xspeed);
_y = (_y + yspeed);
}
};
Symbol 171 MovieClip [Green_block_Lab] Frame 1
speed = 50;
friction = 0.8;
xspeed = 0;
yspeed = 0;
xdirection = Math.random() * 550;
ydirection = Math.random() * 400;
timer = 50;
caught = 0;
_xscale = 0;
_yscale = 0;
_alpha = 0;
MoveMinus = 5;
Me.gotoAndStop(GreenKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_root.LabMove) {
MoveMinus = MoveMinus * 3;
_x = (_x - MoveMinus);
}
play();
if (_x < 0) {
this.removeMovieClip();
}
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 20);
}
timer--;
if (timer == 1) {
if (_x > xdirection) {
xspeed = xspeed - speed;
}
if (_x < xdirection) {
xspeed = xspeed + speed;
}
if (_y > ydirection) {
yspeed = yspeed - speed;
}
if (_y < ydirection) {
yspeed = yspeed + speed;
}
}
if (timer < 0) {
timer = 50;
xdirection = Math.random() * 550;
ydirection = Math.random() * 400;
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Mouth.play();
_root.GreenEaten[GreenKind] = _root.GreenEaten[GreenKind] + 1;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.GreenEaten[GreenKind] = _root.GreenEaten[GreenKind] + 1;
}
}
}
}
}
}
if (caught) {
gotoAndStop (27);
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.GreenPressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
if (!_root.LabMove) {
if (_x > 435) {
_x = 435;
xspeed = xspeed * -1;
}
if (_x < 80) {
_x = 80;
xspeed = xspeed * -1;
}
if (_y > 350) {
_y = 350;
yspeed = yspeed * -1;
}
if (_y < 100) {
_y = 100;
yspeed = yspeed * -1;
}
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_x = (_x + xspeed);
_y = (_y + yspeed);
_rotation = (_rotation + xspeed);
_yscale = _xscale;
} else {
stop();
}
};
Symbol 171 MovieClip [Green_block_Lab] Frame 2
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
Symbol 171 MovieClip [Green_block_Lab] Frame 15
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
Symbol 171 MovieClip [Green_block_Lab] Frame 26
gotoAndPlay (2);
Symbol 178 MovieClip [Purple_block_Lab] Frame 1
speed = 50;
xspeed = Math.random() * 2;
yspeed = Math.random() * 2;
timer = 50;
caught = 0;
_xscale = 0;
_yscale = 0;
_alpha = 0;
MoveMinus = 5;
Me.gotoAndStop(PurpleKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_root.LabMove) {
MoveMinus = MoveMinus * 3;
_x = (_x - MoveMinus);
}
if (_x < 0) {
this.removeMovieClip();
}
play();
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 20);
}
}
if (_x > 435) {
xspeed = xspeed - 0.3;
}
if (_x < 80) {
xspeed = xspeed + 0.3;
}
if (_y > 350) {
yspeed = yspeed - 0.3;
}
if (_y < 100) {
yspeed = yspeed + 0.3;
}
_x = (_x + xspeed);
_y = (_y + yspeed);
_rotation = (_rotation + xspeed);
_yscale = _xscale;
} else {
stop();
}
};
Symbol 178 MovieClip [Purple_block_Lab] Frame 2
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
Symbol 178 MovieClip [Purple_block_Lab] Frame 15
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
Symbol 178 MovieClip [Purple_block_Lab] Frame 26
gotoAndPlay (2);
Symbol 182 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 185 MovieClip [Orange_Block] Frame 1
speed = 0.5;
friction = 0.9;
xspeed = 0;
yspeed = 0;
xdirection = Math.random() * 550;
ydirection = Math.random() * 300;
timer = 50;
caught = 0;
_xscale = 0;
_yscale = 0;
_alpha = 0;
OrangeKind = Math.ceil(Math.random() * 5);
Me.gotoAndStop(OrangeKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_yscale = (_yscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 16.35);
} else {
_xscale = 100;
_yscale = 100;
_alpha = 100;
}
timer--;
if (_x > xdirection) {
xspeed = xspeed - speed;
}
if (_x < xdirection) {
xspeed = xspeed + speed;
}
if (_y > ydirection) {
yspeed = yspeed - speed;
}
if (_y < ydirection) {
yspeed = yspeed + speed;
}
if (timer < 0) {
timer = 50;
xdirection = Math.random() * 550;
ydirection = Math.random() * 300;
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Mouth.play();
_root.OrangeEaten[OrangeKind] = _root.OrangeEaten[OrangeKind] + 1;
_root.Score = _root.Score + 25;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.OrangeEaten[OrangeKind] = _root.OrangeEaten[OrangeKind] + 1;
_root.Score = _root.Score + 25;
}
}
}
}
}
if ((_y + yspeed) > 300) {
yspeed = yspeed * -1;
}
if ((xspeed > 0) && (_xscale == -100)) {
_xscale = 100;
}
if ((xspeed < 0) && (_xscale == 100)) {
_xscale = -100;
}
}
if (caught) {
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.OrangePressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_x = (_x + xspeed);
_y = (_y + yspeed);
}
};
Symbol 188 MovieClip [Green_block] Frame 1
speed = 50;
friction = 0.8;
xspeed = 0;
yspeed = 0;
xdirection = Math.random() * 550;
ydirection = Math.random() * 400;
timer = 50;
caught = 0;
_xscale = 0;
_yscale = 0;
_alpha = 0;
GreenKind = Math.ceil(Math.random() * 5);
Me.gotoAndStop(GreenKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
play();
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 20);
}
timer--;
if (timer == 1) {
if (_x > xdirection) {
xspeed = xspeed - speed;
}
if (_x < xdirection) {
xspeed = xspeed + speed;
}
if (_y > ydirection) {
yspeed = yspeed - speed;
}
if (_y < ydirection) {
yspeed = yspeed + speed;
}
}
if (timer < 0) {
timer = 50;
xdirection = Math.random() * 550;
ydirection = Math.random() * 400;
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Mouth.play();
_root.GreenEaten[GreenKind] = _root.GreenEaten[GreenKind] + 1;
_root.Score = _root.Score + 25;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.GreenEaten[GreenKind] = _root.GreenEaten[GreenKind] + 1;
_root.Score = _root.Score + 25;
}
}
}
}
}
}
if (caught) {
gotoAndStop (27);
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.GreenPressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
if (_x > 550) {
_x = 0;
}
if (_x < 0) {
_x = 550;
}
if (_y > 400) {
_y = 0;
}
if (_y < 0) {
_y = 400;
}
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_x = (_x + xspeed);
_y = (_y + yspeed);
_rotation = (_rotation + xspeed);
_yscale = _xscale;
} else {
stop();
}
};
Symbol 188 MovieClip [Green_block] Frame 2
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
Symbol 188 MovieClip [Green_block] Frame 15
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
Symbol 188 MovieClip [Green_block] Frame 26
gotoAndPlay (2);
Symbol 191 MovieClip [Red_Block] Frame 1
_xscale = 0;
_yscale = 0;
_alpha = 0;
speed = 3;
bubbelTimer = 0;
if (Side == 1) {
xspeed = speed;
yspeed = 0;
_x = 0;
_y = (Math.random() * 400);
}
if (Side == 2) {
xspeed = -speed;
yspeed = 0;
_x = 550;
_y = (Math.random() * 400);
}
if (Side == 3) {
xspeed = 0;
yspeed = speed;
_x = (Math.random() * 550);
_y = 0;
}
if (Side == 4) {
xspeed = 0;
yspeed = -speed;
_x = (Math.random() * 550);
_y = 400;
}
mysound = new Sound(_root.MusicPlayer);
mysound.attachSound("Sword");
mysound.start();
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
bubbelTimer++;
if (bubbelTimer == 10) {
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
bubbelTimer = 0;
}
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 20);
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.HeroHit == 0) {
_root.HeroHit = 1;
}
}
}
}
}
if (_x > 550) {
_root.RedPressent--;
this.removeMovieClip();
}
if (_x < 0) {
_root.RedPressent--;
this.removeMovieClip();
}
if (_y > 400) {
_root.RedPressent--;
this.removeMovieClip();
}
if (_y < 0) {
_root.RedPressent--;
this.removeMovieClip();
}
_x = (_x + xspeed);
_y = (_y + yspeed);
_rotation = (_rotation + xspeed);
_rotation = (_rotation + yspeed);
_yscale = _xscale;
}
};
Symbol 198 MovieClip [Purple_block] Frame 1
speed = 50;
xspeed = Math.random() * 2;
yspeed = Math.random() * 2;
timer = 50;
caught = 0;
_xscale = 0;
_yscale = 0;
_alpha = 0;
PurpleKind = Math.ceil(Math.random() * 5);
Me.gotoAndStop(PurpleKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
play();
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 20);
}
if (_x < (_root.Hero._x + (_root.Hero.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Mouth.play();
_root.PurpleEaten[PurpleKind] = _root.PurpleEaten[PurpleKind] + 1;
_root.Score = _root.Score + 10;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.PurpleEaten[PurpleKind] = _root.PurpleEaten[PurpleKind] + 1;
_root.Score = _root.Score + 10;
}
}
}
}
}
}
if (caught) {
gotoAndStop (27);
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.PurplePressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
if (!_root.LabMove) {
if (_x > 550) {
_x = 0;
}
if (_x < 0) {
_x = 550;
}
if (_y > 400) {
_y = 0;
}
if (_y < 0) {
_y = 400;
}
}
_x = (_x + xspeed);
_y = (_y + yspeed);
_rotation = (_rotation + xspeed);
_yscale = _xscale;
} else {
stop();
}
};
Symbol 198 MovieClip [Purple_block] Frame 2
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
Symbol 198 MovieClip [Purple_block] Frame 15
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
Symbol 198 MovieClip [Purple_block] Frame 26
gotoAndPlay (2);
Symbol 200 MovieClip [Trail_Stars] Frame 1
Timer = 0;
_rotation = (Math.random() * 360);
_alpha = ((Math.random() * 50) + 50);
_xscale = ((Math.random() * 50) + 50);
_yscale = _xscale;
MoveMinus = 5;
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
Timer++;
if (Timer > 30) {
_alpha = (_alpha - 5);
_rotation = (_rotation - 5);
_xscale = _alpha;
_yscale = _alpha;
}
if (_alpha < 0) {
this.removeMovieClip();
}
if (_root.BloodLeave) {
this.removeMovieClip();
}
if (_root.Lab) {
if (_root.LabMove) {
MoveMinus = MoveMinus * 3;
_y = (_y - MoveMinus);
}
if (_y < 0) {
this.removeMovieClip();
}
}
}
};
Symbol 207 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 207 MovieClip Frame 10
gotoAndPlay (1);
Symbol 209 MovieClip [Trail_Ninja] Frame 1
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
_alpha = (_alpha - 25);
if (_alpha < 0) {
this.removeMovieClip();
}
if (_root.BloodLeave) {
this.removeMovieClip();
}
}
};
Symbol 212 MovieClip [Trail_Shuriken] Frame 1
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
_alpha = (_alpha - 25);
if (_alpha < 0) {
this.removeMovieClip();
}
if (_root.BloodLeave) {
this.removeMovieClip();
}
}
};
Symbol 214 MovieClip [Trail_Bubbel] Frame 1
MoveMinus = 5;
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
_alpha = (_alpha - 1);
_xscale = _alpha;
_yscale = _alpha;
_y = (_y - 5);
if (_alpha < 0) {
this.removeMovieClip();
}
if (_root.BloodLeave) {
this.removeMovieClip();
}
if (_root.Lab) {
if (_root.LabMove) {
MoveMinus = MoveMinus * 3;
_x = (_x - MoveMinus);
}
if (_x < 0) {
this.removeMovieClip();
}
if (_y < 75) {
this.removeMovieClip();
}
}
}
};
Symbol 221 MovieClip [Yellow_Block] Frame 1
bubbelTimer = 0;
xspeed = 0;
yspeed = -((Math.random() * 10) + 13);
gravity = 0.5;
Look = Math.ceil(Math.random() * 2);
if (Look == 1) {
_xscale = 50;
} else {
_xscale = -50;
}
_yscale = 50;
_x = ((Math.random() * 350) + 100);
_y = 500;
mysound = new Sound(_root.MusicPlayer);
mysound.attachSound("SharkBite");
mysound.setPan(0);
mysound.start();
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
play();
bubbelTimer++;
if (bubbelTimer == 10) {
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
bubbelTimer = 0;
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.HeroHit == 0) {
_root.HeroHit = 1;
}
}
}
}
}
if (_y > 500) {
_root.YellowPressent--;
this.removeMovieClip();
}
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + gravity;
} else {
stop();
}
};
Symbol 221 MovieClip [Yellow_Block] Frame 13
gotoAndPlay (2);
Symbol 227 MovieClip [Blood_air] Frame 1
gotoAndStop(Math.ceil(Math.random() * 5));
xspeed = (Math.random() * 6) - 3;
yspeed = (Math.random() * 6) - 3;
gravity = 3;
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = (_alpha - _root.FaderBlood);
} else {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_y > 410) {
this.removeMovieClip();
}
if (_root.BloodLeave) {
this.removeMovieClip();
}
yspeed = yspeed + gravity;
_x = (_x + xspeed);
_y = (_y + yspeed);
} else {
stop();
}
}
};
Symbol 228 MovieClip [Blood_land] Frame 1
gotoAndStop(Math.ceil(Math.random() * 5));
xspeed = (Math.random() * 6) - 3;
yspeed = (Math.random() * 6) - 3;
gravity = 1;
minus = 0;
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = (_alpha - _root.FaderBlood);
} else {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_root.LevelChange) {
_x = (_x - 30);
}
if (_alpha < 0) {
this.removeMovieClip();
}
if (_root.BloodLeave) {
this.removeMovieClip();
}
_alpha = (_alpha - minus);
minus / 2;
if ((_y + yspeed) < 380) {
yspeed = yspeed + gravity;
} else {
_y = 380;
minus = 1;
xspeed = 0;
yspeed = 0;
_xscale = (_xscale + 5);
}
_x = (_x + xspeed);
_y = (_y + yspeed);
} else {
stop();
}
}
};
Symbol 231 MovieClip [Blood_water] Frame 1
gotoAndPlay(Math.ceil(Math.random() * 50));
minus = 2;
friction = 0.9;
xspeed = (Math.random() * 6) - 3;
yspeed = (Math.random() * 6) - 3;
_rotation = (Math.random() * 360);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = (_alpha - _root.FaderBlood);
} else {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
play();
if (!_root.Pause) {
if (_root.LevelChange) {
_y = (_y + 25);
}
if (_alpha < 0) {
this.removeMovieClip();
}
if (_root.BloodLeave) {
this.removeMovieClip();
}
_alpha = (_alpha - (minus / 7));
_xscale = (_xscale + (minus * 2));
_yscale = (_yscale + (minus * 2));
minus / 2;
xspeed = xspeed * friction;
yspeed = yspeed * friction;
_x = (_x + xspeed);
_y = (_y + yspeed);
} else {
stop();
}
}
};
Symbol 231 MovieClip [Blood_water] Frame 100
stop();
Symbol 231 MovieClip [Blood_water] Frame 101
gotoAndStop (100);
Symbol 235 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 238 MovieClip [Purple_Block_2] Frame 1
if (side == 1) {
_x = -100;
}
if (side == 2) {
_x = 650;
}
mysound = new Sound(_root.MusicPlayer);
mysound.attachSound("Bird");
mysound.start();
yspeed = -2;
gravity = 1;
once = 0;
_xscale = 0;
_yscale = 0;
_alpha = 0;
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if ((_y > -20) && (!once)) {
if (side == 1) {
xspeed = 15;
_xscale = 100;
}
if (side == 2) {
xspeed = -15;
_xscale = -100;
}
once = 1;
_xscale = 0;
_yscale = 0;
_alpha = 0;
}
if (Rotate > 1) {
Rotate--;
if (side == 1) {
_rotation = (_rotation + 36);
}
if (side == 2) {
_rotation = (_rotation - 36);
}
}
if (Rotate == 1) {
_rotation = -30;
}
if (_alpha < 99) {
_xscale = (_xscale + 20);
_yscale = (_yscale + 20);
_alpha = (_alpha + 20);
} else {
_xscale = 100;
_yscale = 100;
_alpha = 100;
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
_root.HeroHit = 1;
}
}
}
}
if (_x > 650) {
_root.PurplePressent--;
this.removeMovieClip();
}
if (_x < -100) {
_root.PurplePressent--;
this.removeMovieClip();
}
if ((_y + yspeed) > 370) {
yspeed = yspeed * -1;
Rotate = 20;
}
if (xspeed > 0) {
_xscale = 100;
if (!Rotate) {
_rotation = 30;
}
}
if (xspeed < 0) {
_xscale = -100;
if (!Rotate) {
_rotation = -30;
}
}
yspeed = yspeed + gravity;
_x = (_x + xspeed);
_y = (_y + yspeed);
}
};
Symbol 241 MovieClip [Blue_Block] Frame 1
yspeed = 0;
_xscale = 0;
_yscale = 0;
_alpha = 0;
times = 1.1;
once = 1;
if (side == 1) {
_x = -40;
xspeed = 0.1;
}
if (side == 2) {
_x = 590;
xspeed = -0.1;
}
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (once) {
if ((xspeed > 5) || (xspeed < -5)) {
once = 0;
mysound = new Sound(_root.MusicPlayer);
mysound.attachSound("Fast");
mysound.start();
}
}
if (_alpha < 99) {
_xscale = (_xscale + 2);
_yscale = (_yscale + 2);
_alpha = (_alpha + 2);
} else {
_xscale = 100;
_yscale = 100;
_alpha = 100;
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
_root.HeroHit = 1;
}
}
}
}
if (_x > 600) {
_root.BluePressent--;
this.removeMovieClip();
}
if (_x < -50) {
_root.BluePressent--;
this.removeMovieClip();
}
xspeed = xspeed * times;
_rotation = (_rotation + (xspeed * 4));
_x = (_x + xspeed);
_y = (_y + yspeed);
}
};
Symbol 247 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 247 MovieClip Frame 5
gotoAndPlay (1);
Symbol 249 MovieClip [Pink_Block] Frame 1
caught = 0;
gravity = 4;
_xscale = 0;
_yscale = 0;
_alpha = 0;
PinkKind = Math.ceil(Math.random() * 5);
Me.gotoAndStop(PinkKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (!caught) {
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 16.3);
}
if (_x < (_root.Hero._x + (_root.Hero.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Hero.Mouth.play();
_root.PinkEaten[PinkKind] = _root.PinkEaten[PinkKind] + 1;
_root.Score = _root.Score + 10;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.PinkEaten[PinkKind] = _root.PinkEaten[PinkKind] + 1;
_root.Score = _root.Score + 10;
}
}
}
}
}
if (_y > (400 + _height)) {
this.removeMovieClip();
}
}
if (caught) {
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.PinkPressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
_y = (_y + gravity);
_yscale = _xscale;
}
};
Symbol 255 MovieClip [Yellow_Block_2] Frame 1
_xscale = 0;
_yscale = 0;
_alpha = 0;
yspeed = -((Math.random() * 5) + 5);
Thingy = Math.ceil(Math.random() * 2);
if (Thingy == 1) {
xspeed = -15;
timer = 0;
}
if (Thingy == 2) {
xspeed = 15;
timer = 30;
}
speed = 1;
caught = 0;
bubbelTimer = 0;
YellowKind = Math.ceil(Math.random() * 5);
Me.gotoAndStop(YellowKind);
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
bubbelTimer++;
if (bubbelTimer > 1) {
_root.attachMovie("Trail_Stars", "Trail_Stars", 0 + (_root.TrailerDepth++), {_x:(this._x + (Math.random() * 10)) - 5, _y:(this._y + (Math.random() * 10)) - 5});
bubbelTimer = (Math.random() * 2) - 1;
}
if (!caught) {
timer++;
if (_alpha < 99) {
_xscale = (_xscale + 5);
_alpha = (_alpha + 5);
_rotation = (_rotation + 16.3);
}
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.Autobite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.Hero.Hero.Mouth.play();
_root.YellowEaten[YellowKind] = _root.YellowEaten[YellowKind] + 1;
_root.Score = _root.Score + 25;
} else if (_root.Bite == 1) {
caught = 1;
_root.BiteRight = 1;
_root.YellowEaten[YellowKind] = _root.YellowEaten[YellowKind] + 1;
_root.Score = _root.Score + 25;
}
}
}
}
}
}
if (_x > 550) {
_x = 0;
}
if (_x < 0) {
_x = 550;
}
if (timer < 30) {
xspeed = xspeed + speed;
}
if (timer >= 30) {
xspeed = xspeed - speed;
}
if (timer > 60) {
timer = (Math.random() * 20) - 10;
}
if (_y < 0) {
_root.YellowPressent--;
this.removeMovieClip();
}
if (caught) {
_rotation = (_rotation + 20);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_x = _root.Hero._x;
_y = _root.Hero._y;
if (_alpha < 0) {
_root.YellowPressent--;
_root.EvolutionPoints++;
this.removeMovieClip();
}
}
_x = (_x + xspeed);
_y = (_y + yspeed);
_yscale = _xscale;
}
};
Symbol 257 MovieClip [Dead] Frame 1
minus = 0.1;
this.onEnterFrame = function () {
if (_alpha > 0) {
_root.CreatureFade = 1;
_alpha = (_alpha - minus);
minus = minus + 0.1;
_root.Fader = _alpha;
_root.FaderBlood = minus;
} else {
_root.CreatureFade = 2;
}
};
Symbol 268 MovieClip Frame 1
stop();
Shoot = 0;
Symbol 268 MovieClip Frame 2
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
mysound = new Sound(this);
mysound.attachSound("ShurikenThrow");
mysound.start();
Symbol 268 MovieClip Frame 6
Shoot = 1;
Symbol 268 MovieClip Frame 7
Shoot = 2;
Symbol 268 MovieClip Frame 9
stop();
Symbol 268 MovieClip Frame 10
gotoAndStop (9);
Symbol 269 MovieClip [Black_Block] Frame 1
xspeed = 0;
Shoot = 0;
yspeed = -((Math.random() * 2) + 18);
gravity = 0.5;
X = Math.ceil(Math.random() * 2);
if (X == 1) {
_x = 50;
} else {
_x = 500;
}
if (_x < 275) {
_xscale = 100;
} else {
_xscale = -100;
}
_y = 500;
mysound = new Sound(_root.MusicPlayer);
mysound.attachSound("NinjaJump");
mysound.setPan(0);
mysound.start();
RotTimer = 0;
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
play();
if (RotTimer < 15) {
RotTimer++;
_rotation = (_rotation + 48);
}
if (_y < ((_root.Hero._y + (_root.Hero._height / 2)) + 50)) {
if (_y > ((_root.Hero._y - (_root.Hero._height / 2)) - 50)) {
if (Hand.Shoot == 0) {
Hand.play();
}
}
}
if (Hand.Shoot == 1) {
if (_x < 275) {
Sx = _x + 25;
} else {
Sx = _x - 25;
}
_root.attachMovie("Shuriken", "Shuriken", _root.getNextHighestDepth() + 15, {_x:Sx, _y:this._y, _xscale:this._xscale});
}
if (_y > 500) {
_root.BlackPressent--;
this.removeMovieClip();
}
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + gravity;
} else {
stop();
}
};
Symbol 271 MovieClip [Shuriken] Frame 1
if (_xscale > 0) {
rot = 30;
xspeed = 20;
} else {
rot = -30;
xspeed = -20;
}
Once = 1;
HitTimer = 0;
yspeed = 0;
gravity = 0;
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
_root.attachMovie("Trail_Shuriken", "Trail_Shuriken", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y, _rotation:this._rotation});
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.HeroHit == 0) {
_root.HeroHit = 1;
xspeed = xspeed * -0.3;
rot = rot * -1;
gravity = 3;
}
}
}
}
}
if (_alpha < 0) {
this.removeMovieClip();
}
if (_x > 550) {
this.removeMovieClip();
}
if (_x < 0) {
this.removeMovieClip();
}
yspeed = yspeed + gravity;
_y = (_y + yspeed);
_x = (_x + xspeed);
_rotation = (_rotation + rot);
}
};
Symbol 273 MovieClip [Black_Block_2] Frame 1
xspeed = (Math.random() * 15) + 5;
Side = Math.ceil(Math.random() * 2);
if (Side == 1) {
_x = 50;
} else {
_x = 500;
_xscale = -100;
xspeed = xspeed * -1;
}
_y = ((Math.random() * 200) + 200);
yspeed = -((Math.random() * 5) + 10);
gravity = 1;
mysound = new Sound(_root.MusicPlayer);
mysound.attachSound("NinjaSwirl");
mysound.setPan(0);
mysound.start();
RotTimer = 0;
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
_root.attachMovie("Trail_Ninja", "Trail_Ninja", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y, _rotation:this._rotation});
if (_x < (_root.Hero._x + (_root.Hero._width / 2))) {
if (_x > (_root.Hero._x - (_root.Hero._width / 2))) {
if (_y < (_root.Hero._y + (_root.Hero._height / 2))) {
if (_y > (_root.Hero._y - (_root.Hero._height / 2))) {
if (_root.HeroHit == 0) {
_root.HeroHit = 1;
}
}
}
}
}
if (_x > 600) {
_root.Black2Pressent--;
this.removeMovieClip();
}
if (_x < -50) {
_root.Black2Pressent--;
this.removeMovieClip();
}
if (_y > 500) {
_root.Black2Pressent--;
this.removeMovieClip();
}
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + gravity;
_rotation = (_rotation + (xspeed * 5));
} else {
stop();
}
};
Symbol 276 MovieClip [GotRewards] Frame 1
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
play();
} else {
stop();
}
};
_x = 275;
_y = 350;
Symbol 276 MovieClip [GotRewards] Frame 75
stop();
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_alpha > 0) {
_y = (_y + 5);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_yscale = _xscale;
} else {
this.removeMovieClip();
}
}
};
Symbol 279 MovieClip [GotReward] Frame 1
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
play();
} else {
stop();
}
};
_x = 275;
_y = 350;
Symbol 279 MovieClip [GotReward] Frame 50
stop();
this.onEnterFrame = function () {
if (_root.CreatureFade == 1) {
_alpha = _root.Fader;
}
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (!_root.Pause) {
if (_alpha > 0) {
_y = (_y + 5);
_alpha = (_alpha - 5);
_xscale = (_xscale - 5);
_yscale = _xscale;
} else {
this.removeMovieClip();
}
}
};
Symbol 293 Button
on (release) {
play();
this.Mode = 1;
}
Symbol 295 Button
on (release) {
play();
this.Mode = 0;
}
Symbol 296 MovieClip Frame 1
stop();
Symbol 296 MovieClip Frame 2
stop();
Symbol 297 MovieClip Frame 1
if (_root.BloodMode > 0) {
gotoAndStop (2);
} else {
stop();
}
Symbol 297 MovieClip Frame 2
if (_root.Gorry == 1) {
Blood.gotoAndStop(2);
} else {
Blood.gotoAndStop(1);
}
Symbol 299 MovieClip Frame 1
if (_root.GentlemenMode > 0) {
gotoAndStop (2);
} else {
stop();
}
Symbol 299 MovieClip Frame 2
if (_root.Gentlemen == 1) {
Gentlemen.gotoAndStop(2);
} else {
Gentlemen.gotoAndStop(1);
}
Symbol 301 MovieClip Frame 1
if (_root.InvertUDMode > 0) {
gotoAndStop (2);
} else {
stop();
}
Symbol 301 MovieClip Frame 2
if (_root.InvertUD == 1) {
InvertUD.gotoAndStop(2);
} else {
InvertUD.gotoAndStop(1);
}
Symbol 303 MovieClip Frame 1
if (_root.InvertRLMode > 0) {
gotoAndStop (2);
} else {
stop();
}
Symbol 303 MovieClip Frame 2
if (_root.InvertRL == 1) {
InvertRL.gotoAndStop(2);
} else {
InvertRL.gotoAndStop(1);
}
Symbol 305 MovieClip Frame 1
if (_root.TinyMode > 0) {
gotoAndStop (2);
} else {
stop();
}
Symbol 305 MovieClip Frame 2
if (_root.Tiny == 1) {
Tiny.gotoAndStop(2);
} else {
Tiny.gotoAndStop(1);
}
Symbol 307 MovieClip Frame 1
if (_root.DistractionMode > 0) {
gotoAndStop (2);
} else {
stop();
}
Symbol 307 MovieClip Frame 2
if (_root.Distraction == 1) {
Distraction.gotoAndStop(2);
} else {
Distraction.gotoAndStop(1);
}
Symbol 309 MovieClip Frame 1
if (_root.MouseMode > 0) {
gotoAndStop (2);
} else {
stop();
}
Symbol 309 MovieClip Frame 2
if (_root.MouseMovement == 1) {
Mouses.gotoAndStop(2);
} else {
Mouses.gotoAndStop(1);
}
Symbol 310 Button
on (release) {
gotoAndStop (3);
}
on (rollOver) {
Cover11._alpha = 75;
Cover11.Possible = 0;
}
on (rollOut) {
Cover11.Possible = 1;
}
on (press) {
Cover11._alpha = 0;
}
Symbol 311 MovieClip [SpecialModes] Frame 1
stop();
_x = 275;
_y = 200;
_alpha = 0;
_xscale = 0;
_yscale = 0;
_rotation = 162;
this.onEnterFrame = function () {
if (_alpha < 100) {
_alpha = (_alpha + 10);
_rotation = (_rotation + 18);
_xscale = (_xscale + 10);
_yscale = (_yscale + 10);
} else {
gotoAndStop (2);
}
};
Symbol 311 MovieClip [SpecialModes] Frame 2
stop();
Instance of Symbol 288 MovieClip "Cover11" in Symbol 311 MovieClip [SpecialModes] Frame 2
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Symbol 311 MovieClip [SpecialModes] Frame 3
stop();
_root.SpecialModes = 0;
this.onEnterFrame = function () {
if (_alpha > 0) {
_alpha = (_alpha - 10);
_rotation = (_rotation - 18);
_xscale = (_xscale - 10);
_yscale = _xscale;
} else {
this.removeMovieClip();
}
};
Symbol 317 Button
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Menu1"});
this.removeMovieClip();
}
on (rollOver) {
Cover10._alpha = 75;
Cover10.Possible = 0;
}
on (rollOut) {
Cover10.Possible = 1;
}
on (press) {
Cover10._alpha = 0;
}
Symbol 318 Button
on (release) {
gotoAndStop (3);
}
on (rollOver) {
Cover11._alpha = 75;
Cover11.Possible = 0;
}
on (rollOut) {
Cover11.Possible = 1;
}
on (press) {
Cover11._alpha = 0;
}
Symbol 319 MovieClip [Pauzed] Frame 1
stop();
_x = 275;
_y = 200;
_alpha = 0;
_xscale = 0;
_yscale = 0;
_rotation = 162;
this.onEnterFrame = function () {
if (_alpha < 100) {
_alpha = (_alpha + 10);
_rotation = (_rotation + 18);
_xscale = (_xscale + 10);
_yscale = (_yscale + 10);
} else {
gotoAndStop (2);
}
};
Symbol 319 MovieClip [Pauzed] Frame 2
stop();
Instance of Symbol 288 MovieClip "Cover10" in Symbol 319 MovieClip [Pauzed] Frame 2
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 288 MovieClip "Cover11" in Symbol 319 MovieClip [Pauzed] Frame 2
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Symbol 319 MovieClip [Pauzed] Frame 3
stop();
this.onEnterFrame = function () {
if (_alpha > 0) {
_alpha = (_alpha - 10);
_rotation = (_rotation - 18);
_xscale = (_xscale - 10);
_yscale = _xscale;
} else {
_root.ScreenOnce = 0;
_root.Pause = 0;
this.removeMovieClip();
}
};
Symbol 323 MovieClip [FrogDoor] Frame 1
this.onEnterFrame = function () {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
};
Symbol 323 MovieClip [FrogDoor] Frame 10
stop();
this.onEnterFrame = function () {
if (_root.CreatureFade == 2) {
this.removeMovieClip();
}
if (_root.FrogDoorLeave) {
play();
}
};
Symbol 323 MovieClip [FrogDoor] Frame 21
_root.FrogDoorLeave = 2;
this.removeMovieClip();
Symbol 327 MovieClip [Overgang] Frame 10
_root.gotoAndStop(Goto);
Symbol 327 MovieClip [Overgang] Frame 20
this.removeMovieClip();
Symbol 406 Button
on (rollOver) {
_root.Cover1._alpha = 75;
_root.Cover1.Possible = 0;
}
on (rollOut) {
_root.Cover1.Possible = 1;
}
on (press) {
_root.Cover1._alpha = 0;
}
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Menu2"});
}
Symbol 408 Button
on (rollOver) {
_root.Cover2._alpha = 75;
_root.Cover2.Possible = 0;
}
on (rollOut) {
_root.Cover2.Possible = 1;
}
on (press) {
_root.Cover2._alpha = 0;
}
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Rewards"});
}
Symbol 410 Button
on (rollOver) {
_root.Cover3._alpha = 75;
_root.Cover3.Possible = 0;
}
on (rollOut) {
_root.Cover3.Possible = 1;
}
on (press) {
_root.Cover3._alpha = 0;
}
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Options"});
}
Instance of Symbol 288 MovieClip "Cover1" in Symbol 412 MovieClip Frame 329
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 288 MovieClip "Cover2" in Symbol 412 MovieClip Frame 329
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 288 MovieClip "Cover3" in Symbol 412 MovieClip Frame 329
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Symbol 412 MovieClip Frame 339
stop();
_root.Go = 1;
Symbol 413 MovieClip Frame 1
Volume = 75;
once1 = 1;
once2 = 1;
once3 = 1;
once4 = 1;
Symbol 413 MovieClip Frame 2
Check = _root.Music;
_root.mymusic.stop();
_root.mymusic = new Sound(this);
_root.mymusic.attachSound(_root.Music);
_root.mymusic.start();
Symbol 413 MovieClip Frame 3
stop();
Volume2 = Volume;
VolumeChanger = 5;
PanChanger = 10;
DingTimer = 0;
Pan = 0;
VolumeRemember = 75;
this.onEnterFrame = function () {
_root.mymusic.setVolume(Volume);
_root.mysound.setVolume(Volume);
_root.mysound3.setVolume(Volume * _root.BeatVolume);
if (_root.DistractionKind == 1) {
if (once3) {
VolumeRemember = Volume;
once3 = 0;
once4 = 1;
}
Volume = Volume + VolumeChanger;
Pan = Pan + PanChanger;
mysound.setPan(Pan);
if (Pan > 99) {
PanChanger = -((Math.random() * 5) + 5);
}
if (Pan < -99) {
PanChanger = (Math.random() * 5) + 5;
}
if (Volume > 99) {
VolumeChanger = -((Math.random() * 5) + 5);
}
if (Volume < 1) {
VolumeChanger = (Math.random() * 5) + 5;
}
} else {
mysound.setPan(0);
if (once4) {
Volume = VolumeRemember;
once3 = 1;
once4 = 0;
}
}
if (_root.DistractionKind == 3) {
if (once1) {
VolumeRemember = Volume;
once1 = 0;
once2 = 1;
}
DingTimer--;
Volume = 100;
if (DingTimer < 0) {
DingTimer = 10;
_root.mysound = new Sound(this);
_root.mysound.attachSound("Ding");
_root.mysound.start();
_root.mysound = new Sound(this);
_root.mysound.attachSound("Wrong");
_root.mysound.start();
_root.mysound = new Sound(this);
_root.mysound.attachSound("Pling");
_root.mysound.start();
}
} else if (once2) {
once1 = 1;
once2 = 0;
Volume = VolumeRemember;
}
if (Check != _root.Music) {
Volume2 = Volume2 - 5;
_root.mymusic.setVolume(Volume2);
_root.mysound.setVolume(Volume2);
_root.mysound3.setVolume(Volume2);
if (Volume2 < 1) {
gotoAndPlay (2);
}
} else {
_root.mymusic.onSoundComplete = function () {
if (_root.Music != "Victory") {
_root.mymusic.start();
}
};
if (_root.DistractionKind != 3) {
if (_root.DistractionKind != 1) {
if (Volume > 0) {
if (Key.isDown(90) || (_root.VolumeChangeness == -1)) {
Volume = Volume - 5;
Volume2 = Volume;
}
}
if (Volume < 100) {
if (Key.isDown(88) || (_root.VolumeChangeness == 1)) {
Volume = Volume + 5;
Volume2 = Volume;
}
}
if (Key.isDown(67)) {
Volume = 0;
Volume2 = Volume;
}
}
}
}
};
Symbol 423 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.PurpleLabReward) {
gotoAndStop (1);
}
if (_root.PurpleLabReward == 1) {
play();
}
if (_root.PurpleLabReward == 2) {
gotoAndStop (20);
}
};
Symbol 423 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 423 MovieClip Frame 20
stop();
_root.PurpleLabReward = 2;
Symbol 428 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"PurpleFoodInfo"});
}
Symbol 430 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.PurpleFoodReward) {
gotoAndStop (1);
}
if (_root.PurpleFoodReward == 1) {
play();
}
if (_root.PurpleFoodReward == 2) {
gotoAndStop (20);
}
};
Symbol 430 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 430 MovieClip Frame 20
stop();
_root.PurpleFoodReward = 2;
Symbol 438 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.GreenLabReward) {
gotoAndStop (1);
}
if (_root.GreenLabReward == 1) {
play();
}
if (_root.GreenLabReward == 2) {
gotoAndStop (20);
}
};
Symbol 438 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 438 MovieClip Frame 20
stop();
_root.GreenLabReward = 2;
Symbol 443 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"OrangeFoodInfo"});
}
Symbol 445 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.OrangeFoodReward) {
gotoAndStop (1);
}
if (_root.OrangeFoodReward == 1) {
play();
}
if (_root.OrangeFoodReward == 2) {
gotoAndStop (20);
}
};
Symbol 445 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 445 MovieClip Frame 20
stop();
_root.OrangeFoodReward = 2;
Symbol 453 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.OrangeLabReward) {
gotoAndStop (1);
}
if (_root.OrangeLabReward == 1) {
play();
}
if (_root.OrangeLabReward == 2) {
gotoAndStop (20);
}
};
Symbol 453 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 453 MovieClip Frame 20
stop();
_root.OrangeLabReward = 2;
Symbol 458 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Green2FoodInfo"});
}
Symbol 460 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.Green2FoodReward) {
gotoAndStop (1);
}
if (_root.Green2FoodReward == 1) {
play();
}
if (_root.Green2FoodReward == 2) {
gotoAndStop (20);
}
};
Symbol 460 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 460 MovieClip Frame 20
stop();
_root.Green2FoodReward = 2;
Symbol 468 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.Green2LabReward) {
gotoAndStop (1);
}
if (_root.Green2LabReward == 1) {
play();
}
if (_root.Green2LabReward == 2) {
gotoAndStop (20);
}
};
Symbol 468 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 468 MovieClip Frame 20
stop();
_root.Green2LabReward = 2;
Symbol 475 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Professor"});
}
Symbol 477 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.ProfessorReward) {
gotoAndStop (1);
}
if (_root.ProfessorReward == 1) {
play();
}
if (_root.ProfessorReward == 2) {
gotoAndStop (20);
}
};
Symbol 477 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 477 MovieClip Frame 20
stop();
_root.ProfessorReward = 2;
Symbol 478 Button
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Menu1"});
}
on (rollOver) {
_root.Cover4._alpha = 75;
_root.Cover4.Possible = 0;
}
on (rollOut) {
_root.Cover4.Possible = 1;
}
on (press) {
_root.Cover4._alpha = 0;
}
Symbol 485 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.BloodMode) {
gotoAndStop (1);
}
if (_root.BloodMode == 1) {
play();
}
if (_root.BloodMode == 2) {
gotoAndStop (20);
}
};
Symbol 485 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 485 MovieClip Frame 20
stop();
_root.BloodMode = 2;
Symbol 486 Button
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Lab"});
}
on (rollOver) {
_root.Cover5._alpha = 75;
_root.Cover5.Possible = 0;
}
on (rollOut) {
_root.Cover5.Possible = 1;
}
on (press) {
_root.Cover5._alpha = 0;
}
Symbol 492 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"GreenFoodInfo"});
}
Symbol 494 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.GreenFoodReward) {
gotoAndStop (1);
}
if (_root.GreenFoodReward == 1) {
play();
}
if (_root.GreenFoodReward == 2) {
gotoAndStop (20);
}
};
Symbol 494 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 494 MovieClip Frame 20
stop();
_root.GreenFoodReward = 2;
Symbol 502 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.PinkLabReward) {
gotoAndStop (1);
}
if (_root.PinkLabReward == 1) {
play();
}
if (_root.PinkLabReward == 2) {
gotoAndStop (20);
}
};
Symbol 502 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 502 MovieClip Frame 20
stop();
_root.PinkLabReward = 2;
Symbol 507 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"PinkFoodInfo"});
}
Symbol 509 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.PinkFoodReward) {
gotoAndStop (1);
}
if (_root.PinkFoodReward == 1) {
play();
}
if (_root.PinkFoodReward == 2) {
gotoAndStop (20);
}
};
Symbol 509 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 509 MovieClip Frame 20
stop();
_root.PinkFoodReward = 2;
Symbol 517 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.YellowLabReward) {
gotoAndStop (1);
}
if (_root.YellowLabReward == 1) {
play();
}
if (_root.YellowLabReward == 2) {
gotoAndStop (20);
}
};
Symbol 517 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 517 MovieClip Frame 20
stop();
_root.YellowLabReward = 2;
Symbol 521 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"YellowFoodInfo"});
}
Symbol 523 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.YellowFoodReward) {
gotoAndStop (1);
}
if (_root.YellowFoodReward == 1) {
play();
}
if (_root.YellowFoodReward == 2) {
gotoAndStop (20);
}
};
Symbol 523 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 523 MovieClip Frame 20
stop();
_root.YellowFoodReward = 2;
Symbol 529 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.GentlemenMode) {
gotoAndStop (1);
}
if (_root.GentlemenMode == 1) {
play();
}
if (_root.GentlemenMode == 2) {
gotoAndStop (20);
}
};
Symbol 529 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 529 MovieClip Frame 20
stop();
_root.GentlemenMode = 2;
Symbol 534 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.InvertRLMode) {
gotoAndStop (1);
}
if (_root.InvertRLMode == 1) {
play();
}
if (_root.InvertRLMode == 2) {
gotoAndStop (20);
}
};
Symbol 534 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 534 MovieClip Frame 20
stop();
_root.InvertRLMode = 2;
Symbol 539 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.InvertUDMode) {
gotoAndStop (1);
}
if (_root.InvertUDMode == 1) {
play();
}
if (_root.InvertUDMode == 2) {
gotoAndStop (20);
}
};
Symbol 539 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 539 MovieClip Frame 20
stop();
_root.InvertUDMode = 2;
Symbol 544 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Seasmilon"});
}
Symbol 545 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.HighestScore) {
gotoAndStop (1);
}
if (_root.HighestScore == 1) {
play();
}
if (_root.HighestScore == 2) {
gotoAndStop (20);
}
};
Symbol 545 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 545 MovieClip Frame 20
stop();
_root.HighestScore = 2;
Symbol 550 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Stats"});
}
Symbol 551 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.Statistics) {
gotoAndStop (1);
}
if (_root.Statistics == 1) {
play();
}
if (_root.Statistics == 2) {
gotoAndStop (20);
}
};
Symbol 551 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 551 MovieClip Frame 20
stop();
_root.Statistics = 2;
Symbol 555 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"DangerZones"});
}
Symbol 557 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.DangerZones) {
gotoAndStop (1);
}
if (_root.DangerZones == 1) {
play();
}
if (_root.DangerZones == 2) {
gotoAndStop (20);
}
};
Symbol 557 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 557 MovieClip Frame 20
stop();
_root.DangerZones = 2;
Symbol 562 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.TinyMode) {
gotoAndStop (1);
}
if (_root.TinyMode == 1) {
play();
}
if (_root.TinyMode == 2) {
gotoAndStop (20);
}
};
Symbol 562 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 562 MovieClip Frame 20
stop();
_root.TinyMode = 2;
Symbol 567 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.MouseMode) {
gotoAndStop (1);
}
if (_root.MouseMode == 1) {
play();
}
if (_root.MouseMode == 2) {
gotoAndStop (20);
}
};
Symbol 567 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 567 MovieClip Frame 20
stop();
_root.MouseMode = 2;
Symbol 571 Button
on (press) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Showcase"});
}
Symbol 573 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.ShowCase) {
gotoAndStop (1);
}
if (_root.ShowCase == 1) {
play();
}
if (_root.ShowCase == 2) {
gotoAndStop (20);
}
};
Symbol 573 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 573 MovieClip Frame 20
stop();
_root.ShowCase = 2;
Symbol 579 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (!_root.DistractionMode) {
gotoAndStop (1);
}
if (_root.DistractionMode == 1) {
play();
}
if (_root.DistractionMode == 2) {
gotoAndStop (20);
}
};
Symbol 579 MovieClip Frame 19
mysound = new Sound(this);
mysound.attachSound("Tada");
mysound.setPan(0);
mysound.start();
Symbol 579 MovieClip Frame 20
stop();
_root.DistractionMode = 2;
Symbol 583 MovieClip Frame 1
stop();
_root.Down = 1;
Symbol 583 MovieClip Frame 2
_root.Down = 0;
Symbol 583 MovieClip Frame 10
_root.Top = 1;
if (_root.On == 1) {
stop();
}
Symbol 583 MovieClip Frame 11
_root.Top = 0;
Symbol 585 Button
on (release) {
_root._quality = "LOW";
}
Symbol 587 Button
on (release) {
_root._quality = "MEDIUM";
}
Symbol 594 Button
on (release) {
FirstTimeChecker = 0;
mysound = new Sound(this);
mysound.attachSound("Wrong");
mysound.setPan(0);
mysound.start();
}
Symbol 596 Button
on (release) {
_root._quality = "HIGH";
}
Symbol 602 Button
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Menu1"});
}
on (rollOver) {
_root.Cover4._alpha = 75;
_root.Cover4.Possible = 0;
}
on (rollOut) {
_root.Cover4.Possible = 1;
}
on (press) {
_root.Cover4._alpha = 0;
}
Symbol 605 Button
on (press) {
_root.VolumeChangeness = -1;
}
on (release) {
_root.VolumeChangeness = 0;
}
on (rollOver) {
_root.Cover5._alpha = 75;
_root.Cover5.Possible = 0;
}
on (rollOut) {
_root.Cover5.Possible = 1;
}
on (press) {
_root.Cover5._alpha = 0;
}
Symbol 606 Button
on (press) {
_root.VolumeChangeness = 1;
}
on (release) {
_root.VolumeChangeness = 0;
}
on (rollOver) {
_root.Cover6._alpha = 75;
_root.Cover6.Possible = 0;
}
on (rollOut) {
_root.Cover6.Possible = 1;
}
on (press) {
_root.Cover6._alpha = 0;
}
Symbol 612 Button
on (release) {
play();
}
Symbol 614 Button
on (release) {
play();
}
Symbol 615 MovieClip Frame 1
stop();
_root.Autobite = 0;
Symbol 615 MovieClip Frame 2
stop();
_root.Autobite = 1;
Symbol 619 Button
on (release) {
if (_root.SpecialModes == 0) {
if (_root.Edibles == "Like, really a lot") {
_root.Edibles = "As it should be";
_root.Arrow2._x = 423.7;
_root.Cover9._x = 423.7;
} else if (_root.Edibles == "As it should be") {
_root.Edibles = "Extremly few";
_root.Arrow1._x = -50;
}
}
}
on (rollOver) {
_root.Cover8._alpha = 75;
_root.Cover8.Possible = 0;
}
on (rollOut) {
_root.Cover8.Possible = 1;
}
on (press) {
_root.Cover8._alpha = 0;
}
Symbol 620 Button
on (release) {
if (_root.Edibles == "Extremly few") {
_root.Edibles = "As it should be";
_root.Arrow1._x = 294.3;
_root.Cover8._x = 294.3;
} else if (_root.Edibles == "As it should be") {
_root.Edibles = "Like, really a lot";
_root.Arrow2._x = -50;
_root.Cover9._x = -50;
}
}
on (rollOver) {
_root.Cover9._alpha = 75;
_root.Cover9.Possible = 0;
}
on (rollOut) {
_root.Cover9.Possible = 1;
}
on (press) {
_root.Cover9._alpha = 0;
}
Symbol 623 Button
on (release) {
if (_root.SpecialModes == 0) {
if (_root.SpawnTime == "Super duper high") {
_root.SpawnTime = "As normal as possible";
_root.Arrow4._x = 423.6;
_root.Cover11._x = 423.6;
} else if (_root.SpawnTime == "As normal as possible") {
_root.SpawnTime = "Easy peasy low";
_root.Arrow3._x = -50;
_root.Cover10._x = -50;
}
}
}
on (rollOver) {
_root.Cover10._alpha = 75;
_root.Cover10.Possible = 0;
}
on (rollOut) {
_root.Cover10.Possible = 1;
}
on (press) {
_root.Cover10._alpha = 0;
}
Symbol 624 Button
on (release) {
if (_root.SpawnTime == "Easy peasy low") {
_root.SpawnTime = "As normal as possible";
_root.Arrow3._x = 294.3;
_root.Cover10._x = 294.3;
} else if (_root.SpawnTime == "As normal as possible") {
_root.SpawnTime = "Super duper high";
_root.Arrow4._x = -50;
_root.Cover11._x = -50;
}
}
on (rollOver) {
_root.Cover11._alpha = 75;
_root.Cover11.Possible = 0;
}
on (rollOut) {
_root.Cover11.Possible = 1;
}
on (press) {
_root.Cover11._alpha = 0;
}
Symbol 625 Button
on (release) {
if (_root.SpecialModes == 0) {
_root.Box.gotoAndStop(1);
_root.Edibles = "Extremly few";
_root.SpawnTime = "Super duper high";
_root.Arrow1._x = -50;
_root.Cover8._x = -50;
_root.Arrow2._x = 423.7;
_root.Cover9._x = 423.7;
_root.Arrow3._x = 294.2;
_root.Cover10._x = 294.2;
_root.Arrow4._x = -50;
_root.Cover11._x = -50;
}
}
on (rollOver) {
_root.Cover2._alpha = 75;
_root.Cover2.Possible = 0;
}
on (rollOut) {
_root.Cover2.Possible = 1;
}
on (press) {
_root.Cover2._alpha = 0;
}
Symbol 627 Button
on (release) {
if (_root.SpecialModes == 0) {
_root.Box.gotoAndStop(2);
_root.Edibles = "Like, really a lot";
_root.SpawnTime = "Easy peasy low";
_root.Arrow1._x = 294.2;
_root.Cover8._x = 294.2;
_root.Arrow2._x = -50;
_root.Cover9._x = -50;
_root.Arrow3._x = -50;
_root.Cover10._x = -50;
_root.Arrow4._x = 423.7;
_root.Cover11._x = 423.7;
}
}
on (rollOver) {
_root.Cover3._alpha = 75;
_root.Cover3.Possible = 0;
}
on (rollOut) {
_root.Cover3.Possible = 1;
}
on (press) {
_root.Cover3._alpha = 0;
}
Symbol 629 Button
on (release) {
if (_root.SpecialModes == 0) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:_root.GoAndStop});
}
}
on (rollOver) {
_root.Cover4._alpha = 75;
_root.Cover4.Possible = 0;
}
on (rollOut) {
_root.Cover4.Possible = 1;
}
on (press) {
_root.Cover4._alpha = 0;
}
Symbol 632 Button
on (release) {
if (_root.SpecialModes == 0) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Menu1"});
}
}
on (rollOver) {
_root.Cover5._alpha = 75;
_root.Cover5.Possible = 0;
}
on (rollOut) {
_root.Cover5.Possible = 1;
}
on (press) {
_root.Cover5._alpha = 0;
}
Symbol 633 Button
on (release) {
if (_root.SpecialModes == 0) {
_root.SpecialModes = 1;
}
}
on (rollOver) {
_root.Cover6._alpha = 75;
_root.Cover6.Possible = 0;
}
on (rollOut) {
_root.Cover6.Possible = 1;
}
on (press) {
_root.Cover6._alpha = 0;
}
Symbol 637 Button
on (release) {
if (_root.SpecialModes == 0) {
_root.Box.gotoAndStop(2);
_root.Edibles = "As it should be";
_root.SpawnTime = "As normal as possible";
_root.Arrow1._x = 294.2;
_root.Cover8._x = 294.2;
_root.Arrow2._x = 423.7;
_root.Cover9._x = 423.7;
_root.Arrow3._x = 294.2;
_root.Cover10._x = 294.2;
_root.Arrow4._x = 423.7;
_root.Cover11._x = 423.7;
}
}
on (rollOver) {
_root.Cover7._alpha = 75;
_root.Cover7.Possible = 0;
}
on (rollOut) {
_root.Cover7.Possible = 1;
}
on (press) {
_root.Cover7._alpha = 0;
}
Symbol 700 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if (GoTo < _root.EvolutionPoints) {
GoTo++;
}
if ((_root.EvolutionPoints < 31) && (_root.EvolutionPoints > 15)) {
gotoAndStop(GoTo - 15);
}
if (_root.EvolutionPoints > 30) {
gotoAndPlay (15);
}
};
Symbol 700 MovieClip Frame 15
delete this.onEnterFrame;
this.onEnterFrame = function () {
if (!_root.Pause) {
if ((((((((Key.isDown(39) || (Key.isDown(37))) || (Key.isDown(38))) || (Key.isDown(40))) || (Key.isDown(68))) || (Key.isDown(65))) || (Key.isDown(83))) || (Key.isDown(87))) || (_root.MouseMovement)) {
play();
} else {
stop();
}
} else {
stop();
}
};
Symbol 700 MovieClip Frame 25
gotoAndPlay (15);
Symbol 703 MovieClip Frame 1
GoTo = 1;
this.onEnterFrame = function () {
if (GoTo < _root.EvolutionPoints) {
GoTo++;
}
if (_root.EvolutionPoints < 16) {
gotoAndStop(GoTo);
} else {
gotoAndStop (15);
}
};
Symbol 706 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if (GoTo < _root.EvolutionPoints) {
GoTo++;
}
if ((_root.EvolutionPoints < 46) && (_root.EvolutionPoints > 30)) {
gotoAndStop(GoTo - 30);
}
if (_root.EvolutionPoints > 44) {
gotoAndStop (15);
}
};
Symbol 713 MovieClip Frame 1
stop();
_root.Bite = 0;
delete this.onEnterFrame;
Symbol 713 MovieClip Frame 2
_root.Bite = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 713 MovieClip Frame 3
mysound = new Sound(_root.MusicPlayer);
if (!_root.BiteRight) {
mysound.attachSound("Bite");
}
if (_root.BiteRight) {
mysound.attachSound("Chomp");
if (_root.Gorry) {
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
}
}
mysound.setPan(0);
mysound.start();
_root.Bite = 0;
Symbol 713 MovieClip Frame 5
delete this.onEnterFrame;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 713 MovieClip Frame 9
_root.BiteRight = 0;
Symbol 725 MovieClip Frame 1
stop();
_root.Bite = 0;
bubbelTimer = 0;
this.onEnterFrame = function () {
if (!_root.Pause) {
bubbelTimer++;
if (bubbelTimer == 10) {
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x, _y:this._y});
bubbelTimer = 0;
}
}
};
Symbol 749 MovieClip Frame 1
stop();
_xscale = 0;
this.onEnterFrame = function () {
if (_xscale < 100) {
_xscale = (_xscale + 2.5);
_rotation = (_rotation + 9);
}
_yscale = _xscale;
_alpha = _xscale;
};
Symbol 751 MovieClip Frame 1
bubbelTimer = 0;
this.onEnterFrame = function () {
bubbelTimer++;
if (bubbelTimer == 10) {
_root.attachMovie("Trail_Bubbel", "Trail_Bubbel", 0 + (_root.TrailerDepth++), {_x:this._x + 40, _y:this._y + 15});
bubbelTimer = 0;
}
};
Symbol 751 MovieClip Frame 376
delete this.onEnterFrame;
Symbol 751 MovieClip Frame 600
minus = 0.1;
this.onEnterFrame = function () {
minus = minus + 0.1;
_alpha = (_alpha - minus);
};
Symbol 751 MovieClip Frame 640
_root.Go = 1;
Symbol 753 Button
on (release) {
Go = 1;
}
Symbol 755 MovieClip Frame 1
stop();
timer = 0;
if (_root.Edibles == "Extremly few") {
_root.PurpleNeeded = 5;
}
if (_root.Edibles == "As it should be") {
_root.PurpleNeeded = 10;
}
if (_root.Edibles == "Like, really a lot") {
_root.PurpleNeeded = 15;
}
this.onEnterFrame = function () {
if (!_root.Pause) {
if (_root.Level > 1) {
_root.PurpleTotal = 0;
_root.GreenTotal = 0;
timer++;
if (timer > 30) {
play();
timer = 0;
}
}
}
};
Symbol 755 MovieClip Frame 2
_root.SeaFrame++;
_root.LevelChange = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 755 MovieClip Frame 3
_root.SeaFrame++;
Symbol 755 MovieClip Frame 4
_root.SeaFrame++;
Symbol 755 MovieClip Frame 5
_root.SeaFrame++;
Symbol 755 MovieClip Frame 6
_root.SeaFrame++;
Symbol 755 MovieClip Frame 7
_root.SeaFrame++;
Symbol 755 MovieClip Frame 8
_root.SeaFrame++;
Symbol 755 MovieClip Frame 9
_root.SeaFrame++;
Symbol 755 MovieClip Frame 10
_root.SeaFrame++;
Symbol 755 MovieClip Frame 11
_root.SeaFrame++;
Symbol 755 MovieClip Frame 12
_root.SeaFrame++;
Symbol 755 MovieClip Frame 13
_root.SeaFrame++;
Symbol 755 MovieClip Frame 14
_root.SeaFrame++;
Symbol 755 MovieClip Frame 15
_root.SeaFrame++;
Symbol 755 MovieClip Frame 16
_root.SeaFrame++;
Symbol 755 MovieClip Frame 17
_root.SeaFrame++;
Symbol 755 MovieClip Frame 18
_root.SeaFrame++;
Symbol 755 MovieClip Frame 19
_root.SeaFrame++;
Symbol 755 MovieClip Frame 20
_root.SeaFrame++;
_root.LevelChange = 0;
delete this.onEnterFrame;
stop();
if (_root.Edibles == "Extremly few") {
_root.PurpleNeeded = 2;
_root.GreenNeeded = 3;
}
if (_root.Edibles == "As it should be") {
_root.PurpleNeeded = 5;
_root.GreenNeeded = 5;
}
if (_root.Edibles == "Like, really a lot") {
_root.PurpleNeeded = 7;
_root.GreenNeeded = 8;
}
if (_root.SpawnTime == "Easy peasy low") {
_root.TimerMaxRed = 75;
}
if (_root.SpawnTime == "As normal as possible") {
_root.TimerMaxRed = 50;
}
if (_root.SpawnTime == "Super duper high") {
_root.TimerMaxRed = 25;
}
_root.RedNeeded = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
if (_root.Level > 2) {
_root.PurpleTotal = 0;
_root.GreenTotal = 0;
timer++;
if (timer > 30) {
play();
timer = 0;
}
}
}
};
Symbol 755 MovieClip Frame 21
_root.SeaFrame++;
_root.LevelChange = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 755 MovieClip Frame 22
_root.SeaFrame++;
Symbol 755 MovieClip Frame 23
_root.SeaFrame++;
Symbol 755 MovieClip Frame 24
_root.SeaFrame++;
Symbol 755 MovieClip Frame 25
_root.SeaFrame++;
Symbol 755 MovieClip Frame 26
_root.SeaFrame++;
Symbol 755 MovieClip Frame 27
_root.SeaFrame++;
Symbol 755 MovieClip Frame 28
_root.SeaFrame++;
Symbol 755 MovieClip Frame 29
_root.SeaFrame++;
Symbol 755 MovieClip Frame 30
_root.SeaFrame++;
Symbol 755 MovieClip Frame 31
_root.SeaFrame++;
Symbol 755 MovieClip Frame 32
_root.SeaFrame++;
Symbol 755 MovieClip Frame 33
_root.SeaFrame++;
Symbol 755 MovieClip Frame 34
_root.SeaFrame++;
Symbol 755 MovieClip Frame 35
_root.SeaFrame++;
Symbol 755 MovieClip Frame 36
_root.SeaFrame++;
Symbol 755 MovieClip Frame 37
_root.SeaFrame++;
Symbol 755 MovieClip Frame 38
_root.SeaFrame++;
Symbol 755 MovieClip Frame 39
_root.SeaFrame++;
Symbol 755 MovieClip Frame 40
_root.SeaFrame++;
_root.LevelChange = 0;
delete this.onEnterFrame;
stop();
if (_root.Edibles == "Extremly few") {
_root.GreenNeeded = 5;
}
if (_root.Edibles == "As it should be") {
_root.GreenNeeded = 10;
}
if (_root.Edibles == "Like, really a lot") {
_root.GreenNeeded = 15;
}
if (_root.SpawnTime == "Easy peasy low") {
_root.TimerMaxRed = 125;
_root.TimerMaxYellow = 100;
}
if (_root.SpawnTime == "As normal as possible") {
_root.TimerMaxRed = 100;
_root.TimerMaxYellow = 75;
}
if (_root.SpawnTime == "Super duper high") {
_root.TimerMaxRed = 75;
_root.TimerMaxYellow = 50;
}
_root.YellowNeeded = 1;
_root.RedNeeded = 1;
Symbol 756 MovieClip Frame 1
stop();
delete this.onEnterFrame;
HitTimer = 0;
_root.HeroHit = 0;
Symbol 756 MovieClip Frame 2
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
_root.Hero._alpha = 0;
_root.Regeneration.Regen1 = 0;
_root.Regeneration.Regen2 = 0;
_root.Regeneration.Regen3 = 0;
Symbol 756 MovieClip Frame 3
_root.Hero._alpha = 100;
Symbol 756 MovieClip Frame 4
HitTimer++;
if (HitTimer == 1) {
_root.Hitten++;
mysound = new Sound(this);
mysound.attachSound("Squeek");
mysound.setPan(0);
mysound.start();
if (_root.HeroHit == 1) {
_root.HeroHealth = _root.HeroHealth - 0.5;
}
if (_root.HeroHit == 2) {
_root.HeroHealth = _root.HeroHealth - 1;
}
}
if (HitTimer < 25) {
gotoAndPlay (2);
}
Symbol 757 MovieClip Frame 1
Regen1 = 0;
Regen2 = 0;
Regen3 = 0;
this.onEnterFrame = function () {
if (!_root.Pause) {
_root.Regen1 = Regen1;
_root.Regen2 = Regen2;
_root.Regen3 = Regen3;
_root.BeatVolume = _root.Effect.Redness._alpha;
if ((_root.HeroHealth < 3) && (_root.HeroHealth > 2)) {
_root.Effect.Redness._alpha = 100 - (_root.HeroHealth * 33);
_root.Effect.Redness.play();
Regen1++;
} else if ((_root.HeroHealth < 2) && (_root.HeroHealth > 1)) {
_root.Effect.Redness._alpha = 100 - ((_root.HeroHealth + 1) * 33);
_root.Effect.Redness.play();
Regen2++;
} else if ((_root.HeroHealth < 1) && (_root.HeroHealth > 0)) {
_root.Effect.Redness._alpha = 100 - ((_root.HeroHealth + 2) * 33);
_root.Effect.Redness.play();
Regen3++;
} else {
_root.Effect.Redness._alpha = 0;
_root.Effect.Redness.gotoAndStop(1);
}
if ((Regen1 > 100) && (_root.HeroHealth > 2)) {
_root.HeroHealth = _root.HeroHealth + 0.01;
}
if ((Regen2 > 100) && (_root.HeroHealth > 1)) {
_root.HeroHealth = _root.HeroHealth + 0.01;
}
if ((Regen3 > 100) && (_root.HeroHealth > 0)) {
_root.HeroHealth = _root.HeroHealth + 0.01;
}
if ((_root.HeroHealth > 2.99) && (Regen1 > 0)) {
_root.HeroHealth = 3;
Regen1 = 0;
}
if ((_root.HeroHealth > 1.99) && (Regen2 > 0)) {
_root.HeroHealth = 2;
Regen2 = 0;
}
if ((_root.HeroHealth > 0.99) && (Regen3 > 0)) {
_root.HeroHealth = 1;
Regen3 = 0;
}
}
};
Symbol 758 MovieClip Frame 1
stop();
Symbol 758 MovieClip Frame 2
plus = 0.1;
_alpha = 0;
stop();
this.onEnterFrame = function () {
if (!_root.Pause) {
_alpha = (_alpha + plus);
plus = plus * 1.05;
}
if (_alpha > 100) {
_root.BloodLeave = 1;
_root.gotoNextLevel = 1;
}
};
Symbol 764 MovieClip Frame 1
stop();
delete this.onEnterFrame;
Symbol 764 MovieClip Frame 2
mysound3 = new Sound(this);
mysound3.attachSound("Beat");
mysound3.setPan(0);
mysound3.start();
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 772 MovieClip Frame 1
LiTimer = 0;
this.onEnterFrame = function () {
if (!_root.Pause) {
if (_root.DistractionKind == 2) {
LiTimer--;
if (LiTimer < 0) {
_root.mysound = new Sound();
_root.mysound.attachSound("Pling");
_root.mysound.start();
LiTimer = (Math.random() * 5) + 5;
_alpha = ((Math.random() * 25) + 25);
gotoAndStop(Math.ceil((Math.random() * 6) + 1));
}
} else {
gotoAndStop (1);
}
}
};
Symbol 776 MovieClip Frame 1
DisText = _root.DisText;
Symbol 776 MovieClip Frame 2
DisText = _root.DisText;
Symbol 777 MovieClip Frame 1
stop();
DisTimer = (Math.random() * 100) + 200;
delete this.onEnterFrame;
SizeChanger = (Math.random() * 10) + 5;
this.onEnterFrame = function () {
if (!_root.Pause) {
if (_root.Distraction && (_root.Level != 4)) {
DisTimer--;
if (DisTimer < 0) {
Distraction = Math.ceil(Math.random() * 5);
_root.DistractionKind = 0;
if (Distraction == 1) {
_root.DisText = "Shitty Sound!";
}
if (Distraction == 2) {
_root.DisText = "Lunatic Lights!";
}
if (Distraction == 3) {
_root.DisText = "Daunting Ding!";
}
if (Distraction == 4) {
_root.DisText = "Shifting Size!";
}
if (Distraction == 5) {
_root.DisText = "Stupid Speed!";
}
play();
}
}
if (_root.DistractionKind == 4) {
_root.HeroSize = _root.HeroSize + SizeChanger;
if (_root.HeroSize < 25) {
SizeChanger = (Math.random() * 10) + 5;
}
if (_root.HeroSize > 150) {
SizeChanger = -((Math.random() * 10) + 5);
}
} else if (_root.Tiny == 1) {
_root.HeroSize = 50;
} else {
_root.HeroSize = 100;
}
}
};
Symbol 777 MovieClip Frame 2
delete this.onEnterFrame;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 777 MovieClip Frame 44
if (Distraction == 1) {
_root.DistractionKind = 1;
}
if (Distraction == 2) {
_root.DistractionKind = 2;
}
if (Distraction == 3) {
_root.DistractionKind = 3;
}
if (Distraction == 4) {
_root.DistractionKind = 4;
}
if (Distraction == 5) {
_root.DistractionKind = 5;
}
Symbol 779 MovieClip Frame 1
this.onEnterFrame = function () {
gotoAndStop(_root.SeaFrame);
};
Instance of Symbol 764 MovieClip "Redness" in Symbol 779 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 780 MovieClip "Health2" in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.HeroHealth > 1) && (_root.HeroHealth < 2)) {
_xscale = (100 * (_root.HeroHealth - 1));
}
if (_root.HeroHealth <= 1) {
_xscale = 0;
}
}
Instance of Symbol 780 MovieClip "Health3" in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.HeroHealth < 1) {
_xscale = (100 * _root.HeroHealth);
}
if (_root.HeroHealth <= 0) {
_xscale = 0;
_root.HeroHealth = 0;
_root.HeroDeath = 1;
}
}
Instance of Symbol 780 MovieClip "Health1" in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.HeroHealth > 2) {
_xscale = (100 * (_root.HeroHealth - 2));
}
if (_root.HeroHealth <= 2) {
_xscale = 0;
}
if (_root.HeroHealth > 3) {
_root.HeroHealth = 3;
_xscale = 100;
}
}
Symbol 833 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if (GoTo < _root.EvolutionPoints) {
GoTo++;
}
if ((_root.EvolutionPoints < 46) && (_root.EvolutionPoints > 30)) {
gotoAndStop(GoTo - 30);
}
if (_root.EvolutionPoints > 44) {
gotoAndStop (15);
}
};
Symbol 839 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.Pause) {
stop();
}
if ((_root.Run == 1) && (_root.OnGround)) {
if (!_root.Pause) {
play();
}
} else if (!_root.OnGround) {
gotoAndStop (8);
} else {
gotoAndStop (1);
}
};
Symbol 839 MovieClip Frame 7
if (_root.Run == 1) {
gotoAndPlay (2);
}
Symbol 839 MovieClip Frame 8
Symbol 843 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 847 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if (GoTo < _root.EvolutionPoints) {
GoTo++;
}
if ((_root.EvolutionPoints < 31) && (_root.EvolutionPoints > 15)) {
gotoAndStop(GoTo - 15);
}
if (_root.EvolutionPoints > 30) {
gotoAndPlay (15);
}
};
Symbol 889 MovieClip Frame 1
GoTo = 1;
this.onEnterFrame = function () {
if (GoTo < _root.EvolutionPoints) {
GoTo++;
}
if (_root.EvolutionPoints < 15) {
gotoAndStop(GoTo);
} else {
play();
}
};
Symbol 889 MovieClip Frame 15
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 889 MovieClip Frame 39
gotoAndPlay (15);
Symbol 907 MovieClip Frame 1
stop();
Symbol 907 MovieClip Frame 108
_root.Go = 1;
Symbol 910 MovieClip Frame 1
stop();
timer = 0;
if (_root.Edibles == "Extremly few") {
_root.OrangeNeeded = 5;
}
if (_root.Edibles == "As it should be") {
_root.OrangeNeeded = 10;
}
if (_root.Edibles == "Like, really a lot") {
_root.OrangeNeeded = 15;
}
if (_root.SpawnTime == "Easy peasy low") {
_root.TimerMaxBlue = 150;
}
if (_root.SpawnTime == "As normal as possible") {
_root.TimerMaxBlue = 100;
}
if (_root.SpawnTime == "Super duper high") {
_root.TimerMaxBlue = 50;
}
_root.BlueNeeded = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
if (_root.Level > 1) {
_root.OrangeTotal = 0;
_root.GreenTotal = 0;
timer++;
if (timer > 30) {
play();
timer = 0;
}
}
}
};
Symbol 910 MovieClip Frame 2
_root.LevelChange = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 910 MovieClip Frame 20
_root.LevelChange = 0;
delete this.onEnterFrame;
stop();
if (_root.Edibles == "Extremly few") {
_root.GreenNeeded = 5;
}
if (_root.Edibles == "As it should be") {
_root.GreenNeeded = 10;
}
if (_root.Edibles == "Like, really a lot") {
_root.GreenNeeded = 15;
}
if (_root.SpawnTime == "Easy peasy low") {
_root.TimerMaxPurple = 150;
}
if (_root.SpawnTime == "As normal as possible") {
_root.TimerMaxPurple = 100;
}
if (_root.SpawnTime == "Super duper high") {
_root.TimerMaxPurple = 50;
}
_root.PurpleNeeded = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
if (_root.Level > 2) {
_root.OrangeTotal = 0;
_root.GreenTotal = 0;
timer++;
if (timer > 30) {
play();
timer = 0;
}
}
}
};
Symbol 910 MovieClip Frame 21
_root.LevelChange = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 910 MovieClip Frame 40
_root.LevelChange = 0;
delete this.onEnterFrame;
stop();
if (_root.Edibles == "Extremly few") {
_root.OrangeNeeded = 2;
_root.GreenNeeded = 3;
}
if (_root.Edibles == "As it should be") {
_root.OrangeNeeded = 5;
_root.GreenNeeded = 5;
}
if (_root.Edibles == "Like, really a lot") {
_root.OrangeNeeded = 7;
_root.GreenNeeded = 8;
}
if (_root.SpawnTime == "Easy peasy low") {
_root.TimerMaxBlue = 200;
_root.TimerMaxPurple = 225;
}
if (_root.SpawnTime == "As normal as possible") {
_root.TimerMaxBlue = 125;
_root.TimerMaxPurple = 150;
}
if (_root.SpawnTime == "Super duper high") {
_root.TimerMaxBlue = 75;
_root.TimerMaxPurple = 100;
}
_root.PurpleNeeded = 1;
_root.BlueNeeded = 1;
Symbol 913 MovieClip Frame 1
stop();
Symbol 913 MovieClip Frame 2
Timer = 0;
stop();
this.onEnterFrame = function () {
if (Timer < 30) {
Timer++;
} else if (_alpha > 0) {
_alpha = (_alpha - 5);
}
};
Symbol 914 MovieClip Frame 1
stop();
_root.Bite = 0;
Instance of Symbol 764 MovieClip "Redness" in Symbol 915 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Symbol 961 MovieClip Frame 1
stop();
Symbol 961 MovieClip Frame 44
_root.Go = 1;
Symbol 969 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 969 MovieClip Frame 19
timer = 0;
_root.CloudAmount = 100;
if (_root.Edibles == "Extremly few") {
_root.PinkNeeded = 1;
_root.TimerMaxPink = 100;
}
if (_root.Edibles == "As it should be") {
_root.PinkNeeded = 1;
_root.TimerMaxPink = 50;
}
if (_root.Edibles == "Like, really a lot") {
_root.PinkNeeded = 1;
_root.TimerMaxPink = 25;
}
if (_root.SpawnTime == "Easy peasy low") {
_root.TimerMaxBlack = 150;
}
if (_root.SpawnTime == "As normal as possible") {
_root.TimerMaxBlack = 100;
}
if (_root.SpawnTime == "Super duper high") {
_root.TimerMaxBlack = 50;
}
_root.BlackNeeded = 1;
Symbol 969 MovieClip Frame 32
if (!_root.Pause) {
if (_root.Level > 1) {
_root.PinkTotal = 0;
_root.GreenTotal = 0;
timer++;
if (timer > 5) {
gotoAndPlay (36);
timer = 0;
}
}
}
Symbol 969 MovieClip Frame 35
gotoAndPlay (20);
Symbol 969 MovieClip Frame 54
timer = 0;
_root.CloudAmount = 25;
if (_root.Edibles == "Extremly few") {
_root.PinkNeeded = 1;
_root.TimerMaxPink = 100;
}
if (_root.Edibles == "As it should be") {
_root.PinkNeeded = 1;
_root.TimerMaxPink = 50;
}
if (_root.Edibles == "Like, really a lot") {
_root.PinkNeeded = 1;
_root.TimerMaxPink = 25;
}
if (_root.SpawnTime == "Easy peasy low") {
_root.TimerMaxBlack2 = 150;
}
if (_root.SpawnTime == "As normal as possible") {
_root.TimerMaxBlack2 = 100;
}
if (_root.SpawnTime == "Super duper high") {
_root.TimerMaxBlack2 = 50;
}
_root.Black2Needed = 1;
_root.PinkNeeded = 1;
Symbol 969 MovieClip Frame 65
if (!_root.Pause) {
if (_root.Level > 2) {
_root.PinkTotal = 0;
_root.GreenTotal = 0;
timer++;
if (timer > 5) {
gotoAndPlay (71);
timer = 0;
}
}
}
Symbol 969 MovieClip Frame 70
gotoAndPlay (55);
Symbol 969 MovieClip Frame 71
_root.CloudAmount = 0;
Symbol 969 MovieClip Frame 89
timer = 0;
if (_root.Edibles == "Extremly few") {
_root.YellowNeeded = 1;
_root.TimerMaxYellow = 100;
}
if (_root.Edibles == "As it should be") {
_root.YellowNeeded = 1;
_root.TimerMaxYellow = 50;
}
if (_root.Edibles == "Like, really a lot") {
_root.YellowNeeded = 1;
_root.TimerMaxYellow = 25;
}
if (_root.SpawnTime == "Easy peasy low") {
_root.TimerMaxBlue = 150;
}
if (_root.SpawnTime == "As normal as possible") {
_root.TimerMaxBlue = 100;
}
if (_root.SpawnTime == "Super duper high") {
_root.TimerMaxBlue = 50;
}
Symbol 969 MovieClip Frame 105
gotoAndPlay (90);
Symbol 973 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 973 MovieClip Frame 10
gotoAndPlay (1);
Symbol 976 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if (GoTo < _root.EvolutionPoints) {
GoTo++;
}
if ((_root.EvolutionPoints < 31) && (_root.EvolutionPoints > 15)) {
gotoAndStop(GoTo - 15);
}
if (_root.EvolutionPoints > 30) {
gotoAndStop (15);
}
};
Symbol 980 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 980 MovieClip Frame 11
gotoAndPlay (1);
Symbol 990 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 990 MovieClip Frame 25
gotoAndPlay (1);
Symbol 993 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if (GoTo < _root.EvolutionPoints) {
GoTo++;
}
if (_root.EvolutionPoints < 16) {
gotoAndStop(GoTo);
}
};
Symbol 998 MovieClip Frame 1
stop();
_root.Bite = 0;
delete this.onEnterFrame;
Symbol 998 MovieClip Frame 2
_root.Bite = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 998 MovieClip Frame 3
mysound = new Sound(this);
if (!_root.BiteRight) {
mysound.attachSound("Bite");
}
if (_root.BiteRight) {
mysound.attachSound("Chomp");
if (_root.Gorry) {
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
}
}
mysound.setPan(0);
mysound.start();
_root.Bite = 0;
Symbol 998 MovieClip Frame 5
delete this.onEnterFrame;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 998 MovieClip Frame 9
_root.BiteRight = 0;
Symbol 999 MovieClip Frame 1
stop();
_root.Bite = 0;
Symbol 1000 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if (GoTo < _root.EvolutionPoints) {
GoTo++;
}
if ((_root.EvolutionPoints < 46) && (_root.EvolutionPoints > 30)) {
gotoAndStop(GoTo - 30);
}
if (_root.EvolutionPoints > 44) {
gotoAndStop (15);
}
};
Symbol 1009 MovieClip Frame 1
stop();
Symbol 1010 MovieClip Frame 1
RandomTime = Math.random() * 100;
CloudPlay = 0;
Speed = 25;
this.onEnterFrame = function () {
if (!_root.Pause) {
RandomTime--;
if ((RandomTime < 0) && (_root.CloudAmount > 0)) {
CloudPlay++;
RandomTime = Math.random() * _root.CloudAmount;
}
}
};
Instance of Symbol 1009 MovieClip in Symbol 1010 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.Pause) {
if ((_root.Effect.CloudPlay > 0) && (!yspeed)) {
gotoAndStop(Math.ceil(Math.random() * 3));
_x = ((Math.random() * 500) + 2);
yspeed = _root.Effect.Speed;
}
if ((_y - _height) > 400) {
yspeed = 0;
_y = -150;
_root.Effect.CloudPlay--;
}
_y = (_y + yspeed);
}
}
Instance of Symbol 1009 MovieClip in Symbol 1010 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.Pause) {
if ((_root.Effect.CloudPlay > 1) && (!yspeed)) {
gotoAndStop(Math.ceil(Math.random() * 3));
_x = ((Math.random() * 500) + 2);
yspeed = _root.Effect.Speed;
}
if ((_y - _height) > 400) {
yspeed = 0;
_y = -150;
_root.Effect.CloudPlay--;
}
_y = (_y + yspeed);
}
}
Instance of Symbol 1009 MovieClip in Symbol 1010 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.Pause) {
if ((_root.Effect.CloudPlay > 2) && (!yspeed)) {
gotoAndStop(Math.ceil(Math.random() * 3));
_x = ((Math.random() * 500) + 2);
yspeed = _root.Effect.Speed;
}
if ((_y - _height) > 400) {
yspeed = 0;
_y = -150;
_root.Effect.CloudPlay--;
}
_y = (_y + yspeed);
}
}
Instance of Symbol 1009 MovieClip in Symbol 1010 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.Pause) {
if ((_root.Effect.CloudPlay > 3) && (!yspeed)) {
gotoAndStop(Math.ceil(Math.random() * 3));
_x = ((Math.random() * 500) + 2);
yspeed = _root.Effect.Speed;
}
if ((_y - _height) > 400) {
yspeed = 0;
_y = -150;
_root.Effect.CloudPlay--;
}
_y = (_y + yspeed);
}
}
Instance of Symbol 764 MovieClip "Redness" in Symbol 1010 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Symbol 1028 MovieClip Frame 1
stop();
Symbol 1028 MovieClip Frame 100
_root.GoToCredits = 1;
Symbol 1095 MovieClip Frame 707
_root.CreditEnd = 1;
Symbol 1108 Button
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Menu1"});
}
on (rollOver) {
_root.ButtonInstance.Cover4._alpha = 75;
_root.ButtonInstance.Cover4.Possible = 0;
}
on (rollOut) {
_root.ButtonInstance.Cover4.Possible = 1;
}
on (press) {
_root.ButtonInstance.Cover4._alpha = 0;
}
Symbol 1110 MovieClip Frame 1
ScoreShower = 1;
Totalscore = 0;
Totalscoreness = Totalscore;
stop();
Symbol 1110 MovieClip Frame 2
if (_root.Edibles == "Extremly few") {
EdiblesBonus = 5000;
}
if (_root.Edibles == "As it should be") {
EdiblesBonus = 2500;
}
if (_root.Edibles == "Like, really a lot") {
EdiblesBonus = 1000;
}
if (_root.SpawnTime == "Easy peasy low") {
SpawnTimeBonus = 1000;
}
if (_root.SpawnTime == "As normal as possible") {
SpawnTimeBonus = 2500;
}
if (_root.SpawnTime == "Super duper high") {
SpawnTimeBonus = 5000;
}
NoAutobite = 2500;
InvertUD = 5000;
InvertRL = 5000;
Distraction = 3000;
if (ScoreShower == 1) {
ScoreShower_mc = (("Time Played: " + _root.TimerMin) + ":") + _root.TimerSec;
}
if (ScoreShower == 2) {
ScoreShower_mc = "Points: " + _root.Score;
}
if (ScoreShower == 3) {
ScoreShower_mc = "Edibles: " + EdiblesBonus;
}
if (ScoreShower == 4) {
ScoreShower_mc = "Enemies: " + SpawnTimeBonus;
}
if (ScoreShower == 5) {
ScoreShower_mc = "No Autobite: " + NoAutobite;
}
if (ScoreShower == 6) {
ScoreShower_mc = "Invert Up & Down: " + InvertUD;
}
if (ScoreShower == 7) {
ScoreShower_mc = "Invert Right & Left: " + InvertRL;
}
if (ScoreShower == 8) {
ScoreShower_mc = "Distraction: " + Distraction;
}
if (ScoreShower == 9) {
gotoAndStop (45);
}
Totalscoreness = Totalscore;
Symbol 1110 MovieClip Frame 12
if (ScoreShower == 1) {
Totalscore = 1000;
mysound = new Sound(this);
mysound.attachSound("Pling");
mysound.setPan(0);
mysound.start();
}
if (ScoreShower == 1) {
ScoreShower_mc = (("Time Played: " + _root.TimerMin) + ":") + _root.TimerSec;
}
if (ScoreShower == 2) {
ScoreShower_mc = "Points: " + _root.Score;
}
if (ScoreShower == 3) {
ScoreShower_mc = "Edibles: " + EdiblesBonus;
}
if (ScoreShower == 4) {
ScoreShower_mc = "Enemies: " + SpawnTimeBonus;
}
if (ScoreShower == 5) {
ScoreShower_mc = "No Autobite: " + NoAutobite;
}
if (ScoreShower == 6) {
ScoreShower_mc = "Invert Up & Down: " + InvertUD;
}
if (ScoreShower == 7) {
ScoreShower_mc = "Invert Right & Left: " + InvertRL;
}
if (ScoreShower == 8) {
ScoreShower_mc = "Distraction: " + Distraction;
}
Totalscoreness = Totalscore;
Symbol 1110 MovieClip Frame 20
stop();
this.onEnterFrame = function () {
Totalscoreness = Totalscore;
mysound = new Sound(this);
if (Totalscore > 0) {
if (ScoreShower == 1) {
ScoreShower_mc = (("Time Played: " + _root.TimerMin) + ":") + _root.TimerSec;
if (_root.TimerSec > 0) {
if ((Totalscore - 2) > 0) {
_root.TimerSec--;
Totalscore = Totalscore - 2;
mysound.attachSound("Wrong");
mysound.setPan(0);
mysound.start();
} else {
_root.TimerSec = 0;
Totalscore = 0;
}
} else if (_root.TimerMin > 0) {
if ((Totalscore - 120) > 0) {
_root.TimerMin--;
Totalscore = Totalscore - 120;
mysound.attachSound("Wrong");
mysound.setPan(0);
mysound.start();
} else {
_root.TimerMin = 0;
TotalScore = 0;
}
} else {
play();
}
}
if (ScoreShower == 2) {
ScoreShower_mc = "Points: " + _root.Score;
if (_root.Score > 0) {
if (_root.Score > 99) {
_root.Score = _root.Score - 100;
Totalscore = Totalscore + 100;
mysound.attachSound("Pling");
mysound.setPan(0);
mysound.start();
}
if (_root.Score < 100) {
_root.Score--;
Totalscore++;
mysound.attachSound("Pling");
mysound.setPan(0);
mysound.start();
}
} else {
play();
}
}
if (ScoreShower == 3) {
ScoreShower_mc = "Edibles: " + EdiblesBonus;
if (EdiblesBonus > 0) {
EdiblesBonus = EdiblesBonus - 100;
Totalscore = Totalscore + 100;
mysound.attachSound("Pling");
mysound.setPan(0);
mysound.start();
} else {
play();
}
}
if (ScoreShower == 4) {
ScoreShower_mc = "Enemies: " + SpawnTimeBonus;
if (SpawnTimeBonus > 0) {
SpawnTimeBonus = SpawnTimeBonus - 100;
Totalscore = Totalscore + 100;
mysound.attachSound("Pling");
mysound.setPan(0);
mysound.start();
} else {
play();
}
}
if (ScoreShower == 5) {
ScoreShower_mc = "No Autobite: " + NoAutobite;
if (NoAutobite > 0) {
NoAutobite = NoAutobite - 100;
Totalscore = Totalscore + 100;
mysound.attachSound("Pling");
mysound.setPan(0);
mysound.start();
} else {
play();
}
}
if (ScoreShower == 6) {
ScoreShower_mc = "Invert Up & Down: " + InvertUD;
if (InvertUD > 0) {
InvertUD = InvertUD - 100;
Totalscore = Totalscore + 100;
mysound.attachSound("Pling");
mysound.setPan(0);
mysound.start();
} else {
play();
}
}
if (ScoreShower == 7) {
ScoreShower_mc = "Invert Right & Left: " + InvertRL;
if (InvertRL > 0) {
InvertRL = InvertRL - 100;
Totalscore = Totalscore + 100;
mysound.attachSound("Pling");
mysound.setPan(0);
mysound.start();
} else {
play();
}
}
if (ScoreShower == 8) {
ScoreShower_mc = "Distraction: " + Distraction;
if (Distraction > 0) {
Distraction = Distraction - 100;
Totalscore = Totalscore + 100;
mysound.attachSound("Pling");
mysound.setPan(0);
mysound.start();
} else {
play();
}
}
} else {
play();
}
};
Symbol 1110 MovieClip Frame 29
delete this.onEnterFrame;
if (ScoreShower == 1) {
ScoreShower_mc = (("Time Played: " + _root.TimerMin) + ":") + _root.TimerSec;
}
if (ScoreShower == 2) {
ScoreShower_mc = "Points: " + _root.Score;
}
if (ScoreShower == 3) {
ScoreShower_mc = "Edibles: " + EdiblesBonus;
}
if (ScoreShower == 4) {
ScoreShower_mc = "Enemies: " + SpawnTimeBonus;
}
if (ScoreShower == 5) {
ScoreShower_mc = "No Autobite: " + NoAutobite;
}
if (ScoreShower == 6) {
ScoreShower_mc = "Invert Up & Down: " + InvertUD;
}
if (ScoreShower == 7) {
ScoreShower_mc = "Invert Right & Left: " + InvertRL;
}
if (ScoreShower == 8) {
ScoreShower_mc = "Distraction: " + Distraction;
}
Totalscoreness = Totalscore;
Symbol 1110 MovieClip Frame 45
if (ScoreShower == 4) {
if (_root.Autobite == 0) {
ScoreShower = 5;
gotoAndPlay (2);
} else if (_root.InvertUD == 1) {
ScoreShower = 6;
gotoAndPlay (2);
} else if (_root.InvertRL == 1) {
ScoreShower = 7;
gotoAndPlay (2);
} else if (_root.Distraction == 1) {
ScoreShower = 8;
gotoAndPlay (2);
} else {
stop();
_root.TotalScore = Totalscore;
}
} else if (ScoreShower == 5) {
if (_root.InvertUD == 1) {
ScoreShower = 6;
gotoAndPlay (2);
} else if (_root.InvertRL == 1) {
ScoreShower = 7;
gotoAndPlay (2);
} else if (_root.Distraction == 1) {
ScoreShower = 8;
gotoAndPlay (2);
} else {
stop();
_root.TotalScore = Totalscore;
}
} else if (ScoreShower == 6) {
if (_root.InvertRL == 1) {
ScoreShower = 7;
gotoAndPlay (2);
} else if (_root.Distraction == 1) {
ScoreShower = 8;
gotoAndPlay (2);
} else {
stop();
_root.TotalScore = Totalscore;
}
} else if (ScoreShower == 7) {
if (_root.Distraction == 1) {
ScoreShower = 8;
gotoAndPlay (2);
} else {
stop();
_root.TotalScore = Totalscore;
}
} else if (ScoreShower == 8) {
stop();
_root.TotalScore = Totalscore;
} else {
ScoreShower++;
gotoAndPlay (2);
}
Totalscoreness = Totalscore;
Instance of Symbol 288 MovieClip "Cover4" in Symbol 1110 MovieClip Frame 45
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Instance of Symbol 908 MovieClip in Symbol 1110 MovieClip Frame 45
onClipEvent (load) {
plus = 0.1;
}
onClipEvent (enterFrame) {
if (_alpha > 0) {
_alpha = (_alpha - plus);
plus = plus * 1.05;
}
}
Symbol 1115 Button
on (release) {
_root.Dead.removeMovieClip();
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Menu1"});
}
on (rollOver) {
_root.Cover4._alpha = 75;
_root.Cover4.Possible = 0;
}
on (rollOut) {
_root.Cover4.Possible = 1;
}
on (press) {
_root.Cover4._alpha = 0;
}
Symbol 1120 Button
on (release) {
play();
}
Symbol 1124 Button
on (release) {
GoArrow = 2;
}
Symbol 1125 Button
on (release) {
GoArrow = 1;
}
Symbol 1129 Button
on (release) {
gotoAndPlay (48);
}
Symbol 1130 Button
on (release) {
play();
}
Symbol 1133 Button
on (release) {
gotoAndPlay (58);
}
Symbol 1134 MovieClip Frame 1
stop();
_root.LabMove = 0;
_root.Labo = 1;
Symbol 1134 MovieClip Frame 2
_root.LabMove = 1;
Symbol 1134 MovieClip Frame 13
stop();
this.onEnterFrame = function () {
if (GoArrow == 1) {
GoArrow = 0;
gotoAndPlay (36);
delete this.onEnterFrame;
}
if (GoArrow == 2) {
play();
GoArrow = 0;
delete this.onEnterFrame;
}
};
_root.LabMove = 0;
_root.Labo = 2;
Symbol 1134 MovieClip Frame 14
_root.LabMove = 1;
Symbol 1134 MovieClip Frame 23
stop();
_root.LabMove = 0;
_root.Labo = 3;
Symbol 1134 MovieClip Frame 24
_root.LabMove = 1;
Symbol 1134 MovieClip Frame 35
stop();
_root.LabMove = 0;
_root.Labo = 4;
Symbol 1134 MovieClip Frame 36
_root.LabMove = 2;
Symbol 1134 MovieClip Frame 47
gotoAndStop (1);
Symbol 1134 MovieClip Frame 48
_root.LabMove = 2;
Symbol 1134 MovieClip Frame 57
gotoAndStop (13);
Symbol 1134 MovieClip Frame 58
_root.LabMove = 1;
Symbol 1134 MovieClip Frame 69
gotoAndStop (23);
Symbol 1135 Button
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Rewards"});
}
on (rollOver) {
_root.Cover4._alpha = 75;
_root.Cover4.Possible = 0;
}
on (rollOut) {
_root.Cover4.Possible = 1;
}
on (press) {
_root.Cover4._alpha = 0;
}
Symbol 1142 MovieClip Frame 1
timer = 0;
_alpha = 0;
this.onEnterFrame = function () {
timer++;
if ((timer > 30) && (_alpha < 100)) {
_alpha = (_alpha + 5);
}
};
Symbol 1149 MovieClip Frame 26
gotoAndPlay (2);
Symbol 1150 Button
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Rewards"});
}
on (rollOver) {
_root.Cover4._alpha = 75;
_root.Cover4.Possible = 0;
}
on (rollOut) {
_root.Cover4.Possible = 1;
}
on (press) {
_root.Cover4._alpha = 0;
}
Symbol 1153 MovieClip Frame 26
gotoAndPlay (2);
Symbol 1160 MovieClip Frame 1
timer = 0;
_alpha = 0;
this.onEnterFrame = function () {
timer++;
if ((timer > 30) && (_alpha < 100)) {
_alpha = (_alpha + 5);
}
};
Symbol 1167 MovieClip Frame 1
timer = 0;
_alpha = 0;
this.onEnterFrame = function () {
timer++;
if ((timer > 30) && (_alpha < 100)) {
_alpha = (_alpha + 5);
}
};
Symbol 1171 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1181 MovieClip Frame 1
timer = 0;
_alpha = 0;
this.onEnterFrame = function () {
timer++;
if ((timer > 30) && (_alpha < 100)) {
_alpha = (_alpha + 5);
}
};
Symbol 1190 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1190 MovieClip Frame 5
gotoAndPlay (1);
Symbol 1201 MovieClip Frame 1
timer = 0;
_alpha = 0;
this.onEnterFrame = function () {
timer++;
if ((timer > 30) && (_alpha < 100)) {
_alpha = (_alpha + 5);
}
};
Symbol 1209 MovieClip Frame 1
timer = 0;
_alpha = 0;
this.onEnterFrame = function () {
timer++;
if ((timer > 30) && (_alpha < 100)) {
_alpha = (_alpha + 5);
}
};
Symbol 1216 Button
on (release) {
_root.EnemyNeeded++;
if (_root.EnemyNeeded > 6) {
_root.EnemyNeeded = 1;
}
}
Symbol 1217 Button
on (release) {
_root.EnemyNeeded--;
if (_root.EnemyNeeded < 1) {
_root.EnemyNeeded = 6;
}
}
Symbol 1218 Button
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Rewards"});
}
on (rollOver) {
_root.Fore.Cover4._alpha = 75;
_root.Fore.Cover4.Possible = 0;
}
on (rollOut) {
_root.Fore.Cover4.Possible = 1;
}
on (press) {
_root.Fore.Cover4._alpha = 0;
}
Instance of Symbol 288 MovieClip "Cover4" in Symbol 1219 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
Possible = 0;
}
onClipEvent (enterFrame) {
if ((_alpha > 0) && (Possible)) {
_alpha = (_alpha - 5);
}
}
Symbol 1222 MovieClip Frame 1
lineStyle(5, 16711935, 100);
lineTo(_root.Speed / 2, _root.Speed / 2);
lineTo(0, 0);
lineTo(_root.Succes / 2, (-_root.Succes) / 2);
lineTo(0, 0);
lineTo((-_root.Challenge) / 2, _root.Challenge / 2);
lineTo(0, 0);
lineTo((-_root.Dodge) / 2, (-_root.Dodge) / 2);
lineStyle(5, 16711935, 100);
lineTo(_root.Succes / 2, (-_root.Succes) / 2);
lineTo(_root.Speed / 2, _root.Speed / 2);
lineTo((-_root.Challenge) / 2, _root.Challenge / 2);
lineTo((-_root.Dodge) / 2, (-_root.Dodge) / 2);
Symbol 1248 MovieClip Frame 1
this.onEnterFrame = function () {
B1_1._height = (_root.Time1_1M + (_root.Time1_1S / 60)) * 60;
Time1_1._y = (-B1_1._height) - 40;
Time1_1T = (_root.Time1_1M + ":") + _root.Time1_1S;
B1_2._height = (_root.Time1_2M + (_root.Time1_2S / 60)) * 60;
Time1_2._y = (-B1_2._height) - 40;
Time1_2T = (_root.Time1_2M + ":") + _root.Time1_2S;
B1_3._height = (_root.Time1_3M + (_root.Time1_3S / 60)) * 60;
Time1_3._y = (-B1_3._height) - 40;
Time1_3T = (_root.Time1_3M + ":") + _root.Time1_3S;
B1._height = (_root.Time1M + (_root.Time1S / 60)) * 60;
Time1._y = (-B1._height) - 40;
Time1T = (_root.Time1M + ":") + _root.Time1S;
B2_1._height = (_root.Time2_1M + (_root.Time2_1S / 60)) * 60;
Time2_1._y = (-B2_1._height) - 40;
Time2_1T = (_root.Time2_1M + ":") + _root.Time2_1S;
B2_2._height = (_root.Time2_2M + (_root.Time2_2S / 60)) * 60;
Time2_2._y = (-B2_2._height) - 40;
Time2_2T = (_root.Time2_2M + ":") + _root.Time2_2S;
B2_3._height = (_root.Time2_3M + (_root.Time2_3S / 60)) * 60;
Time2_3._y = (-B2_3._height) - 40;
Time2_3T = (_root.Time2_3M + ":") + _root.Time2_3S;
B2._height = (_root.Time2M + (_root.Time2S / 60)) * 60;
Time2._y = (-B2._height) - 40;
Time2T = (_root.Time2M + ":") + _root.Time2S;
B3_1._height = (_root.Time3_1M + (_root.Time3_1S / 60)) * 60;
Time3_1._y = (-B3_1._height) - 40;
Time3_1T = (_root.Time3_1M + ":") + _root.Time3_1S;
B3_2._height = (_root.Time3_2M + (_root.Time3_2S / 60)) * 60;
Time3_2._y = (-B3_2._height) - 40;
Time3_2T = (_root.Time3_2M + ":") + _root.Time3_2S;
B3_3._height = (_root.Time3_3M + (_root.Time3_3S / 60)) * 60;
Time3_3._y = (-B3_3._height) - 40;
Time3_3T = (_root.Time3_3M + ":") + _root.Time3_3S;
B3._height = (_root.Time3M + (_root.Time3S / 60)) * 60;
Time3._y = (-B3._height) - 40;
Time3T = (_root.Time3M + ":") + _root.Time3S;
};
Symbol 1249 Button
on (release) {
_root.attachMovie("Overgang", "Overgang", _root.getNextHighestDepth(), {Goto:"Rewards"});
}
on (rollOver) {
_root.Cover4._alpha = 75;
_root.Cover4.Possible = 0;
}
on (rollOut) {
_root.Cover4.Possible = 1;
}
on (press) {
_root.Cover4._alpha = 0;
}
Symbol 1255 Button
on (release) {
gotoAndStop (1);
}
Symbol 1257 Button
on (release) {
gotoAndPlay ("Professor");
}
Symbol 1264 MovieClip Frame 1
_xscale = 1;
_yscale = 1;
Symbol 1264 MovieClip Frame 2
if ((_xscale * 1.5) < 100) {
_xscale = (_xscale * 1.5);
_yscale = (_yscale * 1.5);
} else {
_xscale = 100;
_yscale = 100;
}
Symbol 1264 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1268 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if ((_root.EvolutionPoints2 < 46) && (_root.EvolutionPoints2 > 30)) {
gotoAndStop(_root.EvolutionPoints2 - 30);
}
if (_root.EvolutionPoints2 > 44) {
gotoAndStop (15);
}
if (_root.EvolutionPoints2 < 30) {
gotoAndStop (1);
}
};
Symbol 1270 MovieClip Frame 1
GoTo = 1;
this.onEnterFrame = function () {
if (_root.EvolutionPoints2 < 16) {
gotoAndStop(_root.EvolutionPoints2);
} else {
gotoAndStop (15);
}
};
Symbol 1271 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.Pause) {
stop();
}
if ((_root.Run == 1) && (_root.OnGround)) {
if (!_root.Pause) {
play();
}
} else if (!_root.OnGround) {
gotoAndStop (8);
} else {
gotoAndStop (1);
}
};
Symbol 1271 MovieClip Frame 7
if (_root.Run == 1) {
gotoAndPlay (2);
}
Symbol 1271 MovieClip Frame 8
Symbol 1273 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1276 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if ((_root.EvolutionPoints2 < 31) && (_root.EvolutionPoints2 > 15)) {
gotoAndStop(_root.EvolutionPoints2 - 15);
}
if (_root.EvolutionPoints2 > 30) {
gotoAndPlay (15);
}
if (_root.EvolutionPoints2 < 15) {
gotoAndStop (1);
}
};
Symbol 1278 MovieClip Frame 1
stop();
_root.Bite = 0;
delete this.onEnterFrame;
Symbol 1278 MovieClip Frame 2
_root.Bite = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1278 MovieClip Frame 3
mysound = new Sound();
if (!_root.BiteRight) {
mysound.attachSound("Bite");
}
if (_root.BiteRight) {
mysound.attachSound("Chomp");
if (_root.Gorry) {
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
}
}
mysound.setPan(0);
mysound.start();
_root.Bite = 0;
Symbol 1278 MovieClip Frame 5
delete this.onEnterFrame;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1278 MovieClip Frame 9
_root.BiteRight = 0;
Symbol 1279 MovieClip Frame 1
stop();
_root.Bite = 0;
Symbol 1282 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if ((_root.EvolutionPoints < 31) && (_root.EvolutionPoints > 15)) {
gotoAndStop(_root.EvolutionPoints - 15);
}
if (_root.EvolutionPoints > 30) {
gotoAndStop (15);
}
if (_root.EvolutionPoints < 15) {
gotoAndStop (1);
}
};
Symbol 1285 MovieClip Frame 1
GoTo = 1;
this.onEnterFrame = function () {
if (_root.EvolutionPoints < 16) {
gotoAndStop(_root.EvolutionPoints);
} else {
gotoAndStop (15);
}
};
Symbol 1287 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if ((_root.EvolutionPoints < 46) && (_root.EvolutionPoints > 30)) {
gotoAndStop(_root.EvolutionPoints - 30);
}
if (_root.EvolutionPoints > 44) {
gotoAndStop (15);
}
if (_root.EvolutionPoints < 30) {
gotoAndStop (1);
}
};
Symbol 1291 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1294 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if ((_root.EvolutionPoints3 < 31) && (_root.EvolutionPoints3 > 15)) {
gotoAndStop(_root.EvolutionPoints3 - 15);
}
if (_root.EvolutionPoints3 > 30) {
gotoAndStop (15);
}
if (_root.EvolutionPoints3 < 15) {
gotoAndStop (1);
}
};
Symbol 1296 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1297 MovieClip Frame 1
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1300 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if (_root.EvolutionPoints3 < 16) {
gotoAndStop(_root.EvolutionPoints3);
}
if (_root.EvolutionPoints3 > 15) {
gotoAndStop (15);
}
};
Symbol 1304 MovieClip Frame 1
stop();
_root.Bite = 0;
delete this.onEnterFrame;
Symbol 1304 MovieClip Frame 2
_root.Bite = 1;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1304 MovieClip Frame 3
mysound = new Sound();
if (!_root.BiteRight) {
mysound.attachSound("Bite");
}
if (_root.BiteRight) {
mysound.attachSound("Chomp");
if (_root.Gorry) {
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
_root.attachMovie("Blood_" + _root.Area, "Blood", _root.getNextHighestDepth() + 15, {_x:_root.Hero._x, _y:_root.Hero._y});
}
}
mysound.setPan(0);
mysound.start();
_root.Bite = 0;
Symbol 1304 MovieClip Frame 5
delete this.onEnterFrame;
this.onEnterFrame = function () {
if (!_root.Pause) {
play();
} else {
stop();
}
};
Symbol 1304 MovieClip Frame 9
_root.BiteRight = 0;
Symbol 1305 MovieClip Frame 1
stop();
_root.Bite = 0;
Symbol 1306 MovieClip Frame 1
stop();
GoTo = 1;
this.onEnterFrame = function () {
if ((_root.EvolutionPoints3 < 46) && (_root.EvolutionPoints3 > 30)) {
gotoAndStop(_root.EvolutionPoints3 - 30);
}
if (_root.EvolutionPoints3 > 44) {
gotoAndStop (15);
}
if (_root.EvolutionPoints3 < 30) {
gotoAndStop (1);
}
};
Instance of Symbol 1309 MovieClip in Symbol 1310 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.EvolutionPoints = Math.ceil(((_x - 65.5) / 403.5) * 135);
_root.EvolutionPoints2 = _root.EvolutionPoints - 45;
_root.EvolutionPoints3 = _root.EvolutionPoints2 - 45;
if (_root.EvolutionPoints2 < 1) {
_root.EvolutionPoints2 = 1;
}
if (_root.EvolutionPoints3 < 1) {
_root.EvolutionPoints3 = 1;
}
this.onMouseUp = function () {
MouseDown = 0;
};
this.onMouseDown = function () {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
MouseDown = 1;
}
};
if ((MouseDown && (_root._xmouse >= 66.5)) && (_root._xmouse <= 470)) {
_x = _root._xmouse;
}
if ((_root._xmouse < 66.5) && (MouseDown)) {
_x = 66.5;
}
if ((_root._xmouse > 470) && (MouseDown)) {
_x = 470;
}
}