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

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

Space Combat 2.swf

This is the info page for
Flash #42489

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


Text
space combat

shields:

level:

space combat
2

space combat 2.0

by al capone

start

start

instructions

move= arrow keys
shoot=space
blast your enemys offt
the screen!
space combat 2.0 by
alcapone
mail your suggestions
and ideas to
jschippers@lycos.nl

beta version
by alcapone

gameover

loading
134 b

enter your name:

submit

Your score will only be updated if it is higher than your old score!

refresh afther entering list

level

games played

<P ALIGN="CENTER"></P>

<P ALIGN="CENTER"></P>

high scores

<P ALIGN="CENTER"></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>1</B></FONT></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>2</B></FONT></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>3</B></FONT></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>4</B></FONT></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>5</B></FONT></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>6</B></FONT></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>7</B></FONT></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>8</B></FONT></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>9</B></FONT></P><P ALIGN="CENTER"><FONT FACE="Arial" SIZE="13" COLOR="#B094F0"><B>10</B></FONT></P>

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (12) { gotoAndPlay (12); } _root.popup = 1; _root.ship._visible = false; _root.v1._visible = false; _root.v2._visible = false; _root.v3._visible = false; _root.v4._visible = false; _root.v5._visible = false; _root.entername._visible = false;
Instance of Symbol 23 MovieClip "v1" in Frame 1
onClipEvent (load) { var vshotcounter = 0; _x = 312; _y = -36; movespeedy = movespeedy + (1 + random(2)); movespeedx = movespeedx - (1 + random(2)); } onClipEvent (enterFrame) { _x = (_x + movespeedx); _y = (_y + movespeedy); if (_x < 70) { movespeedx = movespeedx + 3; } if (570 < _x) { movespeedx = movespeedx - 3; } if (530 < _y) { movespeedy = movespeedy - 3; } if (_y < 50) { movespeedy = movespeedy + 3; } if (8 < random(10)) { movespeedy = movespeedy + random(4); movespeedx = movespeedx + random(4); movespeedy = movespeedy - random(4); movespeedx = movespeedx - random(4); } if ((((20 < movespeedy) or (movespeedy < -20)) or (20 < movespeedx)) or (movespeedx < -20)) { movespeedx = random(10); movespeedy = random(10); } if ((_root.v1hit < 50) and ((!_root.level) == 0)) { if (80 < random(10)) { vshotCounter++; _root.vshot1.duplicateMovieClip("vshot1" + vshotCounter, vshotCounter); if (40 < vshotCounter1) { vshotCounter1 = 0; } } } }
Instance of Symbol 30 MovieClip "ship" in Frame 1
onClipEvent (load) { _x = 400; _y = 300; } onClipEvent (enterFrame) { if (45 < _y) { if (key.isDown(38)) { _y = (_y - _root.movespeed); } } if (_y < 550) { if (key.isDown(40)) { _y = (_y + _root.movespeed); } } if (50 < _x) { if (key.isDown(37)) { _x = (_x - _root.movespeed); } } if (_x < 580) { if (key.isDown(39)) { _x = (_x + _root.movespeed); } } if (Key.isDown(32) and (-1 < _root.shields)) { shotCounter1++; _root.shot1.duplicateMovieClip("shot1" + shotCounter1, shotCounter1); _root["shot1" + shotCounter1]._visible = true; _root.shot1._y = _root.shot1._y + 20; if (40 < shotCounter1) { shotCounter1 = 0; } } }
Instance of Symbol 56 MovieClip "gameover" in Frame 1
onClipEvent (enterFrame) { if (_root.levens < 0) { play(); _root[_root.controler.currentv]._visible = false; } else { stop(); } }
Frame 10
ifFrameLoaded (12) { gotoAndPlay (12); } _root.ship._visible = false; _root.v1._visible = false; _root.v2._visible = false; _root.v3._visible = false; _root.v4._visible = false; _root.v5._visible = false; _root.entername._visible = false;
Frame 11
gotoAndPlay (1);
Frame 12
stop(); command = "init"; this.loadVariables("highscores.php?" + int(Math.random() * 100000), "POST"); loadVariablesNum ("PHPCounter.txt?ran=" + random(999), 0); _root.shot1._visible = false; _root.v1shot._visible = false; var view = 0; var score; var namen = 1; var levens = 3; var shields = 50; var level = 0; var superguns; var score; var vhit = 0; var v4hit = 0; var v5hit = 0;
Instance of Symbol 8 MovieClip "controler" in Frame 12
onClipEvent (enterFrame) { var currentv; var rc; var _local1 = 2; if (((_root.levens) === (_local1))) { _root.leven3._visible = false; } _local1 = 1; if (((_root.levens) === (_local1))) { _root.leven2._visible = false; _root.leven3._visible = false; } _local1 = 0; if (((_root.levens) === (_local1))) { _root.leven1._visible = false; _root.leven2._visible = false; _root.leven3._visible = false; } _local1 = 1; if (((_root.level) === (_local1))) { currentv = "v1"; _root.ship._visible = true; _root.v1._visible = true; } _local1 = 2; if (((_root.level) === (_local1))) { currentv = "v1"; _root.v1.niveau = 2; _root.v1._visible = true; } _local1 = 3; if (((_root.level) === (_local1))) { currentv = "v1"; _root.v1.niveau = 3; _root.v1._visible = true; } _local1 = 4; if (((_root.level) === (_local1))) { currentv = "v2"; _root.v2.niveau = 1; _root.v1._visible = false; _root.v2._visible = true; } _local1 = 5; if (((_root.level) === (_local1))) { _root.v2.niveau = 1; _root.ship._visible = true; _root.v2._visible = true; } _local1 = 6; if (((_root.level) === (_local1))) { _root.v2.niveau = 3; _root.ship._visible = true; _root.v2._visible = true; } _local1 = 7; if (((_root.level) === (_local1))) { _root.v2.niveau = 4; _root.v2._visible = true; _root.ship._visible = true; } _local1 = 8; if (((_root.level) === (_local1))) { currentv = "v3"; _root.v3.niveau = 2; _root.v1._visible = false; _root.v2._visible = false; _root.v3._visible = true; _root.ship._visible = true; } _local1 = 9; if (((_root.level) === (_local1))) { currentv = "v3"; _root.v3.niveau = 3; _root.v3._visible = true; _root.ship._visible = true; } _local1 = 10; if (((_root.level) === (_local1))) { currentv = "v3"; _root.v3.niveau = 4; _root.ship._visible = true; _root.v3._visible = true; } _local1 = 11; if (((_root.level) === (_local1))) { currentv = "v3"; _root.v3.niveau = 5; _root.ship._visible = true; _root.v3._visible = true; } _local1 = 12; if (((_root.level) === (_local1))) { currentv = "v4"; _root.v4.niveau = 6; _root.ship._visible = true; _root.v1._visible = false; _root.v2._visible = false; _root.v3._visible = false; _root.v4._visible = true; } _local1 = 13; if (((_root.level) === (_local1))) { currentv = "v4"; _root.v3.niveau = 7; _root.ship._visible = true; _root.v4._visible = true; } _local1 = 14; if (((_root.level) === (_local1))) { currentv = "v4"; _root.v3.niveau = 8; _root.ship._visible = true; _root.v4._visible = true; } _local1 = 15; if (((_root.level) === (_local1))) { currentv = "v4"; _root.v3.niveau = 9; _root.ship._visible = true; _root.v4._visible = true; } _local1 = 16; if (((_root.level) === (_local1))) { currentv = "v5"; _root.v5.niveau = 1; _root.ship._visible = true; _root.v1._visible = false; _root.v2._visible = false; _root.v3._visible = false; _root.v4._visible = false; _root.v5._visible = true; } _local1 = 17; if (((_root.level) === (_local1))) { currentv = "v5"; _root.v5.niveau = 2; _root.ship._visible = true; _root.v5._visible = true; } _local1 = 18; if (((_root.level) === (_local1))) { currentv = "v5"; _root.v5.niveau = 3; _root.ship._visible = true; _root.v5._visible = true; } _local1 = 19; if (((_root.level) === (_local1))) { currentv = "v5"; _root.v5.niveau = 4; _root.ship._visible = true; _root.v5._visible = true; } _local1 = 20; if (((_root.level) === (_local1))) { currentv = "v5"; _root.v5.niveau = 5; _root.ship._visible = true; _root.v5._visible = true; } if (20 < _root.level) { _root.superguns = "true"; _local1 = 1; if (((rc) === (_local1))) { currentv = "v1"; } _local1 = 2; if (((rc) === (_local1))) { currentv = "v2"; } _local1 = 3; if (((rc) === (_local1))) { currentv = "v3"; } _local1 = 4; if (((rc) === (_local1))) { currentv = "v4"; } _local1 = 5; if (((rc) === (_local1))) { currentv = "v5"; } _root.ship._visible = true; _root[currentv]._visible = true; _root[currentv].niveau = random(10); } }
Instance of Symbol 23 MovieClip "v1" in Frame 12
onClipEvent (load) { var vshotcounter = 0; var niveau = 1; _x = 312; _y = -36; movespeedy = movespeedy + (niveau + random(2)); movespeedx = movespeedx - (niveau + random(2)); } onClipEvent (enterFrame) { _root.vshot3._y = -100; _root.vshot3._x = _100; _root.vshot2._y = -100; _root.vshot2._x = _100; _root.vshot1._y = -100; _root.vshot1._x = _100; _x = (_x + movespeedx); _y = (_y + movespeedy); if (_x < 70) { movespeedx = movespeedx + (niveau * 3); } if (570 < _x) { movespeedx = movespeedx - (niveau * 3); } if (530 < _y) { movespeedy = movespeedy - (niveau * 2); } if (_y < 50) { movespeedy = movespeedy + (niveau * 3); } if (8 < random(10)) { movespeedy = movespeedy + (niveau * random(3)); movespeedx = movespeedx + (niveau * random(3)); movespeedy = movespeedy - (niveau * random(3)); movespeedx = movespeedx - (niveau * random(3)); } if (((((niveau * 12) < movespeedy) or (movespeedy < (-[niveau * 12]))) or ((niveau * 12) < movespeedx)) or (movespeedx < (-[niveau * 12]))) { movespeedx = niveau + random(6); movespeedy = niveau + random(6); } if ((((_root.v5hit < 251) and (_root.vhit < 51)) and (_root.v4hit < 71)) and (0 < _root.level)) { _root.vshot1._y = -100; _root.vshot1._x = _x; if ((((90 < random(100)) and ((!_root.level) == 0)) and (_root.vhit < 50)) and (0 < _root.shields)) { vshotCounter++; _root.vshot1.duplicateMovieClip("vshot1" + vshotCounter, vshotCounter); if (40 < vshotCounter1) { vshotCounter1 = 0; } } } }
Instance of Symbol 83 MovieClip "v2" in Frame 12
onClipEvent (load) { var vshotcounter1 = 0; var niveau = 1; _x = 312; _y = -36; movespeedy = movespeedy + (niveau + random(2)); movespeedx = movespeedx - (niveau + random(2)); } onClipEvent (enterFrame) { _root.vshot3._y = -100; _root.vshot3._x = _100; _root.vshot2._y = -100; _root.vshot2._x = _100; _root.vshot1._y = -100; _root.vshot1._x = _100; _x = (_x + movespeedx); _y = (_y + movespeedy); if (_x < 70) { movespeedx = movespeedx + (niveau * 3); } if (570 < _x) { movespeedx = movespeedx - (niveau * 3); } if (530 < _y) { movespeedy = movespeedy - (niveau * 2); } if (_y < 50) { movespeedy = movespeedy + (niveau * 3); } if (8 < random(10)) { movespeedy = movespeedy + (niveau * random(3)); movespeedx = movespeedx + (niveau * random(3)); movespeedy = movespeedy - (niveau * random(3)); movespeedx = movespeedx - (niveau * random(3)); } if (((((niveau * 12) < movespeedy) or (movespeedy < (-[niveau * 12]))) or ((niveau * 12) < movespeedx)) or (movespeedx < (-[niveau * 12]))) { movespeedx = niveau + random(6); movespeedy = niveau + random(6); } _root.vshot1._y = -100; _root.vshot1._x = _x; if (((_root.v5hit < 251) and (_root.vhit < 51)) and (_root.v4hit < 71)) { vshotCounter++; if (((((40 - (_root.v2.niveau * 3)) < random(100)) and ((!_root.level) == 0)) and (-1 < _root.shields)) and (0 < _root.level)) { _root.vshot1.duplicateMovieClip("vshot1" + vshotCounter, vshotCounter); } if (((((90 - (_root.v2.niveau * 10)) < random(100)) and (4 < _root.level)) and (-1 < _root.shields)) and (4 < _root.level)) { _root.vshot2.duplicateMovieClip("vshot2" + vshotCounter, vshotCounter); } if (100 < vshotCounter1) { vshotCounter1 = 0; } } }
Instance of Symbol 89 MovieClip "v3" in Frame 12
onClipEvent (load) { var vshotcounter1 = 0; var niveau = 1; _x = 312; _y = -36; movespeedy = movespeedy + (niveau + random(2)); movespeedx = movespeedx - (niveau + random(2)); } onClipEvent (enterFrame) { _root.vshot3._y = -100; _root.vshot3._x = _100; _root.vshot2._y = -100; _root.vshot2._x = _100; _root.vshot1._y = -100; _root.vshot1._x = _100; _x = (_x + movespeedx); _y = (_y + movespeedy); if (_x < 70) { movespeedx = movespeedx + (niveau * 3); } if (570 < _x) { movespeedx = movespeedx - (niveau * 3); } if (530 < _y) { movespeedy = movespeedy - (niveau * 2); } if (_y < 50) { movespeedy = movespeedy + (niveau * 3); } if (8 < random(10)) { movespeedy = movespeedy + (niveau * random(3)); movespeedx = movespeedx + (niveau * random(3)); movespeedy = movespeedy - (niveau * random(3)); movespeedx = movespeedx - (niveau * random(3)); } if (((((niveau * 12) < movespeedy) or (movespeedy < (-[niveau * 12]))) or ((niveau * 12) < movespeedx)) or (movespeedx < (-[niveau * 12]))) { movespeedx = niveau + random(6); movespeedy = niveau + random(6); } if ((((_root.v5hit < 251) and (_root.vhit < 51)) and (_root.v4hit < 71)) and (0 < _root.level)) { if (((((60 - (_root.v2.niveau * 3)) < random(100)) and (7 < _root.level)) and (_root.vhit < 50)) and (-1 < _root.shields)) { vshotCounter++; _root.vshot1.duplicateMovieClip("vshot1" + vshotCounter, vshotCounter); } if (((((90 - (_root.v2.niveau * 10)) < random(100)) and (7 < _root.level)) and (_root.vhit < 50)) and (-1 < _root.shields)) { vshotCounter++; _root.vshot2.duplicateMovieClip("vshot2" + vshotCounter, vshotCounter); } if ((((99 - (_root.v5.niveau * 4)) < random(100)) and (-1 < _root.shields)) and (7 < _root.level)) { _root.vshot3.duplicateMovieClip("vshot3" + vshotCounter, vshotCounter); } if (40 < vshotCounter1) { vshotCounter1 = 0; } } }
Instance of Symbol 92 MovieClip "v4" in Frame 12
onClipEvent (load) { var vshotcounter1 = 0; var niveau = 1; _x = 312; _y = -36; movespeedy = movespeedy + (niveau + random(2)); movespeedx = movespeedx - (niveau + random(2)); } onClipEvent (enterFrame) { _root.vshot3._y = -100; _root.vshot3._x = _100; _root.vshot2._y = -100; _root.vshot2._x = _100; _root.vshot1._y = -100; _root.vshot1._x = _100; _x = (_x + movespeedx); _y = (_y + movespeedy); if (_x < 70) { movespeedx = movespeedx + (niveau * 2); } if (570 < _x) { movespeedx = movespeedx - (niveau * 2); } if (530 < _y) { movespeedy = movespeedy - (niveau * 2); } if (_y < 50) { movespeedy = movespeedy + (niveau * 2); } if (8 < random(10)) { movespeedy = movespeedy + (niveau * random(2)); movespeedx = movespeedx + (niveau * random(2)); movespeedy = movespeedy - (niveau * random(2)); movespeedx = movespeedx - (niveau * random(2)); } if (((((niveau * 10) < movespeedy) or (movespeedy < (-[niveau * 10]))) or ((niveau * 10) < movespeedx)) or (movespeedx < (-[niveau * 10]))) { movespeedx = niveau + random(6); movespeedy = niveau + random(6); } vshotCounter++; if ((((_root.v5hit < 251) and (_root.vhit < 51)) and (_root.v4hit < 71)) and (0 < _root.level)) { if ((((7 < random(10)) and (11 < _root.level)) and (_root.v4hit < 71)) and (-1 < _root.shields)) { _root.vshot1.duplicateMovieClip("vshot1" + vshotCounter, vshotCounter); } if (((((90 - (_root.v2.niveau * 10)) < random(100)) and (7 < _root.level)) and (_root.v4hit < 71)) and (-1 < _root.shields)) { _root.vshot2.duplicateMovieClip("vshot2" + vshotCounter, vshotCounter); } if ((((97 - (_root.v5.niveau * 5)) < random(100)) and (-1 < _root.shields)) and (11 < _root.level)) { _root.vshot3.duplicateMovieClip("vshot3" + vshotCounter, vshotCounter); } if (100 < vshotCounter1) { vshotCounter1 = 0; } } }
Instance of Symbol 96 MovieClip "v5" in Frame 12
onClipEvent (load) { var vshotcounter1 = 0; var niveau = 1; _x = 312; _y = -36; movespeedy = movespeedy + (niveau + random(2)); movespeedx = movespeedx - (niveau + random(2)); } onClipEvent (enterFrame) { _x = (_x + movespeedx); _y = (_y + movespeedy); if (_x < 70) { movespeedx = movespeedx + (niveau * 3); } if (570 < _x) { movespeedx = movespeedx - (niveau * 3); } if (530 < _y) { movespeedy = movespeedy - (niveau * 3); } if (_y < 50) { movespeedy = movespeedy + (niveau * 3); } if (8 < random(10)) { movespeedy = movespeedy + (niveau + random(2)); movespeedx = movespeedx + (niveau * random(2)); movespeedy = movespeedy - (niveau + random(2)); movespeedx = movespeedx - (niveau * random(2)); } if (((((niveau * 10) < movespeedy) or (movespeedy < (-[niveau * 10]))) or ((niveau * 10) < movespeedx)) or (movespeedx < (-[niveau * 10]))) { movespeedx = niveau + random(4); movespeedy = niveau + random(4); } if ((((_root.v5hit < 251) and (_root.vhit < 51)) and (_root.v4hit < 71)) and (0 < _root.level)) { if ((8 < random(10)) and (-1 < _root.shields)) { vshotCounter++; _root.vshot1.duplicateMovieClip("vshot1" + vshotCounter, vshotCounter); } if ((((90 - (_root.v2.niveau * 5)) < random(100)) and (-1 < _root.shields)) and (15 < _root.level)) { _root.vshot2.duplicateMovieClip("vshot2" + vshotCounter, vshotCounter); } if ((((95 - (_root.v5.niveau * 5)) < random(100)) and (-1 < _root.shields)) and (15 < _root.level)) { _root.vshot3.duplicateMovieClip("vshot3" + vshotCounter, vshotCounter); } if (100 < vshotCounter1) { vshotCounter1 = 0; } } }
Instance of Symbol 99 MovieClip "shot1" in Frame 12
onClipEvent (load) { _y = _root.ship._y; _x = _root.ship._x; } onClipEvent (enterFrame) { _y = (_y - 25); if (_y < 7) { removeMovieClip(_root.shot1[_root.ship.shotcounter1]); } if ((((((((_root[_root.controler.currentv]._x - (_root[_root.controler.currentv]._width / 2)) < _x) and (_x < (_root[_root.controler.currentv]._x + (_root[_root.controler.currentv].width / 2)))) and ((_root[_root.controler.currentv]._y - (_root[_root.controler.currentv]._height / 2)) < _y)) and (_y < (_root[_root.controler.currentv]._y + _root[_root.controler.currentv]._height))) and (_root.vhit < 51)) and (_root.v5hit < 251)) and (_root.v4hit < 71)) { _root[_root.controler.currentv].gotoAndPlay(2); _root.vhit = _root.vhit + 1; _root.v4hit = _root.v4hit + 1; _root.v5hit = _root.v5hit + 0.8; } }
Instance of Symbol 101 MovieClip "vshot1" in Frame 12
onClipEvent (load) { _y = _root[_root.controler.currentv]._y; _x = _root[_root.controler.currentv]._x; } onClipEvent (enterFrame) { if (((585 < _y) or (625 < _x)) or (_x < 6)) { removeMovieClip(_root.vshot1["_root.controler.currentv".vshotCounter]); } _y = (_y + (_root[_root.controler.currentv].niveau * 15)); if (((((((_root.ship._x - (_root.ship._width / 2)) < _x) and (_x < (_root.ship._x + (_root.ship.width / 2)))) and ((_root.ship._y - (_root.ship._height / 2)) < _y)) and (_y < (_root.ship._y + _root.ship._height))) and (_root.vhit < 51)) and (-1 < _root.shields)) { _root.shields = _root.shields - 2; _root.ship.gotoAndPlay(3); } }
Instance of Symbol 104 MovieClip "vshot2" in Frame 12
onClipEvent (load) { var _local1 = "v1"; if (((_root[_root.controler.currentv]) === (_local1))) { _visible = false; _x = -100; _y = -100; } _y = (_root[_root.controler.currentv]._y - 25); _x = _root[_root.controler.currentv]._x; } onClipEvent (enterFrame) { _y = (_y - (_root[_root.controler.currentv].niveau * 10)); if (((_y < 7) or (625 < _x)) or (_x < 6)) { removeMovieClip(_root.vshot2["_root.controler.currentv".vshotCounter]); } if (((((((_root.ship._x - (_root.ship._width / 2)) < _x) and (_x < (_root.ship._x + (_root.ship.width / 2)))) and ((_root.ship._y - (_root.ship._height / 2)) < _y)) and (_y < (_root.ship._y + _root.ship._height))) and (_root.vhit < 51)) and (-1 < _root.shields)) { _root.shields = _root.shields - 3; _root.ship.gotoAndPlay(3); } }
Instance of Symbol 106 MovieClip "shot2" in Frame 12
onClipEvent (load) { _y = _root.ship._y; _x = _root.ship._x; } onClipEvent (enterFrame) { if (_y < 7) { removeMovieClip(_root.shot2[_root.ship.shotcounter1]); } lr = random(5); _y = (_y - 20); var _local1 = 1; if (((lr) === (_local1))) { _x = (_x - 15); } _local1 = 2; if (((lr) === (_local1))) { _x = (_x + 15); } if ((((((((_root[_root.controler.currentv]._x - (_root[_root.controler.currentv]._width / 2)) < _x) and (_x < (_root[_root.controler.currentv]._x + (_root[_root.controler.currentv].width / 2)))) and ((_root[_root.controler.currentv]._y - (_root[_root.controler.currentv]._height / 2)) < _y)) and (_y < (_root[_root.controler.currentv]._y + _root[_root.controler.currentv]._height))) and (_root.vhit < 51)) and (_root.v5hit < 251)) and (_root.v4hit < 71)) { _root[_root.controler.currentv].gotoAndPlay(2); _root.vhit = _root.vhit + 1; _root.v4hit = _root.v4hit + 1; _root.v5hit = _root.v5hit + 0.6; } }
Instance of Symbol 108 MovieClip "vshot3" in Frame 12
onClipEvent (load) { var _local1 = v1; if (((_root[_root.controler.currentv]) === (_local1))) { _visible = false; _x = -100; _y = -100; } _y = _root[_root.controler.currentv]._y; _x = _root[_root.controler.currentv]._x; } onClipEvent (enterFrame) { if (((585 < _y) or (625 < _x)) or (_x < 6)) { _visible = false; removeMovieClip(_root.vshot3["_root.controler.currentv".vshotCounter]); } lr = random(5); _y = (_y + 20); var _local1 = 1; if (((lr) === (_local1))) { _x = (_x - 22); } _local1 = 2; if (((lr) === (_local1))) { _x = (_x + 22); } if (((((((_root.ship._x - (_root.ship._width / 2)) < _x) and (_x < (_root.ship._x + (_root.ship.width / 2)))) and ((_root.ship._y - (_root.ship._height / 2)) < _y)) and (_y < (_root.ship._y + _root.ship._height))) and (_root.v5hit < 205)) and (-1 < _root.shields)) { _root.shields = _root.shields - 2.5; _root.ship.gotoAndPlay(3); } }
Instance of Symbol 30 MovieClip "ship" in Frame 12
onClipEvent (load) { _x = 400; _y = 300; starttime = getTimer(); _root.vshot3._y = -100; _root.vshot3._x = _100; _root.vshot2._y = -100; _root.vshot2._x = _100; _root.vshot1._y = -100; _root.vshot1._x = _100; } onClipEvent (enterFrame) { if (45 < _y) { if (key.isDown(38)) { _y = (_y - 23); } } if (_y < 550) { if (key.isDown(40)) { _y = (_y + 23); } } if (50 < _x) { if (key.isDown(37)) { _x = (_x - 23); } } if (_x < 580) { if (key.isDown(39)) { _x = (_x + 23); } } if ((Key.isDown(32) and (-1 < _root.shields)) and (0 < _root.level)) { shotCounter1++; _root.shot1.duplicateMovieClip("shot1" + shotCounter1, shotCounter1); _root["shot1" + shotCounter1]._visible = true; } if (((Key.isDown(32) and (1 < _root.level)) and (-1 < _root.shields)) and (5 < random(10))) { shotCounter1++; _root.shot2.duplicateMovieClip("shot2" + shotCounter1, shotCounter1); _root["shot2" + shotCounter1]._visible = true; } if (40 < shotCounter1) { shotCounter1 = 0; } }
Instance of Symbol 52 MovieClip "menu" in Frame 12
/* no clip actions */
Symbol 23 MovieClip Frame 1
_root.v4hit = 0; stop();
Symbol 23 MovieClip Frame 3
if (50 < _root.vhit) { gotoAndPlay (4); } else { gotoAndPlay (1); }
Symbol 23 MovieClip Frame 15
_root.fuel = 180; _root.level = _root.level + 1; _root.levelwriter.gotoAndPlay(2);
Symbol 23 MovieClip Frame 60
_root.fuel = 80; _root.shields = 50; _x = 300; _y = -36; _root.vhit = 0; if (20 < _root.level) { _visible = false; } gotoAndPlay (1);
Symbol 30 MovieClip Frame 2
gotoAndPlay (1);
Symbol 30 MovieClip Frame 3
if (_root.shields < 0) { gotoAndPlay (5); } else { gotoAndPlay (1); }
Symbol 30 MovieClip Frame 14
_root.levens = _root.levens - 1; stop(); if (-1 < _root.levens) { gotoAndPlay (1); _root.shields = 50; } if (_root.levens < -1) { _root[_root.controler.currentv]._visible = false; _root.ship._visible = false; _root.ship.gotoAndStop(1); _root.gameover.gotoAndPlay(2); }
Symbol 43 Button
on (press) { loadVariablesNum ("PHPCounter.php?ran=" + random(999), 0); _root.ship._visible = true; _root.ship.gotoAndPlay(1); _root.namen = 0; _root.level = 1; _root.entername._visible = false; _root[_root.controler.currentv]._visible = false; _root.shields = 50; _root.vhit = 0; _root.v4hit = 0; _root.v5hit = 0; _root.levens = 3; _root.ship._visible = true; _root.leven1._visible = true; _root.leven2._visible = true; _root.leven3._visible = true; _root[_root.controler.currentv].niveau = 1; _root.view = 0; _visible = false; _root.gameover.gotoAndStop(1); }
Symbol 45 Button
on (press) { gotoAndPlay (2); }
Symbol 50 Button
on (press) { loadVariablesNum ("PHPCounter.php?ran=" + random(999), 0); _root.level = 1; _root.entername._visible = false; _root[_root.controler.currentv]._visible = true; _root.shields = 50; _root.vhit = 0; _root.v4hit = 0; _root.v5hit = 0; _root.levens = 3; _root.ship._visible = true; _root.leven1._visible = true; _root.leven2._visible = true; _root.leven3._visible = true; _root[_root.controler.currentv].niveau = 1; _root.view = 0; _visible = false; _root.gameover.gotoAndStop(1); }
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 11
stop();
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
var _local1 = 0; if (((_root.view) === (_local1))) { _root.entername._visible = true; }
Symbol 56 MovieClip Frame 135
_root[_root.controler.currentv]._visible = false; _root.namen = 0; _root.menu._visible = true; if (_root.popup < 5) { getURL ("javascript:window.open('http://liquid2k.com/alcapone/adds.html','thewin','height=134,width=240,toolbar=no,scrollbars=no'),_blank"); _root.popup = _root.popup + 1; } stop();
Symbol 65 Button
on (release) { score = _root.level; if (0 < _root.level) { if (name ne "") { command = "update"; this.loadVariables("highscores.php?" + int(Math.random() * 100000), "POST"); gotoAndStop (1); } } _root.view = 1; _root.entername._visible = false; }
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 2
_root[_root.controler.currentv]._visible = false;
Symbol 73 MovieClip Frame 23
_root[_root.controler.currentv]._visible = false;
Symbol 73 MovieClip Frame 45
if (20 < _root.level) { _root.controler.rc = random(5); }
Symbol 83 MovieClip Frame 1
stop(); _root.vhit = 0; _root.v5hit = 0;
Symbol 83 MovieClip Frame 3
if (70 < _root.v4hit) { gotoAndPlay (4); } else { gotoAndPlay (1); }
Symbol 83 MovieClip Frame 20
_root.level = _root.level + 1; _root.levelwriter.gotoAndPlay(2);
Symbol 83 MovieClip Frame 64
_root.vhit = 0; _root.shields = 50; _x = 300; _y = -36; _root.v4hit = 0; _root.v5hit = 0; if (20 < _root.level) { _visible = false; } gotoAndPlay (1);
Symbol 89 MovieClip Frame 1
stop(); _root.v4hit = 0;
Symbol 89 MovieClip Frame 3
if (50 < _root.vhit) { gotoAndPlay (4); } else { gotoAndPlay (1); }
Symbol 89 MovieClip Frame 21
_root.fuel = 80; _root.level = _root.level + 1; _root.levelwriter.gotoAndPlay(2);
Symbol 89 MovieClip Frame 64
_root.shields = 50; _root.vhit = 0; _root.v4hit = 0; _root.v5hit = 0; if (20 < _root.level) { _visible = false; } gotoAndPlay (1);
Symbol 92 MovieClip Frame 1
_root.vhit = 0; stop();
Symbol 92 MovieClip Frame 3
if (70 < _root.v4hit) { gotoAndPlay (4); } else { gotoAndPlay (1); }
Symbol 92 MovieClip Frame 17
_root.level = _root.level + 1; _root.levelwriter.gotoAndPlay(2);
Symbol 92 MovieClip Frame 60
_root.shields = 50; _root.v4hit = 0; _root.v5hit = 0; _root.vhit = 0; if (20 < _root.level) { _visible = false; } gotoAndPlay (1);
Symbol 96 MovieClip Frame 1
_root.vhit = 0; _root.v4hit = 0; stop();
Symbol 96 MovieClip Frame 3
if (250 < _root.v5hit) { gotoAndPlay (4); } else { gotoAndPlay (1); }
Symbol 96 MovieClip Frame 17
_root.level = _root.level + 1; _root.levelwriter.gotoAndPlay(2);
Symbol 96 MovieClip Frame 60
_root.shields = 50; _root.v5hit = 0; _root.v4hit = 0; _root.vhit = 0; if (20 < _root.level) { _visible = false; } gotoAndPlay (1);

