Frame 1
function itemHandler1(obj, item) {
_quality = "LOW";
}
function itemHandler2(obj, item) {
_quality = "MEDIUM";
}
function itemHandler3(obj, item) {
_quality = "HIGH";
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
item1 = new ContextMenuItem("Quality -> LOW", itemHandler1);
item2 = new ContextMenuItem("Quality -> MEDIUM", itemHandler2);
item3 = new ContextMenuItem("Quality -> HIGH", itemHandler3);
myMenu.customItems.push(item1);
myMenu.customItems.push(item2);
myMenu.customItems.push(item3);
_root.menu = myMenu;
mochi.as2.MochiServices.connect("51bfde02f4da6f8d");
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;
var pv;
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);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&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__("94b9daa1", this, 10301, true);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 29
stop();
Frame 45
stop();
Frame 46
stopAllSounds();
Frame 57
var savefile = SharedObject.getLocal("mightyredorb");
Frame 58
if (savefile.data.level1icon == undefined) {
_root.level1icon = 0;
} else {
_root.level1icon = savefile.data.level1icon;
}
if (savefile.data.level2icon == undefined) {
_root.level2icon = 0;
} else {
_root.level2icon = savefile.data.level2icon;
}
if (savefile.data.level3icon == undefined) {
_root.level3icon = 0;
} else {
_root.level3icon = savefile.data.level3icon;
}
if (savefile.data.level4icon == undefined) {
_root.level4icon = 0;
} else {
_root.level4icon = savefile.data.level4icon;
}
if (savefile.data.level5icon == undefined) {
_root.level5icon = 0;
} else {
_root.level5icon = savefile.data.level5icon;
}
if (savefile.data.level6icon == undefined) {
_root.level6icon = 0;
} else {
_root.level6icon = savefile.data.level6icon;
}
if (savefile.data.level7icon == undefined) {
_root.level7icon = 0;
} else {
_root.level7icon = savefile.data.level7icon;
}
if (savefile.data.level8icon == undefined) {
_root.level8icon = 0;
} else {
_root.level8icon = savefile.data.level8icon;
}
if (savefile.data.level9icon == undefined) {
_root.level9icon = 0;
} else {
_root.level9icon = savefile.data.level9icon;
}
if (savefile.data.level10icon == undefined) {
_root.level10icon = 0;
} else {
_root.level10icon = savefile.data.level10icon;
}
if (savefile.data.level11icon == undefined) {
_root.level11icon = 0;
} else {
_root.level11icon = savefile.data.level11icon;
}
if (savefile.data.level12icon == undefined) {
_root.level12icon = 0;
} else {
_root.level12icon = savefile.data.level12icon;
}
if (savefile.data.level10icon == undefined) {
_root.level13icon = 0;
} else {
_root.level13icon = savefile.data.level13icon;
}
if (savefile.data.level13icon == undefined) {
_root.level13icon = 0;
} else {
_root.level13icon = savefile.data.level13icon;
}
if (savefile.data.level14icon == undefined) {
_root.level14icon = 0;
} else {
_root.level14icon = savefile.data.level14icon;
}
if (savefile.data.level15icon == undefined) {
_root.level15icon = 0;
} else {
_root.level15icon = savefile.data.level15icon;
}
if (savefile.data.levelFicon == undefined) {
_root.levelFicon = 0;
} else {
_root.levelFicon = savefile.data.levelFicon;
}
Frame 59
bTutorial = false;
miss1bestScore = 0;
if (_root.m1acc == undefined) {
_root.m1acc = false;
}
miss2bestScore = 0;
if (_root.m2acc == undefined) {
_root.m2acc = false;
}
miss3bestScore = 0;
if (_root.m3acc == undefined) {
_root.m3acc = false;
}
miss4bestScore = 0;
if (_root.m4acc == undefined) {
_root.m4acc = false;
}
miss5bestScore = 0;
if (_root.m5acc == undefined) {
_root.m5acc = false;
}
miss6bestScore = 0;
if (_root.m6acc == undefined) {
_root.m6acc = false;
}
miss7bestScore = 0;
if (_root.m7acc == undefined) {
_root.m7acc = false;
}
miss8bestScore = 0;
if (_root.m8acc == undefined) {
_root.m8acc = false;
}
miss9bestScore = 0;
if (_root.m9acc == undefined) {
_root.m9acc = false;
}
miss10bestScore = 0;
if (_root.m10acc == undefined) {
_root.m10acc = false;
}
miss11bestScore = 0;
if (_root.m11acc == undefined) {
_root.m11acc = false;
}
miss12bestScore = 0;
if (_root.m12acc == undefined) {
_root.m12acc = false;
}
miss13bestScore = 0;
if (_root.m13acc == undefined) {
_root.m13acc = false;
}
miss14bestScore = 0;
if (_root.m14acc == undefined) {
_root.m14acc = false;
}
miss15bestScore = 0;
if (_root.m15acc == undefined) {
_root.m15acc = false;
}
missFinalbestScore = 0;
Frame 153
menuSound = new Sound();
menuSound.attachSound("00menuloop");
menuSound.start(0, 99);
Frame 154
stop();
Frame 196
stop();
Frame 198
stopAllSounds();
Instance of Symbol 366 MovieClip in Frame 198
on (rollOver) {
_root.qsaction.gotoAndPlay("openstuff");
}
on (rollOut) {
_root.qsaction.gotoAndPlay("closestuff");
}
on (dragOut) {
_root.qsaction.gotoAndPlay("closestuff");
}
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 198
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 208
stop();
Frame 239
stop();
Frame 259
gotoAndPlay ("missions");
Frame 290
stop();
Frame 310
gotoAndPlay ("world2");
Frame 341
stop();
Frame 360
gotoAndPlay ("world3");
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 362
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 388
stop();
Frame 389
playername = namefield.fieldname.playerInput.text;
playerscore = score;
Frame 398
Mouse.show();
Frame 399
var o = {n:[6, 15, 3, 14, 15, 8, 9, 5, 2, 13, 13, 1, 11, 10, 15, 13], f:function (i, s) {
if (s.length == 16) {
return(s);
}
return(this.f(i + 1, s + this.n[i].toString(16)));
}};
var boardID = o.f(0, "");
mochi.as2.MochiScores.showLeaderboard({boardID:boardID, score:playerscore, name:playername});
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 403
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 404
gotoAndPlay ("restart");
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 406
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 410
Mouse.show();
Frame 411
var o = {n:[6, 15, 3, 14, 15, 8, 9, 5, 2, 13, 13, 1, 11, 10, 15, 13], f:function (i, s) {
if (s.length == 16) {
return(s);
}
return(this.f(i + 1, s + this.n[i].toString(16)));
}};
var boardID = o.f(0, "");
mochi.as2.MochiScores.showLeaderboard({boardID:boardID});
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 415
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 416
gotoAndPlay ("mainmenu1");
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 418
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 542
stop();
Frame 561
stop();
Frame 579
gotoAndStop ("cr1");
Frame 598
stop();
Frame 616
gotoAndStop ("cr2");
Frame 618
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
var power = 99;
bTutorial = true;
stop();
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 618
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 682
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
bgSound = new Sound();
bgSound.attachSound("02level1loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bullet", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bullet", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bullet", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 684
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
bullet1.unloadMovie();
bullet2.unloadMovie();
bullet3.unloadMovie();
power = 99;
Instance of Symbol 176 MovieClip in Frame 684
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 769
stop();
Frame 771
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
bullet1.unloadMovie();
bullet2.unloadMovie();
bullet3.unloadMovie();
power = 99;
Instance of Symbol 176 MovieClip in Frame 771
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 862
stop();
Frame 864
function randRange(min, max) {
var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min;
return(_local1);
}
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
bullet1.unloadMovie();
bullet2.unloadMovie();
bullet3.unloadMovie();
power = 99;
Instance of Symbol 176 MovieClip in Frame 864
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 929
if (dead == true) {
_root.reasondisplay.gotoAndStop(randRange(1, 15));
} else {
_root.reasondisplay.gotoAndStop(randRange(16, 27));
}
Frame 937
if (mission == 10) {
_root.alsorandom.gotoAndStop(randRange(1, 5));
} else {
_root.alsorandom.gotoAndStop(randRange(3, 45));
}
Frame 946
stop();
Frame 948
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
bullet1.unloadMovie();
bullet2.unloadMovie();
bullet3.unloadMovie();
Instance of Symbol 176 MovieClip in Frame 948
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1046
stop();
Frame 1048
mission = 1;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
if (bTutorial == true) {
gotoAndPlay ("skipControls");
} else {
stop();
}
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1048
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1112
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level2loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1114
mission = 3;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1114
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1177
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level3loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1179
mission = 2;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1179
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1242
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level2lloop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1244
mission = 4;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1244
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1307
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("02level1loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1309
mission = 5;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1309
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1372
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level5loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM1", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1374
mission = 6;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1374
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1437
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level6loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1439
mission = 7;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1439
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1502
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level7loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if ((bullet3._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.elgenerator1.elgenerator2.gotoAndPlay("broken");
this.spd = 0;
this.gotoAndPlay(2);
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1504
mission = 8;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1504
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1567
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level8loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if ((bullet1._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet1._x, bullet1._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.trapgen2.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.trapgen2.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.trapgen2.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1569
mission = 9;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1569
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1632
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level10loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if ((bullet1._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet1._x, bullet1._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hotspot.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 5;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1634
mission = 10;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 1674 MovieClip "mouseCursor" in Frame 1634
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
if (this._y == 250) {
this.gotoAndStop(6);
} else {
this.gotoAndStop(1);
}
}
Frame 1697
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level9loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM2", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if ((bullet1._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet1._x, bullet1._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.platform1.finspot.hitTest(bullet1._x, bullet1._y, true))) {
_root.platform1.finspot.unloadMovie();
_root.stuff.findoor1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.platform1.finspot.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.finspot.unloadMovie();
_root.stuff.findoor1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.platform1.finspot.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.finspot.unloadMovie();
_root.stuff.findoor1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hotspot.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 5;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1699
mission = 11;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1699
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1762
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level11loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
if (_root.platform1.flow1.hitTest(orb._x, orb._y, true)) {
_root.platform1._y = _root.platform1._y + (0.02 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (0.03 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (0.03 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (0.03 * orbspeed);
_root.powerups._y = _root.powerups._y + (0.03 * orbspeed);
_root.stuff._y = _root.stuff._y + (0.03 * orbspeed);
}
if (_root.platform1.flow2.hitTest(orb._x, orb._y, true)) {
_root.platform1._y = _root.platform1._y - (0.12 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (0.11 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (0.11 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (0.11 * orbspeed);
_root.powerups._y = _root.powerups._y - (0.11 * orbspeed);
_root.stuff._y = _root.stuff._y - (0.11 * orbspeed);
}
}
};
Frame 1764
mission = 12;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1764
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1827
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level12loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
if (_root.platform1.flow1.hitTest(orb._x, orb._y, true) || (_root.platform1.flow4.hitTest(orb._x, orb._y, true))) {
_root.platform1._x = _root.platform1._x + 0.6;
_root.bullet1._x = _root.bullet1._x + 0.6;
_root.bullet2._x = _root.bullet2._x + 0.6;
_root.bullet3._x = _root.bullet3._x + 0.6;
_root.powerups._x = _root.powerups._x + 0.6;
_root.stuff._x = _root.stuff._x + 0.6;
}
if (_root.platform1.flow2.hitTest(orb._x, orb._y, true) || (_root.platform1.flow3.hitTest(orb._x, orb._y, true))) {
_root.platform1._x = _root.platform1._x - 0.6;
_root.bullet1._x = _root.bullet1._x - 0.6;
_root.bullet2._x = _root.bullet2._x - 0.6;
_root.bullet3._x = _root.bullet3._x - 0.6;
_root.powerups._x = _root.powerups._x - 0.6;
_root.stuff._x = _root.stuff._x - 0.6;
}
if (_root.platform1.flow5.hitTest(orb._x, orb._y, true)) {
_root.platform1._x = _root.platform1._x + 0.3;
_root.bullet1._x = _root.bullet1._x + 0.3;
_root.bullet2._x = _root.bullet2._x + 0.3;
_root.bullet3._x = _root.bullet3._x + 0.3;
_root.powerups._x = _root.powerups._x + 0.3;
_root.stuff._x = _root.stuff._x + 0.3;
}
if (_root.platform1.flow6.hitTest(orb._x, orb._y, true)) {
_root.platform1._x = _root.platform1._x - 0.2;
_root.bullet1._x = _root.bullet1._x - 0.2;
_root.bullet2._x = _root.bullet2._x - 0.2;
_root.bullet3._x = _root.bullet3._x - 0.2;
_root.powerups._x = _root.powerups._x - 0.2;
_root.stuff._x = _root.stuff._x - 0.2;
}
}
};
Frame 1829
mission = 13;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1829
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1892
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
_root.d5 = _root.pipe1._x - _root.platform1._x;
_root.d6 = _root.pipe1._y - _root.platform1._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level13loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
_root.pipe1._x = _root.pipe1._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
_root.pipe1._y = _root.pipe1._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
_root.pipe1._y = _root.pipe1._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
_root.pipe1._x = _root.pipe1._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
CalculateInertia(_root.pipe1, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if ((bullet2._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hotspot.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 5;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
_root.pipe1._x = _root.pipe1._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
_root.pipe1._y = _root.pipe1._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
_root.pipe1._y = _root.pipe1._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
_root.pipe1._x = _root.pipe1._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
if (_root.platform1.flow1.hitTest(orb._x, orb._y, true)) {
_root.platform1._x = _root.platform1._x + 0.6;
_root.bullet1._x = _root.bullet1._x + 0.6;
_root.bullet2._x = _root.bullet2._x + 0.6;
_root.bullet3._x = _root.bullet3._x + 0.6;
_root.powerups._x = _root.powerups._x + 0.6;
_root.stuff._x = _root.stuff._x + 0.6;
_root.pipe1._x = _root.pipe1._x + 0.6;
}
}
};
Frame 1894
mission = 14;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1894
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 1957
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level14loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
_root.pipe1._x = _root.pipe1._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
_root.pipe1._y = _root.pipe1._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
_root.pipe1._y = _root.pipe1._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
_root.pipe1._x = _root.pipe1._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
CalculateInertia(_root.pipe1, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if ((bullet2._currentframe == 1) && (_root.platform1.death.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.death.unloadMovie();
this.spd = 0;
this.gotoAndPlay(2);
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((bullet3._currentframe == 1) && (_root.platform1.death.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.death.unloadMovie();
this.spd = 0;
this.gotoAndPlay(2);
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((bullet2._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.platform1.hotspot2.hitTest(bullet1._x, bullet1._y, true))) {
_root.platform1.hotspot2.unloadMovie();
_root.stuff.trapgen2.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.platform1.hotspot2.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.hotspot2.unloadMovie();
_root.stuff.trapgen2.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.platform1.hotspot2.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.hotspot2.unloadMovie();
_root.stuff.trapgen2.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hotspot.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 5;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hotspot2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 5;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.death.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.death.unloadMovie();
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
_root.pipe1._x = _root.pipe1._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
_root.pipe1._y = _root.pipe1._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
_root.pipe1._y = _root.pipe1._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
_root.pipe1._x = _root.pipe1._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 1959
mission = 15;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 1959
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 2021
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
_root.d5 = _root.pipe1._x - _root.platform1._x;
_root.d6 = _root.pipe1._y - _root.platform1._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00level15loop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
diamondget = false;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.powerups._x = _root.powerups._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
_root.pipe1._x = _root.pipe1._x - (1 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.powerups._y = _root.powerups._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
_root.pipe1._y = _root.pipe1._y + (1 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.powerups._y = _root.powerups._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
_root.pipe1._y = _root.pipe1._y - (1 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.powerups._x = _root.powerups._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
_root.pipe1._x = _root.pipe1._x + (1 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.powerups, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
CalculateInertia(_root.pipe1, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16375);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16374);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletM3", "b" + bulletsShot, -16373);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.platform1.hitarea1.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
this.spd = 0;
this.gotoAndPlay(2);
}
if (bullet2._currentframe == 1) {
if (bullet1.hitTest(bullet2._x, bullet2._y, true) && (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true))) {
} else if (_root.platform1.hitarea1.hitTest(bullet2._x, bullet2._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if (bullet3._currentframe == 1) {
if ((bullet1.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true))) || (bullet2.hitTest(bullet3._x, bullet3._y, true) && (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)))) {
} else if (_root.platform1.hitarea1.hitTest(bullet3._x, bullet3._y, true)) {
this.spd = 0;
this.gotoAndPlay(2);
}
}
if ((bullet1._currentframe == 1) && (_root.platform1.hotspot2.hitTest(bullet1._x, bullet1._y, true))) {
_root.platform1.hotspot2.unloadMovie();
_root.stuff.trapgen4.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.platform1.hotspot2.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.hotspot2.unloadMovie();
_root.stuff.trapgen4.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.platform1.hotspot2.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.hotspot2.unloadMovie();
_root.stuff.trapgen4.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet1._x, bullet1._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
_root.stuff.trapgen2.gotoAndPlay("br1");
_root.stuff.trapgen3.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet2._x, bullet2._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
_root.stuff.trapgen2.gotoAndPlay("br1");
_root.stuff.trapgen3.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.platform1.hotspot.hitTest(bullet3._x, bullet3._y, true))) {
_root.platform1.hotspot.unloadMovie();
_root.stuff.trapgen1.gotoAndPlay("br1");
_root.stuff.trapgen2.gotoAndPlay("br1");
_root.stuff.trapgen3.gotoAndPlay("br1");
this.spd = 0;
this.gotoAndPlay(2);
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.powerups.diamond.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.diamond.unloadMovie();
_root.diamondget = true;
_root.diamondbar.gotoAndPlay("get");
}
for (j in powerups.speeddownsArray) {
if (_root.powerups.speeddownsArray[j].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speedupBar._currentframe != 1) {
_root.speedupBar.gotoAndStop(1);
}
_root.powerups.speeddownsArray[j].unloadMovie();
_root.speeddownBar.gotoAndPlay(2);
}
}
for (k in powerups.speedupsArray) {
if (_root.powerups.speedupsArray[k].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if (_root.speeddownBar._currentframe != 1) {
_root.speeddownBar.gotoAndStop(1);
}
_root.powerups.speedupsArray[k].unloadMovie();
_root.speedupBar.gotoAndPlay(2);
}
}
for (p in powerups.powerupsArray) {
if (_root.powerups.powerupsArray[p].hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.powerups.powerupsArray[p].unloadMovie();
powerSound = new Sound();
powerSound.attachSound("12powerup");
powerSound.start(0, 1);
power = 99;
_root.powerBar.powerunits.text = "99";
}
}
if (_root.powerups.teleportkey.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.platform1.exit1.gotoAndPlay("normal");
_root.powerups.teleportkey.unloadMovie();
_root.teleportaccess.gotoAndPlay("granted");
}
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 2;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hotspot.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 5;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hotspot2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 5;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.platform1.hitarea1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
if ((_root.bullet1._currentframe > 1) && (_root.bullet1.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet2._currentframe > 1) && (_root.bullet2.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
if ((_root.bullet3._currentframe > 1) && (_root.bullet3.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true))) {
continue;
}
power--;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((_root.iXmove < 0) || (_root.currentInertiaX < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x + 1.45;
_root.bullet1._x = _root.bullet1._x + 1.45;
_root.bullet2._x = _root.bullet2._x + 1.45;
_root.bullet3._x = _root.bullet3._x + 1.45;
_root.powerups._x = _root.powerups._x + 1.45;
_root.stuff._x = _root.stuff._x + 1.45;
_root.pipe1._x = _root.pipe1._x + 1.45;
}
if ((_root.iYmove > 0) || (_root.currentInertiaY > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y - 1.45;
_root.bullet1._y = _root.bullet1._y - 1.45;
_root.bullet2._y = _root.bullet2._y - 1.45;
_root.bullet3._y = _root.bullet3._y - 1.45;
_root.powerups._y = _root.powerups._y - 1.45;
_root.stuff._y = _root.stuff._y - 1.45;
_root.pipe1._y = _root.pipe1._y - 1.45;
}
if ((_root.iYmove < 0) || (_root.currentInertiaY < 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._y = _root.platform1._y + 1.45;
_root.bullet1._y = _root.bullet1._y + 1.45;
_root.bullet2._y = _root.bullet2._y + 1.45;
_root.bullet3._y = _root.bullet3._y + 1.45;
_root.powerups._y = _root.powerups._y + 1.45;
_root.stuff._y = _root.stuff._y + 1.45;
_root.pipe1._y = _root.pipe1._y + 1.45;
}
if ((_root.iXmove > 0) || (_root.currentInertiaX > 0)) {
currentInertiaY = 0;
currentInertiaX = 0;
_root.platform1._x = _root.platform1._x - 1.45;
_root.bullet1._x = _root.bullet1._x - 1.45;
_root.bullet2._x = _root.bullet2._x - 1.45;
_root.bullet3._x = _root.bullet3._x - 1.45;
_root.powerups._x = _root.powerups._x - 1.45;
_root.stuff._x = _root.stuff._x - 1.45;
_root.pipe1._x = _root.pipe1._x - 1.45;
}
}
if (_root.platform1.exit1.exitpoint1.hitTest(orb._x, orb._y, true)) {
orb._visible = false;
_root.platform1.exit1.gotoAndPlay("reached");
}
}
};
Frame 2023
mission = Final;
var power = 99;
stopAllSounds();
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
Instance of Symbol 176 MovieClip "mouseCursor" in Frame 2023
onClipEvent (load) {
Mouse.hide();
this.onMouseDown = function () {
this.gotoAndPlay("Swing");
};
this.onMouseUp = function () {
this.gotoAndPlay("Swing2");
};
}
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 2191
function CalculateInertia(aMC, xMove, yMove) {
if (yMove > 0) {
currentInertiaY = maxInertia;
}
if (yMove < 0) {
currentInertiaY = maxInertia * -1;
}
if (xMove > 0) {
currentInertiaX = maxInertia;
}
if (xMove < 0) {
currentInertiaX = maxInertia * -1;
}
if (yMove == 0) {
aMC._y = aMC._y + currentInertiaY;
}
if (xMove == 0) {
aMC._x = aMC._x + currentInertiaX;
}
}
function UpdateInertia(xMove, yMove) {
if (yMove == 0) {
if (currentInertiaY > 0) {
currentInertiaY = currentInertiaY - inertiaStep;
if (currentInertiaY < 0) {
currentInertiaY = 0;
}
}
if (currentInertiaY < 0) {
currentInertiaY = currentInertiaY + inertiaStep;
if (currentInertiaY > 0) {
currentInertiaY = 0;
}
}
}
if (xMove == 0) {
if (currentInertiaX > 0) {
currentInertiaX = currentInertiaX - inertiaStep;
if (currentInertiaX < 0) {
currentInertiaX = 0;
}
}
if (currentInertiaX < 0) {
currentInertiaX = currentInertiaX + inertiaStep;
if (currentInertiaX > 0) {
currentInertiaX = 0;
}
}
}
}
stop();
_root.d1 = _root.platform1._x - _root.stuff._x;
_root.d2 = _root.platform1._y - _root.stuff._y;
_root.d3 = _root.stuff._x - _root.powerups._x;
_root.d4 = _root.stuff._y - _root.powerups._y;
Key.removeListener(mySoundListener);
bgSound = new Sound();
bgSound.attachSound("00levelFinalloop");
bgSound.start(0, 99);
musicplaying = true;
enterpressed = false;
var mySoundListener = new Object();
mySoundListener.onKeyUp = function () {
k = Key.getCode();
if (k == 77) {
if (musicplaying == true) {
bgSound.stop();
_root.musicicon.gotoAndPlay("stop");
musicplaying = false;
} else if (musicplaying == false) {
bgSound.start(0, 99);
_root.musicicon.gotoAndPlay("play");
musicplaying = true;
}
}
if (k == 13) {
if (enterpressed == false) {
enterpressed = true;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
} else if (enterpressed == true) {
}
}
};
Key.addListener(mySoundListener);
dead = true;
var power = 99;
if (power > 99) {
power = 99;
}
powerBar.powerunits.text = power;
var orbspeed = 5.8;
maxInertia = 2.2;
inertiaStep = 0.2;
currentInertiaY = 0;
currentInertiaX = 0;
var bulletsShot = 0;
var bullet1;
var bullet2;
var bullet3;
var bulletmirror1;
var bulletmirror2;
var bulletmirror3;
var timeleft = 60;
_root.onEnterFrame = function () {
iYmove = 0;
iXmove = 0;
if (Key.isDown(39) || (Key.isDown(68))) {
iXmove = -1;
_root.platform1._x = _root.platform1._x - (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x - (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x - (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x - (1 * orbspeed);
_root.bulletmirror1._x = _root.bulletmirror1._x - (1 * orbspeed);
_root.bulletmirror2._x = _root.bulletmirror2._x - (1 * orbspeed);
_root.bulletmirror3._x = _root.bulletmirror3._x - (1 * orbspeed);
_root.stuff._x = _root.stuff._x - (1 * orbspeed);
_root.mirrororb._x = _root.mirrororb._x - (2 * orbspeed);
}
if (Key.isDown(38) || (Key.isDown(87))) {
iYmove = 1;
_root.platform1._y = _root.platform1._y + (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y + (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y + (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y + (1 * orbspeed);
_root.bulletmirror1._y = _root.bulletmirror1._y + (1 * orbspeed);
_root.bulletmirror2._y = _root.bulletmirror2._y + (1 * orbspeed);
_root.bulletmirror3._y = _root.bulletmirror3._y + (1 * orbspeed);
_root.stuff._y = _root.stuff._y + (1 * orbspeed);
_root.mirrororb._y = _root.mirrororb._y + (2 * orbspeed);
}
if (Key.isDown(40) || (Key.isDown(83))) {
iYmove = -1;
_root.platform1._y = _root.platform1._y - (1 * orbspeed);
_root.bullet1._y = _root.bullet1._y - (1 * orbspeed);
_root.bullet2._y = _root.bullet2._y - (1 * orbspeed);
_root.bullet3._y = _root.bullet3._y - (1 * orbspeed);
_root.bulletmirror1._y = _root.bulletmirror1._y - (1 * orbspeed);
_root.bulletmirror2._y = _root.bulletmirror2._y - (1 * orbspeed);
_root.bulletmirror3._y = _root.bulletmirror3._y - (1 * orbspeed);
_root.stuff._y = _root.stuff._y - (1 * orbspeed);
_root.mirrororb._y = _root.mirrororb._y - (2 * orbspeed);
}
if (Key.isDown(37) || (Key.isDown(65))) {
iXmove = 1;
_root.platform1._x = _root.platform1._x + (1 * orbspeed);
_root.bullet1._x = _root.bullet1._x + (1 * orbspeed);
_root.bullet2._x = _root.bullet2._x + (1 * orbspeed);
_root.bullet3._x = _root.bullet3._x + (1 * orbspeed);
_root.bulletmirror1._x = _root.bulletmirror1._x + (1 * orbspeed);
_root.bulletmirror2._x = _root.bulletmirror2._x + (1 * orbspeed);
_root.bulletmirror3._x = _root.bulletmirror3._x + (1 * orbspeed);
_root.stuff._x = _root.stuff._x + (1 * orbspeed);
_root.mirrororb._x = _root.mirrororb._x + (2 * orbspeed);
}
CalculateInertia(_root.platform1, iXmove, iYmove);
CalculateInertia(_root.bullet1, iXmove, iYmove);
CalculateInertia(_root.bullet2, iXmove, iYmove);
CalculateInertia(_root.bullet3, iXmove, iYmove);
CalculateInertia(_root.bulletmirror1, iXmove, iYmove);
CalculateInertia(_root.bulletmirror2, iXmove, iYmove);
CalculateInertia(_root.bulletmirror3, iXmove, iYmove);
CalculateInertia(_root.stuff, iXmove, iYmove);
CalculateInertia(_root.mirrororb, iXmove, iYmove);
CalculateInertia(_root.mirrororb, iXmove, iYmove);
UpdateInertia(iXmove, iYmove);
};
onMouseDown = function () {
var currBullet;
var currBulletMirror;
bulletsShot++;
if (bulletsShot == 1) {
_root.orb.gotoAndPlay("orb 2 balls");
_root.mirrororb.gotoAndPlay("orb 2 balls");
} else if (bulletsShot == 2) {
_root.orb.gotoAndPlay("orb 1 ball");
_root.mirrororb.gotoAndPlay("orb 1 ball");
} else if (bulletsShot == 3) {
_root.orb.gotoAndPlay("just orb");
_root.mirrororb.gotoAndPlay("just orb");
} else if (bulletsShot > 3) {
_root.orb.gotoAndPlay("looporb");
_root.mirrororb.gotoAndPlay("looporb");
}
if (bulletsShot <= 3) {
if (bulletsShot == 1) {
currBullet = attachMovie("bulletMF", "b" + bulletsShot, -16375);
currBulletMirror = attachMovie("bulletMFmirror", "b" + bulletsShot, -16378);
}
if (bulletsShot == 2) {
currBullet = attachMovie("bulletMF", "b" + bulletsShot, -16374);
currBulletMirror = attachMovie("bulletMFmirror", "b" + bulletsShot, -16377);
}
if (bulletsShot == 3) {
currBullet = attachMovie("bulletMF", "b" + bulletsShot, -16373);
currBulletMirror = attachMovie("bulletMFmirror", "b" + bulletsShot, -16376);
}
currBullet.spd = 9.5;
currBullet._x = orb._x;
currBullet._y = orb._y;
currBulletMirror.spd = 9.5;
currBulletMirror._x = mirrororb._x;
currBulletMirror._y = mirrororb._y;
myRadians = Math.atan2(_root._ymouse - currBullet._y, _root._xmouse - currBullet._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
currBullet._rotation = myDegrees + 90;
myRadiansM = Math.atan2(_root._ymouse - currBulletMirror._y, _root._xmouse - currBulletMirror._x);
myDegreesM = myDegrees - 180;
currBulletMirror._rotation = myDegreesM + 90;
currBulletMirror.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
}
};
currBullet.onEnterFrame = function () {
with (this) {
if (_rotation > 180) {
_y = _y + (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x - (spd * Math.sin((Math.PI/180) * _rotation));
} else {
_y = _y - (spd * Math.cos((Math.PI/180) * _rotation));
_x = _x + (spd * Math.sin((Math.PI/180) * _rotation));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if ((bullet1._currentframe == 1) && (_root.stuff.hitTest(bullet1._x, bullet1._y, true))) {
bullet1.spd = 0;
bullet1.gotoAndPlay(2);
}
if ((bullet1._currentframe == 1) && (_root.mirrororb.hitTest(bullet1._x, bullet1._y, true))) {
bullet1.spd = 0;
bullet1.gotoAndPlay(2);
mirrororb._visible = false;
}
if ((bullet2._currentframe == 1) && (_root.stuff.hitTest(bullet2._x, bullet2._y, true))) {
bullet2.spd = 0;
bullet2.gotoAndPlay(2);
}
if ((bullet2._currentframe == 1) && (_root.mirrororb.hitTest(bullet2._x, bullet2._y, true))) {
bullet2.spd = 0;
bullet2.gotoAndPlay(2);
mirrororb._visible = false;
}
if ((bullet3._currentframe == 1) && (_root.stuff.hitTest(bullet3._x, bullet3._y, true))) {
bullet3.spd = 0;
bullet3.gotoAndPlay(2);
}
if ((bullet3._currentframe == 1) && (_root.mirrororb.hitTest(bullet3._x, bullet3._y, true))) {
bullet3.spd = 0;
bullet3.gotoAndPlay(2);
mirrororb._visible = false;
}
if ((bulletmirror1._currentframe == 1) && (_root.stuff.hitTest(bulletmirror1._x, bulletmirror1._y, true))) {
bulletmirror1.spd = 0;
bulletmirror1.gotoAndPlay(2);
}
if ((bulletmirror1._currentframe == 1) && (_root.orb.hitTest(bulletmirror1._x, bulletmirror1._y, true))) {
bulletmirror1._visible = false;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((bulletmirror2._currentframe == 1) && (_root.stuff.hitTest(bulletmirror2._x, bulletmirror2._y, true))) {
bulletmirror2.spd = 0;
bulletmirror2.gotoAndPlay(2);
}
if ((bulletmirror2._currentframe == 1) && (_root.orb.hitTest(bulletmirror2._x, bulletmirror2._y, true))) {
bulletmirror2._visible = false;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
if ((bulletmirror3._currentframe == 1) && (_root.stuff.hitTest(bulletmirror3._x, bulletmirror3._y, true))) {
bulletmirror3.spd = 0;
bulletmirror3.gotoAndPlay(2);
}
if ((bulletmirror3._currentframe == 1) && (_root.orb.hitTest(bulletmirror3._x, bulletmirror3._y, true))) {
bulletmirror3._visible = false;
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
};
if (bulletsShot == 1) {
bullet1 = currBullet;
bulletmirror1 = currBulletMirror;
} else if (bulletsShot == 2) {
bullet2 = currBullet;
bulletmirror2 = currBulletMirror;
} else if (bulletsShot == 3) {
bullet3 = currBullet;
bulletmirror3 = currBulletMirror;
}
}
};
onMouseMove = function () {
};
orb.onEnterFrame = function () {
for (i in orb.hitArray) {
if (_root.stuff.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
power = power - 5;
powerBar.powerunits.text = power;
_root.hitanim.gotoAndPlay("hithappen");
if (power < 1) {
powerBar.powerunits.text = "0";
power = 0;
orb.unloadMovie();
_root.die1.gotoAndPlay("die");
}
}
if (_root.mirrororb.hitTest(orb.hitArray[i]._x + orb._x, orb.hitArray[i]._y + orb._y, true)) {
_root.orb.unloadMovie();
_root.mirrororb.unloadMovie();
_root.connectorbs.gotoAndPlay("joinhappen");
}
}
};
Frame 2193
onMouseDown = function () {
};
_root.onEnterFrame = function () {
};
Key.removeListener(mySoundListener);
bullet1.unloadMovie();
bullet2.unloadMovie();
bullet3.unloadMovie();
bulletmirror1.unloadMovie();
bulletmirror2.unloadMovie();
bulletmirror3.unloadMovie();
missFinalbestScore = 1000;
Frame 4354
gotoAndPlay ("submit");
Symbol 37 MovieClip [bulletM3] Frame 1
stop();
Symbol 37 MovieClip [bulletM3] Frame 11
stop();
Symbol 38 MovieClip [bulletMFmirror] Frame 1
stop();
Symbol 38 MovieClip [bulletMFmirror] Frame 11
stop();
Symbol 39 MovieClip [bulletMF] Frame 1
stop();
Symbol 39 MovieClip [bulletMF] Frame 11
stop();
Symbol 42 MovieClip [bulletM2] Frame 1
stop();
Symbol 42 MovieClip [bulletM2] Frame 11
stop();
Symbol 45 MovieClip [bulletM1] Frame 1
stop();
Symbol 45 MovieClip [bulletM1] Frame 11
stop();
Symbol 48 MovieClip [bullet] Frame 1
stop();
Symbol 48 MovieClip [bullet] Frame 11
stop();
Symbol 59 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 59 MovieClip Frame 2
gotoAndPlay (1);
Symbol 59 MovieClip Frame 3
_root.play();
Symbol 65 Button
on (release) {
getURL ("http://www.ratherrandomreality.com", "_blank");
}
Symbol 158 Button
on (release) {
getURL ("http://www.notdoppler.com/?ref=mightyredorb", "_blank");
}
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 3
stop();
Symbol 176 MovieClip Frame 5
gotoAndStop (1);
Symbol 2900 MovieClip [__Packages.mochi.as2.MochiServices] Frame 0
class mochi.as2.MochiServices
{
static var _id, _container, _clip, _sendChannelName, __get__comChannelName, onError, _listenChannel, _loader, _loaderListener, _sendChannel;
function MochiServices () {
}
static function get id() {
return(_id);
}
static function get clip() {
return(_container);
}
static function get childClip() {
return(_clip);
}
static function getVersion() {
return("3.0");
}
static function allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function get isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function set comChannelName(val) {
if (val != undefined) {
if (val.length > 3) {
_sendChannelName = val + "_fromgame";
initComChannels();
}
}
//return(__get__comChannelName());
}
static function get connected() {
return(_connected);
}
static function connect(id, clip, onError) {
if ((!_connected) && (_clip == undefined)) {
trace("MochiServices Connecting...");
_connecting = true;
init(id, clip);
}
if (onError != undefined) {
mochi.as2.MochiServices.onError = onError;
} else if (mochi.as2.MochiServices.onError == undefined) {
mochi.as2.MochiServices.onError = function (errorCode) {
trace(errorCode);
};
}
}
static function disconnect() {
if (_connected || (_connecting)) {
_connecting = (_connected = false);
flush(true);
if (_clip != undefined) {
_clip.removeMovieClip();
delete _clip;
}
_listenChannel.close();
}
}
static function init(id, clip) {
_id = id;
if (clip != undefined) {
_container = clip;
} else {
_container = _root;
}
loadCommunicator(id, _container);
}
static function loadCommunicator(id, clip) {
var _local3 = "_mochiservices_com_" + id;
if (_clip != null) {
return(_clip);
}
if (!isNetworkAvailable) {
return(null);
}
if (urlOptions().servicesURL != undefined) {
_servicesURL = urlOptions().servicesURL;
}
allowDomains(_servicesURL);
_clip = clip.createEmptyMovieClip(_local3, 10336, false);
_listenChannelName = _listenChannelName + ((Math.floor(new Date().getTime()) + "_") + Math.floor(Math.random() * 99999));
listen();
_loader = new MovieClipLoader();
if (_loaderListener.waitInterval != null) {
clearInterval(_loaderListener.waitInterval);
}
_loaderListener = {};
_loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) {
trace("MochiServices could not load.");
mochi.as2.MochiServices.disconnect();
mochi.as2.MochiServices.onError.apply(null, [errorCode]);
};
_loaderListener.onLoadStart = function (target_mc) {
this.isLoading = true;
};
_loaderListener.startTime = getTimer();
_loaderListener.wait = function () {
if ((getTimer() - this.startTime) > 10000) {
if (!this.isLoading) {
mochi.as2.MochiServices.disconnect();
mochi.as2.MochiServices.onError.apply(null, ["IOError"]);
}
clearInterval(this.waitInterval);
}
};
_loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000);
_loader.addListener(_loaderListener);
_loader.loadClip((((_servicesURL + "?listenLC=") + _listenChannelName) + "&mochiad_options=") + escape(_root.mochiad_options), _clip);
_sendChannel = new LocalConnection();
_sendChannel._queue = [];
return(_clip);
}
static function onStatus(infoObject) {
if (!(infoObject.level === "error")) {
} else {
_connected = false;
_listenChannel.connect(_listenChannelName);
}
}
static function listen() {
_listenChannel = new LocalConnection();
_listenChannel.handshake = function (args) {
mochi.as2.MochiServices.__set__comChannelName(args.newChannel);
};
_listenChannel.allowDomain = function (d) {
return(true);
};
_listenChannel.allowInsecureDomain = _listenChannel.allowDomain;
_listenChannel._nextcallbackID = 0;
_listenChannel._callbacks = {};
_listenChannel.connect(_listenChannelName);
trace("Waiting for MochiAds services to connect...");
}
static function initComChannels() {
if (!_connected) {
_sendChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"});
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()});
_listenChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
_listenChannel.onReceive = function (pkg) {
var _local5 = pkg.callbackID;
var _local4 = this._callbacks[_local5];
if (!_local4) {
return(undefined);
}
var _local2 = _local4.callbackMethod;
var _local3 = _local4.callbackObject;
if (_local3 && (typeof(_local2) == "string")) {
_local2 = _local3[_local2];
}
if (_local2 != undefined) {
_local2.apply(_local3, pkg.args);
}
delete this._callbacks[_local5];
};
_listenChannel.onError = function () {
mochi.as2.MochiServices.onError.apply(null, ["IOError"]);
};
trace("connected!");
_connecting = false;
_connected = true;
while (_sendChannel._queue.length > 0) {
_sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift());
}
}
}
static function flush(error) {
var _local1;
var _local2;
while (_sendChannel._queue.length > 0) {
_local1 = _sendChannel._queue.shift();
if (_local1.callbackID != null) {
_local2 = _listenChannel._callbacks[_local1.callbackID];
}
delete _listenChannel._callbacks[_local1.callbackID];
if (error) {
handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod);
}
}
}
static function handleError(args, callbackObject, callbackMethod) {
if (args != null) {
if (args.onError != null) {
args.onError.apply(null, ["NotConnected"]);
}
if ((args.options != null) && (args.options.onError != null)) {
args.options.onError.apply(null, ["NotConnected"]);
}
}
if (callbackMethod != null) {
args = {};
args.error = true;
args.errorCode = "NotConnected";
if ((callbackObject != null) && (typeof(callbackMethod) == "string")) {
callbackObject[callbackMethod](args);
} else if (callbackMethod != null) {
callbackMethod.apply(args);
}
}
}
static function send(methodName, args, callbackObject, callbackMethod) {
if (_connected) {
_sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID});
} else {
if ((_clip == undefined) || (!_connecting)) {
onError.apply(null, ["NotConnected"]);
handleError(args, callbackObject, callbackMethod);
flush(true);
return(undefined);
}
_sendChannel._queue.push({methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID});
}
_listenChannel._callbacks[_listenChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod};
_listenChannel._nextcallbackID++;
}
static function urlOptions() {
var _local5 = {};
if (_root.mochiad_options) {
var _local4 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2].split("=");
_local5[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local5);
}
static function addLinkEvent(url, burl, btn, onClick) {
var timeout = 1500;
var t0 = getTimer();
var _local2 = new Object();
_local2.mav = getVersion();
_local2.swfv = btn.getSWFVersion() || 6;
_local2.swfurl = btn._url;
_local2.fv = System.capabilities.version;
_local2.os = System.capabilities.os;
_local2.lang = System.capabilities.language;
_local2.scres = (System.capabilities.screenResolutionX + "x") + System.capabilities.screenResolutionY;
var s = "?";
var _local3 = 0;
for (var _local6 in _local2) {
if (_local3 != 0) {
s = s + "&";
}
_local3++;
s = ((s + _local6) + "=") + escape(_local2[_local6]);
}
if (!(netupAttempted || (_connected))) {
var ping = btn.createEmptyMovieClip("ping", 777);
var _local7 = btn.createEmptyMovieClip("nettest", 778);
netupAttempted = true;
ping.loadMovie("http://x.mochiads.com/linkping.swf?t=" + getTimer());
_local7.onEnterFrame = function () {
if ((ping._totalframes > 0) && (ping._totalframes == ping._framesloaded)) {
delete this.onEnterFrame;
} else if ((getTimer() - t0) > timeout) {
delete this.onEnterFrame;
mochi.as2.MochiServices.netup = false;
}
};
}
var _local4 = btn.createEmptyMovieClip("clk", 1001);
_local4._alpha = 0;
_local4.beginFill(1044735);
_local4.moveTo(0, 0);
_local4.lineTo(0, btn._height);
_local4.lineTo(btn._width, btn._height);
_local4.lineTo(btn._width, 0);
_local4.lineTo(0, 0);
_local4.endFill();
_local4.onRelease = function () {
if (mochi.as2.MochiServices.netup) {
getURL (url + s, "_blank");
} else {
getURL (burl, "_blank");
}
if (onClick != undefined) {
onClick();
}
};
}
static var _servicesURL = "http://www.mochiads.com/static/lib/services/services.swf";
static var _listenChannelName = "__ms_";
static var _connecting = false;
static var _connected = false;
static var netup = true;
static var netupAttempted = false;
}
Symbol 2901 MovieClip [__Packages.mochi.as2.MochiScores] Frame 0
class mochi.as2.MochiScores
{
static var boardID, onClose, onError;
function MochiScores () {
}
static function setBoardID(boardID) {
mochi.as2.MochiScores.boardID = boardID;
mochi.as2.MochiServices.send("scores_setBoardID", {boardID:boardID});
}
static function showLeaderboard(options) {
if ((options.clip == null) || (options.clip == undefined)) {
options.clip = mochi.as2.MochiServices.clip;
}
if ((options.clip != mochi.as2.MochiServices.__get__clip()) || (mochi.as2.MochiServices.__get__childClip()._target == undefined)) {
mochi.as2.MochiServices.disconnect();
mochi.as2.MochiServices.connect(mochi.as2.MochiServices.__get__id(), options.clip);
}
delete options.clip;
if (options.name != null) {
if (typeof(options.name) == "object") {
if (options.name.text != undefined) {
options.name = options.name.text;
}
}
}
if (options.score != null) {
if (options.score instanceof TextField) {
if (options.score.text != undefined) {
options.score = options.score.text;
}
} else if (options.score instanceof mochi.as2.MochiDigits) {
options.score = options.score.value;
}
var _local1 = Number(options.score);
if (isNaN(_local1)) {
trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is 'Not a Number'");
} else if ((_local1 == Number.NEGATIVE_INFINITY) || (_local1 == Number.POSITIVE_INFINITY)) {
trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is an infinite");
} else {
if (Math.floor(_local1) != _local1) {
trace(("WARNING: Submitted score '" + options.score) + "' will be truncated");
}
options.score = _local1;
}
}
if (options.onDisplay != null) {
options.onDisplay();
} else {
mochi.as2.MochiServices.__get__clip().stop();
}
if (options.onClose != null) {
onClose = options.onClose;
} else {
onClose = function () {
mochi.as2.MochiServices.__get__clip().play();
};
}
if (options.onError != null) {
onError = options.onError;
} else {
onError = onClose;
}
if (options.boardID == null) {
if (boardID != null) {
options.boardID = boardID;
}
}
trace("[MochiScores] NOTE: Security Sandbox Violation errors below are normal");
mochi.as2.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose);
}
static function closeLeaderboard() {
mochi.as2.MochiServices.send("scores_closeLeaderboard");
}
static function getPlayerInfo(callbackObj, callbackMethod) {
mochi.as2.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod);
}
static function submit(score, name, callbackObj, callbackMethod) {
score = Number(score);
if (isNaN(score)) {
trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is 'Not a Number'");
} else if ((score == Number.NEGATIVE_INFINITY) || (score == Number.POSITIVE_INFINITY)) {
trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is an infinite");
} else {
if (Math.floor(score) != score) {
trace(("WARNING: Submitted score '" + String(score)) + "' will be truncated");
}
score = Number(score);
}
mochi.as2.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod);
}
static function requestList(callbackObj, callbackMethod) {
mochi.as2.MochiServices.send("scores_requestList", null, callbackObj, callbackMethod);
}
static function scoresArrayToObjects(scores) {
var _local5 = {};
var _local1;
var _local4;
var _local2;
var _local6;
for (var _local8 in scores) {
if (typeof(scores[_local8]) == "object") {
if ((scores[_local8].cols != null) && (scores[_local8].rows != null)) {
_local5[_local8] = [];
_local2 = scores[_local8];
_local4 = 0;
while (_local4 < _local2.rows.length) {
_local6 = {};
_local1 = 0;
while (_local1 < _local2.cols.length) {
_local6[_local2.cols[_local1]] = _local2.rows[_local4][_local1];
_local1++;
}
_local5[_local8].push(_local6);
_local4++;
}
} else {
_local5[_local8] = {};
for (var _local7 in scores[_local8]) {
_local5[_local8][_local7] = scores[_local8][_local7];
}
}
} else {
_local5[_local8] = scores[_local8];
}
}
return(_local5);
}
static function doClose(args) {
if (args.error == true) {
if (args.errorCode == undefined) {
args.errorCode = "IOError";
}
onError.apply(null, [args.errorCode]);
} else {
onClose.apply();
}
}
}
Symbol 2902 MovieClip [__Packages.mochi.as2.MochiDigits] Frame 0
class mochi.as2.MochiDigits
{
var Encoder, Fragment, Sibling;
function MochiDigits (digit, index) {
Encoder = 0;
setValue(digit, index);
}
function get value() {
return(Number(toString()));
}
function set value(v) {
setValue(v);
//return(value);
}
function addValue(v) {
value = value + v;
}
function setValue(digit, index) {
var _local3 = digit.toString();
if ((index == undefined) || (isNaN(index))) {
index = 0;
}
Fragment = _local3.charCodeAt(index++) ^ Encoder;
if (index < _local3.length) {
Sibling = new mochi.as2.MochiDigits(digit, index);
} else {
Sibling = null;
}
reencode();
}
function reencode() {
var _local2 = int(2147483647 * Math.random());
Fragment = Fragment ^ (_local2 ^ Encoder);
Encoder = _local2;
}
function toString() {
var _local2 = String.fromCharCode(Fragment ^ Encoder);
return(((Sibling != null) ? (_local2.concat(Sibling.toString())) : (_local2)));
}
}
Symbol 205 Button
on (release) {
gotoAndPlay ("clickstartbut");
}
Symbol 212 MovieClip Frame 6
stop();
Symbol 213 Button
on (release) {
getURL ("http://www.notdoppler.com/?ref=mightyredorbintro", "_blank");
}
Symbol 229 MovieClip Frame 126
stopAllSounds();
_root.play();
Symbol 245 Button
on (release) {
gotoAndPlay ("credits");
}
Symbol 263 Button
on (release) {
gotoAndPlay ("missions");
}
Symbol 269 Button
on (release) {
gotoAndPlay ("playtut");
}
Symbol 272 Button
on (release) {
getURL ("http://www.notdoppler.com/?ref=mightyredorbmenu", "_blank");
}
Symbol 273 Button
on (release) {
_root.gotoviewhighscores.gotoAndPlay("tohighscores");
}
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 11
stopAllSounds();
Symbol 283 MovieClip Frame 13
_root.gotoAndPlay("viewhighscores");
Symbol 299 Button
on (release) {
gotoAndPlay ("missiontutorial");
}
Symbol 300 Button
on (release) {
gotoAndPlay ("mission1");
}
Symbol 307 MovieClip Frame 1
_root.score = ((((((((((((((_root.miss1bestScore + _root.miss2bestScore) + _root.miss3bestScore) + _root.miss4bestScore) + _root.miss5bestScore) + _root.miss6bestScore) + _root.miss7bestScore) + _root.miss8bestScore) + _root.miss9bestScore) + _root.miss10bestScore) + _root.miss11bestScore) + _root.miss12bestScore) + _root.miss13bestScore) + _root.miss14bestScore) + _root.miss15bestScore) + _root.missFinalbestScore;
scorefield.text = _root.score;
Symbol 313 Button
on (release) {
gotoAndPlay ("mainmenu1");
}
Symbol 319 Button
on (release) {
_root.gotosubmit.gotoAndPlay("tosubmit");
}
Symbol 326 Button
on (release) {
_root.gotoAndPlay("mission5");
}
Symbol 329 MovieClip Frame 1
m5highscore.text = _root.miss5bestScore;
Symbol 336 MovieClip Frame 1
stop();
if (_root.miss5bestScore != 0) {
gotoAndStop (2);
}
if (_root.savefile.data.level5icon == 1) {
gotoAndStop (2);
}
Symbol 336 MovieClip Frame 2
stop();
_root.m5acc = true;
_root.level5icon = 1;
_root.savefile.data.level5icon = _root.level5icon;
_root.savefile.flush();
Symbol 339 Button
on (release) {
_root.gotoAndPlay("mission4");
}
Symbol 341 MovieClip Frame 1
m4highscore.text = _root.miss4bestScore;
Symbol 342 MovieClip Frame 1
stop();
if (_root.miss4bestScore != 0) {
gotoAndStop (2);
}
if (_root.savefile.data.level4icon == 1) {
gotoAndStop (2);
}
Symbol 342 MovieClip Frame 2
stop();
_root.m4acc = true;
_root.level4icon = 1;
_root.savefile.data.level4icon = _root.level4icon;
_root.savefile.flush();
Symbol 345 Button
on (release) {
_root.gotoAndPlay("mission3");
}
Symbol 347 MovieClip Frame 1
m3highscore.text = _root.miss3bestScore;
Symbol 348 MovieClip Frame 1
stop();
if (_root.miss3bestScore != 0) {
gotoAndStop (2);
}
if (_root.savefile.data.level3icon == 1) {
gotoAndStop (2);
}
Symbol 348 MovieClip Frame 2
stop();
_root.m3acc = true;
_root.level3icon = 1;
_root.savefile.data.level3icon = _root.level3icon;
_root.savefile.flush();
Symbol 352 MovieClip Frame 1
m2highscore.text = _root.miss2bestScore;
Symbol 353 Button
on (release) {
_root.gotoAndPlay("mission2");
}
Symbol 354 MovieClip Frame 1
stop();
if (_root.miss2bestScore != 0) {
gotoAndStop (2);
}
if (_root.savefile.data.level2icon == 1) {
gotoAndStop (2);
}
Symbol 354 MovieClip Frame 2
stop();
_root.m2acc = true;
_root.level2icon = 1;
_root.savefile.data.level2icon = _root.level2icon;
_root.savefile.flush();
Symbol 357 Button
on (release) {
_root.gotoAndPlay("mission1");
}
Symbol 359 MovieClip Frame 1
m1highscore.text = _root.miss1bestScore;
Symbol 360 MovieClip Frame 1
stop();
if (_root.miss1bestScore != 0) {
gotoAndStop (2);
}
if (_root.savefile.data.level1icon == 1) {
gotoAndStop (2);
}
Symbol 360 MovieClip Frame 2
stop();
_root.m1acc = true;
_root.level1icon = 1;
_root.savefile.data.level1icon = _root.level1icon;
_root.savefile.flush();
Symbol 385 Button
on (release) {
gotoAndPlay ("w1 to w2");
}
Symbol 403 MovieClip Frame 1
stop();
Symbol 403 MovieClip Frame 16
stop();
Symbol 403 MovieClip Frame 24
gotoAndStop ("stay");
Symbol 404 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 13
_root.gotoAndPlay("submit");
Symbol 410 MovieClip Frame 1
m1highscore.text = _root.miss1bestScore;
Symbol 413 Button
on (release) {
_root.gotoAndPlay("mission10");
}
Symbol 415 MovieClip Frame 1
m10highscore.text = _root.miss10bestScore;
Symbol 416 MovieClip Frame 1
stop();
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m3acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m3acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level10icon == 1) {
gotoAndStop (2);
}
Symbol 416 MovieClip Frame 2
stop();
if (_root.miss10bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level10icon == 2) {
gotoAndStop (3);
}
_root.level10icon = 1;
_root.savefile.data.level10icon = _root.level10icon;
_root.savefile.flush();
Symbol 416 MovieClip Frame 3
stop();
_root.m10acc = true;
_root.level10icon = 2;
_root.savefile.data.level10icon = _root.level10icon;
_root.savefile.flush();
Symbol 421 Button
on (release) {
_root.gotoAndPlay("mission9");
}
Symbol 423 MovieClip Frame 1
m9highscore.text = _root.miss9bestScore;
Symbol 424 MovieClip Frame 1
stop();
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m3acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m3acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level9icon == 1) {
gotoAndStop (2);
}
Symbol 424 MovieClip Frame 2
stop();
if (_root.miss9bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level9icon == 2) {
gotoAndStop (3);
}
_root.level9icon = 1;
_root.savefile.data.level9icon = _root.level9icon;
_root.savefile.flush();
Symbol 424 MovieClip Frame 3
stop();
_root.m9acc = true;
_root.level9icon = 2;
_root.savefile.data.level9icon = _root.level9icon;
_root.savefile.flush();
Symbol 429 Button
on (release) {
_root.gotoAndPlay("mission8");
}
Symbol 431 MovieClip Frame 1
m8highscore.text = _root.miss8bestScore;
Symbol 432 MovieClip Frame 1
stop();
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m3acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m3acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level8icon == 1) {
gotoAndStop (2);
}
Symbol 432 MovieClip Frame 2
stop();
if (_root.miss8bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level8icon == 2) {
gotoAndStop (3);
}
_root.level8icon = 1;
_root.savefile.data.level8icon = _root.level8icon;
_root.savefile.flush();
Symbol 432 MovieClip Frame 3
stop();
_root.m8acc = true;
_root.level8icon = 2;
_root.savefile.data.level8icon = _root.level8icon;
_root.savefile.flush();
Symbol 437 Button
on (release) {
_root.gotoAndPlay("mission7");
}
Symbol 439 MovieClip Frame 1
m7highscore.text = _root.miss7bestScore;
Symbol 440 MovieClip Frame 1
stop();
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m3acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m3acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level7icon == 1) {
gotoAndStop (2);
}
Symbol 440 MovieClip Frame 2
stop();
if (_root.miss7bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level7icon == 2) {
gotoAndStop (3);
}
_root.level7icon = 1;
_root.savefile.data.level7icon = _root.level7icon;
_root.savefile.flush();
Symbol 440 MovieClip Frame 3
stop();
_root.m7acc = true;
_root.level7icon = 2;
_root.savefile.data.level7icon = _root.level7icon;
_root.savefile.flush();
Symbol 445 Button
on (release) {
_root.gotoAndPlay("mission6");
}
Symbol 447 MovieClip Frame 1
m6highscore.text = _root.miss6bestScore;
Symbol 448 MovieClip Frame 1
stop();
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m3acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m1acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m4acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m3acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m2acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (((_root.m3acc == true) && (_root.m4acc == true)) && (_root.m5acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level6icon == 1) {
gotoAndStop (2);
}
Symbol 448 MovieClip Frame 2
stop();
if (_root.miss6bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level6icon == 2) {
gotoAndStop (3);
}
_root.level6icon = 1;
_root.savefile.data.level6icon = _root.level6icon;
_root.savefile.flush();
Symbol 448 MovieClip Frame 3
stop();
_root.m6acc = true;
_root.level6icon = 2;
_root.savefile.data.level6icon = _root.level6icon;
_root.savefile.flush();
Symbol 454 Button
on (release) {
gotoAndPlay ("w2 to w1");
}
Symbol 455 Button
on (release) {
gotoAndPlay ("w2 to w3");
}
Symbol 458 Button
on (release) {
_root.gotoAndPlay("mission15");
}
Symbol 460 MovieClip Frame 1
m15highscore.text = _root.miss15bestScore;
Symbol 463 MovieClip Frame 1
stop();
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m8acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m8acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level15icon == 1) {
gotoAndStop (2);
}
Symbol 463 MovieClip Frame 2
stop();
if (_root.miss15bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level15icon == 2) {
gotoAndStop (3);
}
_root.level15icon = 1;
_root.savefile.data.level15icon = _root.level15icon;
_root.savefile.flush();
Symbol 463 MovieClip Frame 3
stop();
_root.m15acc = true;
_root.level15icon = 2;
_root.savefile.data.level15icon = _root.level15icon;
_root.savefile.flush();
Symbol 466 Button
on (release) {
_root.gotoAndPlay("mission14");
}
Symbol 468 MovieClip Frame 1
m14highscore.text = _root.miss14bestScore;
Symbol 471 MovieClip Frame 1
stop();
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m8acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m8acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level14icon == 1) {
gotoAndStop (2);
}
Symbol 471 MovieClip Frame 2
stop();
if (_root.miss14bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level14icon == 2) {
gotoAndStop (3);
}
_root.level14icon = 1;
_root.savefile.data.level14icon = _root.level14icon;
_root.savefile.flush();
Symbol 471 MovieClip Frame 3
stop();
_root.m14acc = true;
_root.level14icon = 2;
_root.savefile.data.level14icon = _root.level14icon;
_root.savefile.flush();
Symbol 474 Button
on (release) {
_root.gotoAndPlay("mission13");
}
Symbol 476 MovieClip Frame 1
m13highscore.text = _root.miss13bestScore;
Symbol 479 MovieClip Frame 1
stop();
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m8acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m8acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level13icon == 1) {
gotoAndStop (2);
}
Symbol 479 MovieClip Frame 2
stop();
if (_root.miss13bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level13icon == 2) {
gotoAndStop (3);
}
_root.level13icon = 1;
_root.savefile.data.level13icon = _root.level13icon;
_root.savefile.flush();
Symbol 479 MovieClip Frame 3
stop();
_root.m13acc = true;
_root.level13icon = 2;
_root.savefile.data.level13icon = _root.level13icon;
_root.savefile.flush();
Symbol 482 Button
on (release) {
_root.gotoAndPlay("mission12");
}
Symbol 484 MovieClip Frame 1
m12highscore.text = _root.miss12bestScore;
Symbol 487 MovieClip Frame 1
stop();
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m8acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m8acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level12icon == 1) {
gotoAndStop (2);
}
Symbol 487 MovieClip Frame 2
stop();
if (_root.miss12bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level12icon == 2) {
gotoAndStop (3);
}
_root.level12icon = 1;
_root.savefile.data.level12icon = _root.level12icon;
_root.savefile.flush();
Symbol 487 MovieClip Frame 3
stop();
_root.m12acc = true;
_root.level12icon = 2;
_root.savefile.data.level12icon = _root.level12icon;
_root.savefile.flush();
Symbol 490 Button
on (release) {
_root.gotoAndPlay("mission11");
}
Symbol 492 MovieClip Frame 1
m11highscore.text = _root.miss11bestScore;
Symbol 495 MovieClip Frame 1
stop();
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m8acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m7acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m6acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m9acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m8acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m7acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (((_root.m8acc == true) && (_root.m9acc == true)) && (_root.m10acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.level11icon == 1) {
gotoAndStop (2);
}
Symbol 495 MovieClip Frame 2
stop();
if (_root.miss11bestScore != 0) {
gotoAndStop (3);
}
if (_root.savefile.data.level11icon == 2) {
gotoAndStop (3);
}
_root.level11icon = 1;
_root.savefile.data.level11icon = _root.level11icon;
_root.savefile.flush();
Symbol 495 MovieClip Frame 3
stop();
_root.m11acc = true;
_root.level11icon = 2;
_root.savefile.data.level11icon = _root.level11icon;
_root.savefile.flush();
Symbol 501 Button
on (release) {
gotoAndPlay ("w3 to w2");
}
Symbol 502 Button
on (release) {
gotoAndPlay ("w3 to w4");
}
Symbol 505 Button
on (release) {
_root.gotoAndPlay("missionFinal");
}
Symbol 508 MovieClip Frame 1
stop();
if (((((((((((((((_root.m1acc == true) && (_root.m2acc == true)) && (_root.m3acc == true)) && (_root.m4acc == true)) && (_root.m5acc == true)) && (_root.m6acc == true)) && (_root.m7acc == true)) && (_root.m8acc == true)) && (_root.m9acc == true)) && (_root.m10acc == true)) && (_root.m11acc == true)) && (_root.m12acc == true)) && (_root.m13acc == true)) && (_root.m14acc == true)) && (_root.m15acc == true)) {
gotoAndStop (2);
}
if (_root.savefile.data.levelFicon == 1) {
gotoAndStop (2);
}
Symbol 508 MovieClip Frame 2
stop();
_root.levelFicon = 1;
_root.savefile.data.levelFicon = _root.levelFicon;
_root.savefile.flush();
Symbol 516 Button
on (release) {
gotoAndPlay ("w4 to w3");
}
Symbol 518 Button
on (release) {
gotoAndPlay ("w4 to w3");
}
Symbol 542 Button
on (release) {
gotoAndPlay ("hitsubmit");
}
Symbol 570 Button
on (release) {
gotoAndPlay ("mainmenu");
}
Symbol 577 Button
on (release) {
gotoAndPlay ("cr1 to cr2");
}
Symbol 603 Button
on (release) {
gotoAndPlay ("cr2 to cr3");
}
Symbol 604 Button
on (release) {
gotoAndPlay ("cr2 to cr1");
}
Symbol 620 Button
on (release) {
gotoAndPlay ("cr3 to cr2");
}
Symbol 634 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 5
gotoAndStop (1);
Symbol 634 MovieClip Frame 10
stop();
Symbol 644 MovieClip Frame 1
stop();
Symbol 644 MovieClip Frame 18
stop();
Symbol 653 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 18
stop();
Symbol 655 Button
on (release) {
getURL ("http://www.notdoppler.com/?ref=mightyredorb", "_blank");
}
Symbol 675 Button
on (release) {
gotoAndPlay ("p1go");
}
Symbol 676 MovieClip Frame 21
stop();
Symbol 676 MovieClip Frame 42
_root.play();
Instance of Symbol 679 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (enterFrame) {
this._height = _root.power * 3.988888889;
if (_root.power < 1) {
this._visible = false;
}
}
Symbol 752 MovieClip Frame 1
stop();
Symbol 752 MovieClip Frame 25
gotoAndPlay ("normal");
Symbol 752 MovieClip Frame 33
_root.gotoAndPlay("tutAccomp");
Symbol 887 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 991 MovieClip Frame 1
var hitArray = new Array();
hitArray.push(hd1);
hitArray.push(hd2);
hitArray.push(hd3);
hitArray.push(hd4);
hitArray.push(hd5);
hitArray.push(hd6);
hitArray.push(hd7);
hitArray.push(hd8);
hitArray.push(hd9);
hitArray.push(hd10);
hitArray.push(hd11);
hitArray.push(hd12);
hitArray.push(hd13);
hitArray.push(hd14);
hitArray.push(hd15);
hitArray.push(hd16);
hitArray.push(hd17);
hitArray.push(hd18);
hitArray.push(hd19);
hitArray.push(hd20);
hitArray.push(hd21);
hitArray.push(hd22);
hitArray.push(hd23);
hitArray.push(hd24);
Symbol 991 MovieClip Frame 52
gotoAndPlay ("orb 3 balls");
Symbol 991 MovieClip Frame 101
gotoAndPlay ("loop2balls");
Symbol 991 MovieClip Frame 146
gotoAndPlay ("loop1ball");
Symbol 991 MovieClip Frame 157
gotoAndPlay ("looporb");
Symbol 1008 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1008 MovieClip Frame 2
stop();
Symbol 1025 MovieClip Frame 1
stop();
Symbol 1025 MovieClip Frame 2
play();
Symbol 1025 MovieClip Frame 10
gotoAndStop (1);
Symbol 1049 MovieClip Frame 1
stop();
Symbol 1049 MovieClip Frame 16
_root.gotoAndPlay("tutFailed");
Symbol 1078 MovieClip Frame 1
stop();
Symbol 1078 MovieClip Frame 2
_root.orbspeed = 3;
Symbol 1078 MovieClip Frame 201
_root.orbspeed = 5.8;
Symbol 1083 MovieClip Frame 1
stop();
Symbol 1083 MovieClip Frame 2
_root.orbspeed = 11.6;
_root.maxInertia = 3.3;
_root.inertiaStep = 0.2;
_root.currentInertiaY = 0;
_root.currentInertiaX = 0;
Symbol 1083 MovieClip Frame 201
_root.orbspeed = 5.8;
_root.maxInertia = 2.2;
_root.inertiaStep = 0.2;
_root.currentInertiaY = 0;
_root.currentInertiaX = 0;
Symbol 1194 MovieClip Frame 1200
stop();
Symbol 1201 MovieClip Frame 67
stop();
Symbol 1211 Button
on (release) {
getURL ("http://www.notdoppler.com/?ref=mightyredorbfail", "_blank");
}
Symbol 1216 Button
on (release) {
gotoAndPlay ("mainmenu1");
}
Symbol 1222 Button
on (release) {
gotoAndPlay ("missiontutorial");
}
Symbol 1228 Button
on (release) {
gotoAndPlay ("mission1");
}
Symbol 1235 MovieClip Frame 75
stop();
Symbol 1240 Button
on (release) {
getURL ("http://www.notdoppler.com/?ref=mightyredorbpass", "_blank");
}
Symbol 1324 Button
on (release) {
if (mission == 1) {
gotoAndPlay ("mission1");
}
}
Symbol 1331 Button
on (release) {
if (mission == 1) {
gotoAndPlay ("mission1");
}
if (mission == 2) {
gotoAndPlay ("mission2");
}
if (mission == 3) {
gotoAndPlay ("mission3");
}
if (mission == 4) {
gotoAndPlay ("mission4");
}
if (mission == 5) {
gotoAndPlay ("mission5");
}
if (mission == 6) {
gotoAndPlay ("mission6");
}
if (mission == 7) {
gotoAndPlay ("mission7");
}
if (mission == 8) {
gotoAndPlay ("mission8");
}
if (mission == 9) {
gotoAndPlay ("mission9");
}
if (mission == 10) {
gotoAndPlay ("mission10");
}
if (mission == 11) {
gotoAndPlay ("mission11");
}
if (mission == 12) {
gotoAndPlay ("mission12");
}
if (mission == 13) {
gotoAndPlay ("mission13");
}
if (mission == 14) {
gotoAndPlay ("mission14");
}
if (mission == 15) {
gotoAndPlay ("mission15");
}
if (mission == Final) {
gotoAndPlay ("missionFinal");
}
}
Symbol 1332 Button
on (release) {
if (((((mission == 1) || (mission == 2)) || (mission == 3)) || (mission == 4)) || (mission == 5)) {
gotoAndPlay ("missions");
}
if (((((mission == 6) || (mission == 7)) || (mission == 8)) || (mission == 9)) || (mission == 10)) {
gotoAndPlay ("world2");
}
if (((((mission == 11) || (mission == 12)) || (mission == 13)) || (mission == 14)) || (mission == 15)) {
gotoAndPlay ("world3");
}
if (mission == Final) {
gotoAndPlay ("world4");
}
}
Symbol 1336 MovieClip Frame 1
timescore = _root.timeleft * 10;
tnumbers.text = _root.timeleft;
tscore.text = timescore;
Symbol 1340 MovieClip Frame 1
powerscore = _root.power;
pnumbers.text = _root.power;
pscore.text = powerscore;
Symbol 1344 MovieClip Frame 1
if (_root.diamondget == false) {
diamondscore = 0;
diamondtext.text = "Diamond missing";
dscore.text = diamondscore;
} else {
diamondscore = 300;
diamondtext.text = "Diamond collected";
dscore.text = diamondscore;
}
Symbol 1348 MovieClip Frame 1
missionnumber.text = _root.mission;
totalLevelScore = (_root.tleft.timescore + _root.pleft.powerscore) + _root.diamond.diamondscore;
tscore.text = totalLevelScore;
if (_root.mission == 1) {
if (totalLevelScore > _root.miss1bestScore) {
_root.miss1bestScore = totalLevelScore;
}
}
if (_root.mission == 2) {
if (totalLevelScore > _root.miss2bestScore) {
_root.miss2bestScore = totalLevelScore;
}
}
if (_root.mission == 3) {
if (totalLevelScore > _root.miss3bestScore) {
_root.miss3bestScore = totalLevelScore;
}
}
if (_root.mission == 4) {
if (totalLevelScore > _root.miss4bestScore) {
_root.miss4bestScore = totalLevelScore;
}
}
if (_root.mission == 5) {
if (totalLevelScore > _root.miss5bestScore) {
_root.miss5bestScore = totalLevelScore;
}
}
if (_root.mission == 6) {
if (totalLevelScore > _root.miss6bestScore) {
_root.miss6bestScore = totalLevelScore;
}
}
if (_root.mission == 7) {
if (totalLevelScore > _root.miss7bestScore) {
_root.miss7bestScore = totalLevelScore;
}
}
if (_root.mission == 8) {
if (totalLevelScore > _root.miss8bestScore) {
_root.miss8bestScore = totalLevelScore;
}
}
if (_root.mission == 9) {
if (totalLevelScore > _root.miss9bestScore) {
_root.miss9bestScore = totalLevelScore;
}
}
if (_root.mission == 10) {
if (totalLevelScore > _root.miss10bestScore) {
_root.miss10bestScore = totalLevelScore;
}
}
if (_root.mission == 11) {
if (totalLevelScore > _root.miss11bestScore) {
_root.miss11bestScore = totalLevelScore;
}
}
if (_root.mission == 12) {
if (totalLevelScore > _root.miss12bestScore) {
_root.miss12bestScore = totalLevelScore;
}
}
if (_root.mission == 13) {
if (totalLevelScore > _root.miss13bestScore) {
_root.miss13bestScore = totalLevelScore;
}
}
if (_root.mission == 14) {
if (totalLevelScore > _root.miss14bestScore) {
_root.miss14bestScore = totalLevelScore;
}
}
if (_root.mission == 15) {
if (totalLevelScore > _root.miss15bestScore) {
_root.miss15bestScore = totalLevelScore;
}
}
if (_root.mission == 16) {
if (totalLevelScore > _root.miss16bestScore) {
_root.miss16bestScore = totalLevelScore;
}
}
if (_root.mission == 17) {
if (totalLevelScore > _root.miss17bestScore) {
_root.miss17bestScore = totalLevelScore;
}
}
if (_root.mission == 18) {
if (totalLevelScore > _root.miss18bestScore) {
_root.miss18bestScore = totalLevelScore;
}
}
if (_root.mission == 19) {
if (totalLevelScore > _root.miss19bestScore) {
_root.miss19bestScore = totalLevelScore;
}
}
if (_root.mission == 20) {
if (totalLevelScore > _root.miss20bestScore) {
_root.miss20bestScore = totalLevelScore;
}
}
Symbol 1353 MovieClip Frame 1
mnumber.text = _root.mission;
if (_root.mission == 1) {
bestscore.text = _root.miss1bestScore;
}
if (_root.mission == 2) {
bestscore.text = _root.miss2bestScore;
}
if (_root.mission == 3) {
bestscore.text = _root.miss3bestScore;
}
if (_root.mission == 4) {
bestscore.text = _root.miss4bestScore;
}
if (_root.mission == 5) {
bestscore.text = _root.miss5bestScore;
}
if (_root.mission == 6) {
bestscore.text = _root.miss6bestScore;
}
if (_root.mission == 7) {
bestscore.text = _root.miss7bestScore;
}
if (_root.mission == 8) {
bestscore.text = _root.miss8bestScore;
}
if (_root.mission == 9) {
bestscore.text = _root.miss9bestScore;
}
if (_root.mission == 10) {
bestscore.text = _root.miss10bestScore;
}
if (_root.mission == 11) {
bestscore.text = _root.miss11bestScore;
}
if (_root.mission == 12) {
bestscore.text = _root.miss12bestScore;
}
if (_root.mission == 13) {
bestscore.text = _root.miss13bestScore;
}
if (_root.mission == 14) {
bestscore.text = _root.miss14bestScore;
}
if (_root.mission == 15) {
bestscore.text = _root.miss15bestScore;
}
if (_root.mission == 16) {
bestscore.text = _root.miss16bestScore;
}
if (_root.mission == 17) {
bestscore.text = _root.miss17bestScore;
}
if (_root.mission == 18) {
bestscore.text = _root.miss18bestScore;
}
if (_root.mission == 19) {
bestscore.text = _root.miss19bestScore;
}
if (_root.mission == 20) {
bestscore.text = _root.miss20bestScore;
}
Symbol 1354 Button
on (release) {
if (mission == 1) {
gotoAndPlay ("mission1");
}
if (mission == 2) {
gotoAndPlay ("mission2");
}
if (mission == 3) {
gotoAndPlay ("mission3");
}
if (mission == 4) {
gotoAndPlay ("mission4");
}
if (mission == 5) {
gotoAndPlay ("mission5");
}
if (mission == 6) {
gotoAndPlay ("mission6");
}
if (mission == 7) {
gotoAndPlay ("mission7");
}
if (mission == 8) {
gotoAndPlay ("mission8");
}
if (mission == 9) {
gotoAndPlay ("mission9");
}
if (mission == 10) {
gotoAndPlay ("mission10");
}
if (mission == 11) {
gotoAndPlay ("mission11");
}
if (mission == 12) {
gotoAndPlay ("mission12");
}
if (mission == 13) {
gotoAndPlay ("mission13");
}
if (mission == 14) {
gotoAndPlay ("mission14");
}
if (mission == 15) {
gotoAndPlay ("mission15");
}
}
Symbol 1355 Button
on (release) {
if (((((mission == 1) || (mission == 2)) || (mission == 3)) || (mission == 4)) || (mission == 5)) {
gotoAndPlay ("missions");
}
if (((((mission == 6) || (mission == 7)) || (mission == 8)) || (mission == 9)) || (mission == 10)) {
gotoAndPlay ("world2");
}
if (((((mission == 11) || (mission == 12)) || (mission == 13)) || (mission == 14)) || (mission == 15)) {
gotoAndPlay ("world3");
}
}
Symbol 1358 MovieClip Frame 1
stop();
Symbol 1358 MovieClip Frame 25
gotoAndPlay ("normal");
Symbol 1358 MovieClip Frame 26
play();
Symbol 1358 MovieClip Frame 33
_root.gotoAndPlay("missionAccomp");
Symbol 1365 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1379 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1379 MovieClip Frame 2
stop();
Symbol 1382 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1382 MovieClip Frame 2
stop();
Symbol 1384 MovieClip Frame 1
stop();
Symbol 1384 MovieClip Frame 16
_root.gotoAndPlay("missionFailed");
Symbol 1400 MovieClip Frame 1
_root.timeleft = 60;
Symbol 1400 MovieClip Frame 3
_root.timeleft = 59.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 5
_root.timeleft = 59.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 7
_root.timeleft = 59.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 9
_root.timeleft = 59.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 11
_root.timeleft = 59.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 13
_root.timeleft = 59.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 15
_root.timeleft = 59.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 17
_root.timeleft = 59.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 19
_root.timeleft = 59.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 21
_root.timeleft = 59;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 23
_root.timeleft = 58.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 25
_root.timeleft = 58.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 27
_root.timeleft = 58.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 29
_root.timeleft = 58.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 31
_root.timeleft = 58.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 33
_root.timeleft = 58.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 35
_root.timeleft = 58.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 37
_root.timeleft = 58.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 39
_root.timeleft = 58.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 41
_root.timeleft = 58;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 43
_root.timeleft = 57.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 45
_root.timeleft = 57.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 47
_root.timeleft = 57.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 49
_root.timeleft = 57.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 51
_root.timeleft = 57.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 53
_root.timeleft = 57.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 55
_root.timeleft = 57.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 57
_root.timeleft = 57.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 59
_root.timeleft = 57.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 61
_root.timeleft = 57;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 63
_root.timeleft = 56.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 65
_root.timeleft = 56.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 67
_root.timeleft = 56.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 69
_root.timeleft = 56.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 71
_root.timeleft = 56.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 73
_root.timeleft = 56.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 75
_root.timeleft = 56.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 77
_root.timeleft = 56.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 79
_root.timeleft = 56.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 81
_root.timeleft = 56;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 83
_root.timeleft = 55.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 85
_root.timeleft = 55.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 87
_root.timeleft = 55.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 89
_root.timeleft = 55.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 91
_root.timeleft = 55.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 93
_root.timeleft = 55.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 95
_root.timeleft = 55.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 97
_root.timeleft = 55.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 99
_root.timeleft = 55.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 101
_root.timeleft = 55;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 103
_root.timeleft = 54.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 105
_root.timeleft = 54.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 107
_root.timeleft = 54.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 109
_root.timeleft = 54.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 111
_root.timeleft = 54.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 113
_root.timeleft = 54.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 115
_root.timeleft = 54.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 117
_root.timeleft = 54.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 119
_root.timeleft = 54.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 121
_root.timeleft = 54;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 123
_root.timeleft = 53.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 125
_root.timeleft = 53.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 127
_root.timeleft = 53.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 129
_root.timeleft = 53.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 131
_root.timeleft = 53.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 133
_root.timeleft = 53.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 135
_root.timeleft = 53.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 137
_root.timeleft = 53.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 139
_root.timeleft = 53.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 141
_root.timeleft = 53;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 143
_root.timeleft = 52.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 145
_root.timeleft = 52.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 147
_root.timeleft = 52.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 149
_root.timeleft = 52.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 151
_root.timeleft = 52.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 153
_root.timeleft = 52.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 155
_root.timeleft = 52.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 157
_root.timeleft = 52.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 159
_root.timeleft = 52.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 161
_root.timeleft = 52;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 163
_root.timeleft = 51.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 165
_root.timeleft = 51.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 167
_root.timeleft = 51.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 169
_root.timeleft = 51.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 171
_root.timeleft = 51.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 173
_root.timeleft = 51.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 175
_root.timeleft = 51.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 177
_root.timeleft = 51.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 179
_root.timeleft = 51.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 181
_root.timeleft = 51;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 183
_root.timeleft = 50.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 185
_root.timeleft = 50.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 187
_root.timeleft = 50.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 189
_root.timeleft = 50.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 191
_root.timeleft = 50.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 193
_root.timeleft = 50.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 195
_root.timeleft = 50.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 197
_root.timeleft = 50.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 199
_root.timeleft = 50.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 201
_root.timeleft = 50;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 203
_root.timeleft = 49.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 205
_root.timeleft = 49.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 207
_root.timeleft = 49.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 209
_root.timeleft = 49.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 211
_root.timeleft = 49.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 213
_root.timeleft = 49.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 215
_root.timeleft = 49.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 217
_root.timeleft = 49.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 219
_root.timeleft = 49.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 221
_root.timeleft = 49;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 223
_root.timeleft = 48.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 225
_root.timeleft = 48.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 227
_root.timeleft = 48.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 229
_root.timeleft = 48.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 231
_root.timeleft = 48.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 233
_root.timeleft = 48.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 235
_root.timeleft = 48.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 237
_root.timeleft = 48.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 239
_root.timeleft = 48.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 241
_root.timeleft = 48;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 243
_root.timeleft = 47.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 245
_root.timeleft = 47.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 247
_root.timeleft = 47.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 249
_root.timeleft = 47.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 251
_root.timeleft = 47.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 253
_root.timeleft = 47.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 255
_root.timeleft = 47.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 257
_root.timeleft = 47.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 259
_root.timeleft = 47.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 261
_root.timeleft = 47;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 263
_root.timeleft = 46.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 265
_root.timeleft = 46.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 267
_root.timeleft = 46.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 269
_root.timeleft = 46.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 271
_root.timeleft = 46.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 273
_root.timeleft = 46.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 275
_root.timeleft = 46.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 277
_root.timeleft = 46.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 279
_root.timeleft = 46.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 281
_root.timeleft = 46;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 283
_root.timeleft = 45.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 285
_root.timeleft = 45.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 287
_root.timeleft = 45.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 289
_root.timeleft = 45.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 291
_root.timeleft = 45.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 293
_root.timeleft = 45.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 295
_root.timeleft = 45.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 297
_root.timeleft = 45.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 299
_root.timeleft = 45.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 301
_root.timeleft = 45;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 303
_root.timeleft = 44.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 305
_root.timeleft = 44.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 307
_root.timeleft = 44.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 309
_root.timeleft = 44.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 311
_root.timeleft = 44.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 313
_root.timeleft = 44.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 315
_root.timeleft = 44.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 317
_root.timeleft = 44.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 319
_root.timeleft = 44.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 321
_root.timeleft = 44;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 323
_root.timeleft = 43.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 325
_root.timeleft = 43.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 327
_root.timeleft = 43.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 329
_root.timeleft = 43.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 331
_root.timeleft = 43.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 333
_root.timeleft = 43.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 335
_root.timeleft = 43.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 337
_root.timeleft = 43.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 339
_root.timeleft = 43.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 341
_root.timeleft = 43;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 343
_root.timeleft = 42.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 345
_root.timeleft = 42.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 347
_root.timeleft = 42.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 349
_root.timeleft = 42.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 351
_root.timeleft = 42.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 353
_root.timeleft = 42.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 355
_root.timeleft = 42.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 357
_root.timeleft = 42.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 359
_root.timeleft = 42.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 361
_root.timeleft = 42;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 363
_root.timeleft = 41.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 365
_root.timeleft = 41.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 367
_root.timeleft = 41.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 369
_root.timeleft = 41.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 371
_root.timeleft = 41.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 373
_root.timeleft = 41.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 375
_root.timeleft = 41.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 377
_root.timeleft = 41.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 379
_root.timeleft = 41.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 381
_root.timeleft = 41;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 383
_root.timeleft = 40.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 385
_root.timeleft = 40.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 387
_root.timeleft = 40.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 389
_root.timeleft = 40.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 391
_root.timeleft = 40.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 393
_root.timeleft = 40.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 395
_root.timeleft = 40.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 397
_root.timeleft = 40.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 399
_root.timeleft = 40.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 401
_root.timeleft = 40;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 403
_root.timeleft = 39.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 405
_root.timeleft = 39.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 407
_root.timeleft = 39.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 409
_root.timeleft = 39.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 411
_root.timeleft = 39.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 413
_root.timeleft = 39.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 415
_root.timeleft = 39.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 417
_root.timeleft = 39.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 419
_root.timeleft = 39.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 421
_root.timeleft = 39;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 423
_root.timeleft = 38.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 425
_root.timeleft = 38.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 427
_root.timeleft = 38.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 429
_root.timeleft = 38.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 431
_root.timeleft = 38.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 433
_root.timeleft = 38.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 435
_root.timeleft = 38.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 437
_root.timeleft = 38.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 439
_root.timeleft = 38.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 441
_root.timeleft = 38;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 443
_root.timeleft = 37.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 445
_root.timeleft = 37.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 447
_root.timeleft = 37.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 449
_root.timeleft = 37.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 451
_root.timeleft = 37.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 453
_root.timeleft = 37.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 455
_root.timeleft = 37.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 457
_root.timeleft = 37.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 459
_root.timeleft = 37.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 461
_root.timeleft = 37;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 463
_root.timeleft = 36.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 465
_root.timeleft = 36.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 467
_root.timeleft = 36.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 469
_root.timeleft = 36.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 471
_root.timeleft = 36.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 473
_root.timeleft = 36.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 475
_root.timeleft = 36.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 477
_root.timeleft = 36.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 479
_root.timeleft = 36.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 481
_root.timeleft = 36;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 483
_root.timeleft = 35.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 485
_root.timeleft = 35.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 487
_root.timeleft = 35.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 489
_root.timeleft = 35.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 491
_root.timeleft = 35.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 493
_root.timeleft = 35.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 495
_root.timeleft = 35.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 497
_root.timeleft = 35.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 499
_root.timeleft = 35.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 501
_root.timeleft = 35;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 503
_root.timeleft = 34.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 505
_root.timeleft = 34.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 507
_root.timeleft = 34.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 509
_root.timeleft = 34.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 511
_root.timeleft = 34.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 513
_root.timeleft = 34.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 515
_root.timeleft = 34.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 517
_root.timeleft = 34.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 519
_root.timeleft = 34.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 521
_root.timeleft = 34;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 523
_root.timeleft = 33.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 525
_root.timeleft = 33.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 527
_root.timeleft = 33.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 529
_root.timeleft = 33.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 531
_root.timeleft = 33.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 533
_root.timeleft = 33.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 535
_root.timeleft = 33.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 537
_root.timeleft = 33.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 539
_root.timeleft = 33.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 541
_root.timeleft = 33;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 543
_root.timeleft = 32.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 545
_root.timeleft = 32.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 547
_root.timeleft = 32.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 549
_root.timeleft = 32.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 551
_root.timeleft = 32.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 553
_root.timeleft = 32.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 555
_root.timeleft = 32.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 557
_root.timeleft = 32.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 559
_root.timeleft = 32.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 561
_root.timeleft = 32;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 563
_root.timeleft = 31.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 565
_root.timeleft = 31.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 567
_root.timeleft = 31.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 569
_root.timeleft = 31.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 571
_root.timeleft = 31.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 573
_root.timeleft = 31.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 575
_root.timeleft = 31.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 577
_root.timeleft = 31.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 579
_root.timeleft = 31.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 581
_root.timeleft = 31;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 583
_root.timeleft = 30.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 585
_root.timeleft = 30.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 587
_root.timeleft = 30.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 589
_root.timeleft = 30.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 591
_root.timeleft = 30.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 593
_root.timeleft = 30.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 595
_root.timeleft = 30.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 597
_root.timeleft = 30.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 599
_root.timeleft = 30.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 601
_root.timeleft = 30;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 603
_root.timeleft = 29.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 605
_root.timeleft = 29.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 607
_root.timeleft = 29.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 609
_root.timeleft = 29.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 611
_root.timeleft = 29.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 613
_root.timeleft = 29.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 615
_root.timeleft = 29.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 617
_root.timeleft = 29.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 619
_root.timeleft = 29.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 621
_root.timeleft = 29;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 623
_root.timeleft = 28.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 625
_root.timeleft = 28.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 627
_root.timeleft = 28.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 629
_root.timeleft = 28.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 631
_root.timeleft = 28.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 633
_root.timeleft = 28.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 635
_root.timeleft = 28.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 637
_root.timeleft = 28.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 639
_root.timeleft = 28.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 641
_root.timeleft = 28;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 643
_root.timeleft = 27.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 645
_root.timeleft = 27.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 647
_root.timeleft = 27.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 649
_root.timeleft = 27.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 651
_root.timeleft = 27.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 653
_root.timeleft = 27.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 655
_root.timeleft = 27.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 657
_root.timeleft = 27.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 659
_root.timeleft = 27.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 661
_root.timeleft = 27;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 663
_root.timeleft = 26.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 665
_root.timeleft = 26.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 667
_root.timeleft = 26.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 669
_root.timeleft = 26.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 671
_root.timeleft = 26.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 673
_root.timeleft = 26.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 675
_root.timeleft = 26.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 677
_root.timeleft = 26.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 679
_root.timeleft = 26.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 681
_root.timeleft = 26;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 683
_root.timeleft = 25.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 685
_root.timeleft = 25.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 687
_root.timeleft = 25.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 689
_root.timeleft = 25.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 691
_root.timeleft = 25.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 693
_root.timeleft = 25.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 695
_root.timeleft = 25.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 697
_root.timeleft = 25.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 699
_root.timeleft = 25.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 701
_root.timeleft = 25;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 703
_root.timeleft = 24.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 705
_root.timeleft = 24.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 707
_root.timeleft = 24.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 709
_root.timeleft = 24.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 711
_root.timeleft = 24.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 713
_root.timeleft = 24.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 715
_root.timeleft = 24.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 717
_root.timeleft = 24.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 719
_root.timeleft = 24.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 721
_root.timeleft = 24;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 723
_root.timeleft = 23.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 725
_root.timeleft = 23.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 727
_root.timeleft = 23.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 729
_root.timeleft = 23.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 731
_root.timeleft = 23.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 733
_root.timeleft = 23.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 735
_root.timeleft = 23.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 737
_root.timeleft = 23.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 739
_root.timeleft = 23.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 741
_root.timeleft = 23;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 743
_root.timeleft = 22.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 745
_root.timeleft = 22.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 747
_root.timeleft = 22.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 749
_root.timeleft = 22.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 751
_root.timeleft = 22.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 753
_root.timeleft = 22.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 755
_root.timeleft = 22.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 757
_root.timeleft = 22.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 759
_root.timeleft = 22.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 761
_root.timeleft = 22;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 763
_root.timeleft = 21.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 765
_root.timeleft = 21.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 767
_root.timeleft = 21.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 769
_root.timeleft = 21.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 771
_root.timeleft = 21.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 773
_root.timeleft = 21.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 775
_root.timeleft = 21.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 777
_root.timeleft = 21.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 779
_root.timeleft = 21.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 781
_root.timeleft = 21;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 783
_root.timeleft = 20.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 785
_root.timeleft = 20.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 787
_root.timeleft = 20.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 789
_root.timeleft = 20.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 791
_root.timeleft = 20.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 793
_root.timeleft = 20.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 795
_root.timeleft = 20.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 797
_root.timeleft = 20.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 799
_root.timeleft = 20.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 801
_root.timeleft = 20;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 803
_root.timeleft = 19.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 805
_root.timeleft = 19.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 807
_root.timeleft = 19.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 809
_root.timeleft = 19.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 811
_root.timeleft = 19.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 813
_root.timeleft = 19.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 815
_root.timeleft = 19.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 817
_root.timeleft = 19.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 819
_root.timeleft = 19.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 821
_root.timeleft = 19;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 823
_root.timeleft = 18.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 825
_root.timeleft = 18.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 827
_root.timeleft = 18.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 829
_root.timeleft = 18.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 831
_root.timeleft = 18.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 833
_root.timeleft = 18.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 835
_root.timeleft = 18.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 837
_root.timeleft = 18.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 839
_root.timeleft = 18.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 841
_root.timeleft = 18;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 843
_root.timeleft = 17.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 845
_root.timeleft = 17.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 847
_root.timeleft = 17.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 849
_root.timeleft = 17.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 851
_root.timeleft = 17.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 853
_root.timeleft = 17.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 855
_root.timeleft = 17.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 857
_root.timeleft = 17.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 859
_root.timeleft = 17.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 861
_root.timeleft = 17;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 863
_root.timeleft = 16.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 865
_root.timeleft = 16.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 867
_root.timeleft = 16.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 869
_root.timeleft = 16.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 871
_root.timeleft = 16.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 873
_root.timeleft = 16.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 875
_root.timeleft = 16.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 877
_root.timeleft = 16.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 879
_root.timeleft = 16.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 881
_root.timeleft = 16;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 883
_root.timeleft = 15.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 885
_root.timeleft = 15.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 887
_root.timeleft = 15.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 889
_root.timeleft = 15.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 891
_root.timeleft = 15.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 893
_root.timeleft = 15.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 895
_root.timeleft = 15.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 897
_root.timeleft = 15.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 899
_root.timeleft = 15.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 901
_root.timeleft = 15;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 903
_root.timeleft = 14.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 905
_root.timeleft = 14.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 907
_root.timeleft = 14.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 909
_root.timeleft = 14.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 911
_root.timeleft = 14.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 913
_root.timeleft = 14.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 915
_root.timeleft = 14.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 917
_root.timeleft = 14.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 919
_root.timeleft = 14.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 921
_root.timeleft = 14;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 923
_root.timeleft = 13.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 925
_root.timeleft = 13.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 927
_root.timeleft = 13.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 929
_root.timeleft = 13.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 931
_root.timeleft = 13.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 933
_root.timeleft = 13.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 935
_root.timeleft = 13.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 937
_root.timeleft = 13.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 939
_root.timeleft = 13.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 941
_root.timeleft = 13;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 943
_root.timeleft = 12.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 945
_root.timeleft = 12.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 947
_root.timeleft = 12.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 949
_root.timeleft = 12.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 951
_root.timeleft = 12.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 953
_root.timeleft = 12.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 955
_root.timeleft = 12.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 957
_root.timeleft = 12.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 959
_root.timeleft = 12.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 961
_root.timeleft = 12;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 963
_root.timeleft = 11.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 965
_root.timeleft = 11.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 967
_root.timeleft = 11.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 969
_root.timeleft = 11.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 971
_root.timeleft = 11.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 973
_root.timeleft = 11.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 975
_root.timeleft = 11.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 977
_root.timeleft = 11.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 979
_root.timeleft = 11.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 981
_root.timeleft = 11;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 983
_root.timeleft = 10.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 985
_root.timeleft = 10.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 987
_root.timeleft = 10.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 989
_root.timeleft = 10.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 991
_root.timeleft = 10.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 993
_root.timeleft = 10.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 995
_root.timeleft = 10.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 997
_root.timeleft = 10.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 999
_root.timeleft = 10.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1001
_root.timeleft = 10;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1003
_root.timeleft = 9.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1005
_root.timeleft = 9.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1007
_root.timeleft = 9.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1009
_root.timeleft = 9.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1011
_root.timeleft = 9.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1013
_root.timeleft = 9.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1015
_root.timeleft = 9.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1017
_root.timeleft = 9.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1019
_root.timeleft = 9.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1021
_root.timeleft = 9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1023
_root.timeleft = 8.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1025
_root.timeleft = 8.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1027
_root.timeleft = 8.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1029
_root.timeleft = 8.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1031
_root.timeleft = 8.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1033
_root.timeleft = 8.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1035
_root.timeleft = 8.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1037
_root.timeleft = 8.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1039
_root.timeleft = 8.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1041
_root.timeleft = 8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1043
_root.timeleft = 7.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1045
_root.timeleft = 7.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1047
_root.timeleft = 7.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1049
_root.timeleft = 7.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1051
_root.timeleft = 7.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1053
_root.timeleft = 7.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1055
_root.timeleft = 7.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1057
_root.timeleft = 7.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1059
_root.timeleft = 7.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1061
_root.timeleft = 7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1063
_root.timeleft = 6.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1065
_root.timeleft = 6.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1067
_root.timeleft = 6.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1069
_root.timeleft = 6.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1071
_root.timeleft = 6.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1073
_root.timeleft = 6.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1075
_root.timeleft = 6.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1077
_root.timeleft = 6.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1079
_root.timeleft = 6.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1081
_root.timeleft = 6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1083
_root.timeleft = 5.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1085
_root.timeleft = 5.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1087
_root.timeleft = 5.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1089
_root.timeleft = 5.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1091
_root.timeleft = 5.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1093
_root.timeleft = 5.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1095
_root.timeleft = 5.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1097
_root.timeleft = 5.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1099
_root.timeleft = 5.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1101
_root.timeleft = 5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1103
_root.timeleft = 4.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1105
_root.timeleft = 4.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1107
_root.timeleft = 4.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1109
_root.timeleft = 4.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1111
_root.timeleft = 4.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1113
_root.timeleft = 4.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1115
_root.timeleft = 4.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1117
_root.timeleft = 4.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1119
_root.timeleft = 4.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1121
_root.timeleft = 4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1123
_root.timeleft = 3.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1125
_root.timeleft = 3.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1127
_root.timeleft = 3.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1129
_root.timeleft = 3.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1131
_root.timeleft = 3.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1133
_root.timeleft = 3.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1135
_root.timeleft = 3.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1137
_root.timeleft = 3.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1139
_root.timeleft = 3.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1141
_root.timeleft = 3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1143
_root.timeleft = 2.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1145
_root.timeleft = 2.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1147
_root.timeleft = 2.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1149
_root.timeleft = 2.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1151
_root.timeleft = 2.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1153
_root.timeleft = 2.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1155
_root.timeleft = 2.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1157
_root.timeleft = 2.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1159
_root.timeleft = 2.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1161
_root.timeleft = 2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1163
_root.timeleft = 1.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1165
_root.timeleft = 1.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1167
_root.timeleft = 1.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1169
_root.timeleft = 1.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1171
_root.timeleft = 1.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1173
_root.timeleft = 1.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1175
_root.timeleft = 1.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1177
_root.timeleft = 1.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1179
_root.timeleft = 1.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1181
_root.timeleft = 1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1183
_root.timeleft = 0.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1185
_root.timeleft = 0.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1187
_root.timeleft = 0.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1189
_root.timeleft = 0.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1191
_root.timeleft = 0.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1193
_root.timeleft = 0.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1195
_root.timeleft = 0.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1197
_root.timeleft = 0.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1199
_root.timeleft = 0.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
Symbol 1400 MovieClip Frame 1200
_root.dead = false;
_root.timeleft = 0;
_root.gotoAndPlay("missionFailed");
Symbol 1411 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1415 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1415 MovieClip Frame 2
stop();
Symbol 1417 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1417 MovieClip Frame 2
stop();
Symbol 1425 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1427 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1427 MovieClip Frame 2
stop();
Symbol 1430 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1430 MovieClip Frame 2
stop();
Symbol 1436 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1436 MovieClip Frame 2
stop();
Symbol 1438 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1438 MovieClip Frame 2
stop();
Symbol 1448 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1451 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1451 MovieClip Frame 2
stop();
Symbol 1460 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1460 MovieClip Frame 2
stop();
Symbol 1468 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1475 MovieClip Frame 148
stop();
Symbol 1476 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
}
};
Symbol 1476 MovieClip Frame 2
stop();
Symbol 1492 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1502 MovieClip Frame 18
gotoAndPlay (11);
Symbol 1503 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1503 MovieClip Frame 2
stop();
Symbol 1509 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1509 MovieClip Frame 2
stop();
Symbol 1519 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1519 MovieClip Frame 2
stop();
Symbol 1529 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1529 MovieClip Frame 2
stop();
Symbol 1534 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1534 MovieClip Frame 2
stop();
Symbol 1540 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1540 MovieClip Frame 2
stop();
Symbol 1549 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1566 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1566 MovieClip Frame 9
stop();
Symbol 1566 MovieClip Frame 19
gotoAndPlay ("broken");
Symbol 1567 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1567 MovieClip Frame 2
stop();
Symbol 1573 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1573 MovieClip Frame 2
stop();
Symbol 1583 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1585 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1585 MovieClip Frame 2
stop();
Symbol 1587 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1587 MovieClip Frame 2
stop();
Symbol 1588 MovieClip Frame 9
stop();
Symbol 1589 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
}
};
Symbol 1589 MovieClip Frame 2
stop();
Symbol 1593 MovieClip Frame 115
stop();
Symbol 1594 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1594 MovieClip Frame 2
stop();
Symbol 1612 MovieClip Frame 8
stop();
Symbol 1612 MovieClip Frame 26
stop();
Symbol 1613 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
}
};
Symbol 1613 MovieClip Frame 2
stop();
Symbol 1615 MovieClip Frame 522
stop();
Symbol 1616 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
}
};
Symbol 1616 MovieClip Frame 2
stop();
Symbol 1618 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1618 MovieClip Frame 2
stop();
Symbol 1636 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1638 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1638 MovieClip Frame 2
stop();
Symbol 1639 MovieClip Frame 115
stop();
Symbol 1640 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1640 MovieClip Frame 2
stop();
Symbol 1659 MovieClip Frame 1
stop();
Symbol 1659 MovieClip Frame 78
stop();
Symbol 1674 MovieClip Frame 1
stop();
Symbol 1674 MovieClip Frame 3
stop();
Symbol 1674 MovieClip Frame 5
gotoAndStop (1);
Symbol 1674 MovieClip Frame 6
stop();
Symbol 1678 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1679 MovieClip Frame 1
stop();
Symbol 1679 MovieClip Frame 142
stop();
Symbol 1691 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1709 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1709 MovieClip Frame 2
stop();
Symbol 1757 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1757 MovieClip Frame 2
stop();
Symbol 1769 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1769 MovieClip Frame 2
stop();
Symbol 1782 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1782 MovieClip Frame 2
stop();
Symbol 1793 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1793 MovieClip Frame 2
stop();
Symbol 1810 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1818 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1818 MovieClip Frame 2
stop();
Symbol 1840 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 1856 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1856 MovieClip Frame 2
stop();
Symbol 1862 MovieClip Frame 1
stop();
Symbol 1862 MovieClip Frame 18
stop();
Symbol 1870 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 1870 MovieClip Frame 2
stop();
Symbol 1878 MovieClip Frame 1
_root.timeleft = 60;
Symbol 1878 MovieClip Frame 3
_root.timeleft = 59.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 5
_root.timeleft = 59.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 7
_root.timeleft = 59.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 9
_root.timeleft = 59.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 11
_root.timeleft = 59.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 13
_root.timeleft = 59.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 15
_root.timeleft = 59.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 17
_root.timeleft = 59.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 19
_root.timeleft = 59.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 21
_root.timeleft = 59;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 23
_root.timeleft = 58.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 25
_root.timeleft = 58.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 27
_root.timeleft = 58.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 29
_root.timeleft = 58.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 31
_root.timeleft = 58.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 33
_root.timeleft = 58.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 35
_root.timeleft = 58.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 37
_root.timeleft = 58.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 39
_root.timeleft = 58.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 41
_root.timeleft = 58;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 43
_root.timeleft = 57.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 45
_root.timeleft = 57.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 47
_root.timeleft = 57.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 49
_root.timeleft = 57.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 51
_root.timeleft = 57.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 53
_root.timeleft = 57.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 55
_root.timeleft = 57.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 57
_root.timeleft = 57.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 59
_root.timeleft = 57.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 61
_root.timeleft = 57;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 63
_root.timeleft = 56.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 65
_root.timeleft = 56.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 67
_root.timeleft = 56.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 69
_root.timeleft = 56.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 71
_root.timeleft = 56.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 73
_root.timeleft = 56.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 75
_root.timeleft = 56.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 77
_root.timeleft = 56.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 79
_root.timeleft = 56.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 81
_root.timeleft = 56;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 83
_root.timeleft = 55.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 85
_root.timeleft = 55.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 87
_root.timeleft = 55.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 89
_root.timeleft = 55.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 91
_root.timeleft = 55.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 93
_root.timeleft = 55.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 95
_root.timeleft = 55.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 97
_root.timeleft = 55.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 99
_root.timeleft = 55.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 101
_root.timeleft = 55;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 103
_root.timeleft = 54.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 105
_root.timeleft = 54.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 107
_root.timeleft = 54.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 109
_root.timeleft = 54.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 111
_root.timeleft = 54.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 113
_root.timeleft = 54.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 115
_root.timeleft = 54.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 117
_root.timeleft = 54.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 119
_root.timeleft = 54.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 121
_root.timeleft = 54;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 123
_root.timeleft = 53.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 125
_root.timeleft = 53.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 127
_root.timeleft = 53.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 129
_root.timeleft = 53.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 131
_root.timeleft = 53.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 133
_root.timeleft = 53.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 135
_root.timeleft = 53.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 137
_root.timeleft = 53.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 139
_root.timeleft = 53.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 141
_root.timeleft = 53;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 143
_root.timeleft = 52.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 145
_root.timeleft = 52.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 147
_root.timeleft = 52.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 149
_root.timeleft = 52.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 151
_root.timeleft = 52.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 153
_root.timeleft = 52.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 155
_root.timeleft = 52.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 157
_root.timeleft = 52.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 159
_root.timeleft = 52.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 161
_root.timeleft = 52;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 163
_root.timeleft = 51.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 165
_root.timeleft = 51.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 167
_root.timeleft = 51.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 169
_root.timeleft = 51.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 171
_root.timeleft = 51.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 173
_root.timeleft = 51.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 175
_root.timeleft = 51.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 177
_root.timeleft = 51.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 179
_root.timeleft = 51.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 181
_root.timeleft = 51;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 183
_root.timeleft = 50.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 185
_root.timeleft = 50.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 187
_root.timeleft = 50.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 189
_root.timeleft = 50.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 191
_root.timeleft = 50.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 193
_root.timeleft = 50.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 195
_root.timeleft = 50.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 197
_root.timeleft = 50.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 199
_root.timeleft = 50.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 201
_root.timeleft = 50;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 203
_root.timeleft = 49.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 205
_root.timeleft = 49.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 207
_root.timeleft = 49.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 209
_root.timeleft = 49.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 211
_root.timeleft = 49.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 213
_root.timeleft = 49.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 215
_root.timeleft = 49.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 217
_root.timeleft = 49.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 219
_root.timeleft = 49.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 221
_root.timeleft = 49;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 223
_root.timeleft = 48.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 225
_root.timeleft = 48.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 227
_root.timeleft = 48.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 229
_root.timeleft = 48.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 231
_root.timeleft = 48.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 233
_root.timeleft = 48.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 235
_root.timeleft = 48.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 237
_root.timeleft = 48.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 239
_root.timeleft = 48.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 241
_root.timeleft = 48;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 243
_root.timeleft = 47.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 245
_root.timeleft = 47.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 247
_root.timeleft = 47.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 249
_root.timeleft = 47.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 251
_root.timeleft = 47.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 253
_root.timeleft = 47.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 255
_root.timeleft = 47.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 257
_root.timeleft = 47.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 259
_root.timeleft = 47.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 261
_root.timeleft = 47;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 263
_root.timeleft = 46.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 265
_root.timeleft = 46.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 267
_root.timeleft = 46.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 269
_root.timeleft = 46.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 271
_root.timeleft = 46.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 273
_root.timeleft = 46.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 275
_root.timeleft = 46.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 277
_root.timeleft = 46.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 279
_root.timeleft = 46.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 281
_root.timeleft = 46;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 283
_root.timeleft = 45.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 285
_root.timeleft = 45.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 287
_root.timeleft = 45.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 289
_root.timeleft = 45.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 291
_root.timeleft = 45.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 293
_root.timeleft = 45.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 295
_root.timeleft = 45.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 297
_root.timeleft = 45.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 299
_root.timeleft = 45.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 301
_root.timeleft = 45;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 303
_root.timeleft = 44.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 305
_root.timeleft = 44.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 307
_root.timeleft = 44.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 309
_root.timeleft = 44.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 311
_root.timeleft = 44.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 313
_root.timeleft = 44.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 315
_root.timeleft = 44.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 317
_root.timeleft = 44.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 319
_root.timeleft = 44.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 321
_root.timeleft = 44;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 323
_root.timeleft = 43.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 325
_root.timeleft = 43.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 327
_root.timeleft = 43.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 329
_root.timeleft = 43.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 331
_root.timeleft = 43.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 333
_root.timeleft = 43.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 335
_root.timeleft = 43.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 337
_root.timeleft = 43.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 339
_root.timeleft = 43.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 341
_root.timeleft = 43;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 343
_root.timeleft = 42.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 345
_root.timeleft = 42.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 347
_root.timeleft = 42.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 349
_root.timeleft = 42.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 351
_root.timeleft = 42.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 353
_root.timeleft = 42.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 355
_root.timeleft = 42.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 357
_root.timeleft = 42.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 359
_root.timeleft = 42.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 361
_root.timeleft = 42;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 363
_root.timeleft = 41.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 365
_root.timeleft = 41.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 367
_root.timeleft = 41.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 369
_root.timeleft = 41.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 371
_root.timeleft = 41.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 373
_root.timeleft = 41.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 375
_root.timeleft = 41.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 377
_root.timeleft = 41.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 379
_root.timeleft = 41.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 381
_root.timeleft = 41;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 383
_root.timeleft = 40.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 385
_root.timeleft = 40.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 387
_root.timeleft = 40.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 389
_root.timeleft = 40.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 391
_root.timeleft = 40.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 393
_root.timeleft = 40.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 395
_root.timeleft = 40.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 397
_root.timeleft = 40.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 399
_root.timeleft = 40.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 401
_root.timeleft = 40;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 403
_root.timeleft = 39.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 405
_root.timeleft = 39.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 407
_root.timeleft = 39.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 409
_root.timeleft = 39.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 411
_root.timeleft = 39.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 413
_root.timeleft = 39.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 415
_root.timeleft = 39.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 417
_root.timeleft = 39.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 419
_root.timeleft = 39.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 421
_root.timeleft = 39;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 423
_root.timeleft = 38.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 425
_root.timeleft = 38.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 427
_root.timeleft = 38.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 429
_root.timeleft = 38.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 431
_root.timeleft = 38.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 433
_root.timeleft = 38.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 435
_root.timeleft = 38.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 437
_root.timeleft = 38.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 439
_root.timeleft = 38.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 441
_root.timeleft = 38;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 443
_root.timeleft = 37.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 445
_root.timeleft = 37.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 447
_root.timeleft = 37.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 449
_root.timeleft = 37.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 451
_root.timeleft = 37.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 453
_root.timeleft = 37.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 455
_root.timeleft = 37.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 457
_root.timeleft = 37.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 459
_root.timeleft = 37.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 461
_root.timeleft = 37;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 463
_root.timeleft = 36.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 465
_root.timeleft = 36.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 467
_root.timeleft = 36.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 469
_root.timeleft = 36.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 471
_root.timeleft = 36.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 473
_root.timeleft = 36.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 475
_root.timeleft = 36.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 477
_root.timeleft = 36.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 479
_root.timeleft = 36.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 481
_root.timeleft = 36;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 483
_root.timeleft = 35.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 485
_root.timeleft = 35.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 487
_root.timeleft = 35.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 489
_root.timeleft = 35.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 491
_root.timeleft = 35.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 493
_root.timeleft = 35.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 495
_root.timeleft = 35.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 497
_root.timeleft = 35.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 499
_root.timeleft = 35.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 501
_root.timeleft = 35;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 503
_root.timeleft = 34.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 505
_root.timeleft = 34.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 507
_root.timeleft = 34.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 509
_root.timeleft = 34.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 511
_root.timeleft = 34.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 513
_root.timeleft = 34.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 515
_root.timeleft = 34.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 517
_root.timeleft = 34.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 519
_root.timeleft = 34.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 521
_root.timeleft = 34;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 523
_root.timeleft = 33.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 525
_root.timeleft = 33.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 527
_root.timeleft = 33.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 529
_root.timeleft = 33.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 531
_root.timeleft = 33.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 533
_root.timeleft = 33.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 535
_root.timeleft = 33.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 537
_root.timeleft = 33.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 539
_root.timeleft = 33.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 541
_root.timeleft = 33;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 543
_root.timeleft = 32.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 545
_root.timeleft = 32.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 547
_root.timeleft = 32.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 549
_root.timeleft = 32.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 551
_root.timeleft = 32.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 553
_root.timeleft = 32.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 555
_root.timeleft = 32.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 557
_root.timeleft = 32.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 559
_root.timeleft = 32.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 561
_root.timeleft = 32;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 563
_root.timeleft = 31.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 565
_root.timeleft = 31.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 567
_root.timeleft = 31.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 569
_root.timeleft = 31.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 571
_root.timeleft = 31.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 573
_root.timeleft = 31.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 575
_root.timeleft = 31.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 577
_root.timeleft = 31.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 579
_root.timeleft = 31.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 581
_root.timeleft = 31;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 583
_root.timeleft = 30.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 585
_root.timeleft = 30.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 587
_root.timeleft = 30.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 589
_root.timeleft = 30.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 591
_root.timeleft = 30.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 593
_root.timeleft = 30.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 595
_root.timeleft = 30.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 597
_root.timeleft = 30.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 599
_root.timeleft = 30.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 601
_root.timeleft = 30;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 603
_root.timeleft = 29.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 605
_root.timeleft = 29.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 607
_root.timeleft = 29.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 609
_root.timeleft = 29.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 611
_root.timeleft = 29.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 613
_root.timeleft = 29.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 615
_root.timeleft = 29.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 617
_root.timeleft = 29.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 619
_root.timeleft = 29.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 621
_root.timeleft = 29;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 623
_root.timeleft = 28.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 625
_root.timeleft = 28.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 627
_root.timeleft = 28.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 629
_root.timeleft = 28.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 631
_root.timeleft = 28.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 633
_root.timeleft = 28.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 635
_root.timeleft = 28.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 637
_root.timeleft = 28.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 639
_root.timeleft = 28.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 641
_root.timeleft = 28;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 643
_root.timeleft = 27.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 645
_root.timeleft = 27.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 647
_root.timeleft = 27.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 649
_root.timeleft = 27.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 651
_root.timeleft = 27.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 653
_root.timeleft = 27.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 655
_root.timeleft = 27.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 657
_root.timeleft = 27.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 659
_root.timeleft = 27.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 661
_root.timeleft = 27;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 663
_root.timeleft = 26.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 665
_root.timeleft = 26.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 667
_root.timeleft = 26.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 669
_root.timeleft = 26.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 671
_root.timeleft = 26.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 673
_root.timeleft = 26.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 675
_root.timeleft = 26.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 677
_root.timeleft = 26.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 679
_root.timeleft = 26.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 681
_root.timeleft = 26;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 683
_root.timeleft = 25.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 685
_root.timeleft = 25.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 687
_root.timeleft = 25.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 689
_root.timeleft = 25.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 691
_root.timeleft = 25.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 693
_root.timeleft = 25.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 695
_root.timeleft = 25.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 697
_root.timeleft = 25.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 699
_root.timeleft = 25.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 701
_root.timeleft = 25;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 703
_root.timeleft = 24.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 705
_root.timeleft = 24.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 707
_root.timeleft = 24.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 709
_root.timeleft = 24.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 711
_root.timeleft = 24.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 713
_root.timeleft = 24.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 715
_root.timeleft = 24.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 717
_root.timeleft = 24.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 719
_root.timeleft = 24.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 721
_root.timeleft = 24;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 723
_root.timeleft = 23.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 725
_root.timeleft = 23.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 727
_root.timeleft = 23.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 729
_root.timeleft = 23.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 731
_root.timeleft = 23.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 733
_root.timeleft = 23.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 735
_root.timeleft = 23.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 737
_root.timeleft = 23.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 739
_root.timeleft = 23.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 741
_root.timeleft = 23;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 743
_root.timeleft = 22.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 745
_root.timeleft = 22.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 747
_root.timeleft = 22.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 749
_root.timeleft = 22.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 751
_root.timeleft = 22.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 753
_root.timeleft = 22.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 755
_root.timeleft = 22.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 757
_root.timeleft = 22.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 759
_root.timeleft = 22.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 761
_root.timeleft = 22;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 763
_root.timeleft = 21.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 765
_root.timeleft = 21.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 767
_root.timeleft = 21.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 769
_root.timeleft = 21.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 771
_root.timeleft = 21.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 773
_root.timeleft = 21.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 775
_root.timeleft = 21.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 777
_root.timeleft = 21.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 779
_root.timeleft = 21.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 781
_root.timeleft = 21;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 783
_root.timeleft = 20.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 785
_root.timeleft = 20.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 787
_root.timeleft = 20.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 789
_root.timeleft = 20.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 791
_root.timeleft = 20.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 793
_root.timeleft = 20.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 795
_root.timeleft = 20.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 797
_root.timeleft = 20.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 799
_root.timeleft = 20.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 801
_root.timeleft = 20;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 803
_root.timeleft = 19.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 805
_root.timeleft = 19.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 807
_root.timeleft = 19.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 809
_root.timeleft = 19.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 811
_root.timeleft = 19.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 813
_root.timeleft = 19.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 815
_root.timeleft = 19.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 817
_root.timeleft = 19.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 819
_root.timeleft = 19.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 821
_root.timeleft = 19;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 823
_root.timeleft = 18.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 825
_root.timeleft = 18.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 827
_root.timeleft = 18.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 829
_root.timeleft = 18.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 831
_root.timeleft = 18.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 833
_root.timeleft = 18.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 835
_root.timeleft = 18.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 837
_root.timeleft = 18.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 839
_root.timeleft = 18.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 841
_root.timeleft = 18;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 843
_root.timeleft = 17.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 845
_root.timeleft = 17.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 847
_root.timeleft = 17.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 849
_root.timeleft = 17.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 851
_root.timeleft = 17.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 853
_root.timeleft = 17.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 855
_root.timeleft = 17.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 857
_root.timeleft = 17.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 859
_root.timeleft = 17.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 861
_root.timeleft = 17;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 863
_root.timeleft = 16.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 865
_root.timeleft = 16.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 867
_root.timeleft = 16.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 869
_root.timeleft = 16.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 871
_root.timeleft = 16.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 873
_root.timeleft = 16.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 875
_root.timeleft = 16.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 877
_root.timeleft = 16.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 879
_root.timeleft = 16.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 881
_root.timeleft = 16;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 883
_root.timeleft = 15.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 885
_root.timeleft = 15.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 887
_root.timeleft = 15.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 889
_root.timeleft = 15.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 891
_root.timeleft = 15.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 893
_root.timeleft = 15.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 895
_root.timeleft = 15.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 897
_root.timeleft = 15.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 899
_root.timeleft = 15.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 901
_root.timeleft = 15;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 903
_root.timeleft = 14.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 905
_root.timeleft = 14.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 907
_root.timeleft = 14.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 909
_root.timeleft = 14.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 911
_root.timeleft = 14.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 913
_root.timeleft = 14.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 915
_root.timeleft = 14.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 917
_root.timeleft = 14.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 919
_root.timeleft = 14.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 921
_root.timeleft = 14;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 923
_root.timeleft = 13.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 925
_root.timeleft = 13.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 927
_root.timeleft = 13.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 929
_root.timeleft = 13.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 931
_root.timeleft = 13.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 933
_root.timeleft = 13.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 935
_root.timeleft = 13.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 937
_root.timeleft = 13.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 939
_root.timeleft = 13.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 941
_root.timeleft = 13;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 943
_root.timeleft = 12.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 945
_root.timeleft = 12.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 947
_root.timeleft = 12.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 949
_root.timeleft = 12.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 951
_root.timeleft = 12.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 953
_root.timeleft = 12.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 955
_root.timeleft = 12.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 957
_root.timeleft = 12.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 959
_root.timeleft = 12.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 961
_root.timeleft = 12;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 963
_root.timeleft = 11.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 965
_root.timeleft = 11.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 967
_root.timeleft = 11.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 969
_root.timeleft = 11.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 971
_root.timeleft = 11.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 973
_root.timeleft = 11.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 975
_root.timeleft = 11.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 977
_root.timeleft = 11.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 979
_root.timeleft = 11.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 981
_root.timeleft = 11;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 983
_root.timeleft = 10.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 985
_root.timeleft = 10.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 987
_root.timeleft = 10.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 989
_root.timeleft = 10.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 991
_root.timeleft = 10.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 993
_root.timeleft = 10.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 995
_root.timeleft = 10.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 997
_root.timeleft = 10.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 999
_root.timeleft = 10.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1001
_root.timeleft = 10;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1003
_root.timeleft = 9.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1005
_root.timeleft = 9.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1007
_root.timeleft = 9.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1009
_root.timeleft = 9.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1011
_root.timeleft = 9.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1013
_root.timeleft = 9.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1015
_root.timeleft = 9.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1017
_root.timeleft = 9.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1019
_root.timeleft = 9.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1021
_root.timeleft = 9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1023
_root.timeleft = 8.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1025
_root.timeleft = 8.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1027
_root.timeleft = 8.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1029
_root.timeleft = 8.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1031
_root.timeleft = 8.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1033
_root.timeleft = 8.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1035
_root.timeleft = 8.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1037
_root.timeleft = 8.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1039
_root.timeleft = 8.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1041
_root.timeleft = 8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1043
_root.timeleft = 7.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1045
_root.timeleft = 7.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1047
_root.timeleft = 7.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1049
_root.timeleft = 7.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1051
_root.timeleft = 7.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1053
_root.timeleft = 7.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1055
_root.timeleft = 7.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1057
_root.timeleft = 7.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1059
_root.timeleft = 7.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1061
_root.timeleft = 7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1063
_root.timeleft = 6.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1065
_root.timeleft = 6.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1067
_root.timeleft = 6.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1069
_root.timeleft = 6.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1071
_root.timeleft = 6.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1073
_root.timeleft = 6.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1075
_root.timeleft = 6.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1077
_root.timeleft = 6.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1079
_root.timeleft = 6.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1081
_root.timeleft = 6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1083
_root.timeleft = 5.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1085
_root.timeleft = 5.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1087
_root.timeleft = 5.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1089
_root.timeleft = 5.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1091
_root.timeleft = 5.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1093
_root.timeleft = 5.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1095
_root.timeleft = 5.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1097
_root.timeleft = 5.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1099
_root.timeleft = 5.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1101
_root.timeleft = 5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1103
_root.timeleft = 4.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1105
_root.timeleft = 4.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1107
_root.timeleft = 4.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1109
_root.timeleft = 4.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1111
_root.timeleft = 4.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1113
_root.timeleft = 4.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1115
_root.timeleft = 4.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1117
_root.timeleft = 4.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1119
_root.timeleft = 4.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1121
_root.timeleft = 4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1123
_root.timeleft = 3.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1125
_root.timeleft = 3.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1127
_root.timeleft = 3.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1129
_root.timeleft = 3.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1131
_root.timeleft = 3.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1133
_root.timeleft = 3.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1135
_root.timeleft = 3.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1137
_root.timeleft = 3.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1139
_root.timeleft = 3.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1141
_root.timeleft = 3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1143
_root.timeleft = 2.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1145
_root.timeleft = 2.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1147
_root.timeleft = 2.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1149
_root.timeleft = 2.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1151
_root.timeleft = 2.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1153
_root.timeleft = 2.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1155
_root.timeleft = 2.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1157
_root.timeleft = 2.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1159
_root.timeleft = 2.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1161
_root.timeleft = 2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1163
_root.timeleft = 1.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1165
_root.timeleft = 1.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1167
_root.timeleft = 1.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1169
_root.timeleft = 1.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1171
_root.timeleft = 1.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1173
_root.timeleft = 1.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1175
_root.timeleft = 1.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1177
_root.timeleft = 1.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1179
_root.timeleft = 1.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1181
_root.timeleft = 1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1183
_root.timeleft = 0.9;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1185
_root.timeleft = 0.8;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1187
_root.timeleft = 0.7;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1189
_root.timeleft = 0.6;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1191
_root.timeleft = 0.5;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1193
_root.timeleft = 0.4;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1195
_root.timeleft = 0.3;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1197
_root.timeleft = 0.2;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1199
_root.timeleft = 0.1;
_root.platform1._x = _root.stuff._x + _root.d1;
_root.platform1._y = _root.stuff._y + _root.d2;
(_root.stuff._x - _root.powerups._x) + _root.d3;
(_root.stuff._y - _root.powerups._y) + _root.d4;
_root.pipe1._x = _root.platform1._x + _root.d5;
_root.pipe1._y = _root.platform1._y + _root.d6;
Symbol 1878 MovieClip Frame 1200
_root.dead = false;
_root.timeleft = 0;
_root.gotoAndPlay("missionFailed");
Symbol 1888 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 2133 MovieClip Frame 325
stop();
Symbol 2134 MovieClip Frame 1
stop();
Symbol 2135 MovieClip Frame 17
stop();
Symbol 2136 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
}
};
Symbol 2136 MovieClip Frame 2
stop();
Symbol 2171 MovieClip Frame 325
stop();
Symbol 2172 MovieClip Frame 1
stop();
Symbol 2216 MovieClip Frame 1
var powerupsArray = new Array();
powerupsArray.push(powerup1);
powerupsArray.push(powerup2);
powerupsArray.push(powerup3);
powerupsArray.push(powerup4);
powerupsArray.push(powerup5);
powerupsArray.push(powerup6);
powerupsArray.push(powerup7);
powerupsArray.push(powerup8);
powerupsArray.push(powerup9);
powerupsArray.push(powerup10);
var speedupsArray = new Array();
speedupsArray.push(speedup1);
speedupsArray.push(speedup2);
speedupsArray.push(speedup3);
speedupsArray.push(speedup4);
speedupsArray.push(speedup5);
speedupsArray.push(speedup6);
speedupsArray.push(speedup7);
speedupsArray.push(speedup8);
speedupsArray.push(speedup9);
speedupsArray.push(speedup10);
var speeddownsArray = new Array();
speeddownsArray.push(speedDown1);
speeddownsArray.push(speedDown2);
speeddownsArray.push(speedDown3);
speeddownsArray.push(speedDown4);
speeddownsArray.push(speedDown5);
speeddownsArray.push(speedDown6);
speeddownsArray.push(speedDown7);
speeddownsArray.push(speedDown8);
speeddownsArray.push(speedDown9);
speeddownsArray.push(speedDown10);
Symbol 2222 MovieClip Frame 1
var hitArray = new Array();
hitArray.push(hd1);
hitArray.push(hd2);
hitArray.push(hd3);
hitArray.push(hd4);
hitArray.push(hd5);
hitArray.push(hd6);
hitArray.push(hd7);
hitArray.push(hd8);
hitArray.push(hd9);
hitArray.push(hd10);
hitArray.push(hd11);
hitArray.push(hd12);
hitArray.push(hd13);
hitArray.push(hd14);
hitArray.push(hd15);
hitArray.push(hd16);
hitArray.push(hd17);
hitArray.push(hd18);
hitArray.push(hd19);
hitArray.push(hd20);
hitArray.push(hd21);
hitArray.push(hd22);
hitArray.push(hd23);
hitArray.push(hd24);
Symbol 2226 MovieClip Frame 51
stop();
Symbol 2227 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
}
};
Symbol 2227 MovieClip Frame 2
stop();
Symbol 2235 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((((((_parent._y + this._y) + (this._height / 2)) > 0) && (((_parent._y + this._y) - (this._height / 2)) < Stage.height)) && (((_parent._x + this._x) + (this._width / 2)) > 0)) && (((_parent._x + this._x) - (this._width / 2)) < Stage.width)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
Symbol 2235 MovieClip Frame 2
stop();
Symbol 2254 MovieClip Frame 1
var hitArray = new Array();
hitArray.push(hd1);
hitArray.push(hd2);
hitArray.push(hd3);
hitArray.push(hd4);
hitArray.push(hd5);
hitArray.push(hd6);
hitArray.push(hd7);
hitArray.push(hd8);
hitArray.push(hd9);
hitArray.push(hd10);
hitArray.push(hd11);
hitArray.push(hd12);
hitArray.push(hd13);
hitArray.push(hd14);
hitArray.push(hd15);
hitArray.push(hd16);
hitArray.push(hd17);
hitArray.push(hd18);
hitArray.push(hd19);
hitArray.push(hd20);
hitArray.push(hd21);
hitArray.push(hd22);
hitArray.push(hd23);
hitArray.push(hd24);
Symbol 2254 MovieClip Frame 52
gotoAndPlay ("orb 3 balls");
Symbol 2254 MovieClip Frame 101
gotoAndPlay ("loop2balls");
Symbol 2254 MovieClip Frame 146
gotoAndPlay ("loop1ball");
Symbol 2254 MovieClip Frame 157
gotoAndPlay ("looporb");
Symbol 2283 MovieClip Frame 1
stop();
Symbol 2283 MovieClip Frame 2
stopAllSounds();
Symbol 2283 MovieClip Frame 30
_root.gotoAndPlay("FinalAnimation");