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

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

Moose Blaster.swf

This is the info page for
Flash #46272

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


Text
A DEAD BEEF GAME BY SUTTER      DEAD BEEF

c

DEAD BEEF

ENTERTAINMENT

PRESENTS

OOSE

BLASTER

M

OOSE

BLASTER

M

START GAME

START GAME

START GAME

DIRECTIONS

DIRECTIONS

DIRECTIONS

OBJECT IDENTIFICATION

OBJECT IDENTIFICATION

OBJECT IDENTIFICATION

MAIN MENU

MAIN MENU

MAIN MENU

USE ARROW KEYS TO MOVE LEFT, RIGHT, UP AND
DOWN THE SCREEN

PRESS <SPACE> TO FIRE WEAPON

- SCORE POINTS TO ADVANCE TO THE NEXT LEVEL -

PICK THIS UP TO ACESS THE BONUS LEVEL

LEVEL

1

GOAL: 400 pts

SCORE:

GAME OVER

YOUR SCORE:

PLAY AGAIN?

PLAY AGAIN?

PLAY AGAIN?

2

GOAL: 870 pts

A DEAD BEEF GAME BY SUTTER      DEAD BEEF

c

3

GOAL: 1800 pts

BONUS

SCORE:

TIME:

600

LEVEL

YOU

YOUR ENEMY: A MOOSE

1ST LEVEL WEAPON:
A CARROT

SECOND LEVEL WEAPON:
A BLENDER

KEY TO THE BONUS LEVEL

BONUS LEVEL WEAPON:
A BABY

3RD LEVEL WEAPON:
A SCREW DRIVER

4TH LEVEL WEAPON:
A FIRE-BELLY TOAD

5TH LEVEL WEAPON:
A STAPLER

4

GOAL: 2200 pts

LEVEL

SCORE:

5

GOAL: 3000 pts

CONGRATULATIONS

YOU HAVE MASTERED
- MOOSE BLASTER -

ActionScript [AS1/AS2]