Library Items

Symbol 1 GraphicUsed by:8
Symbol 2 GraphicUsed by:8
Symbol 3 FontUsed by:4 11
Symbol 4 TextUses:3Used by:8
Symbol 5 FontUsed by:6 7 12 13 37 38 40 41 44 49 53 58 61 62 64 71 72 78 79 111
Symbol 6 TextUses:5Used by:8
Symbol 7 TextUses:5Used by:8
Symbol 8 MovieClipUses:1 2 4 6 7Used by:Timeline
Symbol 9 BitmapUsed by:10 70
Symbol 10 GraphicUses:9Used by:Timeline
Symbol 11 TextUses:3Used by:Timeline
Symbol 12 EditableTextUses:5Used by:Timeline
Symbol 13 EditableTextUses:5Used by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:23
Symbol 16 GraphicUsed by:23 92 96
Symbol 17 SoundUsed by:23 30 83 89 92 96
Symbol 18 BitmapUsed by:19 27 87
Symbol 19 GraphicUses:18Used by:23 83 92 96
Symbol 20 GraphicUsed by:23 83 92 96
Symbol 21 GraphicUsed by:23
Symbol 22 SoundUsed by:23 83 89 92 96
Symbol 23 MovieClipUses:15 16 17 19 20 21 22Used by:Timeline
Symbol 24 GraphicUsed by:30
Symbol 25 GraphicUsed by:30
Symbol 26 GraphicUsed by:30
Symbol 27 GraphicUses:18Used by:30
Symbol 28 GraphicUsed by:30
Symbol 29 SoundUsed by:30
Symbol 30 MovieClipUses:24 25 26 17 27 28 29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33 34  Timeline
Symbol 33 MovieClipUses:32Used by:Timeline
Symbol 34 MovieClipUses:32Used by:Timeline
Symbol 35 GraphicUsed by:52
Symbol 36 MovieClipUsed by:52
Symbol 37 TextUses:5Used by:52
Symbol 38 TextUses:5Used by:52
Symbol 39 GraphicUsed by:43 45 50 51
Symbol 40 TextUses:5Used by:43 50
Symbol 41 TextUses:5Used by:43 50
Symbol 42 SoundUsed by:43 50
Symbol 43 ButtonUses:39 40 41 42Used by:52
Symbol 44 TextUses:5Used by:45 51
Symbol 45 ButtonUses:39 44Used by:52
Symbol 46 FontUsed by:47 75 77
Symbol 47 TextUses:46Used by:52
Symbol 48 GraphicUsed by:52
Symbol 49 TextUses:5Used by:52
Symbol 50 ButtonUses:39 40 41 42Used by:52
Symbol 51 ButtonUses:39 44Used by:52
Symbol 52 MovieClipUses:35 36 37 38 43 45 47 48 49 50 51Used by:Timeline
Symbol 53 TextUses:5Used by:54 56
Symbol 54 MovieClipUses:53Used by:56
Symbol 55 SoundUsed by:56
Symbol 56 MovieClipUses:54 55 53Used by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 TextUses:5Used by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:68
Symbol 61 TextUses:5Used by:68
Symbol 62 EditableTextUses:5Used by:68
Symbol 63 GraphicUsed by:65
Symbol 64 TextUses:5Used by:65
Symbol 65 ButtonUses:63 64Used by:68
Symbol 66 FontUsed by:67 109 110 112
Symbol 67 EditableTextUses:66Used by:68
Symbol 68 MovieClipUses:60 61 62 65 67Used by:Timeline
Symbol 69 SoundUsed by:Timeline
Symbol 70 GraphicUses:9Used by:Timeline
Symbol 71 TextUses:5Used by:73
Symbol 72 EditableTextUses:5Used by:73
Symbol 73 MovieClipUses:71 72Used by:Timeline
Symbol 74 TextUsed by:Timeline
Symbol 75 TextUses:46Used by:Timeline
Symbol 76 TextUsed by:Timeline
Symbol 77 EditableTextUses:46Used by:Timeline
Symbol 78 EditableTextUses:5Used by:Timeline
Symbol 79 EditableTextUses:5Used by:Timeline
Symbol 80 GraphicUsed by:83
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:80 81 17 82 19 22 20Used by:Timeline
Symbol 84 GraphicUsed by:89
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:89
Symbol 87 GraphicUses:18Used by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:84 85 17 86 87 22 88Used by:Timeline
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:90 16 17 91 19 22 20Used by:Timeline
Symbol 93 GraphicUsed by:96
Symbol 94 GraphicUsed by:95 96
Symbol 95 MovieClipUses:94Used by:96
Symbol 96 MovieClipUses:93 16 17 94 19 22 20 95Used by:Timeline
Symbol 97 GraphicUsed by:99
Symbol 98 SoundUsed by:99
Symbol 99 MovieClipUses:97 98Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:104
Symbol 103 SoundUsed by:104
Symbol 104 MovieClipUses:102 103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 EditableTextUses:66Used by:Timeline
Symbol 110 EditableTextUses:66Used by:Timeline
Symbol 111 TextUses:5Used by:Timeline
Symbol 112 EditableTextUses:66Used by:Timeline
Symbol 113 SoundUsed by:Timeline

