STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228125
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/48816832?noj=FRM48816832-13DC" width="1" height="1"></div>

Bump Copter.swf

This is the info page for
Flash #24196

(Click the ID number above for more basic data on this flash file.)


Text
LOADING

Welcome to Bump Copter....in this game you play as a plastic helicopter
lost in the desert!..What you see here now is a preloader game...
the controls are:

BUMP COPTER

Use WASD keys to controll the copter,
you can hit walls without loosing
health, but if you hit the mines you
loose life

BACK

Code: NB!
Art: Axl
stuff: NB!

Time:

Sec

10

10

GAME OVER

Thank You For playing!

Again?

ActionScript [AS1/AS2]

Frame 1
stop(); shoot = false; speed = 6; fly = false; points = 0;
Instance of Symbol 5 MovieClip "shroom" in Frame 1
onClipEvent (load) { flySpeed = 6; } onClipEvent (enterFrame) { if (_root.fly == true) { this._x = _root.pipe._x; this._y = _root.pipe._y - 10; _root.fly = false; } } onClipEvent (enterFrame) { this._y = this._y - flySpeed; }
Instance of Symbol 13 MovieClip "pipe" in Frame 1
onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.shoot == false)) { this.gotoAndPlay("shoot"); _root.shoot = true; _root.fly = true; } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x - _root.speed; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + _root.speed; } }
Instance of Symbol 15 MovieClip in Frame 1
onClipEvent (enterFrame) { this._x = this._x - 5; } onClipEvent (enterFrame) { if (this.hitTest(_root.shroom)) { _root.points = _root.points + 1; this._x = 720; _root.shoot = false; _root.shroom._x = -50; } } onClipEvent (enterFrame) { if (this._x <= -10) { this._x = 750; } }
Instance of Symbol 15 MovieClip in Frame 1
onClipEvent (enterFrame) { this._x = this._x - 5; } onClipEvent (enterFrame) { if (this.hitTest(_root.shroom)) { _root.points = _root.points + 1; this._x = 750; _root.shoot = false; _root.shroom._x = -50; } } onClipEvent (enterFrame) { if (this._x <= -10) { this._x = 780; } }
Instance of Symbol 17 MovieClip "wall" in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.shroom)) { _root.shoot = false; } }
Instance of Symbol 17 MovieClip "wall" in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.shroom)) { _root.shoot = false; } }
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
lolza = new Sound(); lolza.attachSound("heli.wav"); lolza.start(0, 99999); lolza.setVolume(10); explo = new Sound(); explo.attachSound("explo1.wav"); stop(); hit = false; move = true; flagHit = true; win = false; lvl = 1; time = 0;
Instance of Symbol 90 MovieClip in Frame 14
onClipEvent (load) { randomSpeed = random(2.3); } onClipEvent (enterFrame) { this._x = this._x - randomSpeed; }
Instance of Symbol 90 MovieClip in Frame 14
onClipEvent (load) { randomSpeed = random(2.3); } onClipEvent (enterFrame) { this._x = this._x - randomSpeed; }
Instance of Symbol 90 MovieClip in Frame 14
onClipEvent (load) { randomSpeed = random(2.3); } onClipEvent (enterFrame) { this._x = this._x - randomSpeed; }
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 111 MovieClip "copter" in Frame 14
onClipEvent (load) { _root.upspeed = 0; _root.xSpeed = 0; } onClipEvent (enterFrame) { if (Key.isDown(87) && (_root.move == true)) { _root.upspeed = _root.upspeed - 0.3; } else if (Key.isDown(83) && (_root.move == true)) { _root.upspeed = _root.upspeed + 0.3; } else if (Key.isDown(65) && (_root.move == true)) { _root.xSpeed = _root.xSpeed - 0.3; } else if (Key.isDown(68) && (_root.move == true)) { _root.xSpeed = _root.xSpeed + 0.3; } } onClipEvent (enterFrame) { this._y = this._y + _root.upspeed; this._x = this._x + _root.xSpeed; this._rotation = _root.xSpeed; } onClipEvent (enterFrame) { if (this._rotation >= 50) { this._rotation = 50; } }
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 135 MovieClip in Frame 14
onClipEvent (enterFrame) { if (_root.time >= 10) { this.gotoAndStop("10+"); } } onClipEvent (enterFrame) { if (_root.time >= 100) { this.gotoAndStop("100+"); } }
Frame 15
stop(); hit = false; move = true; flagHit = true; win = false; _root.upspeed = 0; _root.xSpeed = 0; lvl = 2;
Instance of Symbol 90 MovieClip in Frame 15
onClipEvent (load) { randomSpeed = random(9); randomY = random(200); } onClipEvent (enterFrame) { this._x = this._x - randomSpeed; this._y = randomY; } onClipEvent (enterFrame) { if (this._x <= -131.2) { this._x = 800; this._y = randomY; } }
Instance of Symbol 90 MovieClip in Frame 15
onClipEvent (load) { randomSpeed = random(9); randomY = random(200); } onClipEvent (enterFrame) { this._x = this._x - randomSpeed; this._y = randomY; } onClipEvent (enterFrame) { if (this._x <= -131.2) { this._x = 800; this._y = randomY; } }
Instance of Symbol 90 MovieClip in Frame 15
onClipEvent (load) { randomSpeed = random(9); randomY = random(200); } onClipEvent (enterFrame) { this._x = this._x - randomSpeed; this._y = randomY; } onClipEvent (enterFrame) { if (this._x <= -131.2) { this._x = 800; this._y = randomY; } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 111 MovieClip "copter" in Frame 15
onClipEvent (enterFrame) { if (Key.isDown(87) && (_root.move == true)) { _root.upspeed = _root.upspeed - 0.3; } else if (Key.isDown(83) && (_root.move == true)) { _root.upspeed = _root.upspeed + 0.3; } else if (Key.isDown(65) && (_root.move == true)) { _root.xSpeed = _root.xSpeed - 0.3; } else if (Key.isDown(68) && (_root.move == true)) { _root.xSpeed = _root.xSpeed + 0.3; } } onClipEvent (enterFrame) { this._y = this._y + _root.upspeed; this._x = this._x + _root.xSpeed; this._rotation = _root.xSpeed; } onClipEvent (enterFrame) { if (this._rotation >= 50) { this._rotation = 50; } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Frame 16
stop(); hit = false; move = true; flagHit = true; win = false; _root.upspeed = 0; _root.xSpeed = 0; lvl = 3;
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Frame 17
stop(); hit = false; move = true; flagHit = true; win = false; _root.upspeed = 0; _root.xSpeed = 0; lvl = 4;
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Frame 18
stop(); hit = false; move = true; flagHit = true; win = false; _root.upspeed = 0; _root.xSpeed = 0; lvl = 5;
Instance of Symbol 106 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Frame 19
stop(); hit = false; move = true; flagHit = true; win = false; hitAble = true; _root.upspeed = 0; _root.xSpeed = 0; lvl = 6;
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Instance of Symbol 106 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Frame 20
stop(); hit = false; move = true; flagHit = true; win = false; hitAble = true; _root.upspeed = 0; _root.xSpeed = 0; lvl = 7;
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Frame 21
stop(); hit = false; move = true; flagHit = true; win = false; hitAble = true; _root.upspeed = 0; _root.xSpeed = 0; lvl = 8;
Instance of Symbol 190 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.copter._x = 501; _root.copter._y = 81; } }
Instance of Symbol 181 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Frame 22
stop(); hit = false; move = true; flagHit = true; win = false; hitAble = true; _root.upspeed = 0; _root.xSpeed = 0; lvl = 9;
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 190 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.copter._x = 551; _root.copter._y = 206; } }
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndPlay(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Instance of Symbol 181 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndPlay(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.menu.health.nextFrame(); this.gotoAndStop(2); _root.explo.start(); } else { _root.hit = false; } } onClipEvent (enterFrame) { if (_root.win == true) { this.gotoAndStop(1); } }
Frame 23
stop(); hit = false; move = true; flagHit = true; win = false; hitAble = true; _root.upspeed = 0; _root.xSpeed = 0; lvl = 10; _root.copter._x = 18; _root.copter._y = 123;
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } }
Frame 24
_root.time = _root.timeF;
Symbol 13 MovieClip Frame 1
stop();
Symbol 13 MovieClip Frame 7
gotoAndStop (1);
Symbol 15 MovieClip Frame 1
stop();
Symbol 30 Button
on (release) { _root.play(); }
Symbol 31 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 31 MovieClip Frame 2
gotoAndPlay (1);
Symbol 41 Button
on (release) { getURL ("http://www.freewebs.com/beta1", (window = "_blank")); }
Symbol 45 Button
on (release) { getURL ("http:/www.nblue.tk", (window = "_blank")); }
Symbol 57 Button
on (release) { gotoAndStop (14); }
Symbol 62 Button
on (release) { gotoAndStop (14); }
Symbol 66 Button
on (release) { nextFrame(); }
Symbol 70 Button
on (release) { _root.gotoAndStop("cred"); }
Symbol 81 Button
on (release) { prevFrame(); }
Symbol 84 Button
on (release) { gotoAndStop ("menu"); }
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 15
_root.flagHit = false;
Symbol 103 MovieClip Frame 20
gotoAndStop (1); _root.win = true; _root.nextFrame(); _root.copter._y = 129.9; _root.copter._x = 25;
Instance of Symbol 103 MovieClip in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.flagHit == true)) { this.play(); } }
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 15
stop(); _root.gotoAndStop("gameO");
Instance of Symbol 106 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -1; } }
Instance of Symbol 106 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Instance of Symbol 106 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 1; } }
Instance of Symbol 106 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -1; } }
Instance of Symbol 106 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -6; } }
Instance of Symbol 106 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 6; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Instance of Symbol 106 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 10; } }
Instance of Symbol 106 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -10; } }
Symbol 123 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 7
_root.copter.play(); _root.lolza.stop(); _root.time = 0;
Instance of Symbol 123 MovieClip "health" in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hit == true) { this.nextFrame(); } else { this.stop(); } }
Symbol 130 MovieClip Frame 24
_root.time = _root.time + 1; gotoAndPlay (1);
Symbol 135 MovieClip Frame 1
stop();
Symbol 141 Button
on (release) { _root.lolza.setVolume(10); _root.mute.gotoAndStop(2); }
Symbol 144 Button
on (release) { _root.lolza.setVolume(0); _root.mute.gotoAndStop(1); }
Symbol 145 MovieClip Frame 1
stop();
Instance of Symbol 106 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -6; } }
Instance of Symbol 106 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 6; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Instance of Symbol 106 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 10; } }
Instance of Symbol 106 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -10; } }
Symbol 181 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 2
stop();
Instance of Symbol 106 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -6; } }
Instance of Symbol 106 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 6; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Instance of Symbol 106 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 10; } }
Instance of Symbol 106 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -10; } }
Instance of Symbol 106 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = -6; } }
Instance of Symbol 106 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.xSpeed = 6; } } onClipEvent (enterFrame) { if (this.hitTest(_root.copter) && (_root.hit == false)) { _root.health.nextFrame(); } }
Instance of Symbol 106 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = 10; } }
Instance of Symbol 106 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.copter)) { _root.upspeed = -10; } }
Symbol 212 Button
on (release) { _root.gotoAndStop("menu"); }