Frame 23
ifFrameLoaded (1) { gotoAndPlay (25); }
Frame 24
gotoAndPlay (1);
Frame 69
stop(); stop();
Instance of Symbol 21 MovieClip in Frame 69
onClipEvent (load) { function reset() { this._x = 750; this._y = 150; Speed = random(3) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 23 MovieClip in Frame 69
onClipEvent (load) { function reset() { this._x = 700; this._y = 220; Speed = random(3) + 3; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 25 MovieClip in Frame 69
onClipEvent (load) { function reset() { this._x = 650; this._y = 250; Speed = random(3) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -90) { reset(); } }
Instance of Symbol 26 MovieClip in Frame 69
onClipEvent (load) { function reset() { this._x = 850; this._y = 270; Speed = random(3) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -170) { reset(); } }
Frame 70
stop(); stop();
Instance of Symbol 84 MovieClip in Frame 71
onClipEvent (load) { function reset() { this._x = 700; this._y = 50; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 85 MovieClip in Frame 71
onClipEvent (load) { function reset() { this._x = 750; this._y = 90; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 86 MovieClip in Frame 71
onClipEvent (load) { function reset() { this._x = 700; this._y = 250; Speed = random(3) + 3; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 88 MovieClip in Frame 71
onClipEvent (load) { function reset() { this._x = 700; this._y = 380; Speed = random(4) + 3; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -200) { reset(); } }
Instance of Symbol 89 MovieClip in Frame 71
onClipEvent (load) { function reset() { this._x = 650; this._y = 310; Speed = random(6) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -90) { reset(); } }
Instance of Symbol 90 MovieClip in Frame 71
onClipEvent (load) { function reset() { this._x = 850; this._y = 290; Speed = random(5) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -170) { reset(); } }
Frame 113
gotoAndPlay (114);
Frame 114
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0;
Instance of Symbol 103 MovieClip "spaceship" in Frame 114
onClipEvent (enterFrame) { if (_root.score == 400) { _root.gotoAndPlay(117); } } onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 1; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) and (maxLasers >= laserCounter)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 270)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (39 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 360)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (60 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 106 MovieClip "laser" in Frame 114
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 75; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (600 < this._x) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 10; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 119 MovieClip "enemy1" in Frame 114
onClipEvent (load) { function reset() { this._x = 610; this._y = random(200) + 100; enemySpeed = random(8) + 5; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); this._visible = false; } }
Frame 115
stop();
Frame 116
stopAllSounds(); stop();
Frame 117
stopAllSounds();
Frame 159
gotoAndPlay (160);
Frame 160
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; }
Instance of Symbol 142 MovieClip in Frame 160
onClipEvent (load) { function reset() { this._x = 750; this._y = 50; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 143 MovieClip in Frame 160
onClipEvent (load) { function reset() { this._x = 750; this._y = 89; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 144 MovieClip in Frame 160
onClipEvent (load) { function reset() { this._x = 750; this._y = 357; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 145 MovieClip in Frame 160
onClipEvent (load) { function reset() { this._x = 750; this._y = 323; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 146 MovieClip in Frame 160
onClipEvent (load) { function reset() { this._x = 750; this._y = 233; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 147 MovieClip in Frame 160
onClipEvent (load) { function reset() { this._x = 750; this._y = 211; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 148 MovieClip in Frame 160
onClipEvent (load) { function reset() { this._x = 750; this._y = 110; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 149 MovieClip "spaceship" in Frame 160
onClipEvent (enterFrame) { if (_root.score == 870) { _root.gotoAndPlay(162); } } onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 1; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) and (maxLasers >= laserCounter)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 270)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (39 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 360)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (60 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 151 MovieClip in Frame 160
onClipEvent (load) { moveSpeed = 15; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 276)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (45 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 325)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (25 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 154 MovieClip "laser" in Frame 160
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 75; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (600 < this._x) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 10; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 156 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.score == 800) { this.gotoAndPlay(2); } if (this.hitTest(_root.spaceship)) { _root.gotoAndPlay(207); } }
Instance of Symbol 157 MovieClip "enemy1" in Frame 160
onClipEvent (load) { function reset() { this._x = 610; this._y = random(200) + 100; enemySpeed = random(10) + 7; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); this._visible = false; } }
Frame 161
stop();
Frame 162
stopAllSounds();
Frame 204
gotoAndPlay (205);
Frame 205
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; }
Instance of Symbol 171 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 315; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 172 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 203; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 173 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 160; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 174 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 68; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 175 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 85; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 176 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 287; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 177 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 15; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 178 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 214; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 179 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 27; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 180 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 270; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 181 MovieClip in Frame 205
onClipEvent (load) { function reset() { this._x = 700; this._y = 230; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 182 MovieClip "spaceship" in Frame 205
onClipEvent (enterFrame) { if (_root.score == 1800) { _root.gotoAndPlay(253); } } onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 1; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) and (maxLasers >= laserCounter)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 270)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (39 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 360)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (60 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 184 MovieClip in Frame 205
onClipEvent (load) { moveSpeed = 15; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 277)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (38 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 341)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (41 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 187 MovieClip "laser" in Frame 205
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 75; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (600 < this._x) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 10; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 188 MovieClip "enemy1" in Frame 205
onClipEvent (load) { function reset() { this._x = 610; this._y = random(200) + 100; enemySpeed = random(12) + 8; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); this._visible = false; } }
Frame 206
stop();
Frame 207
stopAllSounds();
Frame 249
gotoAndPlay (250);
Frame 250
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; }
Instance of Symbol 201 MovieClip in Frame 250
onClipEvent (load) { function reset() { this._x = 700; this._y = 26; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 202 MovieClip in Frame 250
onClipEvent (load) { function reset() { this._x = 700; this._y = 67; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 203 MovieClip in Frame 250
onClipEvent (load) { function reset() { this._x = 700; this._y = 131; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 204 MovieClip in Frame 250
onClipEvent (load) { function reset() { this._x = 700; this._y = 207; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 205 MovieClip in Frame 250
onClipEvent (load) { function reset() { this._x = 700; this._y = 52; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 206 MovieClip in Frame 250
onClipEvent (load) { function reset() { this._x = 700; this._y = 307; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 207 MovieClip "spaceship" in Frame 250
onClipEvent (enterFrame) { _root.countDown = _root.countDown - 1; if (_root.countDown == 0) { _root.gotoAndPlay(162); } } onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 1; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) and (maxLasers >= laserCounter)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 270)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (39 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 360)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (60 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 209 MovieClip in Frame 250
onClipEvent (load) { moveSpeed = 15; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 277)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (38 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 330)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (30 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 211 MovieClip in Frame 250
onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 1; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 270)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (39 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 360)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (60 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 213 MovieClip "laser" in Frame 250
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 75; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (600 < this._x) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 20; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 214 MovieClip "enemy1" in Frame 250
onClipEvent (load) { function reset() { this._x = 610; this._y = random(200) + 100; enemySpeed = random(14) + 9; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } }
Frame 251
stop();
Frame 252
stop(); stop(); stop();
Frame 253
stopAllSounds();
Frame 295
gotoAndPlay (296);
Frame 296
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; }
Instance of Symbol 249 MovieClip in Frame 296
onClipEvent (load) { function reset() { this._x = 700; this._y = 50; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 251 MovieClip in Frame 296
onClipEvent (load) { function reset() { this._x = 700; this._y = 200; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 253 MovieClip in Frame 296
onClipEvent (load) { function reset() { this._x = 700; this._y = 90; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 254 MovieClip in Frame 296
onClipEvent (load) { function reset() { this._x = 700; this._y = 260; Speed = random(4) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -150) { reset(); } }
Instance of Symbol 255 MovieClip "spaceship" in Frame 296
onClipEvent (enterFrame) { if (_root.score == 2200) { _root.gotoAndPlay(298); } } onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 1; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) and (maxLasers >= laserCounter)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 270)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (39 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 360)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (60 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 257 MovieClip in Frame 296
onClipEvent (load) { moveSpeed = 15; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 277)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (38 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 341)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (41 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 260 MovieClip "laser" in Frame 296
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 75; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (600 < this._x) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 10; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 261 MovieClip "enemy1" in Frame 296
onClipEvent (load) { function reset() { this._x = 610; this._y = random(200) + 100; enemySpeed = random(14) + 9; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); this._visible = false; } }
Frame 297
stop();
Frame 298
stopAllSounds();
Instance of Symbol 267 MovieClip in Frame 298
onClipEvent (enterFrame) { if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); this._visible = false; } }
Frame 340
gotoAndPlay (341);
Frame 341
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; }
Instance of Symbol 142 MovieClip in Frame 341
onClipEvent (load) { function reset() { this._x = 750; this._y = 50; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 143 MovieClip in Frame 341
onClipEvent (load) { function reset() { this._x = 750; this._y = 89; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 144 MovieClip in Frame 341
onClipEvent (load) { function reset() { this._x = 750; this._y = 357; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 145 MovieClip in Frame 341
onClipEvent (load) { function reset() { this._x = 750; this._y = 323; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 146 MovieClip in Frame 341
onClipEvent (load) { function reset() { this._x = 750; this._y = 233; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 147 MovieClip in Frame 341
onClipEvent (load) { function reset() { this._x = 750; this._y = 211; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 148 MovieClip in Frame 341
onClipEvent (load) { function reset() { this._x = 750; this._y = 110; Speed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 281 MovieClip "spaceship" in Frame 341
onClipEvent (enterFrame) { if (_root.score == 3000) { _root.gotoAndPlay(343); } } onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 1; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) and (maxLasers >= laserCounter)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 270)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (39 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 360)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (60 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 283 MovieClip in Frame 341
onClipEvent (load) { moveSpeed = 15; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL) and (maxLasers >= laserCounter)) { } if (Key.isDown(Key.RIGHT) and (_x < 276)) { this._x = this._x + moveSpeed; } else if (Key.isDown(Key.LEFT) and (35 < _x)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN) and (_y < 325)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP) and (25 < _y)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 286 MovieClip "laser" in Frame 341
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 75; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (600 < this._x) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 10; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 287 MovieClip "enemy1" in Frame 341
onClipEvent (load) { function reset() { this._x = 610; this._y = random(200) + 100; enemySpeed = random(15) + 10; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); this._visible = false; } }
Frame 342
stop();
Frame 343
stop();
Frame 344
stop(); stop();
Instance of Symbol 21 MovieClip in Frame 344
onClipEvent (load) { function reset() { this._x = 750; this._y = 150; Speed = random(3) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 23 MovieClip in Frame 344
onClipEvent (load) { function reset() { this._x = 700; this._y = 220; Speed = random(3) + 3; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -100) { reset(); } }
Instance of Symbol 25 MovieClip in Frame 344
onClipEvent (load) { function reset() { this._x = 650; this._y = 250; Speed = random(3) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -90) { reset(); } }
Instance of Symbol 26 MovieClip in Frame 344
onClipEvent (load) { function reset() { this._x = 850; this._y = 270; Speed = random(3) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (Speed + _root.mainGround.groundSpeed); } else { this._x = this._x - Speed; } if (this._x < -170) { reset(); } }
Symbol 28 MovieClip Frame 73
gotoAndPlay (33);
Symbol 42 Button
on (release) { gotoAndPlay (71); }
Symbol 50 Button
on (release) { gotoAndStop (70); }
Symbol 58 Button
on (release) { gotoAndStop (252); }
Symbol 61 MovieClip Frame 1
stop(); gotoAndStop (2);
Symbol 61 MovieClip Frame 2
stop();
Symbol 63 Button
on (release) { gotoAndPlay (71); }
Symbol 68 Button
on (release) { gotoAndStop (69); stopAllSounds(); }
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 3
stop();
Symbol 131 Button
on (release) { gotoAndPlay (71); }
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 66
stop();
Symbol 157 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 3
stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 3
stop();
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 3
stop();
Symbol 216 MovieClip Frame 1
stop(); gotoAndStop (2);
Symbol 216 MovieClip Frame 2
stop();
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 3
stop();
Symbol 261 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 3
stop();
Instance of Symbol 270 MovieClip in Symbol 271 MovieClip Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); this._visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 274 MovieClip Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); this._visible = false; } }
Symbol 287 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 3
stop();
Symbol 290 Button
on (release) { gotoAndStop (344); stopAllSounds(); }

Library Items

Symbol 1 FontUsed by:2 4 164 166
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 TextUses:1Used by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 FontUsed by:16 17 18 31 32 33 34 35 36 38 40 41 44 46 48 52 54 56 65 66 67 69 70 71 82 91 92 104 120 124 126 128 129 130 138 152 167 185 191 192 193 197 220 221 222 223 224 225 226 229 230 245 258 275 276 279 284 288 291
Symbol 16 TextUses:15Used by:Timeline
Symbol 17 TextUses:15Used by:Timeline
Symbol 18 TextUses:15Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:21 26 85 90
Symbol 21 MovieClipUses:20Used by:Timeline
Symbol 22 GraphicUsed by:23 86
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 GraphicUsed by:25 89
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 MovieClipUses:20Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 TextUses:15Used by:Timeline
Symbol 32 TextUses:15Used by:Timeline
Symbol 33 TextUses:15Used by:Timeline
Symbol 34 TextUses:15Used by:Timeline
Symbol 35 TextUses:15Used by:Timeline
Symbol 36 TextUses:15Used by:Timeline
Symbol 37 GraphicUsed by:42
Symbol 38 TextUses:15Used by:42 63
Symbol 39 GraphicUsed by:42
Symbol 40 TextUses:15Used by:42 63
Symbol 41 TextUses:15Used by:42 63
Symbol 42 ButtonUses:37 38 39 40 41Used by:Timeline
Symbol 43 GraphicUsed by:50
Symbol 44 TextUses:15Used by:50  Timeline
Symbol 45 GraphicUsed by:50
Symbol 46 TextUses:15Used by:50
Symbol 47 GraphicUsed by:50
Symbol 48 TextUses:15Used by:50
Symbol 49 GraphicUsed by:50
Symbol 50 ButtonUses:43 44 45 46 47 48 49Used by:Timeline
Symbol 51 GraphicUsed by:58
Symbol 52 TextUses:15Used by:58  Timeline
Symbol 53 GraphicUsed by:58
Symbol 54 TextUses:15Used by:58
Symbol 55 GraphicUsed by:58
Symbol 56 TextUses:15Used by:58
Symbol 57 GraphicUsed by:58
Symbol 58 ButtonUses:51 52 53 54 55 56 57Used by:Timeline
Symbol 59 SoundUsed by:Timeline
Symbol 60 SoundUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 ButtonUses:62 38 40 41Used by:Timeline
Symbol 64 GraphicUsed by:68 290
Symbol 65 TextUses:15Used by:68 290
Symbol 66 TextUses:15Used by:68 290
Symbol 67 TextUses:15Used by:68 290
Symbol 68 ButtonUses:64 65 66 67Used by:Timeline
Symbol 69 TextUses:15Used by:Timeline
Symbol 70 TextUses:15Used by:Timeline
Symbol 71 TextUses:15Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 ShapeTweeningUsed by:79
Symbol 77 ShapeTweeningUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:76 77 78Used by:81 155
Symbol 80 GraphicUsed by:81 155
Symbol 81 MovieClipUses:79 80Used by:Timeline
Symbol 82 TextUses:15Used by:Timeline
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:Timeline
Symbol 85 MovieClipUses:20Used by:Timeline
Symbol 86 MovieClipUses:22Used by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 MovieClipUses:24Used by:Timeline
Symbol 90 MovieClipUses:20Used by:Timeline
Symbol 91 TextUses:15Used by:Timeline
Symbol 92 TextUses:15Used by:Timeline
Symbol 93 SoundUsed by:Timeline
Symbol 94 GraphicUsed by:103 149 182 207 217 255 281
Symbol 95 GraphicUsed by:102
Symbol 96 GraphicUsed by:102
Symbol 97 GraphicUsed by:102
Symbol 98 GraphicUsed by:102
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:95 96 97 98 99 100 101Used by:103 149 182 207 217 255 281
Symbol 103 MovieClipUses:94 102Used by:Timeline
Symbol 104 TextUses:15Used by:Timeline
Symbol 105 GraphicUsed by:106 227
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 GraphicUsed by:118
Symbol 108 GraphicUsed by:118
Symbol 109 GraphicUsed by:118
Symbol 110 GraphicUsed by:118
Symbol 111 GraphicUsed by:118
Symbol 112 GraphicUsed by:118
Symbol 113 GraphicUsed by:118
Symbol 114 GraphicUsed by:118
Symbol 115 GraphicUsed by:118
Symbol 116 GraphicUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:107 108 109 110 111 112 113 114 115 116 117Used by:119 157 188 214 218 261 287
Symbol 119 MovieClipUses:118Used by:Timeline
Symbol 120 TextUses:15Used by:Timeline
Symbol 121 FontUsed by:122 125 158 194 195 243 262 277 289
Symbol 122 EditableTextUses:121Used by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 TextUses:15Used by:Timeline
Symbol 125 EditableTextUses:121Used by:Timeline
Symbol 126 TextUses:15Used by:Timeline
Symbol 127 GraphicUsed by:131
Symbol 128 TextUses:15Used by:131
Symbol 129 TextUses:15Used by:131
Symbol 130 TextUses:15Used by:131
Symbol 131 ButtonUses:127 128 129 130Used by:Timeline
Symbol 132 GraphicUsed by:136
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:136 154 231
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:132 134 135Used by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 TextUses:15Used by:Timeline
Symbol 139 SoundUsed by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:142 143 144 145 146 147 148
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 MovieClipUses:141Used by:Timeline
Symbol 144 MovieClipUses:141Used by:Timeline
Symbol 145 MovieClipUses:141Used by:Timeline
Symbol 146 MovieClipUses:141Used by:Timeline
Symbol 147 MovieClipUses:141Used by:Timeline
Symbol 148 MovieClipUses:141Used by:Timeline
Symbol 149 MovieClipUses:94 102Used by:Timeline
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:Timeline
Symbol 152 TextUses:15Used by:Timeline
Symbol 153 GraphicUsed by:154 231
Symbol 154 MovieClipUses:153 134Used by:Timeline
Symbol 155 MovieClipUses:79 80Used by:156  Timeline
Symbol 156 MovieClipUses:155Used by:Timeline
Symbol 157 MovieClipUses:118Used by:Timeline
Symbol 158 EditableTextUses:121Used 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 GraphicUsed by:Timeline
Symbol 164 TextUses:1Used by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 TextUses:1Used by:Timeline
Symbol 167 TextUses:15Used by:Timeline
Symbol 168 SoundUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:171 172 173 174 175 176 177 178 179 180 181
Symbol 171 MovieClipUses:170Used by:Timeline
Symbol 172 MovieClipUses:170Used by:Timeline
Symbol 173 MovieClipUses:170Used by:Timeline
Symbol 174 MovieClipUses:170Used by:Timeline
Symbol 175 MovieClipUses:170Used by:Timeline
Symbol 176 MovieClipUses:170Used by:Timeline
Symbol 177 MovieClipUses:170Used by:Timeline
Symbol 178 MovieClipUses:170Used by:Timeline
Symbol 179 MovieClipUses:170Used by:Timeline
Symbol 180 MovieClipUses:170Used by:Timeline
Symbol 181 MovieClipUses:170Used by:Timeline
Symbol 182 MovieClipUses:94 102Used by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 TextUses:15Used by:Timeline
Symbol 186 GraphicUsed by:187 219
Symbol 187 MovieClipUses:186Used by:Timeline
Symbol 188 MovieClipUses:118Used by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 TextUses:15Used by:Timeline
Symbol 192 TextUses:15Used by:Timeline
Symbol 193 TextUses:15Used by:Timeline
Symbol 194 EditableTextUses:121Used by:Timeline
Symbol 195 EditableTextUses:121Used by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 TextUses:15Used by:Timeline
Symbol 198 SoundUsed by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 GraphicUsed by:201 202 203 204 205 206
Symbol 201 MovieClipUses:200Used by:Timeline
Symbol 202 MovieClipUses:200Used by:Timeline
Symbol 203 MovieClipUses:200Used by:Timeline
Symbol 204 MovieClipUses:200Used by:Timeline
Symbol 205 MovieClipUses:200Used by:Timeline
Symbol 206 MovieClipUses:200Used by:Timeline
Symbol 207 MovieClipUses:94 102Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:Timeline
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:Timeline
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:Timeline
Symbol 214 MovieClipUses:118Used by:Timeline
Symbol 215 SoundUsed by:216
Symbol 216 MovieClipUses:215Used by:Timeline
Symbol 217 MovieClipUses:94 102Used by:Timeline
Symbol 218 MovieClipUses:118Used by:Timeline
Symbol 219 MovieClipUses:186Used by:Timeline
Symbol 220 TextUses:15Used by:Timeline
Symbol 221 TextUses:15Used by:Timeline
Symbol 222 TextUses:15Used by:Timeline
Symbol 223 TextUses:15Used by:Timeline
Symbol 224 TextUses:15Used by:Timeline
Symbol 225 TextUses:15Used by:Timeline
Symbol 226 TextUses:15Used by:Timeline
Symbol 227 MovieClipUses:105Used by:228
Symbol 228 MovieClipUses:227Used by:Timeline
Symbol 229 TextUses:15Used by:Timeline
Symbol 230 TextUses:15Used by:Timeline
Symbol 231 MovieClipUses:153 134Used by:232
Symbol 232 MovieClipUses:231Used by:Timeline
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:Timeline
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:235Used by:Timeline
Symbol 237 GraphicUsed by:240
Symbol 238 GraphicUsed by:240
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:237 238 239Used by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 EditableTextUses:121Used by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 TextUses:15Used by:Timeline
Symbol 246 SoundUsed by:Timeline
Symbol 247 GraphicUsed by:Timeline
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:248Used by:Timeline
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 GraphicUsed by:253 254
Symbol 253 MovieClipUses:252Used by:Timeline
Symbol 254 MovieClipUses:252Used by:Timeline
Symbol 255 MovieClipUses:94 102Used by:Timeline
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:256Used by:Timeline
Symbol 258 TextUses:15Used by:Timeline
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:259Used by:Timeline
Symbol 261 MovieClipUses:118Used by:Timeline
Symbol 262 EditableTextUses:121Used by:Timeline
Symbol 263 GraphicUsed by:Timeline
Symbol 264 GraphicUsed by:Timeline
Symbol 265 GraphicUsed by:267
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:265 266Used by:Timeline
Symbol 268 GraphicUsed by:Timeline
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:269Used by:271
Symbol 271 MovieClipUses:270Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 TextUses:15Used by:Timeline
Symbol 276 TextUses:15Used by:Timeline
Symbol 277 EditableTextUses:121Used by:Timeline
Symbol 278 GraphicUsed by:Timeline
Symbol 279 TextUses:15Used by:Timeline
Symbol 280 SoundUsed by:Timeline
Symbol 281 MovieClipUses:94 102Used by:Timeline
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 TextUses:15Used by:Timeline
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:Timeline
Symbol 287 MovieClipUses:118Used by:Timeline
Symbol 288 TextUses:15Used by:Timeline
Symbol 289 EditableTextUses:121Used by:Timeline
Symbol 290 ButtonUses:64 65 66 67Used by:Timeline
Symbol 291 TextUses:15Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"spaceship"Frame 114Symbol 103 MovieClip
"laser"Frame 114Symbol 106 MovieClip
"enemy1"Frame 114Symbol 119 MovieClip
"spaceship"Frame 160Symbol 149 MovieClip
"laser"Frame 160Symbol 154 MovieClip
"enemy1"Frame 160Symbol 157 MovieClip
"spaceship"Frame 205Symbol 182 MovieClip
"laser"Frame 205Symbol 187 MovieClip
"enemy1"Frame 205Symbol 188 MovieClip
"spaceship"Frame 250Symbol 207 MovieClip
"laser"Frame 250Symbol 213 MovieClip
"enemy1"Frame 250Symbol 214 MovieClip
"spaceship"Frame 252Symbol 217 MovieClip
"enemy1"Frame 252Symbol 218 MovieClip
"laser"Frame 252Symbol 219 MovieClip
"spaceship"Frame 296Symbol 255 MovieClip
"laser"Frame 296Symbol 260 MovieClip
"enemy1"Frame 296Symbol 261 MovieClip
"spaceship"Frame 341Symbol 281 MovieClip
"laser"Frame 341Symbol 286 MovieClip
"enemy1"Frame 341Symbol 287 MovieClip
"laser"Symbol 228 MovieClip Frame 1Symbol 227 MovieClip

Labels

"gameOver"Frame 116

Dynamic Text Variables

scoreSymbol 122 EditableText""
scoreSymbol 125 EditableText""
scoreSymbol 158 EditableText""
scoreSymbol 194 EditableText""
countDownSymbol 195 EditableText"600"
scoreSymbol 243 EditableText""
scoreSymbol 262 EditableText""
scoreSymbol 277 EditableText""
scoreSymbol 289 EditableText""




http://swfchan.com/10/46272/info.shtml
Created: 4/5 -2019 00:25:37 Last modified: 4/5 -2019 00:25:37 Server time: 15/05 -2024 07:09:25