Instance Names

"controler"Frame 1Symbol 8 MovieClip
"v1"Frame 1Symbol 23 MovieClip
"ship"Frame 1Symbol 30 MovieClip
"leven1"Frame 1Symbol 32 MovieClip
"leven2"Frame 1Symbol 33 MovieClip
"leven3"Frame 1Symbol 34 MovieClip
"menu"Frame 1Symbol 52 MovieClip
"gameover"Frame 1Symbol 56 MovieClip
"entername"Frame 1Symbol 68 MovieClip
"controler"Frame 12Symbol 8 MovieClip
"levelwriter"Frame 12Symbol 73 MovieClip
"v1"Frame 12Symbol 23 MovieClip
"v2"Frame 12Symbol 83 MovieClip
"v3"Frame 12Symbol 89 MovieClip
"v4"Frame 12Symbol 92 MovieClip
"v5"Frame 12Symbol 96 MovieClip
"shot1"Frame 12Symbol 99 MovieClip
"vshot1"Frame 12Symbol 101 MovieClip
"vshot2"Frame 12Symbol 104 MovieClip
"shot2"Frame 12Symbol 106 MovieClip
"vshot3"Frame 12Symbol 108 MovieClip
"ship"Frame 12Symbol 30 MovieClip
"menu"Frame 12Symbol 52 MovieClip
"gameover"Symbol 56 MovieClip Frame 1Symbol 54 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$LI$3ZYr1hlS.YGHiCLXqGsjE/."

Labels

"highScores"Frame 12

Dynamic Text Variables

_root.shieldsSymbol 12 EditableText""
_root.levelSymbol 13 EditableText""
nameSymbol 62 EditableText""
_root.levelSymbol 72 EditableText""
CountSymbol 77 EditableText""
_root.shieldsSymbol 78 EditableText""
_root.levelSymbol 79 EditableText""
playersSymbol 109 EditableText"<P ALIGN="CENTER"></P>"
_root.scoresSymbol 110 EditableText"<P ALIGN="CENTER"></P>"




http://swfchan.com/9/42489/info.shtml
Created: 9/5 -2019 22:41:48 Last modified: 9/5 -2019 22:41:48 Server time: 10/05 -2024 07:17:02