Library Items

Symbol 1 Sound [heli.wav]
Symbol 2 Sound [explo1.wav]
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 GraphicUsed by:13
Symbol 7 GraphicUsed by:13
Symbol 8 GraphicUsed by:13
Symbol 9 GraphicUsed by:13
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:13
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:6 7 8 9 10 11 12Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 FontUsed by:19 42
Symbol 19 EditableTextUses:18Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:31
Symbol 23 GraphicUsed by:31
Symbol 24 FontUsed by:25
Symbol 25 TextUses:24Used by:31
Symbol 26 GraphicUsed by:30
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 ButtonUses:26 27 28 29Used by:31
Symbol 31 MovieClipUses:22 23 25 30Used by:Timeline
Symbol 32 GraphicUsed by:33 41
Symbol 33 MovieClipUses:32Used by:41
Symbol 34 GraphicUsed by:35 41
Symbol 35 MovieClipUses:34Used by:41
Symbol 36 GraphicUsed by:37 41
Symbol 37 MovieClipUses:36Used by:41
Symbol 38 GraphicUsed by:39 41
Symbol 39 MovieClipUses:38Used by:41
Symbol 40 GraphicUsed by:41
Symbol 41 ButtonUses:33 35 37 39 40 32 34 36 38Used by:Timeline
Symbol 42 TextUses:18Used by:Timeline
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:43 44Used by:Timeline
Symbol 46 ShapeTweeningUsed by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:54
Symbol 49 FontUsed by:50 72 74 83 202 203 205
Symbol 50 TextUses:49Used by:54
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:51 52Used by:54 111
Symbol 54 MovieClipUses:48 50 53Used by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 ButtonUsed by:Timeline
Symbol 58 GraphicUsed by:62
Symbol 59 GraphicUsed by:62 66 70
Symbol 60 GraphicUsed by:62
Symbol 61 GraphicUsed by:62
Symbol 62 ButtonUses:58 59 60 61Used by:Timeline
Symbol 63 GraphicUsed by:66
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 ButtonUses:63 59 64 65Used by:Timeline
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70
Symbol 70 ButtonUses:67 59 68 69Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 TextUses:49Used by:Timeline
Symbol 73 GraphicUsed by:81 84
Symbol 74 TextUses:49Used by:81 84
Symbol 75 GraphicUsed by:81 84
Symbol 76 GraphicUsed by:81 84
Symbol 77 GraphicUsed by:81 84
Symbol 78 GraphicUsed by:81 84
Symbol 79 GraphicUsed by:81 84
Symbol 80 GraphicUsed by:81 84
Symbol 81 ButtonUses:73 74 75 76 77 78 79 80Used by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 TextUses:49Used by:Timeline
Symbol 84 ButtonUses:73 74 75 76 77 78 79 80Used by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:104  Timeline
Symbol 93 ShapeTweeningUsed by:98
Symbol 94 ShapeTweeningUsed by:98
Symbol 95 ShapeTweeningUsed by:98
Symbol 96 ShapeTweeningUsed by:98
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:93 94 95 96 97Used by:103
Symbol 99 GraphicUsed by:103
Symbol 100 ShapeTweeningUsed by:103
Symbol 101 ShapeTweeningUsed by:103
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:98 99 100 101 102Used by:104
Symbol 104 MovieClipUses:103 92Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:112 114 146 184 192  Timeline
Symbol 107 GraphicUsed by:111
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:111
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:107 53 108 109 110Used by:Timeline
Symbol 112 MovieClipUses:106Used by:Timeline
Symbol 113 GraphicUsed by:114 146 184
Symbol 114 MovieClipUses:106 113Used by:Timeline
Symbol 115 GraphicUsed by:128
Symbol 116 GraphicUsed by:123
Symbol 117 GraphicUsed by:123
Symbol 118 GraphicUsed by:123
Symbol 119 GraphicUsed by:123
Symbol 120 GraphicUsed by:123
Symbol 121 GraphicUsed by:123
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:116 117 118 119 120 121 122Used by:128
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:128
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:128
Symbol 128 MovieClipUses:115 123 125 127Used by:Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:Timeline
Symbol 131 FontUsed by:132 133 134 149 155 163 170 183 186 194 196 200
Symbol 132 TextUses:131Used by:Timeline
Symbol 133 EditableTextUses:131Used by:Timeline
Symbol 134 TextUses:131Used by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 FontUsed by:137 138
Symbol 137 EditableTextUses:136Used by:Timeline
Symbol 138 EditableTextUses:136Used by:Timeline
Symbol 139 GraphicUsed by:141 144
Symbol 140 GraphicUsed by:141
Symbol 141 ButtonUses:139 140Used by:145
Symbol 142 GraphicUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 ButtonUses:139 142 143Used by:145
Symbol 145 MovieClipUses:141 144Used by:Timeline
Symbol 146 MovieClipUses:106 113Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:Timeline
Symbol 149 EditableTextUses:131Used by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 EditableTextUses:131Used by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:Timeline
Symbol 163 EditableTextUses:131Used by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:Timeline
Symbol 170 EditableTextUses:131Used by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:179
Symbol 173 ShapeTweeningUsed by:179
Symbol 174 ShapeTweeningUsed by:179
Symbol 175 GraphicUsed by:179
Symbol 176 ShapeTweeningUsed by:179
Symbol 177 ShapeTweeningUsed by:179
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:172 173 174 175 176 177 178Used by:180
Symbol 180 MovieClipUses:179Used by:181
Symbol 181 MovieClipUses:180Used by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 EditableTextUses:131Used by:Timeline
Symbol 184 MovieClipUses:106 113Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 EditableTextUses:131Used by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 GraphicUsed by:190
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:188 189Used by:Timeline
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:106 191Used by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 EditableTextUses:131Used by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 EditableTextUses:131Used by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 EditableTextUses:131Used by:Timeline
Symbol 201 GraphicUsed by:Timeline
Symbol 202 TextUses:49Used by:Timeline
Symbol 203 TextUses:49Used by:Timeline
Symbol 204 GraphicUsed by:212
Symbol 205 TextUses:49Used by:212
Symbol 206 GraphicUsed by:212
Symbol 207 GraphicUsed by:212
Symbol 208 GraphicUsed by:212
Symbol 209 GraphicUsed by:212
Symbol 210 GraphicUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 ButtonUses:204 205 206 207 208 209 210 211Used by:Timeline

