Frame 1
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
function doSomething() {
_global.PAUSE = false;
}
function doSomething2() {
getURL ("http://www.Peturo.com", _blank);
}
fscommand ("trapallkeys", true);
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("- PAUSE -", doSomething);
Functioned2 = new ContextMenuItem("- Peturo.com -", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
if (_global.SOUND == undefined) {
_global.SOUND = true;
}
_global.Volume = 100;
stopAllSounds();
if (_global.SOUND) {
var ActionSong = new Sound(this);
ActionSong.attachSound("Menu");
ActionSong.start(0, 100);
ActionSong.setVolume(100);
}
_global.fromMENU = true;
Frame 20
fscommand ("trapallkeys", true);
stop();
Frame 21
stop();
Frame 22
stop();
Frame 23
stop();
Instance of Symbol 163 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_global.CHEATER) {
this.gotoAndPlay(2);
}
}
Frame 24
stop();
Instance of Symbol 182 MovieClip in Frame 24
onClipEvent (load) {
if (_global.LevelsDone > 7) {
this.gotoAndPlay(2);
}
}
Frame 25
_global.SteetsGrade = 10;
stop();
Frame 26
fscommand ("trapallkeys", true);
stop();
Frame 27
stop();
Instance of Symbol 254 MovieClip "TopPusseB" in Frame 27
onClipEvent (load) {
this.gotoAndPlay("Stop");
}
Instance of Symbol 254 MovieClip "TopPusseB" in Frame 27
onClipEvent (load) {
this.gotoAndPlay("Stop");
}
Frame 28
stop();
Frame 29
stop();
Frame 30
stop();
Frame 32
stop();
Frame 34
stop();
Frame 36
stop();
Frame 38
stop();
Instance of Symbol 343 MovieClip in Frame 38
onClipEvent (load) {
this.stop();
}
Frame 40
stop();
Frame 42
stop();
Frame 44
stop();
Instance of Symbol 254 MovieClip "TopPusseB" in Frame 44
onClipEvent (load) {
this.gotoAndPlay("Stop");
}
Instance of Symbol 254 MovieClip "TopPusseR" in Frame 44
onClipEvent (load) {
this.gotoAndPlay("Stop");
}
Frame 46
stop();
Frame 48
fscommand ("trapallkeys", true);
Timer = "";
SwitchSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Switch");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
if (_global.CHEATER == undefined) {
_global.CHEATER = false;
}
_global.fromMENU = false;
_global.MENU = false;
_global.PAUSE = false;
_global.TIMEDONE = false;
_global.TIMELIMIT = 180;
_global.HUDSCORE = 10;
MUSE = undefined;
enab = true;
LetsGo = true;
ChangeHeight = 20;
Selectable = 8;
if (_level0._global.PlaneTime == undefined) {
_level0._global.PlaneTime = 180;
}
if (_level0._global.StreetsTime == undefined) {
_level0._global.StreetsTime = 180;
}
if (_level0._global.LouvreTime == undefined) {
_level0._global.LouvreTime = 180;
}
if (_level0._global.SewersTime == undefined) {
_level0._global.SewersTime = 180;
}
if (_level0._global.ArcTime == undefined) {
_level0._global.ArcTime = 180;
}
if (_level0._global.SkyTime == undefined) {
_level0._global.SkyTime = 180;
}
if (_level0._global.SkyOneTime == undefined) {
_level0._global.SkyOneTime = 180;
}
if (_level0._global.TowerTime == undefined) {
_level0._global.TowerTime = 180;
}
if (_level0._global.PlaneGrade == undefined) {
_level0._global.PlaneGrade = 14;
}
if (_level0._global.StreetsGrade == undefined) {
_level0._global.StreetsGrade = 14;
}
if (_level0._global.LouvreGrade == undefined) {
_level0._global.LouvreGrade = 14;
}
if (_level0._global.SewersGrade == undefined) {
_level0._global.SewersGrade = 14;
}
if (_level0._global.ArcGrade == undefined) {
_level0._global.ArcGrade = 14;
}
if (_level0._global.SkyGrade == undefined) {
_level0._global.SkyGrade = 14;
}
if (_level0._global.SkyOneGrade == undefined) {
_level0._global.SkyOneGrade = 14;
}
if (_level0._global.TowerGrade == undefined) {
_level0._global.TowerGrade = 14;
}
if (_global.HUDSCORE == undefined) {
_global.HUDSCORE = 10;
}
GotoLevel = [_level0.P1, _level0.Louvre, _level0.P2, _level0.Streets, _level0.Sewer, _level0.P3, _level0.ARC, _level0.Tower, _level0.Arena];
LevelTime = [_level0._global.PlaneTime, _level0._global.LouvreTime, _level0._global.SkyOneTime, _level0._global.StreetsTime, _level0._global.SewersTime, _level0._global.SkyTime, _level0._global.ArcTime, _level0._global.TowerTime];
LevelGrade = [_level0._global.PlaneGrade, _level0._global.LouvreGrade, _level0._global.SkyOneGrade, _level0._global.StreetsGrade, _level0._global.SewersGrade, _level0._global.SkyGrade, _level0._global.ArcGrade, _level0._global.TowerGrade];
var LevelSelect = ["Plane", "Louvre", "SkyOne", "Streets", "Sewers", "Sky", "Arc", "Tower", "Death"];
var LevelName = ["LePusse's on a Plane", "Quick visit to the Louvre", "Skyone", "Streets of Paris", "Into the Sewers", "Mission: Skies", "Enter LeEscargot", "Tower Showdown", "Death Match"];
CurrentSelect = 0;
radial = 30;
_global.LevelsDone = 0;
i = 0;
while (i < LevelGrade.length) {
if (LevelGrade[i] < 11) {
GotoLevel[i + 1]._alpha = 100;
GotoLevel[i + 1].enabled = true;
_global.LevelsDone++;
} else {
GotoLevel[i + 1]._alpha = 50;
GotoLevel[i + 1].enabled = false;
LevelGrade[i] = 14;
_level0.Arena._alpha = 0;
}
i++;
}
if (_global.LevelsDone > 1) {
_global.TOTALTIME = 0;
lol = 0;
while (lol < LevelTime.length) {
_global.TOTALTIME = _global.TOTALTIME + LevelTime[lol];
lol++;
}
} else {
_global.TOTALTIME = undefined;
}
if (_global.CHEATER) {
HS.enabled = false;
HS._alpha = 60;
iol = 0;
while (iol < LevelGrade.length) {
GotoLevel[iol]._alpha = 100;
GotoLevel[iol].enabled = true;
iol++;
}
}
stop();
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("87e6d5ff", this, 10301, true);
Instance of Symbol 434 MovieClip "Grade" in Frame 48
onClipEvent (load) {
this.gotoAndPlay(12);
}
Frame 49
Begin = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("PlaneS");
_local2.start(0, 15);
_local2.setVolume(100);
}
};
Tennis = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Tennis");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
if (MUSE == undefined) {
if (_global.SOUND) {
Begin();
}
MUSE = true;
}
ActionSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Action");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
WrongSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Wrong");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SuccessSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Success");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
GoSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Go");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
turnMusicOn = function () {
if (_global.SOUND) {
MusicPlay.onSoundComplete = function () {
Begin();
};
}
};
fscommand ("trapallkeys", true);
_global.CurrentLevel = 0;
if (_global.TIMEDONE) {
_global.ScoreBoard = true;
}
Instance of Symbol 585 MovieClip in Frame 49
onClipEvent (load) {
LetsGo = true;
LetsSwitch = false;
}
onClipEvent (enterFrame) {
if (LetsGo) {
if (Key.isDown(32)) {
LetsSwitch = false;
LetsGo = true;
} else {
LetsSwitch = true;
LetsGo = false;
}
}
if (LetsSwitch) {
if (Key.isDown(32)) {
if (_global.PAUSE) {
_global.PAUSE = false;
_level0.Begin();
} else {
_global.PAUSE = true;
}
LetsGo = true;
}
}
}
Frame 448
gotoAndPlay (49);
Frame 449
stopAllSounds();
Begin = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Louvre");
_local2.start(0, 15);
_local2.setVolume(100);
}
};
if (MUSE == undefined) {
if (_global.SOUND) {
var MusicPlay = new Sound();
MusicPlay.attachSound("Louvre");
MusicPlay.start(0, 15);
MusicPlay.setVolume(100);
}
MUSE = true;
}
ActionSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Action");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
OuchSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Ouch");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
WrongSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Wrong");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
HitSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("SnailHit");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SwitchSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Switch");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
Tennis = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Tennis");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
BombSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("BeepM");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SuccessSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Success");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
fscommand ("trapallkeys", true);
_global.CurrentLevel = 1;
_global.TIMELIMIT = 300;
stop();
Instance of Symbol 585 MovieClip in Frame 449
onClipEvent (load) {
LetsGo = true;
LetsSwitch = false;
}
onClipEvent (enterFrame) {
if (LetsGo) {
if (Key.isDown(32)) {
LetsSwitch = false;
LetsGo = true;
} else {
LetsSwitch = true;
LetsGo = false;
}
}
if (LetsSwitch) {
if (Key.isDown(32)) {
if (_global.PAUSE) {
_global.PAUSE = false;
_level0.Begin();
} else {
_global.PAUSE = true;
}
LetsGo = true;
}
}
}
Frame 450
stopAllSounds();
Begin = function () {
if (_global.SOUND) {
var _local3 = new Sound();
_local3.attachSound("Sky");
_local3.start(0, 15);
_local3.setVolume(100);
var _local2 = new Sound();
_local2.attachSound("PlaneBuzz");
_local2.start(0, 1000);
_local2.setVolume(100);
}
};
WrongSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Wrong");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SuccessSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Success");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
if (MUSE == undefined) {
if (_global.SOUND) {
var MusicPlay = new Sound();
MusicPlay.attachSound("Sky");
MusicPlay.start(0, 15);
MusicPlay.setVolume(100);
var ActionSong = new Sound();
ActionSong.attachSound("PlaneBuzz");
ActionSong.start(0, 1000);
ActionSong.setVolume(100);
}
MUSE = true;
}
GoSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Go");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
BirdSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Bird");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
BangSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Bang");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
fscommand ("trapallkeys", true);
_global.PAUSE = false;
_global.CurrentLevel = 2;
_global.ScoreBoard = false;
_global.Action = false;
_global.GullScore = 25;
stop();
Instance of Symbol 585 MovieClip in Frame 450
onClipEvent (load) {
LetsGo = true;
LetsSwitch = false;
}
onClipEvent (enterFrame) {
if (LetsGo) {
if (Key.isDown(32)) {
LetsSwitch = false;
LetsGo = true;
} else {
LetsSwitch = true;
LetsGo = false;
}
}
if (LetsSwitch) {
if (Key.isDown(32)) {
if (_global.PAUSE) {
_global.PAUSE = false;
_level0.Begin();
} else {
_global.PAUSE = true;
}
LetsGo = true;
}
}
}
Frame 451
stopAllSounds();
Begin = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Streets");
_local2.start(0, 15);
_local2.setVolume(100);
}
};
WrongSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Wrong");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SwitchSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Switch");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
PopSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Pop");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SuccessSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Success");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
if (MUSE == undefined) {
if (_global.SOUND) {
var MusicPlay = new Sound();
MusicPlay.attachSound("Streets");
MusicPlay.start(0, 15);
MusicPlay.setVolume(100);
}
MUSE = true;
}
ActionSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Action");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
OuchSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Ouch");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
GoSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Go");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
Tennis = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Tennis");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
turnMusicOn = function () {
if (_global.SOUND) {
MusicPlay.onSoundComplete = function () {
Begin();
};
}
};
fscommand ("trapallkeys", true);
_global.PAUSE = false;
_global.CurrentLevel = 3;
stop();
Instance of Symbol 585 MovieClip in Frame 451
onClipEvent (load) {
LetsGo = true;
LetsSwitch = false;
}
onClipEvent (enterFrame) {
if (LetsGo) {
if (Key.isDown(32)) {
LetsSwitch = false;
LetsGo = true;
} else {
LetsSwitch = true;
LetsGo = false;
}
}
if (LetsSwitch) {
if (Key.isDown(32)) {
if (_global.PAUSE) {
_global.PAUSE = false;
_level0.Begin();
} else {
_global.PAUSE = true;
}
LetsGo = true;
}
}
}
Frame 452
fscommand ("trapallkeys", true);
_global.PAUSE = false;
_global.ScoreBoard = false;
_global.HUDSCORE = 11;
_global.CurrentLevel = 4;
Frame 453
MUSE = undefined;
_global.HUDSCORE--;
Frame 454
stopAllSounds();
MusicGo = false;
Begin = function () {
var _local1 = new Sound();
_local1.attachSound("Sewer");
_local1.start(0, 15);
_local1.setVolume(100);
MusicGo = true;
};
Tennis = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Tennis");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
WrongSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Wrong");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SuccessSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Success");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
if (MUSE == undefined) {
if (_global.SOUND) {
var MusicPlay = new Sound();
MusicPlay.attachSound("Sewer");
MusicPlay.start(0, 15);
MusicPlay.setVolume(100);
}
MUSE = true;
}
ActionSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Action");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
OuchSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Ouch");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
GoSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Go");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
JetSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Jet");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
stop();
Instance of Symbol 556 MovieClip in Frame 454
onClipEvent (enterFrame) {
if (_global.TIMEDONE) {
_global.ScoreBoard = true;
}
}
Instance of Symbol 585 MovieClip in Frame 454
onClipEvent (load) {
LetsGo = true;
LetsSwitch = false;
}
onClipEvent (enterFrame) {
if (LetsGo) {
if (Key.isDown(32)) {
LetsSwitch = false;
LetsGo = true;
} else {
LetsSwitch = true;
LetsGo = false;
}
}
if (LetsSwitch) {
if (Key.isDown(32)) {
if (_global.PAUSE) {
_global.PAUSE = false;
_level0.Begin();
_global.Movable = true;
} else {
_global.PAUSE = true;
_global.Movable = false;
}
LetsGo = true;
}
}
}
Frame 455
stopAllSounds();
Begin = function () {
if (_global.SOUND) {
var _local3 = new Sound();
_local3.attachSound("Sky");
_local3.start(0, 15);
_local3.setVolume(100);
var _local2 = new Sound();
_local2.attachSound("PlaneBuzz");
_local2.start(0, 1000);
_local2.setVolume(100);
}
};
WrongSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Wrong");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SuccessSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Success");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
if (MUSE == undefined) {
if (_global.SOUND) {
var MusicPlay = new Sound();
MusicPlay.attachSound("Sky");
MusicPlay.start(0, 15);
MusicPlay.setVolume(100);
var ActionSong = new Sound();
ActionSong.attachSound("PlaneBuzz");
ActionSong.start(0, 1000);
ActionSong.setVolume(100);
}
MUSE = true;
}
GoSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Go");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
BirdSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Bird");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
BangSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Bang");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
fscommand ("trapallkeys", true);
_global.PAUSE = false;
_global.CurrentLevel = 5;
_global.ScoreBoard = false;
_global.Action = false;
_global.GullScore = 50;
stop();
Instance of Symbol 585 MovieClip in Frame 455
onClipEvent (load) {
LetsGo = true;
LetsSwitch = false;
}
onClipEvent (enterFrame) {
if (LetsGo) {
if (Key.isDown(32)) {
LetsSwitch = false;
LetsGo = true;
} else {
LetsSwitch = true;
LetsGo = false;
}
}
if (LetsSwitch) {
if (Key.isDown(32)) {
if (_global.PAUSE) {
_global.PAUSE = false;
_level0.Begin();
} else {
_global.PAUSE = true;
}
LetsGo = true;
}
}
}
Frame 456
stopAllSounds();
Begin = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Arc");
_local2.start(0, 15);
_local2.setVolume(100);
}
};
Tennis = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Tennis");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
WrongSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Wrong");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SuccessSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Success");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
if (MUSE == undefined) {
if (_global.SOUND) {
var MusicPlay = new Sound();
MusicPlay.attachSound("Arc");
MusicPlay.start(0, 15);
MusicPlay.setVolume(100);
}
MUSE = true;
}
ActionSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Action");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
GoSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Go");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SpraySound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Spray");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
Ouch = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Ouch");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SnailHit = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("SnailHit");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
fscommand ("trapallkeys", true);
_global.PAUSE = false;
_global.CurrentLevel = 6;
if (_global.SOUND) {
}
stop();
Instance of Symbol 585 MovieClip in Frame 456
onClipEvent (load) {
LetsGo = true;
LetsSwitch = false;
}
onClipEvent (enterFrame) {
if (LetsGo) {
if (Key.isDown(32)) {
LetsSwitch = false;
LetsGo = true;
} else {
LetsSwitch = true;
LetsGo = false;
}
}
if (LetsSwitch) {
if (Key.isDown(32)) {
if (_global.PAUSE) {
_global.PAUSE = false;
_level0.Begin();
_global.Movable = true;
} else {
_global.PAUSE = true;
_global.Movable = false;
}
LetsGo = true;
}
}
}
Frame 457
stopAllSounds();
Begin = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Tower");
_local2.start(0, 15);
_local2.setVolume(100);
}
};
WrongSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Wrong");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SuccessSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Success");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
if (MUSE == undefined) {
if (_global.SOUND) {
var MusicPlay = new Sound();
MusicPlay.attachSound("Tower");
MusicPlay.start(0, 15);
MusicPlay.setVolume(100);
}
MUSE = true;
}
GoSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Go");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
JetSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Jet");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
OuchSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Ouch");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
BangSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Bang");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
BangSound2 = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Boom2");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
Good = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Good");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
fscommand ("trapallkeys", true);
_global.PAUSE = false;
_global.CurrentLevel = 7;
_global.ScoreBoard = false;
_global.Action = false;
stop();
Instance of Symbol 585 MovieClip in Frame 457
onClipEvent (load) {
LetsGo = true;
LetsSwitch = false;
}
onClipEvent (enterFrame) {
if (LetsGo) {
if (Key.isDown(32)) {
LetsSwitch = false;
LetsGo = true;
} else {
LetsSwitch = true;
LetsGo = false;
}
}
if (LetsSwitch) {
if (Key.isDown(32)) {
if (_global.PAUSE) {
_global.PAUSE = false;
_level0.Begin();
} else {
_global.PAUSE = true;
}
LetsGo = true;
}
}
}
Frame 458
stopAllSounds();
Begin = function () {
stopAllSounds();
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Death");
_local2.start(0, 100);
_local2.setVolume(100);
}
};
WrongSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Wrong");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SuccessSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Success");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
if (MUSE == undefined) {
if (_global.SOUND) {
var MusicPlay = new Sound();
MusicPlay.attachSound("Death");
MusicPlay.start(0, 100);
MusicPlay.setVolume(100);
}
MUSE = true;
}
OuchSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Ouch");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
SnailHit = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("SnailHit");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
_global.DeathPause = false;
_global.ScoreBoard = false;
stop();
Instance of Symbol 585 MovieClip in Frame 458
onClipEvent (load) {
LetsGo = true;
LetsSwitch = false;
}
onClipEvent (enterFrame) {
if (LetsGo) {
if (Key.isDown(32)) {
LetsSwitch = false;
LetsGo = true;
} else {
LetsSwitch = true;
LetsGo = false;
}
}
if (LetsSwitch) {
if (Key.isDown(32)) {
if (_global.PAUSE) {
_global.PAUSE = false;
_level0.Begin();
} else {
_global.PAUSE = true;
}
LetsGo = true;
}
}
}
Frame 459
stop();
Frame 461
stop();
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip Frame 1
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip Frame 1
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip Frame 1
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip Frame 1
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip Frame 1
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Symbol 7 MovieClip Frame 190
_parent.gotoAndPlay(5);
stop();
Symbol 10 MovieClip Frame 2
if (!_parent.ChangeDirection) {
gotoAndPlay (1);
}
Symbol 10 MovieClip Frame 3
stop();
Instance of Symbol 2 MovieClip in Symbol 12 MovieClip Frame 3
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 12 MovieClip Frame 3
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 12 MovieClip Frame 3
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 12 MovieClip Frame 3
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 12 MovieClip Frame 3
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Symbol 12 MovieClip Frame 10
_global.KILLS++;
stop();
Symbol 13 MovieClip [Spawn] Frame 1
BOOM = false;
Symbol 13 MovieClip [Spawn] Frame 2
stop();
Symbol 13 MovieClip [Spawn] Frame 4
stop();
Instance of Symbol 7 MovieClip "upHit" in Symbol 13 MovieClip [Spawn] Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root._root.Louvre.TopPusse.Rack.BlockadeRack)) {
_level0.HitSound();
_parent.DEADLY = true;
_parent.LetsKill = true;
_parent.goneThrough = false;
}
}
Symbol 13 MovieClip [Spawn] Frame 6
BOOM = true;
ChangeDirection = false;
if (this._x < _parent.TopPusse._x) {
Changes = 25;
ChangeDirection = true;
} else {
ChangeDirection = false;
Changes = -25;
}
this.HIT = false;
stop();
Symbol 13 MovieClip [Spawn] Frame 8
stop();
Symbol 24 Button
on (release) {
getURL ("http://www.ArmorGames.com", blank);
}
Instance of Symbol 35 MovieClip in Symbol 38 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.gotoAndPlay("Map");
}
}
Symbol 39 Button
on (release) {
getURL ("http://www.Peturo.com", blank);
}
Symbol 41 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
mod = PercentLoaded % 1;
LoadingVar = PercentLoaded - mod;
if (PercentLoaded > 99) {
_root.play();
}
Symbol 41 MovieClip Frame 2
gotoAndPlay (1);
Symbol 43 Button
on (release) {
gotoAndPlay ("Titles");
}
Symbol 45 Button
on (release) {
getURL ("http://www.Peturo.com", blank);
}
Symbol 47 MovieClip Frame 81
_root.play();
Symbol 50 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 94 Button
on (release) {
_root.play();
}
Symbol 95 MovieClip Frame 143
_root.play();
stop();
Symbol 98 Button
on (release) {
getURL ("http://www.ArmorGames.com", blank);
}
Symbol 101 Button
on (release) {
_global.MENU = true;
_root.gotoAndPlay("Settings");
}
Symbol 106 Button
on (release) {
_global.MENU = false;
_root.gotoAndPlay("BeginTro");
}
Symbol 134 MovieClip Frame 1
stop();
Symbol 139 Button
on (release) {
_quality = "LOW";
}
Symbol 141 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 143 Button
on (release) {
_quality = "HIGH";
}
Symbol 145 Button
on (release) {
_global.SOUND = true;
stopAllSounds();
var ActionSong = new Sound();
ActionSong.attachSound("Menu");
ActionSong.start(0, 100);
ActionSong.setVolume(100);
_global.fromMENU = true;
}
Symbol 147 Button
on (release) {
stopAllSounds();
_global.SOUND = false;
}
Symbol 151 Button
on (release) {
if (_global.MENU) {
_global.fromMENU = true;
gotoAndPlay ("start");
} else {
_global.fromMENU = true;
gotoAndPlay ("Map");
}
}
Symbol 154 Button
on (release) {
if (_global.MENU) {
_global.fromMENU = true;
gotoAndPlay ("start");
} else {
_global.fromMENU = true;
gotoAndPlay ("Map");
}
}
Symbol 158 Button
on (release) {
if (_global.MENU) {
_global.fromMENU = true;
gotoAndPlay ("start");
} else {
_global.fromMENU = true;
gotoAndPlay ("Map");
}
}
Symbol 161 Button
on (release) {
_global.CHEATER = true;
}
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 2
stop();
Symbol 167 Button
on (release) {
_global.fromMENU = true;
gotoAndPlay ("Map");
}
Symbol 177 Button
on (release) {
ab20_09 = new LoadVars();
ab20_09.z = NameHere;
ab20_09.x = _global.TOTALTIME;
ab20_09.c = 366;
ab20_09.v = "BCEMSE";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
_global.SUBMITTEDTIME = _global.TOTALTIME;
_global.fromMENU = true;
_level0.gotoAndPlay("map");
}
Symbol 181 Button
on (release) {
getURL ("http://www.armorbot.com/mytable/?id=366", blank);
}
Symbol 182 MovieClip Frame 1
LevelsComplete = _global.LevelsDone + " /8";
stop();
Symbol 182 MovieClip Frame 2
Total = ("Your Total Time: " + _global.TOTALTIME) + " seconds";
if (_global.SUBMITTEDTIME != undefined) {
if ((_global.SUBMITTEDTIME - 10) < _global.TOTALTIME) {
Submit.enabled = false;
Submit._alpha = 60;
Warning = ("You must beat your previous time of " + _global.SUBMITTEDTIME) + " seconds by more than 10 seconds to re-submit";
} else {
Submit.enabled = true;
Submit._alpha = 100;
}
}
stop();
Symbol 184 Button
on (release) {
_global.fromMENU = true;
gotoAndPlay ("Map");
}
Symbol 202 MovieClip Frame 10
stop();
Symbol 205 Button
on (release) {
_global.fromMENU = true;
gotoAndPlay ("Map");
}
Symbol 208 Button
on (release) {
nextFrame();
}
Symbol 213 MovieClip Frame 10
stop();
Instance of Symbol 216 MovieClip "Hitter" in Symbol 217 MovieClip Frame 1
onClipEvent (load) {
}
Symbol 235 MovieClip Frame 30
_parent.JUMPED = true;
_root.gotoAndPlay("Stop");
Symbol 235 MovieClip Frame 31
_parent.JUMPED = true;
stop();
Symbol 247 MovieClip Frame 1
_parent.HITTER = false;
Symbol 247 MovieClip Frame 8
_parent.HITTER = true;
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (40);
}
Symbol 254 MovieClip Frame 1
JUMPED = true;
HITTER = true;
JETSET = true;
stop();
Instance of Symbol 217 MovieClip "Hitter" in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_level0.ARC.TopEscargot.Firer.Red.Guns.Hitter.Hitter)) {
_level0.ARC.Stunned();
}
}
Symbol 254 MovieClip Frame 3
JUMPED = true;
HITTER = true;
JETSET = true;
stop();
Symbol 254 MovieClip Frame 5
JUMPED = false;
HITTER = true;
JETSET = true;
stop();
Symbol 254 MovieClip Frame 7
HITTER = false;
JETSET = true;
JUMPED = true;
_level0.Tennis();
stop();
Instance of Symbol 217 MovieClip "Hitter" in Symbol 254 MovieClip Frame 7
onClipEvent (enterFrame) {
if (hitTest(_level0.ARC.TopEscargot.Firer.Red.Guns.Hitter.Hitter)) {
_level0.ARC.Stunned();
}
}
Symbol 254 MovieClip Frame 9
HITTER = true;
JETSET = false;
JUMPED = true;
stop();
Symbol 273 Button
on (release) {
_global.fromMENU = true;
gotoAndPlay ("Map");
}
Symbol 281 MovieClip Frame 10
stop();
Symbol 283 Button
on (release) {
stopAllSounds();
gotoAndPlay ("Plane2");
}
Symbol 286 Button
on (release) {
_global.fromMENU = true;
gotoAndPlay ("Map");
}
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 3
stop();
Symbol 309 Button
on (release) {
gotoAndPlay ("Streets2");
}
Symbol 321 Button
on (release) {
gotoAndPlay ("Louvre2");
}
Symbol 330 Button
on (release) {
gotoAndPlay ("Sewersn");
}
Symbol 353 MovieClip Frame 3
_level0.ARC.TopEscargot.gotoAndPlay("Hit");
Symbol 353 MovieClip Frame 10
_global.Fired = true;
_global.HIT = true;
_global.MirrorsHit++;
Symbol 353 MovieClip Frame 21
stop();
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 2
if (_global.SOUND) {
var ActionSong = new Sound();
ActionSong.attachSound("Success");
ActionSong.start(0, 1);
ActionSong.setVolume(100);
_global.fromMENU = true;
}
stop();
Instance of Symbol 349 MovieClip in Symbol 354 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_level0.ARC.TopEscargot.Firer.Red.Guns.Out)) {
_parent.gotoAndPlay(3);
}
}
Symbol 354 MovieClip Frame 4
READY = false;
Symbol 354 MovieClip Frame 24
stop();
Symbol 356 Button
on (release) {
gotoAndPlay ("Arc2");
}
Symbol 362 MovieClip Frame 17
stop();
Symbol 363 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 2
_level0.BirdSound();
stop();
Symbol 368 MovieClip Frame 1
gotoAndPlay(Math.round(Math.random() * 15) - 0);
Symbol 368 MovieClip Frame 27
stop();
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 2
_level0.BangSound();
stop();
Symbol 373 Button
on (release) {
gotoAndPlay ("SkyOne2");
}
Symbol 383 MovieClip Frame 2
gotoAndPlay (1);
Symbol 383 MovieClip Frame 15
_global.LeGren = true;
Symbol 385 Button
on (release) {
gotoAndPlay ("Tower2");
}
Symbol 394 Button
on (release) {
gotoAndPlay ("Death2");
}
Symbol 397 Button
on (release) {
gotoAndPlay ("Sky2");
}
Symbol 403 Button
on (release) {
gotoAndPlay ("Cheats");
}
Symbol 434 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 2
stop();
Symbol 434 MovieClip Frame 3
stop();
Symbol 434 MovieClip Frame 4
stop();
Symbol 434 MovieClip Frame 5
stop();
Symbol 434 MovieClip Frame 6
stop();
Symbol 434 MovieClip Frame 7
stop();
Symbol 434 MovieClip Frame 8
stop();
Symbol 434 MovieClip Frame 9
stop();
Symbol 434 MovieClip Frame 10
stop();
Symbol 434 MovieClip Frame 11
stop();
Symbol 434 MovieClip Frame 12
stop();
Symbol 434 MovieClip Frame 13
stop();
Symbol 434 MovieClip Frame 14
stop();
Symbol 455 MovieClip Frame 1
stop();
Symbol 455 MovieClip Frame 2
stop();
Symbol 455 MovieClip Frame 3
stop();
Symbol 455 MovieClip Frame 4
stop();
Symbol 455 MovieClip Frame 5
stop();
Symbol 455 MovieClip Frame 6
stop();
Symbol 455 MovieClip Frame 7
stop();
Symbol 455 MovieClip Frame 8
stop();
Symbol 455 MovieClip Frame 9
stop();
Symbol 455 MovieClip Frame 10
stop();
Symbol 455 MovieClip Frame 11
stop();
Symbol 456 Button
on (release) {
gotoAndPlay ("Settings");
}
Symbol 459 Button
on (release) {
gotoAndPlay ("BeginTro");
}
Symbol 461 Button
on (release) {
_global.CurrentLevel = 0;
gotoAndPlay ("Plane");
}
on (rollOver) {
_level0.SwitchSound();
_level0.Names.gotoAndPlay(3);
Timer = _level0._global.PlaneTime;
_level0.Grade.gotoAndPlay(_level0._global.PlaneGrade);
}
on (rollOut) {
Timer = "";
_level0.Names.gotoAndPlay(1);
_level0.Grade.gotoAndPlay(12);
}
Symbol 466 Button
on (release) {
_global.CurrentLevel = 3;
gotoAndPlay ("Streets");
}
on (rollOver) {
_level0.Names.gotoAndPlay(6);
_level0.SwitchSound();
Timer = _level0._global.StreetsTime;
_level0.Grade.gotoAndPlay(_level0._global.StreetsGrade);
}
on (rollOut) {
Timer = "";
_level0.Names.gotoAndPlay(1);
_level0.Grade.gotoAndPlay(12);
}
Symbol 469 Button
on (release) {
_global.CurrentLevel = 1;
gotoAndPlay ("Louvre");
}
on (rollOver) {
_level0.Names.gotoAndPlay(4);
_level0.SwitchSound();
Timer = _level0._global.LouvreTime;
_level0.Grade.gotoAndPlay(_level0._global.LouvreGrade);
}
on (rollOut) {
Timer = "";
_level0.Names.gotoAndPlay(1);
_level0.Grade.gotoAndPlay(12);
}
Symbol 474 Button
on (release) {
_global.CurrentLevel = 4;
gotoAndPlay ("Sewers");
}
on (rollOver) {
_level0.Names.gotoAndPlay(7);
_level0.SwitchSound();
Timer = _level0._global.SewersTime;
_level0.Grade.gotoAndPlay(_level0._global.SewersGrade);
}
on (rollOut) {
Timer = "";
_level0.Names.gotoAndPlay(1);
_level0.Grade.gotoAndPlay(12);
}
Symbol 475 Button
on (release) {
_global.CurrentLevel = 6;
gotoAndPlay ("Arc");
}
on (rollOver) {
_level0.Names.gotoAndPlay(9);
_level0.SwitchSound();
Timer = _level0._global.ArcTime;
_level0.Grade.gotoAndPlay(_level0._global.ArcGrade);
}
on (rollOut) {
Timer = "";
_level0.Names.gotoAndPlay(1);
_level0.Grade.gotoAndPlay(12);
}
Symbol 478 Button
on (release) {
_global.CurrentLevel = 5;
gotoAndPlay ("Sky");
}
on (rollOver) {
_level0.Names.gotoAndPlay(8);
_level0.SwitchSound();
_level0.Grade.gotoAndPlay(_level0._global.SkyGrade);
Timer = _level0._global.SkyTime;
}
on (rollOut) {
_level0.Names.gotoAndPlay(1);
_level0.Grade.gotoAndPlay(12);
Timer = "";
}
Symbol 481 Button
on (release) {
_global.CurrentLevel = 7;
gotoAndPlay ("Tower");
}
on (rollOver) {
_level0.Names.gotoAndPlay(10);
_level0.SwitchSound();
Timer = _level0._global.TowerTime;
_level0.Grade.gotoAndPlay(_level0._global.TowerGrade);
}
on (rollOut) {
Timer = "";
_level0.Names.gotoAndPlay(1);
_level0.Grade.gotoAndPlay(12);
}
Symbol 484 Button
on (release) {
gotoAndPlay ("Credits");
}
Symbol 487 Button
on (release) {
gotoAndPlay ("HighScores");
}
Symbol 490 Button
on (release) {
gotoAndPlay ("Death");
}
on (rollOver) {
_level0.Names.gotoAndPlay(11);
}
on (rollOut) {
_level0.Names.gotoAndPlay(1);
}
Symbol 494 Button
on (release) {
_global.CurrentLevel = 2;
gotoAndPlay ("SkyOne");
}
on (rollOver) {
_level0.Names.gotoAndPlay(5);
_level0.SwitchSound();
_level0.Grade.gotoAndPlay(_level0._global.SkyOneGrade);
Timer = _level0._global.SkyOneTime;
}
on (rollOut) {
_level0.Names.gotoAndPlay(1);
_level0.Grade.gotoAndPlay(12);
Timer = "";
}
Symbol 505 MovieClip Frame 1
Objects = [One, Two, Three, Four, Five];
Places = [230];
Reset = function () {
i = 0;
while (i <= 7) {
Objects[i]._x = Objects[i].ResetX;
Objects[i]._y = Objects[i].ResetY;
i++;
}
};
Symbol 526 MovieClip Frame 1
Objects = [One, Two, Three, Four, Five];
Places = [230];
Reset = function () {
i = 0;
while (i <= 7) {
Objects[i]._x = Objects[i].ResetX;
Objects[i]._y = Objects[i].ResetY;
i++;
}
};
Instance of Symbol 507 MovieClip "Five" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = -8;
this.ResetY = 89.3;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATONEOK) {
_parent.Reset();
}
}
Instance of Symbol 509 MovieClip "Four" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = -20.5;
this.ResetY = -10.2;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATONEOK) {
_parent.Reset();
}
}
Instance of Symbol 511 MovieClip "Three" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = 0;
this.ResetY = 21.1;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATONEOK) {
_parent.Reset();
}
}
Instance of Symbol 513 MovieClip "Two" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = 35.7;
this.ResetY = -78.45;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATONEOK) {
_parent.Reset();
}
}
Instance of Symbol 515 MovieClip "One" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = 30.1;
this.ResetY = -76.85;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATONEOK) {
_parent.Reset();
}
}
Instance of Symbol 517 MovieClip "TFive" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = 49;
this.ResetY = 124.25;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATTWOOK) {
_parent.Reset();
}
}
Instance of Symbol 519 MovieClip "TFour" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = 49.9;
this.ResetY = 51.75;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATTWOOK) {
_parent.Reset();
}
}
Instance of Symbol 521 MovieClip "TThree" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = 47.85;
this.ResetY = -41.6;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATTWOOK) {
_parent.Reset();
}
}
Instance of Symbol 523 MovieClip "TTwo" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = 7.95;
this.ResetY = -46.2;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATTWOOK) {
_parent.Reset();
}
}
Instance of Symbol 525 MovieClip "TOne" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
this.ResetX = -35.6;
this.ResetY = -40.35;
this._y = 124.25;
}
onClipEvent (enterFrame) {
if (_global.SATTWOOK) {
_parent.Reset();
}
}
Symbol 528 MovieClip Frame 1
clearInterval(Timeski);
clearInterval(OutCome);
MusicSound = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Plane");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
NOTCLEAR = false;
_global.Bang = 0;
_global.Position = 1;
_global.KILLS = 0;
_global.TIMED = 0;
_global.Claim = 0;
_global.SATTWOOK = false;
_global.SATONEOK = false;
_global.Action = false;
_global.ScoreBoard = false;
_global.CreateRate = 10;
_global.HLevel = [485];
ALLCOMP1 = [_root.Plane.SatsComp.One, _root.Plane.SatsComp.Two, _root.Plane.SatsComp.Three, _root.Plane.SatsComp.Four, _root.Plane.SatsComp.Five];
ALLCOMP2 = [_root.Plane.SatsComp.Six, _root.Plane.SatsComp.Seven, _root.Plane.SatsComp.Eight, _root.Plane.SatsComp.Nine, _root.Plane.SatsComp.Ten];
oo = 0;
while (oo < ALLCOMP1.length) {
ALLCOMP1[oo]._alpha = 25;
oo++;
}
oo = 0;
while (oo < ALLCOMP2.length) {
ALLCOMP2[oo]._alpha = 25;
oo++;
}
SATTONE = [_root.Plane.Satelites.One.One, _root.Plane.Satelites.One.Two, _root.Plane.Satelites.One.Three, _root.Plane.Satelites.One.Four, _root.Plane.Satelites.One.Five];
SATTTWO = [_root.Plane.Satelites.One.TOne, _root.Plane.Satelites.One.TTwo, _root.Plane.Satelites.One.TThree, _root.Plane.Satelites.One.TFour, _root.Plane.Satelites.One.TFive];
_global.LLevel = [0];
_global.Current = 0;
_global.Walking = false;
clearOff = function () {
oo = 0;
while (oo < ALLCOMP1.length) {
ALLCOMP1[oo]._alpha = 0;
oo++;
}
};
clearOff2 = function () {
oc = 0;
while (oc < ALLCOMP2.length) {
ALLCOMP2[oc]._alpha = 0;
oc++;
}
};
stop();
Instance of Symbol 274 MovieClip "BGPlane" in Symbol 528 MovieClip Frame 1
onClipEvent (load) {
RightMove = 415.2;
this._x = RightMove;
Left = false;
Right = false;
hereBe = this._x;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (hereBe == thereBe) {
_global.BadSpeed = 3;
_global.Walking = false;
_global.CreateBad = true;
}
hereBe = this._x;
if (_global.Movable) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
_global.CreateBad = true;
this._x = this._x - 7;
_global.Walking = true;
_global.Position++;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
_global.CreateBad = true;
this._x = this._x + 7;
_global.Walking = true;
_global.Position--;
}
}
thereBe = this._x;
}
}
Instance of Symbol 504 MovieClip "SatsComp" in Symbol 528 MovieClip Frame 1
onClipEvent (load) {
RightMove = 1190;
this._x = RightMove;
Left = false;
Right = false;
hereBe = this._x;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (hereBe == thereBe) {
_global.Walking = false;
}
hereBe = this._x;
if (_global.Movable) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 7;
_global.Walking = true;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 7;
_global.Walking = true;
}
}
thereBe = this._x;
}
}
Instance of Symbol 527 MovieClip "Satelites" in Symbol 528 MovieClip Frame 1
onClipEvent (load) {
Left = false;
Right = false;
hereBe = this._x;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (hereBe == thereBe) {
_global.BadSpeed = 3;
_global.Walking = false;
_global.CreateBad = true;
}
hereBe = this._x;
if (_global.Movable) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
_global.CreateBad = true;
this._x = this._x - 7;
_global.Walking = true;
_global.Position++;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
_global.CreateBad = true;
this._x = this._x + 7;
_global.Walking = true;
_global.Position--;
}
}
thereBe = this._x;
}
}
Instance of Symbol 254 MovieClip "TopPusse" in Symbol 528 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay("Jump");
Position = 0;
RightMove = -550;
LeftMove = -450;
this._x = RightMove + 5;
this._y = -250;
Left = false;
Right = false;
_global.Jump = false;
_global.Movable = false;
_global.BadSpeed = 5;
IsLeft = false;
ThereBe = this._x;
HereBe = this._x;
LetsSwitch = true;
JustPress = true;
collected = false;
Before = 0;
After = _global.Current;
HowMany = 0;
HowMany2 = 0;
SatDONE = 0;
no = false;
no2 = false;
}
onClipEvent (enterFrame) {
if (_global.ScoreGrade > _global.PlaneGrade) {
_global.PlaneGrade = _global.ScoreGrade;
}
if ((HowMany == 5) && (!no)) {
_parent.SatsComp.SatOne._alpha = 100;
_parent.clearOff();
SatDONE++;
no = true;
}
if ((HowMany2 == 5) && (!no2)) {
_parent.SatsComp.SatTwo._alpha = 100;
_parent.clearOff2();
SatDONE++;
no2 = true;
}
if (SatDONE == 2) {
clearInterval(_parent.TIMEDOUTCOME);
_global.ScoreBoard = true;
_global.PlaneDone = true;
}
_global.Action = false;
if (!collected) {
i = 0;
while (i < 5) {
_level0.Plane.TopPusse.LePusse.Blocker1;
hitTest(_parent.SATTONE[i]) || (_level0.Plane.TopPusse.LePusse.Blocker2);
if (hitTest(_parent.SATTONE[i])) {
_global.Action = true;
if (Key.isDown(68)) {
_level0.ActionSound();
_root.Current.gotoAndStop(11 - i);
UpAndReady = _parent.SATTONE[i];
_parent.SATTONE[i]._y = 500;
_parent.SATTONE[i]._alpha = 0;
collected = true;
SatOne = true;
}
}
i++;
}
p = 0;
while (p < 5) {
_level0.Plane.TopPusse.LePusse.Blocker1;
hitTest(_parent.SATTTWO[p]) || (_level0.Plane.TopPusse.LePusse.Blocker2);
if (hitTest(_parent.SATTTWO[p])) {
_global.Action = true;
if (Key.isDown(68)) {
_level0.ActionSound();
_root.Current.gotoAndStop(6 - p);
UpAndReady = _parent.SATTTWO[p];
_parent.SATTTWO[p]._y = 500;
_parent.SATTTWO[p]._alpha = 0;
collected = true;
SatOne = false;
}
}
p++;
}
}
if (hitTest(_parent.SatsComp.SatOne)) {
if (collected) {
_global.Action = true;
}
if (Key.isDown(68)) {
if (SatOne) {
if (collected) {
_level0.SuccessSound();
_parent.ALLCOMP1[HowMany]._alpha = 100;
HowMany++;
collected = false;
_root.Current.gotoAndStop(1);
_global.Action = false;
}
} else if (collected) {
UpAndReady._alpha = 100;
UpAndReady._y = 100;
_root.Current.gotoAndPlay(13);
_global.HUDSCORE--;
_level0.WrongSound();
if (_global.HUDSCORE < 2) {
_global.ScoreBoard = true;
_global.PAUSE = true;
_global.FAIL = true;
}
collected = false;
}
}
}
if (hitTest(_parent.SatsComp.SatTwo)) {
if (collected) {
_global.Action = true;
}
if (Key.isDown(68)) {
if (!SatOne) {
if (collected) {
_level0.SuccessSound();
_parent.ALLCOMP2[HowMany2]._alpha = 100;
HowMany2++;
collected = false;
_root.Current.gotoAndStop(1);
_global.Action = false;
}
} else if (collected) {
_level0.WrongSound();
UpAndReady._alpha = 100;
UpAndReady._y = 100;
_root.Current.gotoAndPlay(13);
_global.HUDSCORE--;
if (_global.HUDSCORE < 2) {
_global.ScoreBoard = true;
_global.PAUSE = true;
_global.FAIL = true;
}
collected = false;
}
}
}
if (JustPress) {
if (((Key.isDown(68) || (Key.isDown(65))) || (Key.isDown(83))) || (Key.isDown(32))) {
LetsSwitch = false;
JustPress = true;
} else {
LetsSwitch = true;
JustPress = false;
}
}
if (!_global.PAUSE) {
if (Before < After) {
Before++;
}
_global.Movable = false;
if (HereBe == ThereBe) {
Stopped = true;
}
if (this.JUMPED && (this.HITTER)) {
if (LetsSwitch) {
if (Key.isDown(83)) {
if (this.JUMPED) {
this.JUMPED = false;
this.gotoAndStop("Jump");
JustPress = true;
}
}
if (Key.isDown(65)) {
if (this.HITTER) {
this.HITTER = false;
this.gotoAndStop("Rack");
JustPress = true;
}
}
}
}
HereBe = this._x;
if (Key.isDown(39)) {
if (IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = false;
_global.Home = true;
if (this._x < (LeftMove + 5)) {
this._x = this._x + 5;
_global.Movable = false;
_global.Walking = true;
LetsWalk = true;
} else {
_global.Movable = true;
}
}
if (Key.isDown(37)) {
if (!IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = true;
_global.Home = false;
if (this._x > (RightMove - 5)) {
this._x = this._x - 5;
_global.Movable = false;
_global.Walking = true;
} else {
_global.Movable = true;
}
}
if (Stopped) {
if (this.JUMPED && (this.HITTER)) {
if (_global.Movable || (_global.Walking)) {
this.gotoAndStop("Right");
} else {
this.gotoAndStop("Stop");
}
}
}
ThereBe = this._x;
After = _global.Current;
} else {
this.gotoAndStop("Stop");
}
}
Symbol 533 MovieClip Frame 1
stop();
Instance of Symbol 530 MovieClip in Symbol 533 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._alpha > 25) {
this._alpha = this._alpha - 7;
}
}
Symbol 533 MovieClip Frame 2
stop();
Symbol 533 MovieClip Frame 3
stop();
Symbol 533 MovieClip Frame 4
stop();
Symbol 533 MovieClip Frame 5
stop();
Symbol 533 MovieClip Frame 6
stop();
Symbol 533 MovieClip Frame 7
stop();
Symbol 533 MovieClip Frame 8
stop();
Symbol 533 MovieClip Frame 9
stop();
Symbol 533 MovieClip Frame 10
stop();
Symbol 533 MovieClip Frame 11
stop();
Symbol 547 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 2
stop();
Symbol 547 MovieClip Frame 3
stop();
Symbol 547 MovieClip Frame 4
stop();
Symbol 547 MovieClip Frame 5
stop();
Symbol 547 MovieClip Frame 6
stop();
Symbol 547 MovieClip Frame 7
stop();
Symbol 547 MovieClip Frame 8
stop();
Symbol 547 MovieClip Frame 9
stop();
Symbol 547 MovieClip Frame 10
stop();
Symbol 551 MovieClip Frame 2
if (!_global.Action) {
gotoAndPlay (1);
}
Symbol 551 MovieClip Frame 4
if (_global.Action) {
gotoAndPlay (3);
}
Instance of Symbol 547 MovieClip in Symbol 556 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndPlay(_global.HUDSCORE);
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 1
onClipEvent (load) {
_global.TIMEDONE = false;
Seconds = _global.TIMELIMIT;
count = 0;
}
onClipEvent (enterFrame) {
_global.TIMED = Seconds;
if ((!_global.TIMEDONE) && (!_global.PAUSE)) {
Gap = "";
Min = Seconds / 60;
Sec = Seconds % 60;
minus = Min % 1;
Min = Min - minus;
if (Sec < 10) {
Gap = "0";
}
TimeDown = ((Min + ":") + Gap) + Sec;
if (count > 29) {
Seconds--;
count = 0;
}
count++;
if (Seconds < 0) {
_global.TIMEDONE = true;
_global.ScoreBoard = true;
_global.PAUSE = true;
_global.FAIL = true;
Seconds = 0;
}
}
}
Symbol 557 Button
on (release) {
getURL ("http://www.Peturo.com/", blank);
}
Symbol 560 Button
on (release) {
if (_global.SOUND) {
var ActionSong = new Sound();
ActionSong.attachSound("Menu");
ActionSong.start(0, 100);
ActionSong.setVolume(100);
}
_level0.gotoAndPlay("Map");
}
Symbol 564 Button
on (release) {
_quality = "HIGH";
}
Symbol 566 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 568 Button
on (release) {
_quality = "LOW";
}
Symbol 573 Button
on (release) {
if (_global.SOUND) {
stopAllSounds();
_global.SOUND = false;
} else {
_global.SOUND = true;
}
}
Symbol 575 MovieClip Frame 1
stop();
Symbol 575 MovieClip Frame 2
stop();
Symbol 582 Button
on (release) {
_global.PAUSE = false;
_level0.Begin();
}
Symbol 585 MovieClip Frame 2
if (!_global.PAUSE) {
gotoAndPlay (1);
}
if (_global.ScoreBoard) {
gotoAndPlay (1);
}
Symbol 585 MovieClip Frame 3
stopAllSounds();
Instance of Symbol 575 MovieClip "Sounder" in Symbol 585 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_global.SOUND) {
this.gotoAndPlay(1);
} else {
this.gotoAndPlay(2);
}
}
Symbol 585 MovieClip Frame 11
if (_global.PAUSE) {
gotoAndPlay (10);
}
if (_global.ScoreBoard) {
gotoAndPlay (1);
}
if (Key.isDown(27)) {
_level0.gotoAndPlay("Map");
}
Symbol 587 Button
on (release) {
if (_global.LevelsDone > 7) {
if (_global.CurrentLevel == 7) {
_level0.gotoAndPlay("GameOver");
} else {
_level0.gotoAndPlay("Map");
}
} else {
_level0.gotoAndPlay("Map");
}
}
Symbol 589 MovieClip Frame 2
if (Key.isDown(73)) {
Cheater = true;
_global.ScoreBoard = true;
} else {
Cheater = false;
}
if (!_global.ScoreBoard) {
gotoAndPlay (1);
}
Symbol 589 MovieClip Frame 3
stopAllSounds();
Symbol 589 MovieClip Frame 15
_global.PAUSE = true;
stopAllSounds();
bb = 0;
LevelGrade = [bb, _level0._global.PlaneGrade, _level0._global.StreetsGrade, _level0._global.LouvreGrade, _level0._global.SewersGrade, _level0._global.ArcGrade, _level0._global.SkyGrade, _level0._global.TowerGrade, enab];
if (Cheater) {
_global.TIMED = (_global.TIMELIMIT - 180) + 20;
}
ti = _global.TIMELIMIT - _global.TIMED;
TotalPlayTime = ti;
if (_global.FAIL) {
_level0.WrongSound();
Grade.Grade.gotoAndPlay(11);
ScoreGrade = 11;
} else {
_level0.SuccessSound();
if (ti < 60) {
Grade.Grade.gotoAndPlay(2);
ScoreGrade = 2;
} else {
gop = ti - 60;
gop = gop / 12;
gopt = gop % 1;
gop = gop - gopt;
Grade.Grade.gotoAndPlay(gop + 2);
ScoreGrade = gop + 2;
}
}
switch (_level0._global.CurrentLevel) {
case 0 :
if (!_global.FAIL) {
if (_level0._global.PlaneTime > TotalPlayTime) {
_level0._global.PlaneTime = TotalPlayTime;
}
}
if (ScoreGrade < _level0._global.PlaneGrade) {
_level0._global.PlaneGrade = ScoreGrade;
}
break;
case 1 :
if (!_global.FAIL) {
if (_level0._global.LouvreTime > TotalPlayTime) {
_level0._global.LouvreTime = TotalPlayTime;
}
}
if (ScoreGrade < _level0._global.LouvreGrade) {
_level0._global.LouvreGrade = ScoreGrade;
}
break;
case 2 :
if (!_global.FAIL) {
if (_level0._global.SkyOneTime > TotalPlayTime) {
_level0._global.SkyOneTime = TotalPlayTime;
}
}
if (ScoreGrade < _level0._global.SkyOneGrade) {
_level0._global.SkyOneGrade = ScoreGrade;
}
break;
case 3 :
if (!_global.FAIL) {
if (_level0._global.StreetsTime > TotalPlayTime) {
_level0._global.StreetsTime = TotalPlayTime;
}
}
if (ScoreGrade < _level0._global.StreetsGrade) {
_level0._global.StreetsGrade = ScoreGrade;
}
break;
case 4 :
if (!_global.FAIL) {
if (_level0._global.SewersTime > TotalPlayTime) {
_level0._global.SewersTime = TotalPlayTime;
}
}
if (ScoreGrade < _level0._global.SewersGrade) {
_level0._global.SewersGrade = ScoreGrade;
}
break;
case 5 :
if (!_global.FAIL) {
if (_level0._global.SkyTime > TotalPlayTime) {
_level0._global.SkyTime = TotalPlayTime;
}
}
if (ScoreGrade < _level0._global.SkyGrade) {
_level0._global.SkyGrade = ScoreGrade;
}
break;
case 6 :
if (!_global.FAIL) {
if (_level0._global.ArcTime > TotalPlayTime) {
_level0._global.ArcTime = TotalPlayTime;
}
}
if (ScoreGrade < _level0._global.ArcGrade) {
_level0._global.ArcGrade = ScoreGrade;
}
break;
case 7 :
if (!_global.FAIL) {
if (_level0._global.TowerTime > TotalPlayTime) {
_level0._global.TowerTime = TotalPlayTime;
}
}
if (ScoreGrade >= _level0._global.TowerGrade) {
break;
}
_level0._global.TowerGrade = ScoreGrade;
}
if (_global.SOUND) {
var ActionSong = new Sound();
ActionSong.attachSound("Menu");
ActionSong.start(0, 100);
ActionSong.setVolume(100);
_global.fromMENU = true;
}
LevelGrade = [_level0._global.PlaneGrade, _level0._global.LouvreGrade, _level0._global.SkyOneGrade, _level0._global.StreetsGrade, _level0._global.SewersGrade, _level0._global.SkyGrade, _level0._global.ArcGrade, _level0._global.TowerGrade];
_global.LevelsDone = 0;
i = 0;
while (i < LevelGrade.length) {
if (LevelGrade[i] < 11) {
_global.LevelsDone++;
}
i++;
}
LevelTime = [_level0._global.PlaneTime, _level0._global.LouvreTime, _level0._global.SkyOneTime, _level0._global.StreetsTime, _level0._global.SewersTime, _level0._global.SkyTime, _level0._global.ArcTime, _level0._global.TowerTime];
if (_global.LevelsDone > 1) {
_global.TOTALTIME = 0;
lol = 0;
while (lol < LevelTime.length) {
_global.TOTALTIME = _global.TOTALTIME + LevelTime[lol];
lol++;
}
}
stop();
Symbol 592 MovieClip Frame 2
if (_global.SOUND) {
var ActionSong = new Sound();
ActionSong.attachSound("Success");
ActionSong.start(0, 1);
ActionSong.setVolume(100);
_global.fromMENU = true;
}
Symbol 592 MovieClip Frame 20
stop();
Symbol 617 MovieClip Frame 1
stop();
Symbol 617 MovieClip Frame 2
if (_global.SOUND) {
var ActionSong = new Sound();
ActionSong.attachSound("Success");
ActionSong.start(0, 1);
ActionSong.setVolume(100);
_global.fromMENU = true;
}
_level0.instance1.SwitchBoard[_global.Current].Checker();
stop();
Symbol 617 MovieClip Frame 3
gotoAndPlay (2);
Symbol 624 MovieClip Frame 1
_parent.clue--;
Symbol 624 MovieClip Frame 2
_parent.Checker();
stop();
Symbol 624 MovieClip Frame 3
_parent.clue++;
Symbol 624 MovieClip Frame 4
_parent.Checker();
stop();
Symbol 627 MovieClip Frame 1
_parent.clue--;
_parent.A.play();
_parent.B.play();
Symbol 627 MovieClip Frame 2
stop();
Symbol 627 MovieClip Frame 3
_parent.clue++;
_parent.A.play();
_parent.B.play();
Symbol 627 MovieClip Frame 4
stop();
Symbol 636 MovieClip Frame 2
if (!_global.Wall2) {
gotoAndPlay (1);
}
Symbol 636 MovieClip Frame 3
if (_global.SOUND) {
var ActionSong = new Sound();
ActionSong.attachSound("Success");
ActionSong.start(0, 1);
ActionSong.setVolume(100);
_global.fromMENU = true;
}
Symbol 636 MovieClip Frame 30
_global.DYNAMITE = false;
_global.Current++;
Symbol 636 MovieClip Frame 60
stop();
Symbol 639 MovieClip Frame 2
if (_global.DYNAMITE || (_global.Current > 1)) {
gotoAndPlay (1);
}
Symbol 639 MovieClip Frame 4
if (_global.DYNAMITE) {
gotoAndPlay (1);
}
Symbol 639 MovieClip Frame 22
gotoAndPlay (3);
Instance of Symbol 638 MovieClip in Symbol 639 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_global.DYNAMITE) {
this.removeMovieClip();
}
}
Symbol 640 MovieClip Frame 1
A.gotoAndPlay(3);
B.gotoAndPlay(1);
C.gotoAndPlay(1);
clue = 3;
Checker = function () {
if (_global.Current == 1) {
if (_global.DYNAMITE) {
if (clue == 3) {
_global.Wall2 = true;
}
}
}
};
Instance of Symbol 636 MovieClip "W" in Symbol 640 MovieClip Frame 1
onClipEvent (load) {
clue = 2;
}
onClipEvent (enterFrame) {
if (clue == 3) {
_global.Wall2 = true;
}
}
Symbol 643 MovieClip Frame 2
if (_global.DYNAMITE || (_global.Current > 0)) {
gotoAndPlay (1);
}
Symbol 643 MovieClip Frame 4
if (_global.DYNAMITE) {
gotoAndPlay (1);
}
Symbol 643 MovieClip Frame 22
gotoAndPlay (3);
Instance of Symbol 638 MovieClip in Symbol 643 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_global.DYNAMITE) {
this.removeMovieClip();
}
}
Symbol 644 MovieClip Frame 2
if (!_global.Wall) {
gotoAndPlay (1);
}
Symbol 644 MovieClip Frame 3
if (_global.SOUND) {
var ActionSong = new Sound();
ActionSong.attachSound("Success");
ActionSong.start(0, 1);
ActionSong.setVolume(100);
_global.fromMENU = true;
}
Symbol 644 MovieClip Frame 30
_global.Current = 1;
_global.DYNAMITE = false;
Symbol 644 MovieClip Frame 60
stop();
Symbol 645 MovieClip Frame 1
clearInterval(outComes1);
A.gotoAndPlay(1);
B.gotoAndPlay(1);
C.gotoAndPlay(1);
clue = 3;
Checker = function () {
if (_global.Current == 0) {
if (clue == 3) {
if (_global.DYNAMITE) {
_global.Wall = true;
}
}
}
};
Symbol 648 MovieClip Frame 1
_parent.clue--;
Symbol 648 MovieClip Frame 2
stop();
Symbol 648 MovieClip Frame 3
_parent.clue++;
Symbol 648 MovieClip Frame 4
_parent.Checker();
stop();
Symbol 651 MovieClip Frame 1
_parent.C.play();
_parent.clue--;
Symbol 651 MovieClip Frame 2
stop();
Symbol 651 MovieClip Frame 3
_parent.C.play();
_parent.clue++;
Symbol 651 MovieClip Frame 4
stop();
Symbol 654 MovieClip Frame 1
_parent.D.play();
_parent.clue--;
Symbol 654 MovieClip Frame 2
stop();
Symbol 654 MovieClip Frame 3
_parent.D.play();
_parent.clue++;
Symbol 654 MovieClip Frame 4
stop();
Symbol 659 MovieClip Frame 1
_parent.B.play();
_parent.C.play();
_parent.clue--;
Symbol 659 MovieClip Frame 2
stop();
Symbol 659 MovieClip Frame 3
_parent.B.play();
_parent.C.play();
_parent.clue++;
Symbol 659 MovieClip Frame 4
stop();
Symbol 661 MovieClip Frame 2
if (!_global.Wall3) {
gotoAndPlay (1);
}
Symbol 661 MovieClip Frame 3
if (_global.SOUND) {
var ActionSong = new Sound();
ActionSong.attachSound("Success");
ActionSong.start(0, 1);
ActionSong.setVolume(100);
_global.fromMENU = true;
}
Symbol 661 MovieClip Frame 30
_global.Current++;
_global.DYNAMITE = false;
Symbol 661 MovieClip Frame 60
stop();
Symbol 662 MovieClip Frame 2
if (_global.DYNAMITE || (_global.Current > 2)) {
gotoAndPlay (1);
}
Symbol 662 MovieClip Frame 4
if (_global.DYNAMITE) {
gotoAndPlay (1);
}
Symbol 662 MovieClip Frame 22
gotoAndPlay (3);
Instance of Symbol 638 MovieClip in Symbol 662 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_global.DYNAMITE) {
this.removeMovieClip();
}
}
Symbol 663 MovieClip Frame 1
A.gotoAndStop(3);
B.gotoAndStop(1);
C.gotoAndStop(1);
D.gotoAndStop(3);
clue = 4;
Checker = function () {
if (_global.Current == 2) {
if (clue == 4) {
if (_global.DYNAMITE) {
_global.Wall3 = true;
}
}
}
};
Instance of Symbol 661 MovieClip "W" in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
clue = 1;
}
onClipEvent (enterFrame) {
if (clue == 4) {
_global.Wall3 = true;
}
}
Symbol 666 MovieClip Frame 1
_parent.B.play();
_parent.D.play();
_parent.clue--;
Symbol 666 MovieClip Frame 2
stop();
Symbol 666 MovieClip Frame 3
_parent.B.play();
_parent.D.play();
_parent.clue++;
Symbol 666 MovieClip Frame 4
stop();
Symbol 669 MovieClip Frame 1
_parent.clue--;
Symbol 669 MovieClip Frame 2
stop();
Symbol 669 MovieClip Frame 3
_parent.clue++;
Symbol 669 MovieClip Frame 4
_parent.Checker();
stop();
Symbol 672 MovieClip Frame 1
_parent.A.play();
_parent.D.play();
_parent.clue--;
Symbol 672 MovieClip Frame 2
stop();
Symbol 672 MovieClip Frame 3
_parent.A.play();
_parent.D.play();
_parent.clue++;
Symbol 672 MovieClip Frame 4
stop();
Symbol 678 MovieClip Frame 1
_parent.D.play();
_parent.clue--;
Symbol 678 MovieClip Frame 2
stop();
Symbol 678 MovieClip Frame 3
_parent.D.play();
_parent.clue++;
Symbol 678 MovieClip Frame 4
stop();
Symbol 680 MovieClip Frame 2
if (!_global.Wall4) {
gotoAndPlay (1);
}
Symbol 680 MovieClip Frame 3
if (_global.SOUND) {
var ActionSong = new Sound();
ActionSong.attachSound("Success");
ActionSong.start(0, 1);
ActionSong.setVolume(100);
_global.fromMENU = true;
}
Symbol 680 MovieClip Frame 30
_global.Current++;
_global.DYNAMITE = false;
Symbol 680 MovieClip Frame 60
if (_global.Position < _global.LLevel[4]) {
gotoAndPlay (59);
}
Symbol 680 MovieClip Frame 79
stop();
Symbol 681 MovieClip Frame 2
if (_global.DYNAMITE || (_global.Current > 3)) {
gotoAndPlay (1);
}
Symbol 681 MovieClip Frame 4
if (_global.DYNAMITE) {
gotoAndPlay (1);
}
Symbol 681 MovieClip Frame 22
gotoAndPlay (3);
Instance of Symbol 638 MovieClip in Symbol 681 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_global.DYNAMITE) {
this.removeMovieClip();
}
}
Symbol 682 MovieClip Frame 1
A.gotoAndPlay(3);
B.gotoAndPlay(1);
C.gotoAndPlay(3);
D.gotoAndPlay(1);
clue = 4;
Checker = function () {
if (_global.Current == 3) {
if (clue == 4) {
if (_global.DYNAMITE) {
_global.Wall4 = true;
clearInterval(outComes4);
}
}
}
};
Instance of Symbol 680 MovieClip "W" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
clue = 1;
}
onClipEvent (enterFrame) {
if (clue == 4) {
_global.Wall4 = true;
}
}
Instance of Symbol 251 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 251 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 251 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 251 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (1);
}
Symbol 687 MovieClip Frame 25
stop();
Symbol 691 MovieClip Frame 1
_level0.OuchSound();
Symbol 691 MovieClip Frame 11
_level0.Louvre.LeLazardTop.gotoAndPlay(1);
Instance of Symbol 2 MovieClip in Symbol 693 MovieClip Frame 35
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 693 MovieClip Frame 35
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 693 MovieClip Frame 35
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 693 MovieClip Frame 35
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Instance of Symbol 2 MovieClip in Symbol 693 MovieClip Frame 35
onClipEvent (load) {
rand = Math.round(Math.random() * 5) - 0;
this.gotoAndPlay(rand);
}
Symbol 693 MovieClip Frame 49
_level0.Louvre.Jetty();
stop();
Instance of Symbol 325 MovieClip "JetPack" in Symbol 693 MovieClip Frame 49
onClipEvent (enterFrame) {
if (hitTest(_parent._root.Louvre.TopPusse)) {
_level0.Louvre.Finite();
}
}
Symbol 694 MovieClip Frame 2
stop();
Symbol 694 MovieClip Frame 4
stop();
Symbol 694 MovieClip Frame 6
stop();
Instance of Symbol 35 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.gotoAndPlay("Map");
}
}
Symbol 708 MovieClip Frame 1
clearInterval(Timeski);
clearInterval(OutCome);
LaBar._alpha = 0;
NOTCLEAR = false;
_global.Bang = 0;
_global.Wall4 = false;
_global.Position = 1;
_global.Wall3 = false;
_global.FAIL = false;
_global.Wall2 = false;
_global.Wall = false;
_global.KILLS = 0;
_global.Claim = 0;
_global.Action = false;
_global.ScoreBoard = false;
_global.CreateRate = 10;
SwitchBoard = [_root.Louvre.S1, _root.Louvre.S2, _root.Louvre.S3, _root.Louvre.S4];
Monsters = [_root.Louvre.Spawn];
_global.HLevel = [300, 730, 1210, 1780, 2300];
_global.Pillars = [_root.Louvre.P1, _root.Louvre.P2, _root.Louvre.P3, _root.Louvre.P4];
CurrLive = 4;
_global.LLevel = [0, 0, 0, 0, 1820];
_global.Current = 0;
_global.Walking = false;
MonsterMaker = true;
i = 1;
OUCH = function () {
if (!NOTCLEAR) {
jumppy = 0;
flashy = 0;
clearInterval(Timeski);
Timeski = setInterval(DownLife, 1);
_global.HUDSCORE--;
_level0.OuchSound();
if (_global.HUDSCORE < 2) {
Finite();
_global.FAIL = true;
}
}
};
DownLife = function () {
NOTCLEAR = true;
if (flashy < 5) {
if ((jumppy > 5) && (jumppy < 10)) {
TopPusse._alpha = 0;
}
if (jumppy > 10) {
TopPusse._alpha = 100;
flashy++;
jumppy = 0;
}
jumppy++;
} else {
clearInterval(Timeski);
NOTCLEAR = false;
}
};
Claim = function () {
_global.Claim++;
LaBar.MoHealth._width = LaBar.MoHealth._width - 70;
if (_global.Claim > 7) {
MonsterMaker = false;
_parent._root.Louvre.LeLazardTop.gotoAndPlay(5);
KL = 1;
while (KL < Monsters.length) {
Monsters[KL].gotoAndStop(8);
Monsters[KL].HIT = true;
KL++;
}
} else {
_parent._root.Louvre.LeLazardTop.gotoAndPlay(3);
}
};
Jetty = function () {
clearInterval(OutCome);
_global.TIMEDONE = true;
KL = 1;
while (KL < Monsters.length) {
Monsters[KL].gotoAndStop(8);
Monsters[KL].HIT = true;
KL++;
}
};
Finite = function () {
KL = 1;
while (KL < Monsters.length) {
Monsters[KL].removeMovieClip();
KL++;
}
_global.ScoreBoard = true;
clearInterval(TIMEDOUTCOME);
clearInterval(OutCome);
_global.TIMEDONE = true;
Scores.swapDepths(FG);
};
Timer = function () {
if (!_global.PAUSE) {
if (_global.Current < 4) {
if (_global.Position < (_global.HLevel[_global.Current] - 50)) {
MonsterMaker = true;
} else {
MonsterMaker = false;
}
} else {
MonsterMaker = true;
}
if (MonsterMaker) {
Random = Math.round(Math.random() * 20) + 0;
if (Random > _global.CreateRate) {
i++;
duplicateMovieClip (Spawn, "Spawn" + i, i);
Monsters[i] = _root.Louvre["Spawn" + i];
_root.Louvre["Spawn" + i].swapDepths(FG);
_root.Louvre["Spawn" + i].swapDepths(Scores);
FG.swapDepths(Paused);
LeLazardTop.LeLazard.LeLazard.gotoAndPlay(1);
}
}
}
};
OutCome = setInterval(Timer, 1500);
stop();
Instance of Symbol 609 MovieClip "BG" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
RightMove = 35.6;
LeftMove = -678.95;
this._x = RightMove;
Left = false;
Right = false;
hereBe = this._x;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (hereBe == thereBe) {
_global.BadSpeed = 3;
_global.Walking = false;
_global.CreateBad = true;
}
hereBe = this._x;
if (_global.Movable) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (this._x < LeftMove) {
this._x = RightMove;
}
if (this._x > RightMove) {
this._x = LeftMove;
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
_global.CreateBad = true;
_global.BadSpeed = 8;
this._x = this._x - 5;
_global.Walking = true;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
_global.CreateBad = true;
_global.BadSpeed = -2;
this._x = this._x + 5;
_global.Walking = true;
}
}
thereBe = this._x;
}
}
Instance of Symbol 618 MovieClip "P3" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
Left = false;
Right = false;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Movable && (_global.Position > (_global.HLevel[2] - 255))) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 5;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 5;
}
}
}
}
Instance of Symbol 618 MovieClip "P4" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
Left = false;
Right = false;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Movable && (_global.Position > (_global.HLevel[3] - 255))) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 5;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 5;
}
}
}
}
Instance of Symbol 618 MovieClip "P1" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
Left = false;
Right = false;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Movable && (_global.Position > (_global.HLevel[0] - 255))) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 5;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 5;
}
}
}
}
Instance of Symbol 618 MovieClip "P2" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
Left = false;
Right = false;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Movable && (_global.Position > (_global.HLevel[1] - 255))) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 5;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 5;
}
}
}
}
Instance of Symbol 640 MovieClip "S2" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
Left = false;
Right = false;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Movable && (_global.Position > (_global.HLevel[1] - 155))) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 5;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 5;
}
}
}
}
Instance of Symbol 645 MovieClip "S1" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
Left = false;
Right = false;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Movable && (_global.Position > (_global.HLevel[0] - 150))) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 5;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 5;
}
}
}
}
Instance of Symbol 663 MovieClip "S3" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
Left = false;
Right = false;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Movable && (_global.Position > (_global.HLevel[2] - 180))) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 5;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 5;
}
}
}
}
Instance of Symbol 682 MovieClip "S4" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
Left = false;
Right = false;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Movable && (_global.Position > (_global.HLevel[3] - 180))) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
} else {
Left = false;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
} else {
Right = false;
}
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 5;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 5;
}
}
}
}
Instance of Symbol 254 MovieClip "TopPusse" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
BOMBcount = 0;
this.gotoAndPlay("Jump");
Position = 0;
RightMove = -30;
LeftMove = 30;
this._x = RightMove + 5;
this._y = 80;
Left = false;
Right = false;
_global.Jump = false;
_global.Movable = false;
_global.BadSpeed = 5;
IsLeft = false;
ThereBe = this._x;
HereBe = this._x;
LetsSwitch = true;
JustPress = true;
Pillar = true;
Before = 0;
After = _global.Current;
_global.DYNAMITE = false;
}
onClipEvent (enterFrame) {
if (JustPress) {
if (((Key.isDown(68) || (Key.isDown(65))) || (Key.isDown(83))) || (Key.isDown(32))) {
LetsSwitch = false;
JustPress = true;
} else {
LetsSwitch = true;
JustPress = false;
}
}
if (!_global.PAUSE) {
if (hitTest(_level0.Louvre.FG.VA)) {
if (_level0.Louvre.FG.VA._alpha > 20) {
_level0.Louvre.FG.VA._alpha = _level0.Louvre.FG.VA._alpha - 5;
}
} else if (_level0.Louvre.FG.VA._alpha < 96) {
_level0.Louvre.FG.VA._alpha = _level0.Louvre.FG.VA._alpha + 5;
}
if (hitTest(_level0.Louvre.FG.LI)) {
if (_level0.Louvre.FG.LI._alpha > 20) {
_level0.Louvre.FG.LI._alpha = _level0.Louvre.FG.LI._alpha - 5;
}
} else if (_level0.Louvre.FG.LI._alpha < 96) {
_level0.Louvre.FG.LI._alpha = _level0.Louvre.FG.LI._alpha + 5;
}
if (hitTest(_level0.Louvre.FG.VA2)) {
if (_level0.Louvre.FG.VA2._alpha > 20) {
_level0.Louvre.FG.VA2._alpha = _level0.Louvre.FG.VA2._alpha - 5;
}
} else if (_level0.Louvre.FG.VA2._alpha < 96) {
_level0.Louvre.FG.VA2._alpha = _level0.Louvre.FG.VA2._alpha + 5;
}
if (Before < After) {
Pillar = true;
Before++;
}
if ((((hitTest(_global.Pillars[_global.Current]) || (hitTest(_parent.SwitchBoard[_global.Current].A))) || (hitTest(_parent.SwitchBoard[_global.Current].B))) || (hitTest(_parent.SwitchBoard[_global.Current].C))) || (hitTest(_parent.SwitchBoard[_global.Current].D))) {
_global.Action = true;
} else {
_global.Action = false;
}
_global.Movable = false;
if (HereBe == ThereBe) {
Stopped = true;
}
if (this.JUMPED && (this.HITTER)) {
if (LetsSwitch) {
if (Key.isDown(83)) {
if (this.JUMPED) {
this.JUMPED = false;
this.gotoAndStop("Jump");
JustPress = true;
}
}
if (Key.isDown(65)) {
if (this.HITTER) {
this.HITTER = false;
this.gotoAndStop("Rack");
JustPress = true;
}
}
}
if (hitTest(_global.Pillars[_global.Current])) {
if (Key.isDown(68)) {
LetsSwitch = false;
JustPress = true;
if ((_global.Pillars[_global.Current].Dynamite._alpha > 98) && (_global.Pillars[_global.Current].Dynamite._alpha < 150)) {
BOMBcount++;
if (BOMBcount > 10) {
_level0.BombSound();
BOMBcount = 0;
}
_global.Pillars[_global.Current].Dynamite.play();
_global.DYNAMITE = true;
Pillar = false;
}
_global.Pillars[_global.Current].Dynamite._alpha = _global.Pillars[_global.Current].Dynamite._alpha + 30;
} else if (Pillar) {
if (_global.Pillars[_global.Current].Dynamite._alpha > 70) {
_global.DYNAMITE = false;
_global.Pillars[_global.Current].Dynamite._alpha = _global.Pillars[_global.Current].Dynamite._alpha - 2;
}
}
} else if (Key.isDown(68)) {
if (Pillar) {
if (_global.Pillars[_global.Current].Dynamite._alpha > 70) {
_global.DYNAMITE = false;
_global.Pillars[_global.Current].Dynamite._alpha = _global.Pillars[_global.Current].Dynamite._alpha - 2;
}
}
}
if (LetsSwitch) {
if (Key.isDown(68)) {
if (hitTest(_parent.SwitchBoard[_global.Current].A)) {
_level0.SwitchSound();
_parent.SwitchBoard[_global.Current].A.play();
JustPress = true;
_global.Action = true;
}
if (hitTest(_parent.SwitchBoard[_global.Current].B)) {
_level0.SwitchSound();
_parent.SwitchBoard[_global.Current].B.play();
JustPress = true;
_global.Action = true;
}
if (hitTest(_parent.SwitchBoard[_global.Current].C)) {
_level0.SwitchSound();
_parent.SwitchBoard[_global.Current].C.play();
JustPress = true;
_global.Action = true;
}
if (hitTest(_parent.SwitchBoard[_global.Current].D)) {
_level0.SwitchSound();
_parent.SwitchBoard[_global.Current].D.play();
JustPress = true;
_global.Action = true;
}
}
}
}
HereBe = this._x;
if (hitTest(_parent.SwitchBoard[_global.Current].W)) {
} else if (Key.isDown(39)) {
if (IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = false;
_global.Home = true;
if (this._x < (LeftMove + 5)) {
this._x = this._x + 5;
_global.Movable = false;
_global.Walking = true;
LetsWalk = true;
} else {
_global.Movable = true;
}
}
if (Key.isDown(37)) {
if (!IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = true;
_global.Home = false;
if (this._x > (RightMove - 5)) {
this._x = this._x - 5;
_global.Movable = false;
_global.Walking = true;
} else {
_global.Movable = true;
}
}
if (Stopped) {
if (this.JUMPED && (this.HITTER)) {
if (_global.Movable || (_global.Walking)) {
this.gotoAndStop("Right");
} else {
this.gotoAndStop("Stop");
}
}
}
ThereBe = this._x;
After = _global.Current;
} else {
this.gotoAndStop("Stop");
}
}
Instance of Symbol 13 MovieClip [Spawn] "Spawn" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
P = Math.random() * 10;
this._y = 130;
this._x = 310;
this.Crab.HIT = false;
this.Changes = 0;
this.HIT = false;
this.HIT2 = false;
this.countDown = 500;
this.DEADLY = false;
SPUNOUT = false;
this.goneThrough = false;
if (_parent.Monsters[0] == this) {
this._y = 300;
}
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_parent.Monsters[0] != this) {
if ((this._x < -1000) || (this._x > 1000)) {
this.removeMovieClip();
}
if (this.LetsKill && (!this.goneThrough)) {
if (hitTest(_root._root.Louvre.LeLazardTop.LeLazard.Bang)) {
_parent.Claim();
this.goneThrough = true;
}
}
if (this.DEADLY) {
if (this._x < 0) {
this.Changes = -20;
} else {
this.Changes = 20;
}
this.p = 1;
while (this.p < _parent.Monsters.length) {
if (hitTest(_parent.Monsters[this.p])) {
if (_parent.Monsters[this.p] != this) {
_parent.Monsters[this.p].gotoAndStop(8);
_parent.Monsters[this.p].HIT = true;
}
}
this.p++;
}
}
if ((!this.DEADLY) && (!this.HIT)) {
if (hitTest(_root._root.Louvre.TopPusse.Rack.BlockadeRack)) {
_level0.HitSound();
this.gotoAndPlay(8);
this.HIT = true;
this.HIT2 = true;
}
}
this.countDown--;
if (this.countDown < 3) {
this.removeMovieClip();
}
if (this.HIT && (!this.DEADLY)) {
this.Changes = 3;
}
mySpeed = _global.BadSpeed;
if (!this.HIT) {
if (hitTest(_root.Louvre.TopPusse.LePusse.Blockade)) {
_level0.HitSound();
SPUNOUT = true;
if (!_global.Walking) {
this.Changes = 3;
} else {
this.Changes = mySpeed;
}
if (!this.BOOM) {
this.gotoAndPlay(3);
} else {
this.gotoAndPlay(8);
_parent.OUCH();
}
this.HIT = true;
}
if (!this.HIT) {
if (hitTest(_root.Louvre.TopPusse.LePusse.Blocker1)) {
this.gotoAndPlay(8);
this.HIT = true;
_parent.OUCH();
}
if (hitTest(_root.Louvre.TopPusse.LePusse.Blocker2)) {
this.gotoAndPlay(8);
this.HIT = true;
_parent.OUCH();
}
}
}
this._x = this._x - (mySpeed - this.Changes);
}
}
}
Instance of Symbol 694 MovieClip "LeLazardTop" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
this._x = 450;
this._y = -100;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Position >= (_global.HLevel[3] + 20)) {
if (_level0.Louvre.LaBar._alpha < 100) {
_level0.Louvre.LaBar._alpha = _level0.Louvre.LaBar._alpha + 1;
}
if (this._x > 200) {
this._y = 24.25;
this._x--;
} else {
_global.CreateRate = 3;
}
}
}
}
Instance of Symbol 707 MovieClip "FG" in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
RightMove = 1364.75;
LeftMove = -1051;
this._x = RightMove;
Left = false;
Right = false;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
Left = false;
Right = false;
if (_global.Movable) {
if (_global.Position >= _global.LLevel[_global.Current]) {
Left = true;
}
if (_global.Position <= _global.HLevel[_global.Current]) {
Right = true;
}
}
if (this._x < LeftMove) {
this._x = RightMove;
}
if (this._x > RightMove) {
this._x = LeftMove;
}
if (Right && (_global.Movable)) {
if (Key.isDown(39)) {
this._x = this._x - 8;
_global.Position++;
}
}
if (Left && (_global.Movable)) {
if (Key.isDown(37)) {
this._x = this._x + 8;
_global.Position--;
}
}
}
}
Symbol 720 MovieClip Frame 1
i = 0;
GullDown = _level0.Sky.BirBar.MoHealth._width / _global.GullScore;
clearInterval(outCome);
timer = 0;
flick = true;
_global.FAIL = false;
Blims = [_level0.Sky.Blim];
Gulls = [_level0.Sky.Gull];
BlimCreate = function () {
if (!_global.PAUSE) {
i++;
duplicateMovieClip (_level0.Sky.Blim, "Blim" + i, i);
Blims[i] = _level0.Sky["Blim" + i];
_level0.Sky["Blim" + i].swapDepths(_level0.Sky.FG);
}
};
GullCreate = function () {
if (!_global.PAUSE) {
i++;
duplicateMovieClip (_level0.Sky.Gull, "Gull" + i, i);
Gulls[i] = _level0.Sky["Gull" + i];
_level0.Sky["Gull" + i].swapDepths(_level0.Sky.FG);
}
};
flicker = function () {
timer++;
if (_level0.Sky.Red._alpha == 100) {
_level0.Sky.Red._alpha = 0;
} else {
_level0.Sky.Red._alpha = 100;
}
if (timer > 10) {
clearInterval(outCome);
_level0.Sky.Red._alpha = 100;
flick = true;
}
};
Reset = function () {
if (flick) {
if (_global.HUDSCORE > 2) {
_global.HUDSCORE--;
} else {
_global.ScoreBoard = true;
_global.FAIL = true;
}
clearInterval(outCome);
timer = 0;
outCome = setInterval(flicker, 50);
flick = false;
}
};
GullHit = function () {
_level0.Sky.BirBar.MoHealth._width = _level0.Sky.BirBar.MoHealth._width - GullDown;
if (_level0.Sky.BirBar.MoHealth._width < (GullDown + 1)) {
_global.ScoreBoard = true;
}
};
Instance of Symbol 711 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
MoverReset = 15;
this._x = -842.4;
this._y = -19.45;
LEFT = 0;
}
onClipEvent (enterFrame) {
Mover = MoverReset;
if (Key.isDown(39)) {
Mover = Mover + 5;
}
if (Key.isDown(37)) {
Mover = Mover - 4;
}
if ((!LEFT) == 0) {
if (LEFT < 0) {
LEFT = LEFT + 0.5;
this._y = this._y - LEFT;
this._x = this._x + LEFT;
} else {
LEFT = LEFT - 0.5;
this._y = this._y - LEFT;
this._x = this._x - LEFT;
}
}
this._x = this._x - Mover;
if (this._x <= -842.4) {
this._x = 62.35;
}
if (this._y >= 940) {
this._y = -19.45;
}
if (this._y <= -20) {
this._y = 937.1;
}
if (Key.isDown(38) || (Key.isDown(40))) {
if (Key.isDown(40)) {
this._y = this._y - (Mover + 2);
LEFT = 5;
}
if (Key.isDown(38)) {
this._y = this._y + (Mover + 2);
LEFT = -5;
}
}
}
Instance of Symbol 364 MovieClip "Gull" in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
if (_level0.Sky.Gull != this) {
this._x = (Math.random() * 100) + 350;
MoverReset = 15;
LEFT = 0;
this._y = (Math.random() * 600) - 180;
done = true;
} else {
_parent.GullCreate();
}
updown = Math.round(Math.random() * 10) - 0;
}
onClipEvent (enterFrame) {
if (_level0.Sky.Gull != this) {
if (!_global.PAUSE) {
if (this._x < -200) {
this.removeMovieClip();
}
if (updown < 5) {
this._y--;
} else {
this._y++;
}
if ((this._x < -100) && (done)) {
_parent.GullCreate();
done = false;
}
Mover = MoverReset;
if (Key.isDown(39)) {
Mover = Mover + 5;
}
if (Key.isDown(37)) {
Mover = Mover - 4;
}
if ((!LEFT) == 0) {
if (LEFT < 0) {
LEFT = LEFT + 0.5;
this._y = this._y - LEFT;
this._x = this._x + LEFT;
} else {
LEFT = LEFT - 0.5;
this._y = this._y - LEFT;
this._x = this._x - LEFT;
}
}
this._x = this._x - Mover;
if (Key.isDown(38) || (Key.isDown(40))) {
if (Key.isDown(40)) {
this._y = this._y - (Mover + 2);
LEFT = 5;
}
if (Key.isDown(38)) {
this._y = this._y + (Mover + 2);
LEFT = -5;
}
}
}
}
}
Instance of Symbol 370 MovieClip "Blim" in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
if (_level0.Sky.Blim != this) {
this._x = (Math.random() * 100) + 350;
MoverReset = 15;
LEFT = 0;
this._y = (Math.random() * 600) - 180;
done = true;
if ((this == _level0.Sky.Blim2) || (this == _level0.Sky.Blim3)) {
this._x = 1000;
}
explode = true;
} else {
_parent.BlimCreate();
_parent.BlimCreate();
}
}
onClipEvent (enterFrame) {
if (_level0.Sky.Blim != this) {
if (!_global.PAUSE) {
if (hitTest(_level0.Sky.Red.Hitter.Hitter) && (explode)) {
this.gotoAndPlay(2);
_parent.Reset();
explode = false;
}
if (this._y < _level0.Sky.Red._y) {
this.y = this.y + 2;
} else if (this._y >= _level0.Sky.Red._y) {
this._y = this._y - 2;
}
if (this._x < -200) {
this.removeMovieClip();
}
if ((this._x < -100) && (done)) {
_parent.BlimCreate();
done = false;
}
Mover = MoverReset;
if (Key.isDown(39)) {
Mover = Mover + 5;
}
if (Key.isDown(37)) {
Mover = Mover - 4;
}
this._x = this._x - Mover;
if (Key.isDown(38) || (Key.isDown(40))) {
if (Key.isDown(40)) {
this._y = this._y - (Mover + 2);
LEFT = 5;
}
if (Key.isDown(38)) {
this._y = this._y + (Mover + 2);
LEFT = -5;
}
}
}
}
}
Instance of Symbol 719 MovieClip "Red" in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
this._x = 0;
this._y = 0;
BackSkate = undefined;
this._rotation = 180;
}
onClipEvent (enterFrame) {
kl = 0;
while (kl < _parent.Blims.length) {
_level0.Sky.Red.Hitter.Hitter;
if (hitTest(_parent.Blims[kl])) {
_parent.Blims[kl] = undefined;
}
kl++;
}
jl = 0;
while (jl < _parent.Gulls.length) {
_level0.Sky.Red.Hitter.Hitter;
if (hitTest(_parent.Gulls[jl])) {
_parent.Gulls[jl].gotoAndPlay(2);
_parent.Gulls[jl] = undefined;
_parent.GullHit();
}
jl++;
}
if (Key.isDown(38) || (Key.isDown(40))) {
} else {
if (this._y > 0) {
this._y = this._y - 5;
}
if (this._y < 0) {
this._y = this._y + 5;
}
if ((this._rotation > 176) || (this._rotation < -176)) {
this._rotation = -180;
}
if (this._rotation > 140) {
this._rotation = this._rotation + 5;
}
if ((this._rotation > -180) && (this._rotation < 0)) {
this._rotation = this._rotation - 5;
}
}
if (Key.isDown(40)) {
if (this._rotation > 145) {
this._rotation = -180;
}
if (this._rotation < -147) {
this._rotation = this._rotation + 3;
}
if (this._y < 150) {
this._y = this._y + 10;
}
}
if (Key.isDown(38)) {
if ((this._rotation > -180) && (this._rotation < 0)) {
this._rotation = -180;
}
if ((this._rotation > 147) || (this._rotation < -170)) {
this._rotation = this._rotation - 3;
}
if (this._y > -150) {
this._y = this._y - 10;
}
}
}
Symbol 732 MovieClip Frame 2
if (!_global.Movable) {
gotoAndPlay (1);
}
Instance of Symbol 741 MovieClip "SewerCover" in Symbol 743 MovieClip Frame 1
onClipEvent (load) {
this._x = -58.5;
}
onClipEvent (load) {
if (this._x > 54.1) {
this._x = 54.1;
}
}
Symbol 771 MovieClip Frame 1
stop();
Symbol 771 MovieClip Frame 2
_level0.SwitchSound();
Symbol 771 MovieClip Frame 30
stop();
Symbol 779 MovieClip Frame 2
if (SOUNDY) {
_level0.PopSound();
}
Symbol 779 MovieClip Frame 153
gotoAndPlay (2);
Symbol 784 MovieClip Frame 1
stop();
Symbol 784 MovieClip Frame 2
stop();
Symbol 787 MovieClip Frame 1
stop();
Symbol 787 MovieClip Frame 2
stop();
Instance of Symbol 792 MovieClip in Symbol 793 MovieClip Frame 1
onClipEvent (load) {
Speed = 10;
Moving = false;
Left = false;
_global.BallMove = true;
}
onClipEvent (enterFrame) {
if (_global.BallMove) {
if (!Moving) {
if (hitTest(_level0.Streets.TopPusse)) {
_global.Action = true;
if (Key.isDown(68)) {
_level0.PopSound();
if (_level0.Streets.TopPusse._x < _level0.Streets.BallArmy._x) {
Moving = true;
Left = true;
} else {
Moving = true;
Left = false;
}
}
}
} else if (Left) {
_level0.Streets.BallArmy._x = _level0.Streets.BallArmy._x + Speed;
this.BallDown._rotation = this.BallDown._rotation + Speed;
if (Speed > 0) {
Speed = Speed - 0.2;
} else {
Speed = 10;
Moving = false;
}
} else {
_level0.Streets.BallArmy._x = _level0.Streets.BallArmy._x - Speed;
this.BallDown._rotation = this.BallDown._rotation - Speed;
if (Speed > 0) {
Speed = Speed - 0.2;
} else {
Speed = 10;
Moving = false;
}
}
}
}
Instance of Symbol 748 MovieClip "q" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 797 MovieClip "w" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 799 MovieClip "r" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 301 MovieClip "t" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 801 MovieClip "e" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 299 MovieClip "u" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 307 MovieClip "i" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 303 MovieClip "ya" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 305 MovieClip "o" in Symbol 802 MovieClip Frame 1
onClipEvent (load) {
}
Symbol 803 MovieClip Frame 1
clearInterval(Timeski);
clearInterval(OutCome);
flick = true;
NOTCLEAR = false;
_global.Bang = 0;
_global.Action = false;
_global.Position = 1;
_global.PAUSE = false;
_global.ScoreBoard = false;
_global.Fired = true;
_global.CreateRate = 10;
_global.Current = 0;
_global.Walking = false;
sudden = -1;
allPieces = [_level0.Streets.Map.q, _level0.Streets.Map.w, _level0.Streets.Map.e, _level0.Streets.Map.r, _level0.Streets.Map.t, _level0.Streets.Map.ya, _level0.Streets.Map.u, _level0.Streets.Map.i, _level0.Streets.Map.o];
i = 0;
while (i < allPieces.length) {
allPieces[i]._alpha = 30;
i++;
}
compPieces = [];
addPiece = function () {
_level0.SuccessSound();
sudden++;
compPieces[sudden] = allPieces[_global.Caught - 1];
sortPieces();
if (sudden > 7) {
_global.ScoreBoard = true;
}
};
sortPieces = function () {
i = 0;
while (i < compPieces.length) {
compPieces[i]._alpha = 100;
i++;
}
};
flicker = function () {
timer++;
if (_level0.Streets.TopPusse._alpha == 100) {
_level0.Streets.TopPusse._alpha = 0;
} else {
_level0.Streets.TopPusse._alpha = 100;
}
if (timer > 10) {
clearInterval(outCome);
_level0.Streets.TopPusse._alpha = 100;
flick = true;
}
};
Stunned = function () {
if (flick) {
if (_global.HUDSCORE > 2) {
_level0.OuchSound();
_global.HUDSCORE--;
} else {
_global.ScoreBoard = true;
_global.FAIL = true;
}
clearInterval(outCome);
timer = 0;
outCome = setInterval(flicker, 50);
flick = false;
}
};
stop();
Instance of Symbol 728 MovieClip in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 0.5;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 1)) && (!_global.PAUSE)) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
Instance of Symbol 730 MovieClip "Houses" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
LOW = 8;
HIGH = 1400;
this._x = LOW;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 1)) && (!_global.PAUSE)) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > HIGH) {
this._x = LOW;
}
if (this._x < LOW) {
this._x = HIGH;
}
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
if (this._x > HIGH) {
this._x = LOW;
}
if (this._x < LOW) {
this._x = HIGH;
}
}
}
}
Instance of Symbol 731 MovieClip "Lights" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
HIGH = 961.25;
LOW = -782.95;
this._x = HIGH;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position >= 0)) && (!_global.PAUSE)) {
if (Key.isDown(39)) {
_global.Position++;
this._x = this._x - Mover;
if (this._x > HIGH) {
this._x = LOW;
}
if (this._x < LOW) {
this._x = HIGH;
}
}
if (Key.isDown(37) && (_global.Position > 1)) {
if (_global.Position > 1) {
_global.Position--;
}
this._x = this._x + Mover;
if (this._x > HIGH) {
this._x = LOW;
}
if (this._x < LOW) {
this._x = HIGH;
}
}
}
}
Instance of Symbol 732 MovieClip "CarMation" in Symbol 803 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 738 MovieClip "Dead" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 120)) && (!_global.PAUSE)) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 743 MovieClip "ManHole" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 10)) && (!_global.PAUSE)) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 754 MovieClip "UnderGround" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 10)) && (!_global.PAUSE)) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 772 MovieClip "Balloons" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 600)) && (!_global.PAUSE)) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 290 MovieClip "Carg" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 500)) && (!_global.PAUSE)) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 779 MovieClip "Bawls" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
this.SOUNDY = false;
if ((_global.Movable && (_global.Position > 500)) && (!_global.PAUSE)) {
this.SOUNDY = true;
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 784 MovieClip "Fruit2" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 280)) && (!_global.PAUSE)) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 787 MovieClip "Fruit" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 180)) && (!_global.PAUSE)) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 793 MovieClip "BallArmy" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 400)) && (!_global.PAUSE)) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 795 MovieClip "Goal" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if ((_global.Movable && (_global.Position > 500)) && (!_global.PAUSE)) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 254 MovieClip "TopPusse" in Symbol 803 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay("Jump");
LightsON = 0;
GOTFRUIT = false;
BallHit = 0;
unhurt = true;
sl2 = true;
sl3 = true;
sl1 = true;
shard1 = false;
shard2 = false;
shard3 = false;
shard4 = false;
shard5 = false;
shard6 = false;
shard7 = false;
shard8 = false;
shard9 = false;
shard10 = false;
Position = 0;
UNDER = false;
RightMove = -140;
LeftMove = 5;
this._x = RightMove + 5;
this._y = 100;
Left = false;
Right = false;
Jump = false;
Walking = false;
IsLeft = false;
ThereBe = this._x;
HereBe = this._x;
LetsSwitch = true;
JustPress = true;
Before = 0;
After = 0;
}
onClipEvent (enterFrame) {
_global.Action = false;
_global.Movable = true;
Walking = false;
if (JustPress) {
if ((Key.isDown(83) || (Key.isDown(65))) || (Key.isDown(68))) {
LetsSwitch = false;
JustPress = true;
} else {
LetsSwitch = true;
JustPress = false;
}
}
if (!_global.PAUSE) {
if (this.JUMPED && (this.HITTER)) {
if (LetsSwitch) {
if (Key.isDown(83)) {
if (this.JUMPED) {
this.JUMPED = false;
this.gotoAndStop("Jump");
JustPress = true;
}
}
if (Key.isDown(65)) {
if (this.HITTER) {
this.HITTER = false;
this.gotoAndStop("Rack");
JustPress = true;
}
}
}
}
HereBe = this._x;
if (Key.isDown(39)) {
if (IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = false;
if (this._x < (LeftMove + 5)) {
this._x = this._x + 5;
Walking = true;
_global.Movable = false;
} else {
Walking = true;
_global.Movable = true;
}
}
if (Key.isDown(37)) {
if (!IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = true;
if (this._x > (RightMove - 5)) {
this._x = this._x - 5;
Walking = true;
_global.Movable = false;
} else {
Walking = true;
_global.Movable = true;
}
}
if (this.JUMPED && (this.HITTER)) {
if (Walking) {
this.gotoAndStop("Right");
} else {
this.gotoAndStop("Stop");
}
}
ThereBe = this._x;
} else {
this.gotoAndStop("Stop");
}
if (_global.TIMEDONE) {
_global.ScoreBoard = true;
}
if (!UNDER) {
unhurt = true;
if (hitTest(_level0.Streets.Carg)) {
_global.Movable = false;
}
if (hitTest(_level0.Streets.Bawls.Bawl) && (unhurt2)) {
_parent.Stunned();
unhurt2 = false;
} else {
unhurt2 = true;
}
if (((!shard2) && (LetsSwitch)) && (hitTest(_level0.Streets.CarMation.Car))) {
_global.Action = true;
if (Key.isDown(68)) {
_global.Caught = 2;
_parent.addPiece();
shard2 = true;
}
}
if (!shard3) {
if (LightsON > 2) {
_global.Caught = 3;
_parent.addPiece();
shard3 = true;
}
if (hitTest(_level0.Streets.Lights.S1.RedButt)) {
_global.Action = true;
if (Key.isDown(68) && (sl1)) {
_level0.Streets.Lights.S1.gotoAndPlay(2);
LightsON++;
sl1 = false;
JustPress = true;
}
}
if (hitTest(_level0.Streets.Lights.S2.RedButt)) {
_global.Action = true;
if (Key.isDown(68) && (sl2)) {
_level0.ActionSound();
_level0.Streets.Lights.S2.gotoAndPlay(2);
LightsON++;
sl2 = false;
JustPress = true;
}
}
if (hitTest(_level0.Streets.Lights.S3.RedButt)) {
_global.Action = true;
if (Key.isDown(68) && (sl3)) {
_level0.ActionSound();
_level0.Streets.Lights.S3.gotoAndPlay(2);
LightsON++;
sl3 = false;
JustPress = true;
}
}
}
if (!shard4) {
if (BallHit > 4) {
_global.Caught = 4;
_parent.addPiece();
shard4 = true;
}
BALLOONS = [_level0.Streets.Balloons.B1, _level0.Streets.Balloons.B2, _level0.Streets.Balloons.B3, _level0.Streets.Balloons.B4, _level0.Streets.Balloons.B5];
ll = 0;
while (ll < BALLOONS.length) {
if (LetsSwitch && (hitTest(BALLOONS[ll]))) {
_global.Action = true;
if (Key.isDown(68)) {
if (BALLOONS[ll].GOGO != true) {
BALLOONS[ll].gotoAndPlay(2);
BallHit++;
BALLOONS[ll].GOGO = true;
JustPress = true;
}
}
}
ll++;
}
}
if (!shard5) {
if (((!GOTFRUIT) && (LetsSwitch)) && (hitTest(_level0.Streets.Fruit))) {
_global.Action = true;
if (Key.isDown(68)) {
_level0.ActionSound();
GOTFRUIT = true;
_level0.Streets.Fruit.gotoAndPlay(2);
JustPress = true;
}
}
if ((GOTFRUIT && (LetsSwitch)) && (hitTest(_level0.Streets.Fruit2))) {
_global.Action = true;
if (Key.isDown(68)) {
_level0.Streets.Fruit2.gotoAndPlay(1);
_global.Caught = 5;
_parent.addPiece();
shard5 = true;
JustPress = true;
}
}
}
if ((!shard6) && (hitTest(_level0.Streets.Fruit2.Shard6))) {
_global.Action = true;
if (Key.isDown(68) && (LetsSwitch)) {
shard6 = true;
_level0.Streets.Fruit2.Shard6._alpha = 0;
JustPress = true;
_global.Caught = 6;
_parent.addPiece();
}
}
if (!shard7) {
if (_level0.Streets.BallArmy.hitTest(_level0.Streets.Goal.Hitter.Hitter)) {
_global.BallMove = false;
_global.Caught = 7;
_parent.addPiece();
shard7 = true;
}
}
if (!shard8) {
if (hitTest(_level0.Streets.Bawls.Hitter.Hitter)) {
_global.Action = true;
if (Key.isDown(68) && (LetsSwitch)) {
_global.Caught = 8;
_level0.Streets.Bawls.gotoAndStop(1);
_parent.addPiece();
_global.Caught = 9;
_parent.addPiece();
shard8 = true;
}
}
}
if (hitTest(_level0.Streets.Dead.Hitter)) {
_global.Movable = false;
}
if (LetsSwitch && (hitTest(_level0.Streets.ManHole.SewerCover2))) {
_global.Action = true;
if (Key.isDown(68)) {
if (LetsSwitch) {
_level0.ActionSound();
_level0.Streets.UnderGround._y = -57.95;
UNDER = true;
JustPress = true;
}
}
}
if (hitTest(_level0.Streets.ManHole.SewerCover)) {
_global.Action = true;
if (Key.isDown(68)) {
JustPress = true;
_level0.Streets.ManHole.SewerCover._x = _level0.Streets.ManHole.SewerCover._x + 10;
if (_level0.Streets.ManHole.SewerCover._x > 53) {
_level0.Streets.ManHole.SewerCover._x = 53;
if (LetsSwitch) {
if (Key.isDown(68)) {
_level0.ActionSound();
_level0.Streets.UnderGround._y = -57.95;
UNDER = true;
JustPress = true;
}
}
}
}
}
} else {
if ((!shard1) && (hitTest(_level0.Streets.UnderGround.Shard1))) {
_global.Action = true;
if (Key.isDown(68) && (LetsSwitch)) {
shard1 = true;
_level0.Streets.UnderGround.Shard1._alpha = 0;
JustPress = true;
_global.Caught = 1;
_parent.addPiece();
}
}
if (hitTest(_level0.Streets.UnderGround.Slime.Hitter.Hitter) && (unhurt)) {
_parent.Stunned();
unhurt = false;
}
if (hitTest(_level0.Streets.UnderGround.WallBack)) {
_global.Movable = false;
}
if (hitTest(_level0.Streets.UnderGround.WallBack2)) {
_global.Movable = false;
}
if (hitTest(_level0.Streets.UnderGround.L1) || (hitTest(_level0.Streets.UnderGround.L2))) {
_global.Action = true;
if (Key.isDown(68) && (LetsSwitch)) {
_level0.ActionSound();
_level0.Streets.UnderGround._y = 421.35;
UNDER = false;
JustPress = true;
}
}
}
}
Instance of Symbol 802 MovieClip "Map" in Symbol 803 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 827 MovieClip in Symbol 828 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(Math.round(Math.random() * 17) - 0);
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -244;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -212;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -180;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -148;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -116;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -84;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -52;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -20;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 12;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 44;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 76;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 110.85;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 140;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 172;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 204;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 244.05;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 274.05;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 300;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 217 MovieClip "End" in Symbol 840 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_level0.Sewers.TopPusse)) {
_global.ScoreBoard = true;
}
}
Instance of Symbol 838 MovieClip "three" in Symbol 841 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(Math.round(Math.random() * 30) - 0);
}
Instance of Symbol 838 MovieClip "one" in Symbol 841 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(Math.round(Math.random() * 30) - 0);
}
Instance of Symbol 838 MovieClip "two" in Symbol 841 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(Math.round(Math.random() * 30) - 0);
}
Instance of Symbol 838 MovieClip "four" in Symbol 841 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(Math.round(Math.random() * 30) - 0);
}
Instance of Symbol 838 MovieClip "five" in Symbol 841 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(Math.round(Math.random() * 30) - 0);
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -244;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -212;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -180;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -148;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -116;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -84;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -52;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -20;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 12;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 44;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 76;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 110.85;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 140;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 172;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 204;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 244.05;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 274.05;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Instance of Symbol 828 MovieClip in Symbol 842 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 300;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
this._x = this._x + Mover;
if (this._x > 331.6) {
this._x = -244;
}
if (this._x < -244) {
this._x = 331.6;
}
}
}
}
}
Symbol 852 MovieClip Frame 1
NOTCLEAR = false;
DOWNER = true;
_global.Bang = 0;
_global.Action = false;
_global.Position = 1;
_global.PAUSE = false;
_global.ScoreBoard = false;
_global.Fired = true;
_global.Current = 0;
_global.Walking = false;
_global.FAIL = false;
_global.whereAt = 30;
Touchy = [_level0.Sewers.StartPlatform.Hitter.Hitter, _level0.Sewers.Drips6.Waller.Hitter.Hitter, _level0.Sewers.SmartSink.Hitter.Hitter, _level0.Sewers.SmartSink2.Hitter.Hitter, _level0.Sewers.SmartSink3.Hitter.Hitter, _level0.Sewers.B1.Hitter.Hitter, _level0.Sewers.B2.Hitter.Hitter];
HurtsYou = [_level0.Sewers.GB.GB.Hitter, _level0.Sewers.GB2.GB.Hitter, _level0.Sewers.GB3.GB.Hitter, _level0.Sewers.Drips.Drip2.Hitter.Hitter, _level0.Sewers.Drips.Drip.Hitter.Hitter, _level0.Sewers.Drips2.Drip2.Hitter.Hitter, _level0.Sewers.Drips2.Drip.Hitter.Hitter, _level0.Sewers.Drips3.Drip.Hitter.Hitter, _level0.Sewers.Drips3.Drip2.Hitter.Hitter, _level0.Sewers.Drips4.Drip.Hitter.Hitter, _level0.Sewers.Drips4.Drip2.Hitter.Hitter, _level0.Sewers.Drips5.Drip.Hitter.Hitter, _level0.Sewers.Drips5.Drip2.Hitter.Hitter, _level0.Sewers.Drips6.one.Drip2.Hitter.Hitter, _level0.Sewers.Drips6.one.Drip.Hitter.Hitter, _level0.Sewers.Drips6.two.Drip2.Hitter.Hitter, _level0.Sewers.Drips6.two.Drip.Hitter.Hitter, _level0.Sewers.Drips6.three.Drip2.Hitter.Hitter, _level0.Sewers.Drips6.three.Drip.Hitter.Hitter, _level0.Sewers.Drips6.four.Drip2.Hitter.Hitter, _level0.Sewers.Drips6.four.Drip.Hitter.Hitter, _level0.Sewers.Drips6.five.Drip2.Hitter.Hitter, _level0.Sewers.Drips6.five.Drip.Hitter.Hitter];
BucketTouch = 6;
createBucket = function () {
BucketTouch++;
duplicateMovieClip (B2, "B" + BucketTouch, BucketTouch);
Touchy[BucketTouch] = _level0.Sewers["B" + BucketTouch];
_level0.Sewers["B" + BucketTouch].swapDepths(_level0.Sewers.FG);
_level0.Sewers["B" + BucketTouch].swapDepths(_level0.Sewers.GA1);
_level0.Sewers["B" + BucketTouch].swapDepths(_level0.Sewers.TopPusse);
_level0.Sewers["B" + BucketTouch].swapDepths(_level0.Scores);
_level0.Sewers.FG.swapDepths(_level0.Paused);
_level0.Sewers.FG.swapDepths(_level0.Scores);
};
Reset = function () {
if (_global.HUDSCORE > 2) {
_global.TIMELIMIT = _global.TIMED;
_root.gotoAndPlay("Sewers2");
} else {
_global.ScoreBoard = true;
_global.FAIL = true;
}
};
touchDown = function () {
if (_level0.Sewers.FuelBar.CoverHide._x > 34) {
_level0.Sewers.FuelBar.CoverHide._x = _level0.Sewers.FuelBar.CoverHide._x - 1;
} else {
_level0.Sewers.TopPusse.JETSET = true;
DOWNER = false;
}
};
Restore = function () {
if (_level0.Sewers.FuelBar.CoverHide._x < 204) {
_level0.Sewers.FuelBar.CoverHide._x++;
}
};
stop();
Instance of Symbol 807 MovieClip "StartPlatform" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = -158.35;
}
onClipEvent (enterFrame) {
if (_global.Position > 1) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 737 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 150;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
_global.Position++;
this._x = this._x - Mover;
if (this._x > 500) {
this._x = -300;
}
if (this._x < -300) {
this._x = 500;
}
}
if (Key.isDown(37)) {
if (_global.Position > 0) {
_global.Position--;
this._x = this._x + Mover;
if (this._x > 500) {
this._x = -300;
}
if (this._x < -300) {
this._x = 500;
}
}
}
}
}
Instance of Symbol 833 MovieClip "B1" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
this._x = 199.9;
}
onClipEvent (enterFrame) {
this.Hitter;
if (hitTest(_level0.Sewers.TopPusse)) {
this._y++;
}
if (_global.Position > 1) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 833 MovieClip "B2" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
if (this != _level0.Sewers.B2) {
Mover = 5;
UPER = (Math.round(Math.random() * 50) + _global.whereAt) + 50;
_global.whereAt = UPER;
this.createNew = true;
} else {
_parent.createBucket();
}
}
onClipEvent (enterFrame) {
this.Hitter;
if (hitTest(_level0.Sewers.TopPusse)) {
this._y++;
}
if (this != _level0.Sewers.B2) {
if (_global.Position > UPER) {
if (this.createNew) {
_parent.createBucket();
this.createNew = false;
}
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
}
Instance of Symbol 834 MovieClip "SmartSink3" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (_global.Position > 450) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 841 MovieClip "Drips6" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.Position > 1200) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
}
Instance of Symbol 838 MovieClip "Drips" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (_global.Position > 30) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 838 MovieClip "Drips2" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (_global.Position > 100) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 838 MovieClip "Drips3" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (_global.Position > 400) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 838 MovieClip "Drips4" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (_global.Position > 600) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 834 MovieClip "SmartSink" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (_global.Position > 250) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 254 MovieClip "TopPusse" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Position = 0;
RightMove = -150;
LeftMove = 80;
this._x = RightMove + 20;
Lowest = 0;
this._y = Lowest;
Left = false;
Right = false;
Jump = false;
Walking = false;
IsLeft = false;
ThereBe = this._x;
HereBe = this._x;
LetsSwitch = true;
JustPress = true;
Before = 0;
After = 0;
Accel = 1;
DropRate = 6;
TOUCHING = false;
GOGO = true;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
TOUCHING = false;
DropRate = 6;
_global.Action = false;
_global.Movable = true;
Walking = false;
if (this.JUMPED && (!GOGO)) {
GOGO = true;
}
if (this._y > 110) {
_parent.Reset();
} else {
i = 0;
while (i < _parent.Touchy.length) {
if (hitTest(_parent.Touchy[i])) {
Lowest = 25;
TOUCHING = true;
}
i++;
}
k = 0;
while (k < _parent.HurtsYou.length) {
if (hitTest(_parent.HurtsYou[k])) {
_parent.Reset();
}
k++;
}
}
if ((!TOUCHING) && (GOGO)) {
Lowest = 250;
DropRate = 10;
}
if (JustPress) {
if ((Key.isDown(83) || (Key.isDown(87))) || (Key.isDown(65))) {
LetsSwitch = false;
JustPress = true;
} else {
LetsSwitch = true;
JustPress = false;
}
}
if (!_global.PAUSE) {
if (Key.isDown(87)) {
if (LetsSwitch) {
_level0.JetSound();
JustPress = true;
}
if (!_parent.DOWNER) {
_parent.Restore();
if (this._y < (Lowest + 15)) {
this._y = this._y + DropRate;
Accel = 1;
} else {
this.JETSET = true;
_parent.DOWNER = true;
}
}
_parent.touchDown();
if (this.JETSET) {
if (!this.JUMPED) {
this._y = this._y - 50;
}
this.gotoAndPlay("JetPack");
this.JETSET = false;
}
if (_parent.DOWNER) {
if (this._y > -100) {
this._y = this._y - Accel;
}
}
if (Accel < 7) {
Accel = Accel + 0.2;
}
} else {
_parent.Restore();
if (this._y < (Lowest + 15)) {
this._y = this._y + DropRate;
Accel = 1;
} else {
this.JETSET = true;
_parent.DOWNER = true;
}
}
if ((this.JUMPED && (this.HITTER)) && (this.JETSET)) {
if (LetsSwitch) {
if (Key.isDown(83)) {
if (this.JUMPED) {
GOGO = false;
this.JUMPED = false;
this.gotoAndStop("Jump");
JustPress = true;
}
}
if (Key.isDown(65)) {
if (this.HITTER) {
this.HITTER = false;
this.gotoAndStop("Rack");
JustPress = true;
}
}
}
}
HereBe = this._x;
if (Key.isDown(39)) {
if (IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = false;
if (this._x < (LeftMove + 5)) {
this._x = this._x + 5;
Walking = true;
_global.Movable = false;
} else {
Walking = true;
_global.Movable = true;
}
}
if (Key.isDown(37)) {
if (!IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = true;
if (this._x > (RightMove - 5)) {
this._x = this._x - 5;
Walking = true;
_global.Movable = false;
} else {
Walking = true;
_global.Movable = true;
}
}
if ((this.JUMPED && (this.HITTER)) && (this.JETSET)) {
if (Walking) {
this.gotoAndStop("Right");
} else {
this.gotoAndStop("Stop");
}
}
ThereBe = this._x;
} else {
this.gotoAndStop("Stop");
}
}
}
Instance of Symbol 848 MovieClip "GB" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (_global.Position > 300) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 848 MovieClip "GB2" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (_global.Position > 500) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 848 MovieClip "GB3" in Symbol 852 MovieClip Frame 1
onClipEvent (load) {
Mover = 5;
}
onClipEvent (enterFrame) {
if (_global.Position > 800) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
}
}
}
}
Instance of Symbol 858 MovieClip in Symbol 859 MovieClip Frame 1
onClipEvent (load) {
}
Symbol 950 MovieClip Frame 1
stop();
Instance of Symbol 354 MovieClip "ONE" in Symbol 956 MovieClip Frame 1
onClipEvent (load) {
this.READY = false;
this.unhit = true;
}
onClipEvent (enterFrame) {
if ((this.Three._alpha > 99) && (this.unhit)) {
this.READY = true;
this.gotoAndStop(2);
this.unhit = false;
}
}
Instance of Symbol 354 MovieClip "TWO" in Symbol 956 MovieClip Frame 1
onClipEvent (load) {
this.READY = false;
this.unhit = true;
}
onClipEvent (enterFrame) {
if ((this.Three._alpha > 99) && (this.unhit)) {
this.READY = true;
this.gotoAndStop(2);
this.unhit = false;
}
}
Instance of Symbol 354 MovieClip "THREE" in Symbol 956 MovieClip Frame 1
onClipEvent (load) {
this.READY = false;
this.unhit = true;
}
onClipEvent (enterFrame) {
if ((this.Three._alpha > 99) && (this.unhit)) {
this.READY = true;
this.gotoAndStop(2);
this.unhit = false;
}
}
Instance of Symbol 354 MovieClip "FOUR" in Symbol 956 MovieClip Frame 1
onClipEvent (load) {
this.READY = false;
this.unhit = true;
}
onClipEvent (enterFrame) {
if ((this.Three._alpha > 99) && (this.unhit)) {
this.READY = true;
this.gotoAndStop(2);
this.unhit = false;
}
}
Symbol 972 MovieClip Frame 12
_level0.SpraySound();
Symbol 972 MovieClip Frame 48
_global.Fired = true;
Instance of Symbol 978 MovieClip "Red" in Symbol 979 MovieClip Frame 1
onClipEvent (load) {
this.FIRE._alpha = 0;
}
Symbol 991 MovieClip Frame 6
_global.OK = true;
Symbol 992 MovieClip Frame 1
stop();
Instance of Symbol 217 MovieClip "Hitter" in Symbol 992 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_level0.ARC.TopPusse)) {
_level0.ARC.Stunned();
}
}
Symbol 992 MovieClip Frame 3
_global.Fired = false;
_global.HIT = false;
stop();
Symbol 992 MovieClip Frame 5
_global.HIT = true;
stop();
Symbol 992 MovieClip Frame 7
stop();
Symbol 992 MovieClip Frame 9
stop();
Instance of Symbol 343 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
Symbol 997 MovieClip Frame 1
NOTCLEAR = false;
_global.Bang = 0;
_global.Action = false;
_global.Position = 1;
_global.ScoreBoard = false;
_global.Fired = true;
_global.CreateRate = 10;
_global.Current = 0;
_global.Walking = false;
flick = true;
PAIN = 0;
Counterski = 0;
AllMirrors = [_level0.ARC.Mirrors.ONE, _level0.ARC.Mirrors.TWO, _level0.ARC.Mirrors.THREE, _level0.ARC.Mirrors.FOUR];
_global.MirrorsHit = 0;
GameDone = function () {
if (_level0.ARC.TopEscargot._x > -100) {
_global.ScoreBoard = true;
_global.FAIL = true;
}
};
HurtsMe = function () {
_level0.SnailHit();
Counterski++;
EsBar.MoHealth._width = EsBar.MoHealth._width - 24;
if (Counterski > 5) {
Counterski = 0;
_global.HIT = false;
_global.OK = true;
_level0.ARC.TopEscargot.gotoAndPlay("Walk");
}
if (_global.MirrorsHit > 3) {
PAIN++;
if (PAIN > 5) {
_global.ScoreBoard = true;
}
}
};
flicker = function () {
timer++;
if (_level0.ARC.TopPusse._alpha == 100) {
_level0.ARC.TopPusse._alpha = 0;
} else {
_level0.ARC.TopPusse._alpha = 100;
}
if (timer > 10) {
clearInterval(outCome);
_level0.ARC.TopPusse._alpha = 100;
flick = true;
}
};
Stunned = function () {
if (!_global.ScoreBoard) {
if (flick) {
_level0.Ouch();
if (_global.HUDSCORE > 2) {
_global.HUDSCORE--;
} else {
clearInterval(outCome);
clearInterval(Timeski);
_global.ScoreBoard = true;
_global.FAIL = true;
}
clearInterval(outCome);
timer = 0;
outCome = setInterval(flicker, 50);
flick = false;
}
}
};
clearInterval(Timeski);
clearInterval(outCome);
stop();
Instance of Symbol 727 MovieClip in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
Mover = -3.4;
this._x = 300;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 300) {
this._x = -300;
}
if (this._x < -300) {
this._x = 300;
}
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
if (this._x > 300) {
this._x = -300;
}
if (this._x < -300) {
this._x = 300;
}
}
}
}
Instance of Symbol 859 MovieClip in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
Mover = -5;
this._x = 36.6;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 36.6) {
this._x = -471.35;
}
if (this._x < -471.35) {
this._x = 36.6;
}
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
if (this._x > 36.6) {
this._x = -471.35;
}
if (this._x < -471.35) {
this._x = 36.6;
}
}
}
}
Instance of Symbol 354 MovieClip in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
Mover = -7;
this._x = 270.15;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 270.15) {
this._x = -271.1;
}
if (this._x < -271.1) {
this._x = 270.15;
}
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
if (this._x > 270.15) {
this._x = -271.1;
}
if (this._x < -271.1) {
this._x = 270.15;
}
}
}
}
Instance of Symbol 950 MovieClip "ArcTotal" in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
CurrFrame = 1;
Count = 0;
cutOff = 0;
GOGO = true;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
Count++;
if (Count > cutOff) {
GOGO = true;
Count = 0;
}
if (GOGO) {
if (CurrFrame > 1) {
CurrFrame--;
this.gotoAndStop(CurrFrame);
GOGO = false;
} else {
this.gotoAndStop(90);
CurrFrame = 90;
GOGO = false;
}
}
}
if (Key.isDown(37)) {
Count++;
if (Count > cutOff) {
GOGO = true;
Count = 0;
}
if (GOGO) {
if (CurrFrame < 90) {
CurrFrame++;
this.gotoAndStop(CurrFrame);
GOGO = false;
} else {
this.gotoAndStop(1);
CurrFrame = 1;
GOGO = false;
}
}
}
}
}
Instance of Symbol 254 MovieClip "TopPusse" in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay("Jump");
Position = 0;
RightMove = -80;
LeftMove = 150;
this._x = LeftMove + 5;
this._y = 130;
Left = false;
Right = false;
Jump = false;
Walking = false;
IsLeft = false;
ThereBe = this._x;
HereBe = this._x;
LetsSwitch = true;
JustPress = true;
Before = 0;
After = 0;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if ((this._y < 129.65) && (this.JETSET)) {
this._y = this._y + 5;
}
_global.Action = false;
_global.Movable = true;
Walking = false;
if (JustPress) {
if ((Key.isDown(83) || (Key.isDown(65))) || (Key.isDown(68))) {
LetsSwitch = false;
JustPress = true;
} else {
LetsSwitch = true;
JustPress = false;
}
}
if (LetsSwitch) {
i = 0;
while (i < _parent.AllMirrors.length) {
if (hitTest(_parent.AllMirrors[i])) {
_global.Action = true;
if (Key.isDown(68) && (_parent.AllMirrors[i].Three._alpha < 99)) {
_level0.ActionSound();
JustPress = true;
if (_parent.AllMirrors[i].One._alpha < 99) {
_parent.AllMirrors[i].One._alpha = 100;
} else if (_parent.AllMirrors[i].Two._alpha < 99) {
_parent.AllMirrors[i].Two._alpha = 100;
} else if (_parent.AllMirrors[i].Three._alpha < 99) {
_parent.AllMirrors[i].Three._alpha = 100;
}
}
}
i++;
}
}
if (!_global.PAUSE) {
if (this.JUMPED && (this.HITTER)) {
if (LetsSwitch) {
if (Key.isDown(83)) {
if (this.JUMPED) {
this.JUMPED = false;
this.gotoAndStop("Jump");
JustPress = true;
}
}
if (Key.isDown(65)) {
if (this.HITTER) {
this.HITTER = false;
this.gotoAndStop("Rack");
JustPress = true;
}
}
}
}
HereBe = this._x;
if (Key.isDown(39)) {
if (IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = false;
if (this._x < (LeftMove + 5)) {
this._x = this._x + 5;
Walking = true;
_global.Movable = false;
} else {
Walking = true;
_global.Movable = true;
}
}
if (Key.isDown(37)) {
if (!IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = true;
if (this._x > (RightMove - 5)) {
this._x = this._x - 5;
Walking = true;
_global.Movable = false;
} else {
Walking = true;
_global.Movable = true;
}
}
if (this.JUMPED && (this.HITTER)) {
if (Walking) {
this.gotoAndStop("Right");
} else {
this.gotoAndStop("Stop");
}
}
ThereBe = this._x;
} else {
this.gotoAndStop("Stop");
}
}
}
Instance of Symbol 956 MovieClip "Mirrors" in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
Mover = 7;
this._x = 644.1;
}
onClipEvent (enterFrame) {
if (_global.Movable) {
if (Key.isDown(39)) {
this._x = this._x - Mover;
if (this._x > 644.1) {
this._x = -1906;
}
if (this._x < -1906) {
this._x = 644.1;
}
}
if (Key.isDown(37)) {
this._x = this._x + Mover;
if (this._x > 644.1) {
this._x = -1906;
}
if (this._x < -1906) {
this._x = 644.1;
}
}
}
}
Instance of Symbol 992 MovieClip "TopEscargot" in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay("Walk");
LetsMove = true;
Hurt = false;
LOW = -200;
HIGH = -150;
IsLeft = false;
_global.HIT = false;
_global.OK = true;
}
onClipEvent (enterFrame) {
if (!_global.PAUSE) {
if (_global.HIT) {
if (_global.OK) {
this.gotoAndPlay("Hit");
}
if (hitTest(_level0.ARC.TopPusse.Rack.BlockadeRack) && (_global.OK)) {
this.gotoAndPlay("RackHit");
_global.OK = false;
_parent.HurtsMe();
}
}
if (_parent.TopPusse._x < this._x) {
this._x = this._x - 2.5;
IsLeft = true;
} else {
IsLeft = false;
}
if ((!IsLeft) && (!_global.HIT)) {
if (this._x < LOW) {
this._x = LOW;
}
if (this._x < HIGH) {
if (_global.Fired == true) {
this.gotoAndPlay("Fire");
}
} else if ((_global.Fired == true) && (!_global.HIT)) {
this.gotoAndPlay("Walk");
}
if (LetsMove) {
if (!_global.HIT) {
this._x = this._x + 1.5;
if (Key.isDown(39)) {
this._x = this._x - 2.5;
}
if (Key.isDown(37)) {
this._x = this._x + 1.5;
}
}
}
} else {
if (this._x > LOW) {
}
if (!_global.HIT) {
if (this._x > HIGH) {
if (_global.Fired == true) {
this.gotoAndPlay("Walk");
}
}
}
}
} else {
this.gotoAndPlay("Walk");
_global.Fired = true;
}
}
Symbol 1005 MovieClip Frame 1
LeGren.gotoAndPlay(1);
Symbol 1005 MovieClip Frame 49
End = true;
stop();
Symbol 1034 MovieClip Frame 29
End = true;
stop();
Instance of Symbol 217 MovieClip "Hitter" in Symbol 1035 MovieClip Frame 25
onClipEvent (enterFrame) {
if (hitTest(_level0.Eiffel.Plane)) {
_level0.Eiffel.FuelUP();
}
}
Symbol 1035 MovieClip Frame 62
End = true;
stop();
Symbol 1063 MovieClip Frame 1
Parrot = false;
Symbol 1063 MovieClip Frame 30
Parrot = true;
Symbol 1094 MovieClip Frame 1
Parrot = false;
Symbol 1094 MovieClip Frame 30
Parrot = true;
Instance of Symbol 1094 MovieClip "Houses" in Symbol 1095 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Parrot) {
_level0.Eiffel.HouseArmy.Swaping();
}
}
Symbol 1096 MovieClip Frame 1
Houses = [_level0.Eiffel.HouseArmy.H1, _level0.Eiffel.HouseArmy.H2, _level0.Eiffel.HouseArmy.H3, _level0.Eiffel.HouseArmy.H4, _level0.Eiffel.HouseArmy.H5, _level0.Eiffel.HouseArmy.H6];
Top = 1000;
k = 5;
while (k > 0) {
Houses[k].swapDepths(Top);
Top = Top - 5;
k--;
}
Swaping = function () {
PO = 1;
PO++;
temp = Houses[5];
i = 5;
while (i > 0) {
Houses[i] = Houses[i - 1];
i--;
}
Houses[0] = temp;
Top = 1000;
k = 5;
while (k > 0) {
Houses[k].swapDepths(Top);
Top = Top - 5;
k--;
}
};
Instance of Symbol 1000 MovieClip in Symbol 1096 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._width < 170) {
this._xscale = this._xscale + 0.01;
this._yscale = this._yscale + 0.01;
}
}
Instance of Symbol 1005 MovieClip "Gren" in Symbol 1096 MovieClip Frame 1
onClipEvent (load) {
counter = 0;
LetsGO = Math.round(Math.random() * 100);
this.End = false;
}
onClipEvent (enterFrame) {
if ((this.End = true)) {
counter++;
if (counter > LetsGO) {
this.gotoAndPlay(1);
counter = 0;
this.End = false;
LetsGO = Math.round((Math.random() * 100) + 50);
}
}
}
Instance of Symbol 1034 MovieClip "Bomb1" in Symbol 1096 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(10000);
this._x = Math.round(Math.random() * 100) - 250;
counter = 0;
LetsGO = Math.round(Math.random() * 100);
this.End = false;
}
onClipEvent (enterFrame) {
if ((this.End = true)) {
counter++;
if (counter > LetsGO) {
this.gotoAndPlay(1);
counter = 0;
this.End = false;
LetsGO = Math.round((Math.random() * 100) + 30);
this._x = Math.round(Math.random() * 100) - 250;
}
}
}
Instance of Symbol 1035 MovieClip "Glower" in Symbol 1096 MovieClip Frame 1
onClipEvent (load) {
counter = 0;
LetsGO = Math.round(Math.random() * 100);
this.End = false;
}
onClipEvent (enterFrame) {
if ((this.End = true)) {
counter++;
if (counter > LetsGO) {
this.gotoAndPlay(1);
counter = 0;
this.End = false;
LetsGO = Math.round((Math.random() * 50) + 60);
}
}
}
Instance of Symbol 1095 MovieClip "H1" in Symbol 1096 MovieClip Frame 1
onClipEvent (load) {
this.Houses.gotoAndPlay(1);
this.Houses2.gotoAndPlay(1);
}
Instance of Symbol 1095 MovieClip "H2" in Symbol 1096 MovieClip Frame 1
onClipEvent (load) {
this.Houses.gotoAndPlay(5);
this.Houses2.gotoAndPlay(5);
}
Instance of Symbol 1095 MovieClip "H3" in Symbol 1096 MovieClip Frame 1
onClipEvent (load) {
this.Houses.gotoAndPlay(10);
this.Houses2.gotoAndPlay(10);
}
Instance of Symbol 1095 MovieClip "H4" in Symbol 1096 MovieClip Frame 1
onClipEvent (load) {
this.Houses.gotoAndPlay(15);
this.Houses2.gotoAndPlay(15);
}
Instance of Symbol 1095 MovieClip "H5" in Symbol 1096 MovieClip Frame 1
onClipEvent (load) {
this.Houses.gotoAndPlay(20);
this.Houses2.gotoAndPlay(20);
}
Instance of Symbol 1095 MovieClip "H6" in Symbol 1096 MovieClip Frame 1
onClipEvent (load) {
this.Houses.gotoAndPlay(25);
this.Houses2.gotoAndPlay(25);
}
Symbol 1097 MovieClip Frame 1
stop();
Symbol 1097 MovieClip Frame 2
stop();
Symbol 1097 MovieClip Frame 3
stop();
Symbol 1097 MovieClip Frame 4
stop();
Symbol 1105 MovieClip Frame 21
_global.FIREFIRE = true;
stop();
Symbol 1168 MovieClip Frame 1
flick = true;
_global.LeGren = true;
clearInterval(outCome);
SHOOTAMMO = 3;
Shooter.gotoAndPlay(3);
_level0.Eiffel.Shooting.gotoAndPlay(20);
ThisPoints = 0;
Died = function () {
if (_global.SOUND) {
var _local2 = new Sound();
_local2.attachSound("Bang");
_local2.start(0, 1);
_local2.setVolume(100);
}
};
flicker = function () {
timer++;
if (_level0.Eiffel.Plane._alpha == 100) {
_level0.Eiffel.Plane._alpha = 0;
} else {
_level0.Eiffel.Plane._alpha = 100;
}
if (timer > 10) {
clearInterval(outCome);
_level0.Eiffel.Plane._alpha = 100;
flick = true;
}
};
Stunned = function () {
if (!_global.PAUSE) {
_level0.BangSound();
if (flick) {
if (_global.HUDSCORE > 2) {
_global.HUDSCORE--;
} else {
_global.ScoreBoard = true;
_global.FAIL = true;
}
clearInterval(outCome);
timer = 0;
outCome = setInterval(flicker, 50);
flick = false;
}
}
};
FuelUP = function () {
if (!_global.PAUSE) {
if (SHOOTAMMO < 3) {
_level0.SuccessSound();
SHOOTAMMO++;
Shooter.gotoAndPlay(SHOOTAMMO);
}
if (SHOOTAMMO == 4) {
SHOOTAMMO = 1;
Shooter.gotoAndPlay(SHOOTAMMO);
}
_level0.Eiffel.HouseArmy.Glower.gotoAndPlay(61);
}
};
Fired = function () {
if (!_global.PAUSE) {
if (_global.FIREFIRE) {
if (SHOOTAMMO < 4) {
_level0.JetSound();
FuelDown();
_global.FIREFIRE = false;
_level0.Eiffel.Shooting.gotoAndPlay(1);
} else {
_level0.WrongSound();
_global.FIREFIRE = true;
}
}
}
};
FuelDown = function () {
if (!_global.PAUSE) {
SHOOTAMMO--;
if (SHOOTAMMO == 0) {
SHOOTAMMO = 4;
}
Shooter.gotoAndPlay(SHOOTAMMO);
}
};
PointsUP = function () {
if (!_global.PAUSE) {
if (_global.LeGren) {
_global.LeGren = false;
GrenBar.MoHealth._width = GrenBar.MoHealth._width - 30;
if (GrenBar.MoHealth._width < 20) {
_global.ScoreBoard = true;
}
}
}
};
CheckHit = function () {
if (!_global.PAUSE) {
if (_level0.Eiffel.Shooting.Hitter.Hitter.hitTest(_level0.Eiffel.HouseArmy.Gren)) {
PointsUP();
_level0.Eiffel.HouseArmy.Gren.LeGren.gotoAndPlay(3);
_level0.OuchSound();
_level0.Good();
}
}
};
Instance of Symbol 1096 MovieClip "HouseArmy" in Symbol 1168 MovieClip Frame 1
onClipEvent (load) {
TOP = -50;
MID = -220;
Le = 20;
Re = -350;
}
onClipEvent (enterFrame) {
if (Key.isDown(38) || (Key.isDown(40))) {
if (Key.isDown(38)) {
if (this._y < 160) {
this._y = this._y + 6;
}
}
if (Key.isDown(40)) {
this._y = this._y - 6;
if (this._y < -350) {
_parent.Stunned();
this._y = -350;
}
}
} else {
if (this._y > TOP) {
this._y = this._y - 2;
}
if (this._y < TOP) {
this._y = this._y + 2;
}
}
if (Key.isDown(37) || (Key.isDown(39))) {
if (Key.isDown(37)) {
this._x = this._x + 6;
if (this._x > Le) {
_parent.Stunned();
this._x = Le;
}
}
if (Key.isDown(39)) {
this._x = this._x - 6;
if (this._x < Re) {
_parent.Stunned();
this._x = Re;
}
}
} else {
if (this._x > MID) {
this._x = this._x - 2;
}
if (this._x < MID) {
this._x = this._x + 2;
}
}
}
Instance of Symbol 1105 MovieClip "Shooting" in Symbol 1168 MovieClip Frame 1
onClipEvent (load) {
TOP = -50;
MID = -220;
Le = 20;
Re = -350;
}
onClipEvent (enterFrame) {
if (_global.FIREFIRE) {
this._x = 1;
this._y = 1;
}
if (Key.isDown(38) || (Key.isDown(40))) {
if (Key.isDown(38)) {
if (_parent.HouseArmy._y < 160) {
this._y = this._y + 6;
}
}
if (Key.isDown(40)) {
if (_parent.HouseArmy._y < -350) {
_parent.HouseArmy._y = _parent.HouseArmy._y - 6;
}
}
} else {
if (_parent.HouseArmy._y > TOP) {
this._y = this._y - 2;
}
if (_parent.HouseArmy._y < TOP) {
this._y = this._y + 2;
}
}
}
Instance of Symbol 1167 MovieClip "Plane" in Symbol 1168 MovieClip Frame 1
onClipEvent (load) {
WV = 1;
Do = false;
Up = false;
JustPress = true;
LetsSwitch = true;
_global.FIREFIRE = true;
}
onClipEvent (enterFrame) {
_level0.Eiffel.CheckHit();
if (JustPress) {
if (((Key.isDown(68) || (Key.isDown(65))) || (Key.isDown(83))) || (Key.isDown(32))) {
LetsSwitch = false;
JustPress = true;
} else {
LetsSwitch = true;
JustPress = false;
}
}
if (LetsSwitch) {
if (Key.isDown(65)) {
_parent.Fired();
JustPress = true;
}
}
if (_level0.Eiffel.Plane.Hitter.Hitter.hitTest(_level0.Eiffel.HouseArmy.Bomb1.Hitter.Hitter)) {
_parent.Stunned();
}
if (!Up) {
if (Key.isDown(40) && (WV < 32)) {
Do = true;
WV++;
} else if (WV > 1) {
WV--;
} else {
Do = false;
Up = false;
}
}
if (!Do) {
if (Key.isDown(38) && (WV < 63)) {
if (!Up) {
WV = 33;
}
Up = true;
WV++;
} else if (WV > 1) {
WV--;
if (WV == 33) {
WV = 1;
}
} else {
Do = false;
Up = false;
}
}
this.gotoAndPlay(WV);
if (Key.isDown(39) || (Key.isDown(37))) {
if (this._rotation > -40) {
if (Key.isDown(37)) {
this._rotation = this._rotation - 2;
}
}
if (this._rotation < 40) {
if (Key.isDown(39)) {
this._rotation = this._rotation + 2;
}
}
} else {
if (this._rotation > 0) {
this._rotation = this._rotation - 2;
}
if (this._rotation < 0) {
this._rotation = this._rotation + 2;
}
}
}
Symbol 1178 MovieClip Frame 1
BlueScore = 9;
RedScore = 9;
Symbol 1179 MovieClip Frame 1
i = 10;
_global.RedHit = false;
_global.BlueHit = false;
CreateBad = function () {
i++;
duplicateMovieClip (Spawn, "Spawn" + i, i);
_root.Death["Spawn" + i].swapDepths(PA);
};
CheckWhoWon = function () {
if (BG.RedScore <= 0) {
_global.RedWinner = false;
_global.DeathPause = true;
}
if (BG.BlueScore <= 0) {
_global.RedWinner = true;
_global.DeathPause = true;
}
};
Instance of Symbol 254 MovieClip "TopPusseB" in Symbol 1179 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay("Jump");
Position = 0;
RightMove = -195;
LeftMove = -20;
this._x = RightMove + 5;
this._y = 100;
Left = false;
Right = false;
Jump = false;
Walking = false;
IsLeft = false;
ThereBe = this._x;
HereBe = this._x;
LetsSwitch = true;
JustPress = true;
Before = 0;
After = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_parent.TopPusseR.Rack.BlockadeRack)) {
_level0.SnailHit();
this._x = RightMove + 5;
_parent.BG.BlueScore = _parent.BG.BlueScore - 1;
_parent.BG.RedScore++;
_level0.OuchSound();
_parent.CheckWhoWon();
}
Walking = false;
if (JustPress) {
if (Key.isDown(87) || (Key.isDown(83))) {
LetsSwitch = false;
JustPress = true;
} else {
LetsSwitch = true;
JustPress = false;
}
}
if (!_global.PAUSE) {
if (Before < After) {
Before++;
}
if (this.JUMPED && (this.HITTER)) {
if (LetsSwitch) {
if (Key.isDown(87)) {
if (this.JUMPED) {
this.JUMPED = false;
this.gotoAndStop("Jump");
JustPress = true;
}
}
if (Key.isDown(83)) {
if (this.HITTER) {
this.HITTER = false;
this.gotoAndStop("Rack");
JustPress = true;
}
}
}
}
HereBe = this._x;
if (Key.isDown(68)) {
if (IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = false;
if (this._x < (LeftMove + 5)) {
this._x = this._x + 5;
Walking = true;
LetsWalk = true;
}
}
if (Key.isDown(65)) {
if (!IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = true;
if (this._x > (RightMove - 5)) {
this._x = this._x - 5;
Walking = true;
}
}
if (this.JUMPED && (this.HITTER)) {
if (Walking) {
this.gotoAndStop("Right");
} else {
this.gotoAndStop("Stop");
}
}
ThereBe = this._x;
After = _global.Current;
} else {
this.gotoAndStop("Stop");
}
}
Instance of Symbol 254 MovieClip "TopPusseR" in Symbol 1179 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay("Jump");
Position = 0;
RightMove = 20;
LeftMove = 195;
this._x = LeftMove + 5;
this._y = 100;
Left = false;
Right = false;
Jump = false;
Walking = false;
IsLeft = true;
ThereBe = this._x;
HereBe = this._x;
LetsSwitch = true;
JustPress = true;
Before = 0;
After = 0;
this._xscale = this._xscale * -1;
counter = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_parent.TopPusseB.Rack.BlockadeRack)) {
_level0.SnailHit();
this._x = LeftMove + 5;
_parent.BG.RedScore = _parent.BG.RedScore - 1;
_parent.BG.BlueScore++;
_level0.OuchSound();
_parent.CheckWhoWon();
}
if (counter > 10) {
_global.RedHit = false;
_global.BlueHit = false;
counter = 0;
}
counter++;
Walking = false;
if (JustPress) {
if (Key.isDown(38) || (Key.isDown(40))) {
LetsSwitch = false;
JustPress = true;
} else {
LetsSwitch = true;
JustPress = false;
}
}
if (!_global.PAUSE) {
if (Before < After) {
Before++;
}
if (this.JUMPED && (this.HITTER)) {
if (LetsSwitch) {
if (Key.isDown(38)) {
if (this.JUMPED) {
this.JUMPED = false;
this.gotoAndStop("Jump");
JustPress = true;
}
}
if (Key.isDown(40)) {
if (this.HITTER) {
this.HITTER = false;
this.gotoAndStop("Rack");
JustPress = true;
}
}
}
}
HereBe = this._x;
if (Key.isDown(39)) {
if (IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = false;
if (this._x < (LeftMove + 5)) {
this._x = this._x + 5;
Walking = true;
LetsWalk = true;
}
}
if (Key.isDown(37)) {
if (!IsLeft) {
this._xscale = this._xscale * -1;
}
IsLeft = true;
if (this._x > (RightMove - 5)) {
this._x = this._x - 5;
Walking = true;
}
}
if (this.JUMPED && (this.HITTER)) {
if (Walking) {
this.gotoAndStop("Right");
} else {
this.gotoAndStop("Stop");
}
}
ThereBe = this._x;
After = _global.Current;
} else {
this.gotoAndStop("Stop");
}
}
Instance of Symbol 13 MovieClip [Spawn] "Spawn" in Symbol 1179 MovieClip Frame 1
onClipEvent (load) {
this._x = (Math.random() * 300) - 150;
this._y = 150;
NotHit = true;
DEADLY = false;
Red = false;
Blue = false;
Killed = false;
goLeft = true;
speed = 20;
counter = 0;
deadCounter = 0;
dead = false;
if (_parent.Spawn == this) {
_parent.CreateBad();
}
}
onClipEvent (enterFrame) {
if (deadCounter < 100) {
deadCounter++;
} else if (!Killed) {
this.gotoAndPlay(8);
Killed = true;
_parent.CreateBad();
}
if (_parent.Spawn == this) {
} else if (dead) {
counter++;
if (counter > 10) {
this.removeMovieClip();
}
}
if (!NotHit) {
DEADLY = true;
if (goLeft) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
}
if (hitTest(_parent.TopPusseR.Rack.BlockadeRack)) {
if (NotHit && (!_global.RedHit)) {
this.gotoAndPlay(6);
NotHit = false;
_global.RedHit = true;
DEADLY = true;
Red = true;
if (_parent.TopPusseR.IsLeft) {
goLeft = false;
}
}
}
if (hitTest(_parent.TopPusseB.Rack.BlockadeRack)) {
if (DEADLY) {
if (goLeft) {
goLeft = false;
} else {
goLeft = true;
}
}
if (NotHit && (!_global.BlueHit)) {
this.gotoAndPlay(6);
NotHit = false;
_global.BlueHit = true;
DEADLY = true;
Blue = true;
if (_parent.TopPusseB.IsLeft) {
goLeft = false;
}
}
}
if (Red && (!Killed)) {
if (hitTest(_parent.TopPusseB.Hitter.Hitter)) {
_parent.BG.BlueScore = _parent.BG.BlueScore - 1;
_parent.BG.RedScore = _parent.BG.RedScore + 1;
_level0.OuchSound();
_parent.CheckWhoWon();
this.gotoAndPlay(8);
speed = 5;
Killed = true;
_parent.CreateBad();
}
}
if (Blue && (!Killed)) {
if (hitTest(_parent.TopPusseR.Hitter.Hitter)) {
_parent.BG.RedScore = _parent.BG.RedScore - 1;
_parent.BG.BlueScore = _parent.BG.BlueScore + 1;
_level0.OuchSound();
_parent.CheckWhoWon();
this.gotoAndPlay(8);
speed = 5;
Killed = true;
_parent.CreateBad();
}
}
}
Symbol 1180 Button
on (release) {
_level0.gotoAndPlay("Map");
}
Symbol 1183 MovieClip Frame 1
stop();
Symbol 1183 MovieClip Frame 3
stop();
Symbol 1184 MovieClip Frame 2
if (!_global.DeathPause) {
gotoAndPlay (1);
}
Symbol 1184 MovieClip Frame 3
stopAllSounds();
Symbol 1184 MovieClip Frame 15
_global.PAUSE = true;
if (_global.SOUND) {
var SingSong = new Sound();
SingSong.attachSound("Menu");
SingSong.start(0, 100);
SingSong.setVolume(100);
_global.fromMENU = true;
}
stop();
Instance of Symbol 1183 MovieClip in Symbol 1184 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_global.RedWinner) {
this.gotoAndPlay(2);
}
}
Symbol 1188 Button
on (release) {
play();
}
Symbol 1189 Button
on (release) {
gotoAndPlay ("Credits");
}
Symbol 1190 Button
on (release) {
gotoAndPlay ("HighScores");
}
Symbol 1191 Button
on (release) {
_level0.gotoAndPlay("Map");
}