Frame 1
function deadClick() {
getURL ("http://www.octoflash.newgrounds.com", "_top");
}
function otherCreds() {
getURL ("http://www.newgrounds.com", "_top");
}
function Android_Music() {
getURL ("http://android-music.newgrounds.com", "_top");
}
function MenuelaBr() {
getURL ("http://thatsake.deviantart.com", "_top");
}
NewgroundsAPI.connectMovie(4243);
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightNotice = new ContextMenuItem("Bingo - by OctoFlash", deadClick);
var Thanks = new ContextMenuItem("Thanks to newgrounds.com", otherCreds);
var Andr = new ContextMenuItem("Android Music", Android_Music);
var Manu = new ContextMenuItem("Menuela's Art on deviantArt (not much there yet :O)", MenuelaBr);
myMenu.customItems.push(copyrightNotice, Thanks, Andr, Manu);
_root.menu = myMenu;
Frame 2
stop();
_root.circle.play_btn.useHandCursor = false;
_root.circle.help_btn.useHandCursor = false;
_root.circle.credits_btn.useHandCursor = false;
Instance of Symbol 133 MovieClip "circle" in Frame 2
onClipEvent (load) {
rot = 0;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - rot);
if (Key.isDown(39)) {
if (rot < 2) {
rot = rot + 1.1;
_root.bingo.gotoAndStop(2);
}
}
if (!Key.isDown(39)) {
_root.bingo.gotoAndStop(1);
rot = rot / 1.5;
}
}
Instance of Symbol 149 MovieClip "bingo" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.circle.play_btn)) {
_root.circle.playLight._visible = true;
if (Key.isDown(65)) {
stopAllSounds();
_root.gotoAndPlay("intro");
}
} else if (!this.hitTest(_root.circle.play_btn)) {
_root.circle.playLight._visible = false;
}
if (this.hitTest(_root.circle.help_btn)) {
_root.circle.helpLight._visible = true;
if (Key.isDown(65)) {
_root.hel._visible = true;
}
} else if (!this.hitTest(_root.circle.play_btn)) {
_root.circle.helpLight._visible = false;
}
if (this.hitTest(_root.circle.credits_btn)) {
_root.circle.creditsLight._visible = true;
if (Key.isDown(65)) {
_root.cre._visible = true;
}
} else if (!this.hitTest(_root.circle.play_btn)) {
_root.circle.creditsLight._visible = false;
}
}
Instance of Symbol 153 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_visible = false;
}
if (Key.isDown(65)) {
_visible = false;
}
}
Instance of Symbol 155 MovieClip "hel" in Frame 2
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_visible = false;
}
}
Instance of Symbol 165 MovieClip "cre" in Frame 2
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_visible = false;
}
}
Frame 3
gotoAndPlay (4);
Frame 4
introloop = new Sound();
introloop.attachSound("introloop");
introloop.start(0, 1000);
introloop.setVolume(100);
Frame 630
_root.introloop.setVolume(90);
Frame 633
_root.introloop.setVolume(80);
Frame 636
_root.introloop.setVolume(70);
Frame 639
_root.introloop.setVolume(60);
Frame 642
_root.introloop.setVolume(50);
Frame 645
_root.introloop.setVolume(40);
Frame 648
_root.introloop.setVolume(30);
Frame 651
_root.introloop.setVolume(20);
Frame 654
_root.introloop.setVolume(10);
Frame 657
_root.introloop.setVolume(0);
stopAllSounds();
_root.introloop.setVolume(100);
Instance of Symbol 187 MovieClip in Frame 658
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 2);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 2);
}
}
}
}
Instance of Symbol 189 MovieClip in Frame 658
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 5);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 5);
}
}
}
}
Instance of Symbol 193 MovieClip "bg" in Frame 658
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 10);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 10);
}
}
if (_x <= -1800) {
_root.levelDone = true;
}
}
}
Instance of Symbol 187 MovieClip in Frame 694
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 2);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 2);
}
}
}
}
Instance of Symbol 189 MovieClip in Frame 694
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 5);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 5);
}
}
}
}
Instance of Symbol 193 MovieClip "bg" in Frame 694
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 10);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 10);
}
}
if (_x <= -1800) {
_root.levelDone = true;
}
}
}
Frame 737
stop();
leftStop = false;
rightStop = false;
walking = false;
levelDone = false;
gameloop = new Sound();
gameloop.attachSound("gameloop");
gameloop.start(0, 1000);
gameloop.setVolume(40);
Instance of Symbol 187 MovieClip in Frame 737
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 2);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 2);
}
}
}
}
Instance of Symbol 189 MovieClip in Frame 737
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 5);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 5);
}
}
}
}
Instance of Symbol 193 MovieClip "bg" in Frame 737
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 10);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 10);
}
}
if (_x <= -1800) {
_root.levelDone = true;
}
}
}
Instance of Symbol 255 MovieClip "bingo" in Frame 737
onClipEvent (load) {
Xrunspeed = 10;
Yrunspeed = 5;
}
onClipEvent (enterFrame) {
this.swapDepths(_y);
if (Key.isDown(39)) {
this.gotoAndPlay("run");
_xscale = 23;
if (_x < (Stage.width - 200)) {
_x = (_x + Xrunspeed);
}
if (_x >= (Stage.width - 200)) {
_root.rightStop = true;
}
if (_root.bg.limit.hitTest(this)) {
trace("aua");
}
}
if (_x < (Stage.width - 200)) {
_root.rightStop = false;
}
if (Key.isDown(37)) {
this.gotoAndPlay("run");
_xscale = -23;
if (_x > 200) {
_x = (_x - Xrunspeed);
}
if (_x <= 200) {
_root.leftStop = true;
}
}
if (_x > 200) {
_root.leftStop = false;
}
if (Key.isDown(38)) {
this.gotoAndPlay("run");
if (_y > 250) {
_y = (_y - Yrunspeed);
}
}
if (Key.isDown(40)) {
this.gotoAndPlay("run");
if (_y < (Stage.height - 80)) {
_y = (_y + Yrunspeed);
}
}
if (Key.isDown(39) && (Key.isDown(37))) {
this.gotoAndStop("stand");
}
if (Key.isDown(65) && (_currentframe == 1)) {
this.gotoAndPlay("shout");
}
}
Instance of Symbol 257 MovieClip in Frame 737
onClipEvent (enterFrame) {
if (((Key.isDown(39) || (Key.isDown(37))) || (Key.isDown(38))) || (Key.isDown(40))) {
if (_currentframe == 10) {
this.play();
}
}
}
Instance of Symbol 258 MovieClip "endlvl" in Frame 737
onClipEvent (enterFrame) {
this.swapDepths(601);
if (_root.levelDone == true) {
this.play();
}
}
Frame 738
_root.endlvl.removeMovieClip();
Instance of Symbol 187 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 2);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 2);
}
}
}
}
Instance of Symbol 189 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 5);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 5);
}
}
}
}
Instance of Symbol 193 MovieClip "bg" in Frame 738
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 10);
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 10);
}
}
if (_x <= -1800) {
_root.levelDone = true;
}
}
}
Frame 892
stop();
leftStop = false;
rightStop = false;
walking = false;
levelDone = false;
levelEndReached = false;
levelStartReached = false;
Instance of Symbol 261 MovieClip in Frame 892
onClipEvent (load) {
_x = -170;
}
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if (_root.levelEndReached == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 2);
}
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 2);
}
}
}
}
Instance of Symbol 263 MovieClip in Frame 892
onClipEvent (load) {
_x = -440.5;
}
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if (_root.levelEndReached == false) {
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 5);
}
}
if (_x < 0) {
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 5);
}
}
}
}
Instance of Symbol 265 MovieClip "ground" in Frame 892
onClipEvent (load) {
_x = -860;
}
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if (_x > -3570) {
_root.levelEndReached = false;
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 10);
}
if (_x <= -3570) {
_root.levelEndReached = true;
}
if (_x >= 0) {
_root.levelStartReached = true;
}
}
if (_x < 0) {
_root.levelStartReached = false;
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 10);
}
}
}
}
Instance of Symbol 122 MovieClip "fairy" in Frame 892
onClipEvent (load) {
acc = 10;
follow = false;
FlyAroundTreeCount = 0;
TreeRandomX = 0;
TreeRandomY = 0;
foodCount = random(10) + 7;
}
onClipEvent (enterFrame) {
this.swapDepths(_y);
if ((_root.bingo._x - _x) < 400) {
if (Key.isDown(65)) {
follow = true;
}
}
if (((_root.rightStop == true) && (_root.walking == true)) && (_root.levelEndReached == false)) {
_x = (_x - 10);
}
if (((_root.leftStop == true) && (_root.walking == true)) && (_root.levelStartReached == false)) {
_x = (_x + 10);
}
if (!_root.tree.hitTest(this)) {
if (follow == true) {
_y = (_y + (((_root.bingo._y - 50) - _y) / acc));
_x = (_x + ((_root.bingo._x - _x) / acc));
}
}
if (_root.tree.hitTest(this)) {
_y = (_y + (((_root.tree._y + TreeRandomY) - _y) / acc));
_x = (_x + (((_root.tree._x + TreeRandomX) - _x) / acc));
FlyAroundTreeCount--;
if (FlyAroundTreeCount <= 0) {
if (foodCount != 0) {
foodCount--;
}
if (foodCount == 0) {
_root.food.play();
}
FlyAroundTreeCount = random(30);
TreeRandomX = random(100) - 51;
TreeRandomY = random(100) - 51;
}
}
}
Instance of Symbol 267 MovieClip "tree" in Frame 892
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if (_root.ground._x > -3570) {
_root.levelEndReached = false;
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 10);
}
}
if (_root.ground._x < 0) {
_root.levelStartReached = false;
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 10);
}
}
}
}
Instance of Symbol 271 MovieClip "food" in Frame 892
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if (_root.ground._x > -3570) {
_root.levelEndReached = false;
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 10);
}
}
if (_root.ground._x < 0) {
_root.levelStartReached = false;
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 10);
}
}
}
}
Instance of Symbol 273 MovieClip "sepi" in Frame 892
onClipEvent (enterFrame) {
this.swapDepths(_y);
if (_root.levelDone == false) {
if (Key.isDown(65) && (((_x + 50) - _root.bingo._x) < 300)) {
_root.sepiTalkMC._visible = true;
}
if (((_x + 50) - _root.bingo._x) > 300) {
_root.sepiTalkMC._visible = false;
}
if (_root.ground._x > -3570) {
_root.levelEndReached = false;
if ((_root.rightStop == true) && (_root.walking == true)) {
_x = (_x - 10);
}
}
if (_root.ground._x < 0) {
_root.levelStartReached = false;
if ((_root.leftStop == true) && (_root.walking == true)) {
_x = (_x + 10);
}
}
}
}
Instance of Symbol 255 MovieClip "bingo" in Frame 892
onClipEvent (load) {
Xrunspeed = 10;
Yrunspeed = 5;
}
onClipEvent (enterFrame) {
this.swapDepths(_y);
if (Key.isDown(39)) {
this.gotoAndPlay("run");
_xscale = 23;
if (_x < (Stage.width - 200)) {
_x = (_x + Xrunspeed);
}
if (_x >= (Stage.width - 200)) {
_root.rightStop = true;
}
if (_root.bg.limit.hitTest(this)) {
trace("aua");
}
}
if (_x < (Stage.width - 200)) {
_root.rightStop = false;
}
if (Key.isDown(37)) {
this.gotoAndPlay("run");
_xscale = -23;
if (_x > 200) {
_x = (_x - Xrunspeed);
}
if (_x <= 200) {
_root.leftStop = true;
}
}
if (_x > 200) {
_root.leftStop = false;
}
if (Key.isDown(38)) {
this.gotoAndPlay("run");
if (_y > 250) {
_y = (_y - Yrunspeed);
}
}
if (Key.isDown(40)) {
this.gotoAndPlay("run");
if (_y < (Stage.height - 80)) {
_y = (_y + Yrunspeed);
}
}
if (Key.isDown(39) && (Key.isDown(37))) {
this.gotoAndStop("stand");
}
if (Key.isDown(65) && (_currentframe == 1)) {
this.gotoAndPlay("shout");
}
}
Instance of Symbol 258 MovieClip "endlvl" in Frame 892
onClipEvent (enterFrame) {
if (_root.levelDone == true) {
this.play();
}
}
Instance of Symbol 278 MovieClip "sepiTalkMC" in Frame 892
onClipEvent (load) {
_visible = false;
this.swapDepths(501);
}
Frame 893
_root.endlvl.removeMovieClip();
stopAllSounds();
Frame 1206
mitloop = new Sound();
mitloop.attachSound("mitloop");
mitloop.start(0, 1000);
mitloop.setVolume(70);
Frame 1491
_root.mitloop.setVolume(40);
Frame 1496
_root.mitloop.setVolume(35);
Frame 1501
_root.mitloop.setVolume(30);
Frame 1506
_root.mitloop.setVolume(25);
Frame 1511
_root.mitloop.setVolume(20);
Frame 1516
_root.mitloop.setVolume(15);
Frame 1521
_root.mitloop.setVolume(10);
Frame 1526
_root.mitloop.setVolume(5);
Frame 1531
stopAllSounds();
_root.mitloop.setVolume(100);
Frame 1711
speedloop = new Sound();
speedloop.attachSound("speedloop");
speedloop.start(0, 1000);
speedloop.setVolume(70);
Frame 1740
stop();
levelDone = false;
lives = 100;
Instance of Symbol 460 MovieClip "bingo" in Frame 1740
onClipEvent (load) {
speed = 10;
}
onClipEvent (enterFrame) {
if (_x < (Stage.width - 100)) {
if (Key.isDown(39)) {
_x = (_x + speed);
_rotation = 10;
}
}
if (_x > 100) {
if (Key.isDown(37)) {
_x = (_x - speed);
_rotation = -10;
}
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x + 0);
_rotation = 0;
}
if ((!Key.isDown(39)) && (!Key.isDown(37))) {
_x = (_x + 0);
_rotation = 0;
}
}
Instance of Symbol 461 MovieClip in Frame 1740
onClipEvent (enterFrame) {
_x = _root.bingo._x;
if (_root.stones.hitTest(this) && (!_root.stones2.hitTest(this))) {
if (_root.bar._xscale > 10) {
_root.bar._xscale = _root.bar._xscale - (_root.bar._xscale / 15);
}
_root.li.play();
}
if (_root.stones2.hitTest(this) && (!_root.stones.hitTest(this))) {
if (_root.bar._xscale > 10) {
_root.bar._xscale = _root.bar._xscale - (_root.bar._xscale / 15);
}
_root.li.play();
}
if (_root.stones2.hitTest(this) && (_root.stones.hitTest(this))) {
if (_root.bar._xscale > 10) {
_root.bar._xscale = _root.bar._xscale - (_root.bar._xscale / 15);
}
_root.li.play();
}
}
Instance of Symbol 463 MovieClip "bar" in Frame 1740
onClipEvent (enterFrame) {
_root.lives = _xscale;
if (_xscale <= 10) {
_xscale = 10;
}
}
Instance of Symbol 258 MovieClip "endlvl" in Frame 1740
onClipEvent (enterFrame) {
if (_root.levelDone == true) {
this.play();
}
}
Frame 1741
_root.speedloop.setVolume(40);
_root.endlvl.removeMovieClip();
Frame 1743
_root.speedloop.setVolume(35);
Frame 1745
_root.speedloop.setVolume(30);
Frame 1747
_root.speedloop.setVolume(25);
Frame 1749
_root.speedloop.setVolume(20);
Frame 1751
_root.speedloop.setVolume(15);
Frame 1752
_root.speedloop.setVolume(10);
Frame 1753
_root.speedloop.setVolume(5);
Frame 1754
stopAllSounds();
_root.speedloop.setVolume(100);
Frame 1755
stop();
Frame 1794
stop();
Instance of Symbol 388 MovieClip in Frame 1849
onClipEvent (load) {
this.stop();
}
Instance of Symbol 388 MovieClip in Frame 1849
onClipEvent (load) {
this.stop();
}
Frame 2103
stopAllSounds();
Instance of Symbol 388 MovieClip in Frame 2103
onClipEvent (load) {
this.stop();
}
Instance of Symbol 388 MovieClip in Frame 2103
onClipEvent (load) {
this.stop();
}
Frame 2193
speedloop = new Sound();
speedloop.attachSound("speedloop");
speedloop.start(0, 1000);
speedloop.setVolume(70);
Frame 2243
stop();
levelDone = false;
Instance of Symbol 544 MovieClip "wall" in Frame 2243
onClipEvent (enterFrame) {
_x = (_x - 50);
if (_x < -2000) {
_x = (random(700) + 3000);
_root.stone.gotoAndPlay(random(20));
}
}
Instance of Symbol 267 MovieClip "tree" in Frame 2243
onClipEvent (enterFrame) {
_x = (_x - 50);
if (_x < -100) {
_x = (random(2000) + 3000);
_root.food._visible = true;
}
}
Instance of Symbol 269 MovieClip "food" in Frame 2243
onClipEvent (enterFrame) {
_x = (_root.tree._x - 30);
}
Instance of Symbol 610 MovieClip "bingo" in Frame 2243
onClipEvent (load) {
count = 25;
}
onClipEvent (enterFrame) {
if (_root.levelDone == false) {
if (Key.isDown(40) && (_currentframe == 1)) {
this.play();
}
if (Key.isDown(38) && (_currentframe == 8)) {
count = 25;
this.play();
}
if (_currentframe == 8) {
count--;
if (count <= 0) {
this.play();
count = 25;
}
}
if (Key.isDown(38) && (_currentframe == 1)) {
this.gotoAndPlay("jump");
}
if (_root.iceDaggers.hitTest(this)) {
_root.bar._xscale = _root.bar._xscale - 3;
_root.li.play();
}
if (_root.stone.hitTest(this)) {
_root.bar._xscale = _root.bar._xscale - 3;
_root.li.play();
}
if (_root.food.hitTest(this) && (_root.bar._xscale <= 96)) {
_root.bar._xscale = _root.bar._xscale + 4;
_root.food._visible = false;
}
}
}
Instance of Symbol 612 MovieClip "iceDaggers" in Frame 2243
onClipEvent (enterFrame) {
_x = _root.wall._x;
}
Instance of Symbol 463 MovieClip "bar" in Frame 2243
onClipEvent (load) {
_xscale = _root.lives;
}
onClipEvent (enterFrame) {
if (_xscale <= 0) {
_root.gotoAndPlay("lost");
}
}
Instance of Symbol 258 MovieClip "endlvl" in Frame 2243
onClipEvent (enterFrame) {
if (_root.levelDone == true) {
this.play();
}
}
Frame 2244
gotoAndPlay (2246);
Frame 2245
gotoAndPlay (2103);
Frame 2246
_root.endlvl.removeMovieClip();
Frame 2347
_root.speedloop.setVolume(40);
Frame 2349
_root.speedloop.setVolume(35);
Frame 2351
_root.speedloop.setVolume(30);
Frame 2353
_root.speedloop.setVolume(25);
Frame 2355
_root.speedloop.setVolume(20);
Frame 2357
_root.speedloop.setVolume(15);
Frame 2358
_root.speedloop.setVolume(10);
Frame 2359
_root.speedloop.setVolume(5);
Frame 2360
stopAllSounds();
_root.speedloop.setVolume(100);
Instance of Symbol 619 MovieClip in Frame 2519
onClipEvent (load) {
this.stop();
}
Frame 2738
stop();
Symbol 8 MovieClip Frame 1
_rotation = random(360);
Symbol 72 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 73 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/christmas2008", "_blank");
}
Symbol 75 MovieClip Frame 40
stop();
Symbol 86 Button
on (release) {
startMovie();
}
Symbol 87 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 92 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 97 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 99 MovieClip Frame 1
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Symbol 705 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI
{
static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format;
function NewgroundsAPI () {
}
static function connectMovie(id) {
if (!id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)");
} else if (!tracker_id) {
SendMessage("Connecting to API gateway...");
tracker_id = id;
host = _url.split("/")[2].toLowerCase();
if (host.length < 1) {
host = "localhost";
}
var _local2 = new Object();
SendEvent(MOVIE_VIEWS);
}
}
static function setMovieVersion(movie_version) {
if (!movie_version) {
SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)");
} else {
version = movie_version;
}
}
static function debugMode() {
debug = true;
}
static function addCustomEvent(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else if (!stat_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else {
custom_events[stat_name] = CUSTOM_STATS + stat_id;
SendMessage("Created custom event: " + stat_name);
}
}
static function addCustomLink(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else if (!stat_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else {
custom_links[stat_name] = CUSTOM_STATS + stat_id;
SendMessage((("Created custom link " + stat_id) + ": ") + stat_name);
}
}
static function loadMySite() {
SendLink(AUTHOR_SITE);
}
static function loadNewgrounds(special) {
if (special) {
var _local1 = {page:special};
}
SendLink(NEWGROUNDS, _local1);
}
static function logCustomEvent(event_name) {
if (!event_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)");
} else if (!custom_events[event_name]) {
SendError("Attempted to log undefined custom event: " + event_name);
} else {
SendEvent(custom_events[event_name]);
}
}
static function loadCustomLink(link_name) {
if (!link_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)");
} else if (!custom_links[link_name]) {
SendError("Attempted to open undefined custom link: " + link_name);
} else {
SendLink(custom_links[link_name]);
}
}
static function getAdURL() {
return(movie_options.ad_url);
}
static function getMovieURL() {
if (movie_options.movie_url) {
return(movie_options.movie_url);
}
return("Newgrounds.com");
}
static function getNewVersionURL() {
return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION);
}
static function SendEvent(id) {
SendStat(id, false);
}
static function SendLink(id, extra) {
SendStat(id, true, extra);
}
static function ReadGatewayData(params) {
for (var _local2 in params) {
params[_local2] = unescape(params[_local2]);
movie_options[_local2] = params[_local2];
}
if (params.settings_loaded) {
SendMessage("You have successfully connected to the Newgrounds API gateway!");
SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'");
if (movie_options.message) {
SendMessage(movie_options.message);
}
if (movie_options.ad_url) {
SendMessage("Your movie has been approved to run Flash Ads");
onAdsApproved(movie_options.ad_url);
}
if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) {
SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!");
onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL());
}
if (movie_options.deny_host) {
SendMessage("You have blocked 'localHost' in your API settings.");
SendMessage("If you wish to test your movie you will need to remove this block.");
onDenyHost(host, getMovieURL(), getNewVersionURL());
}
if (movie_options.request_portal_url == 1) {
var _local4 = (((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url);
var _local3 = new XML();
_local3.ignoreWhite = true;
_local3.load(_local4);
}
} else if (!movie_options.settings_loaded) {
SendError("Could not establish connection to the API gateway.");
}
}
static function SendStat(stat_id, open_in_browser, extra) {
if (!tracker_id) {
SendError("API calls cannot be made without a valid movie id.");
SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?");
} else {
var _local7 = (((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id;
for (var _local9 in extra) {
_local7 = _local7 + ((("&" + escape(_local9)) + "=") + escape(extra[_local9]));
}
trace(_local7);
if (debug) {
_local7 = _local7 + "&debug=1";
}
if (open_in_browser) {
getURL (_local7, "_blank");
} else {
var _local10 = new XML();
_local10.ignoreWhite = true;
_local10.onLoad = function (success) {
var _local6 = new Object();
var _local3 = 0;
while (_local3 < this.firstChild.childNodes.length) {
var _local4 = this.firstChild.childNodes[_local3];
var _local5 = _local4.nodeName;
var _local2 = _local4.attributes.value;
if (_local2 == Number(_local2)) {
_local2 = Number(_local2);
}
_local6[_local5] = _local2;
_local3++;
}
NewgroundsAPI.ReadGatewayData(_local6);
};
_local10.load(_local7);
}
}
}
static function SendError(msg) {
trace("[NEWGROUNDS API ERROR] :: " + msg);
}
static function SendMessage(msg) {
trace("[NEWGROUNDS API] :: " + msg);
}
static function InitTextFormats() {
if (!error_format) {
error_format = new TextFormat();
error_format.font = "Arial Black";
error_format.size = 48;
error_format.color = 16711680 /* 0xFF0000 */;
}
if (!header_format) {
header_format = new TextFormat();
header_format.font = "Arial Black";
header_format.size = 24;
header_format.color = 16777215 /* 0xFFFFFF */;
}
if (!normal_format) {
normal_format = new TextFormat();
normal_format.font = "Arial";
normal_format.bold = true;
normal_format.size = 12;
normal_format.color = 16777215 /* 0xFFFFFF */;
}
if (!link_format) {
link_format = new TextFormat();
link_format.color = 16776960 /* 0xFFFF00 */;
link_format.underline = true;
}
}
static function onNewVersionAvailable(version, movie_url, redirect_url) {
InitTextFormats();
var _local2 = new Object();
_local2.x = Stage.width / 2;
_local2.y = Stage.height / 2;
_root.createEmptyMovieClip("NGAPI_new_version_overlay", _root.getNextHighestDepth());
_root.NGAPI_new_version_overlay.lineStyle(1, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(0, 70);
_root.NGAPI_new_version_overlay.moveTo(-10, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, -10);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.lineStyle(10, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(51);
_root.NGAPI_new_version_overlay.moveTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.createEmptyMovieClip("exit", 1000);
_root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100);
_root.NGAPI_new_version_overlay.exit.beginFill(0, 50);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.endFill();
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 214, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 226, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 226, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 214, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.onMouseUp = function () {
if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) {
_root.NGAPI_new_version_overlay.removeMovieClip();
}
};
var _local3 = (("Version " + version) + " is now available at:") + newline;
var _local5 = _local3.length;
_local3 = _local3 + movie_url;
var _local4 = _local3.length;
_root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000);
_root.NGAPI_new_version_overlay.createTextField("newversion", 100, _local2.x - 210, _local2.y - 90, 400, 80);
_root.NGAPI_new_version_overlay.newversion.text = "New Version Available!";
_root.NGAPI_new_version_overlay.newversion.setTextFormat(header_format);
_root.NGAPI_new_version_overlay.createTextField("message", 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40);
_root.NGAPI_new_version_overlay.message.text = _local3;
_root.NGAPI_new_version_overlay.message.multiline = true;
_root.NGAPI_new_version_overlay.message.wordWrap = true;
_root.NGAPI_new_version_overlay.message.html = true;
_root.NGAPI_new_version_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_new_version_overlay.message.setTextFormat(_local5, _local4, link_format);
}
static function onDenyHost(hostname, movie_url, redirect_url) {
InitTextFormats();
_root.createEmptyMovieClip("NGAPI_deny_host_overlay", _root.getNextHighestDepth());
_root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100);
_root.NGAPI_deny_host_overlay.beginFill(6684672);
_root.NGAPI_deny_host_overlay.moveTo(0, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, 0);
_root.NGAPI_deny_host_overlay.endFill();
var _local2 = ("This movie has not been approved for use on " + hostname) + ".";
_local2 = _local2 + "\r\rFor an aproved copy, please visit:\r";
var _local4 = _local2.length;
_local2 = _local2 + movie_url;
var _local3 = _local2.length;
_root.NGAPI_deny_host_overlay.createTextField("mousekill", 100, 0, 0, Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.createTextField("error", 101, (Stage.width - 400) / 2, (Stage.height / 2) - 100, 400, 200);
_root.NGAPI_deny_host_overlay.error.text = "ERROR!";
_root.NGAPI_deny_host_overlay.error.setTextFormat(error_format);
_root.NGAPI_deny_host_overlay.createTextField("message", 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200);
_root.NGAPI_deny_host_overlay.message.text = _local2;
_root.NGAPI_deny_host_overlay.message.multiline = true;
_root.NGAPI_deny_host_overlay.message.wordWrap = true;
_root.NGAPI_deny_host_overlay.message.html = true;
_root.NGAPI_deny_host_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_deny_host_overlay.message.setTextFormat(_local4, _local3, link_format);
}
static function isInstalled() {
return(true);
}
static function onAdsApproved(ad_url) {
}
static var movie_options = new Object();
static var custom_events = new Object();
static var custom_links = new Object();
static var MOVIE_VIEWS = 1;
static var AUTHOR_SITE = 2;
static var NEWGROUNDS = 3;
static var NEW_VERSION = 4;
static var CUSTOM_STATS = 50;
static var GATEWAY_URL = "http://www.ngads.com/gateway.php";
}
Instance of Symbol 123 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(_totalframes));
}
Instance of Symbol 124 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(_totalframes));
}
Instance of Symbol 125 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(_totalframes));
}
Instance of Symbol 123 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(_totalframes));
}
Instance of Symbol 125 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(_totalframes));
}
Instance of Symbol 124 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(_totalframes));
}
Instance of Symbol 116 MovieClip "playLight" in Symbol 133 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 116 MovieClip "helpLight" in Symbol 133 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 116 MovieClip "creditsLight" in Symbol 133 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
stop();
Symbol 153 MovieClip Frame 15
stop();
Symbol 158 Button
on (release) {
getURL ("http://android-music.newgrounds.com", "_top");
}
Symbol 159 Button
on (release) {
getURL ("http://octoflash.newgrounds.com", "_top");
}
Symbol 160 Button
on (release) {
getURL ("http://soundsnap.com", "_top");
}
Symbol 161 Button
on (release) {
getURL ("http://www.adobe.com/products/", "_top");
}
Symbol 162 Button
on (release) {
getURL ("http://audacity.sourceforge.net/download/", "_top");
}
Symbol 163 Button
on (release) {
getURL ("http://thatsake.deviantart.com", "_top");
}
Symbol 164 Button
on (release) {
getURL ("http://tomfulp.newgrounds.com/", "_top");
}
Instance of Symbol 192 MovieClip "lights" in Symbol 193 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths(600);
}
Symbol 255 MovieClip Frame 1
stop();
_root.walking = false;
Symbol 255 MovieClip Frame 3
if (((Key.isDown(39) || (Key.isDown(37))) || (Key.isDown(38))) || (Key.isDown(40))) {
if (Key.isDown(39) || (Key.isDown(37))) {
_root.walking = true;
} else {
_root.walking = false;
}
gotoAndPlay ("run");
} else {
gotoAndStop ("stand");
}
Symbol 255 MovieClip Frame 14
gotoAndStop (1);
Symbol 257 MovieClip Frame 10
stop();
Symbol 257 MovieClip Frame 20
stop();
Symbol 258 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 2
this.swapDepths(_root.getNextHighestDepth());
Symbol 258 MovieClip Frame 55
_root.bingo.removeMovieClip();
_root.sepi.removeMovieClip();
_root.fairy.removeMovieClip();
_root.sepiTalkMC.removeMovieClip();
_root.bg.lights.removeMovieClip();
_root.play();
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 77
_root.levelDone = true;
Symbol 289 MovieClip Frame 73
gotoAndPlay(random(50));
Symbol 361 MovieClip Frame 1
_rotation = random(360);
_alpha = random(random(20) + 80);
gotoAndPlay(random(50) + 200);
Symbol 361 MovieClip Frame 300
gotoAndPlay(random(200));
Symbol 400 MovieClip Frame 1
_parent.stop();
Symbol 400 MovieClip Frame 22
_parent.play();
Symbol 439 MovieClip Frame 1
rand = random(300) + 1;
Symbol 439 MovieClip Frame 2
if (rand <= 100) {
gotoAndPlay ("links");
trace("links");
}
if ((rand > 100) && (rand <= 200)) {
gotoAndPlay ("mitte");
trace("mitte");
}
if (rand > 200) {
gotoAndPlay ("rechts");
trace("rechts");
}
Symbol 439 MovieClip Frame 19
gotoAndPlay (1);
Symbol 439 MovieClip Frame 36
gotoAndPlay (1);
Symbol 439 MovieClip Frame 53
gotoAndPlay (1);
Instance of Symbol 466 MovieClip in Symbol 467 MovieClip Frame 1
onClipEvent (load) {
_x = 0;
}
onClipEvent (enterFrame) {
if (_x <= 350) {
_x = (_x + 0.3);
}
if (_x >= 330) {
_root.levelDone = true;
}
}
Symbol 468 MovieClip Frame 1
stop();
Symbol 477 MovieClip Frame 25
_root.play();
Symbol 497 MovieClip Frame 17
_root.play();
Symbol 506 MovieClip Frame 7
stop();
Symbol 523 MovieClip Frame 1
function camControl() {
rp.x = _x;
rp.y = _y;
var _local5 = camH * (_yscale * 0.01);
var _local6 = camW * (_xscale * 0.01);
var _local3 = sH / _local5;
var _local4 = sW / _local6;
_x2 = (_local6 / 2) * _local4;
_y2 = (_local5 / 2) * _local3;
_xscale2 = _local4 * 100;
_yscale2 = _local3 * 100;
_rotation2 = -_rotation;
_parent.filters = this.filters;
_parent.transform.colorTransform = this.transform.colorTransform;
}
function reset() {
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
_parent._rotation = 0;
_parent._visible = true;
}
function set_x2(value) {
var _local2 = {x:rp.x, y:rp.y};
_parent.localToGlobal(_local2);
_parent._x = _parent._x + (value - _local2.x);
}
function get_x2() {
var _local2 = {x:rp.x, y:rp.y};
_parent.localToGlobal(_local2);
return(_local2.x);
}
function set_y2(value) {
var _local2 = {x:rp.x, y:rp.y};
_parent.localToGlobal(_local2);
_parent._y = _parent._y + (value - _local2.y);
}
function get_y2() {
var _local2 = {x:rp.x, y:rp.y};
_parent.localToGlobal(_local2);
return(_local2.y);
}
function get_xscale2() {
return(_parent._xscale);
}
function set_xscale2(value) {
setProperty2("_xscale", value);
}
function get_yscale2() {
return(_parent._yscale);
}
function set_yscale2(value) {
setProperty2("_yscale", value);
}
function get_rotation2() {
return(parent.rotation);
}
function set_rotation2(value) {
setProperty2("_rotation", value);
}
function setProperty2(prop, n) {
var _local3 = {x:rp.x, y:rp.y};
_parent.localToGlobal(_local3);
_parent[prop] = n;
var _local2 = {x:rp.x, y:rp.y};
_parent.localToGlobal(_local2);
_parent._x = _parent._x - (_local2.x - _local3.x);
_parent._y = _parent._y - (_local2.y - _local3.y);
}
_visible = false;
addProperty("_x2", get_x2, set_x2);
addProperty("_y2", get_y2, set_y2);
addProperty("_xscale2", get_xscale2, set_xscale2);
addProperty("_yscale2", get_yscale2, set_yscale2);
addProperty("_rotation2", get_rotation2, set_rotation2);
var oldScaleMode = stage.scaleMode;
stage.scaleMode = "exactFit";
var sW = Stage.width;
var sH = Stage.height;
stage.scaleMode = oldScaleMode;
var bounds_obj = this.getBounds(this);
var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin);
var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin);
var rp = {x:this._x, y:this._y};
onEnterFrame = function () {
camControl();
};
this.onUnload = reset;
Symbol 561 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 2
play();
Symbol 610 MovieClip Frame 8
stop();
Symbol 610 MovieClip Frame 9
play();
Symbol 610 MovieClip Frame 16
gotoAndPlay (1);
Symbol 610 MovieClip Frame 17
play();
Symbol 610 MovieClip Frame 31
gotoAndPlay (1);
Symbol 610 MovieClip Frame 42
stop();
Instance of Symbol 571 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
this.stop();
_x = 0;
}
onClipEvent (enterFrame) {
if (_x <= 350) {
_x = (_x + 0.3);
}
if (_x >= 330) {
_root.levelDone = true;
}
}
Instance of Symbol 619 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
Symbol 704 Button
on (release) {
stopAllSounds();
gotoAndStop (2);
}