Instance Names

"shroom"Frame 1Symbol 5 MovieClip
"pipe"Frame 1Symbol 13 MovieClip
"wall"Frame 1Symbol 17 MovieClip
"pipe"Frame 2Symbol 13 MovieClip
"wall"Frame 2Symbol 17 MovieClip
"copter"Frame 14Symbol 111 MovieClip
"trap1"Frame 14Symbol 114 MovieClip
"menu"Frame 14Symbol 128 MovieClip
"mute"Frame 14Symbol 145 MovieClip
"copter"Frame 15Symbol 111 MovieClip
"trap1"Frame 15Symbol 114 MovieClip
"trap2"Frame 15Symbol 146 MovieClip
"trap1"Frame 23Symbol 114 MovieClip
"bar"Symbol 31 MovieClip Frame 1Symbol 22 MovieClip
"health"Symbol 128 MovieClip Frame 1Symbol 123 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "heli.wav"
ExportAssets (56)Timeline Frame 1Symbol 2 as "explo1.wav"

Labels

"menu"Frame 11
"cred"Frame 13
"1"Frame 14
"2"Frame 15
"gameO"Frame 24
"still"Symbol 13 MovieClip Frame 1
"shoot"Symbol 13 MovieClip Frame 2
"loaded"Symbol 31 MovieClip Frame 3
"full"Symbol 123 MovieClip Frame 1
"10+"Symbol 135 MovieClip Frame 2
"100+"Symbol 135 MovieClip Frame 3

Dynamic Text Variables

pointsSymbol 19 EditableText""
_root.timeSymbol 133 EditableText" "
_root.lvlSymbol 137 EditableText"10"
_root.lvlSymbol 138 EditableText"10"
_root.timeSymbol 149 EditableText" "
_root.timeSymbol 155 EditableText" "
_root.timeSymbol 163 EditableText" "
_root.timeSymbol 170 EditableText" "
_root.timeSymbol 183 EditableText" "
_root.timeSymbol 186 EditableText" "
_root.timeSymbol 194 EditableText" "
_root.timeSymbol 196 EditableText" "
_root.timeSymbol 200 EditableText" "




http://swfchan.com/5/24196/info.shtml
Created: 25/5 -2019 10:08:32 Last modified: 25/5 -2019 10:08:32 Server time: 13/05 -2024 00:28:42