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

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

RType.swf

This is the info page for
Flash #44298

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


Text
000

Play DEmo

Keys:  a - Normal fire
s - Bust fire
x - release weapon

Score :

00000

000

ActionScript [AS1/AS2]

Frame 4
gotoAndPlay (5);
Frame 39
stop();
Frame 40
function Create_Enemy_01(L_Name, X_Pos, Y_Pos) { _root.EnemyNumber = _root.EnemyNumber + 1; if (_root.EnemyNumber >= _root.EnemyNumberMax) { _root.EnemyNumber = 0; } _root.attachMovie(L_Name, "Enemy_" add _root.EnemyNumber, 600 + _Root.EnemyNumber); setProperty("_root.Enemy_" add _root.EnemyNumber, _x , X_Pos); setProperty("_root.Enemy_" add _root.EnemyNumber, _y , Y_Pos); } function Create_Enemy_02_a(L_Name, X_Pos, Y_Pos, Angle) { _root.EnemyNumber = _root.EnemyNumber + 1; if (_root.EnemyNumber >= _root.EnemyNumberMax) { _root.EnemyNumber = 0; } _root.attachMovie(L_Name, "Enemy_" add _root.EnemyNumber, 600 + _Root.EnemyNumber); setProperty("_root.Enemy_" add _root.EnemyNumber, _x , X_Pos); setProperty("_root.Enemy_" add _root.EnemyNumber, _y , Y_Pos); Set(("_root.Enemy_" add _root.EnemyNumber) add ".Angle", Angle); } function Create_Enemy_02_b(L_Name, X_Pos, Y_Pos, Trace1) { _root.EnemyNumber = _root.EnemyNumber + 1; if (_root.EnemyNumber >= _root.EnemyNumberMax) { _root.EnemyNumber = 0; } _root.attachMovie(L_Name, "Enemy_" add _root.EnemyNumber, 600 + _Root.EnemyNumber); setProperty("_root.Enemy_" add _root.EnemyNumber, _x , X_Pos); setProperty("_root.Enemy_" add _root.EnemyNumber, _y , Y_Pos); Set(("_root.Enemy_" add _root.EnemyNumber) add ".Trace", Trace1); } function Create_Enemy_03(L_Name, X_Pos, Y_Pos, Angle, StartX, StartY) { _root.EnemyNumber = _root.EnemyNumber + 1; if (_root.EnemyNumber >= _root.EnemyNumberMax) { _root.EnemyNumber = 0; } _root.attachMovie(L_Name, "Enemy_" add _root.EnemyNumber, 600 + _Root.EnemyNumber); setProperty("_root.Enemy_" add _root.EnemyNumber, _x , X_Pos); setProperty("_root.Enemy_" add _root.EnemyNumber, _y , Y_Pos); Set(("_root.Enemy_" add _root.EnemyNumber) add ".Angle", Angle); Set(("_root.Enemy_" add _root.EnemyNumber) add ".StartX", StartX); Set(("_root.Enemy_" add _root.EnemyNumber) add ".StartY", StartY); } function Create_Enemy_04(L_Name, X_Pos, Y_Pos) { _root.EnemyNumber = _root.EnemyNumber + 1; if (_root.EnemyNumber >= _root.EnemyNumberMax) { _root.EnemyNumber = 0; } _root.attachMovie(L_Name, "Enemy_" add _root.EnemyNumber, 600 + _Root.EnemyNumber); setProperty("_root.Enemy_" add _root.EnemyNumber, _x , X_Pos); setProperty("_root.Enemy_" add _root.EnemyNumber, _y , Y_Pos); } _root.LevelLeft = 0; _root.LevelRight = 550; _root.LevelTop = 0; _root.LevelBottom = 460; _root.Lives = 3; _root.Panel.Score = 0; _root.RTypeWeaponSet = 0; _root.Turns = 0; _root.ShootFriend = 0; _root.ShootFriendMax = 20; _root.CrashNumber = 0; _root.CrashNumberMax = 50; _root.Bonus = 0; _root.BonusMax = 8; _root.EnemyNumber = 0; _root.EnemyNumberMax = 30; _root.SatelliteUpExist = 0; _root.SatelliteDownExist = 0;
Frame 41
_root.GroundDownAktual = 0; _root.GroundUpAktual = 0; _root.GroundNumber = 0; _root.GroundNumberMax = 20; _root.GroundSpeed = -2; _root.GroundUp = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 11, 12, 11, 14, 15, 11, 12, 0, 11, 17, 13, 11, 14, 13, 11, 12, 0, 15, 11, 18, 11, 11, 14, 13, 12, 13, 11, 14, 15, 11, 13, 12, 11, 14); _root.GroundDown = new Array(2, 3, 1, 3, 5, 4, 3, 1, 2, 2, 3, 4, 3, 5, 1, 3, 2, 2, 1, 2, 3, 4, 2, 6, 1, 2, 1, 4, 5, 1, 3, 2, 1, 7, 3, 2, 5, 1, 2, 1, 4, 5, 1, 8, 1, 1, 4, 3, 1, 3, 1, 4, 5, 1, 2, 1, 3, 4); _root.attachMovie("L_Ground_Down", "Ground_" add _root.GroundNumber, 250 + _root.GroundNumber); _root["Ground_" add _root.GroundNumber].attachMovie("L_Ground_1_" add _root.GroundDown[_root.GroundDownAktual], "Plane", 50); setProperty("_root.Ground_" add _root.GroundNumber, _x , _root.LevelLeft + (getProperty("_root.Ground_" add _root.GroundNumber, _width) / 2)); if (_root.GroundDown[_root.GroundDownAktual] == 0) { setProperty("_root.Ground_" add _root.GroundNumber, _y , _root.LevelBottom + 100); } else { setProperty("_root.Ground_" add _root.GroundNumber, _y , _root.LevelBottom - (getProperty("_root.Ground_" add _root.GroundNumber, _height) / 2)); } _root.GroundNumber = 1; _root.attachMovie("L_Ground_Up", "Ground_" add _root.GroundNumber, 250 + _root.GroundNumber); _root["Ground_" add _root.GroundNumber].attachMovie("L_Ground_1_" add _root.GroundUp[_root.GroundUpAktual], "Plane", 50); setProperty("_root.Ground_" add _root.GroundNumber, _x , _root.LevelLeft + (getProperty("_root.Ground_" add _root.GroundNumber, _width) / 2)); if (_root.GroundUp[_root.GroundUpAktual] == 0) { setProperty("_root.Ground_" add _root.GroundNumber, _y , _root.LevelTop - 100); } else { setProperty("_root.Ground_" add _root.GroundNumber, _y , _root.LevelTop + (getProperty("_root.Ground_" add _root.GroundNumber, _height) / 2)); } _root.attachMovie("L_Shield", "Shield", 510); setProperty("_root.Shield", _x , -30); setProperty("_root.Shield", _y , _root.LevelBottom / 2); _root.attachMovie("L_R-Type_Killed", "R-Type_Killed", 499); setProperty("_root.R-Type_Killed", _x , -100); setProperty("_root.R-Type_Killed", _y , _root.LevelBottom / 2); _root.Bonus = _root.Bonus + 1; if (_root.Bonus >= _root.BonusMax) { _root.Bonus = 0; } _root.attachMovie("L_Bonus_3", "Bonus_" add _root.Bonus, 240 + _root.Bonus); setProperty("_root.Bonus_" add _root.Bonus, _x , 400); setProperty("_root.Bonus_" add _root.Bonus, _y , _root.LevelBottom / 2);
Frame 42
_root.Turns = _root.Turns + 1;
Frame 43
if ((_root.Turns >= 25) and (28 >= _root.Turns)) { call(Create_Enemy_01("L_Enemy_01", _root.LevelRight + 30, 50 + (100 * Math.random()))); } if ((_root.Turns >= 28) and (31 >= _root.Turns)) { call(Create_Enemy_01("L_Enemy_01", _root.LevelRight + 30, 250 + (100 * Math.random()))); } if ((_root.Turns >= 43) and (45 >= _root.Turns)) { call(Create_Enemy_01("L_Enemy_01", _root.LevelRight + 30, 250 + (100 * Math.random()))); } if ((_root.Turns >= 49) and (64 >= _root.Turns)) { call(Create_Enemy_01("L_Enemy_01", _root.LevelRight + 30, 50 + (300 * Math.random()))); } if ((_root.Turns >= 65) and (66 >= _root.Turns)) { call(Create_Enemy_01("L_Enemy_01", _root.LevelRight + 30, 200 + (150 * Math.random()))); } if ((_root.Turns >= 69) and (72 >= _root.Turns)) { call(Create_Enemy_01("L_Enemy_01", _root.LevelRight + 30, 200 + (150 * Math.random()))); } if ((_root.Turns >= 187) and (190 >= _root.Turns)) { call(Create_Enemy_01("L_Enemy_01", _root.LevelRight + 30, 100 + (150 * Math.random()))); } if ((_root.Turns >= 195) and (197 >= _root.Turns)) { call(Create_Enemy_01("L_Enemy_01", _root.LevelRight + 30, 200 + (150 * Math.random()))); }
Frame 44
if ((_root.Turns >= 34) and (36 >= _root.Turns)) { call(Create_Enemy_02_a("L_Enemy_02_a", _root.LevelRight + 30, 100, 0)); call(Create_Enemy_02_a("L_Enemy_02_a", (_root.LevelRight + 30) + 65, 100, -1.2)); } if ((_root.Turns >= 37) and (39 >= _root.Turns)) { call(Create_Enemy_02_a("L_Enemy_02_a", _root.LevelRight + 30, 300, 0)); call(Create_Enemy_02_a("L_Enemy_02_a", (_root.LevelRight + 30) + 65, 300, -1.2)); } if ((_root.Turns >= 91) and (93 >= _root.Turns)) { call(Create_Enemy_02_a("L_Enemy_02_a", _root.LevelRight + 30, 100, 0)); call(Create_Enemy_02_a("L_Enemy_02_a", (_root.LevelRight + 30) + 65, 100, -1.2)); } if (_root.Turns == 102) { call(Create_Enemy_02_a("L_Enemy_02_a", _root.LevelRight + 30, 200, 0)); } if ((_root.Turns >= 155) and (157 >= _root.Turns)) { call(Create_Enemy_02_b("L_Enemy_02_b", 400, -30, 10)); call(Create_Enemy_02_b("L_Enemy_02_b", 400, -95, 16)); } if ((_root.Turns >= 208) and (210 >= _root.Turns)) { call(Create_Enemy_02_b("L_Enemy_02_b", 520, -30, 10)); call(Create_Enemy_02_b("L_Enemy_02_b", 520, -95, 16)); }
Frame 45
if (_root.Turns == 154) { _root.pomstep = 0; _root.WheelStructure = new Array(); i = 0; while (i < 15) { if (i == 3) { call(Create_Enemy_03("L_Enemy_03_Main", (_root.LevelRight + (_root.LevelRight / 2)) + (100 * Math.cos(((Math.PI*2) * i) / 21)), (_root.LevelBottom / 2) + (100 * Math.sin(((Math.PI*2) * i) / 18)), ((2 * Math.Pi) * i) / 18, _root.LevelRight + (_root.LevelRight / 2), _root.LevelBottom / 2)); _root.pomstep = -1; } else { call(Create_Enemy_03("L_Enemy_03", (_root.LevelRight + (_root.LevelRight / 2)) + (100 * Math.cos(((Math.PI*2) * i) / 21)), (_root.LevelBottom / 2) + (100 * Math.sin(((Math.PI*2) * i) / 18)), ((2 * Math.Pi) * i) / 18, _root.LevelRight + (_root.LevelRight / 2), _root.LevelBottom / 2)); _root.WheelStructure[i + _root.pomstep] = _root.EnemyNumber; } i++; } }
Frame 46
if (_root.Turns == 31) { call(Create_Enemy_04("L_Enemy_04_01", _root.LevelRight + 30, 402)); } if (_root.Turns == 64) { call(Create_Enemy_04("L_Enemy_04_01", _root.LevelRight + 30, 402)); } if (_root.Turns == 69) { call(Create_Enemy_04("L_Enemy_04_01", _root.LevelRight + 30, 402)); } if (_root.Turns == 74) { call(Create_Enemy_04("L_Enemy_04_01", _root.LevelRight + 30, 402)); } if (_root.Turns == 79) { call(Create_Enemy_04("L_Enemy_04_01", _root.LevelRight + 30, 402)); } if (_root.Turns == 84) { call(Create_Enemy_04("L_Enemy_04_01", _root.LevelRight + 30, 402)); }
Frame 47
if (_root.Turns == 62) { call(Create_Enemy_04("L_Enemy_05_01", _root.LevelRight + 30, 200)); }
Frame 48
if (_root.Turns == 76) { call(Create_Enemy_04("L_Enemy_06", _root.LevelRight - 150, _root.LevelTop - 50)); }
Frame 49
if (_root.Turns == 110) { call(Create_Enemy_04("L_Enemy_07", _root.LevelRight + 30, 200)); call(Create_Enemy_04("L_Enemy_07", _root.LevelRight + 90, 350)); } if (_root.Turns == 115) { call(Create_Enemy_04("L_Enemy_07", _root.LevelRight + 40, 350)); call(Create_Enemy_04("L_Enemy_07", _root.LevelRight + 90, 200)); } if (_root.Turns == 120) { call(Create_Enemy_04("L_Enemy_07", _root.LevelRight + 30, 200)); call(Create_Enemy_04("L_Enemy_07", _root.LevelRight + 90, 350)); }
Frame 50
if (_root.Turns == 126) { call(Create_Enemy_04("L_Enemy_08_a", _root.LevelRight + 20, 389)); call(Create_Enemy_04("L_Enemy_08_a", _root.LevelRight + 80, 389)); call(Create_Enemy_04("L_Enemy_08_b", _root.LevelRight + 20, 71)); call(Create_Enemy_04("L_Enemy_08_b", _root.LevelRight + 80, 71)); call(Create_Enemy_04("L_Enemy_08_a", (_root.LevelRight + 20) + 128, 355)); call(Create_Enemy_04("L_Enemy_08_a", (_root.LevelRight + 80) + 128, 355)); call(Create_Enemy_04("L_Enemy_08_b", (_root.LevelRight + 20) + 128, 105)); call(Create_Enemy_04("L_Enemy_08_b", (_root.LevelRight + 80) + 128, 105)); } if (_root.Turns == 183) { call(Create_Enemy_04("L_Enemy_08_a", (_root.LevelRight + 20) + 40, 355)); call(Create_Enemy_04("L_Enemy_08_a", (_root.LevelRight + 80) + 40, 355)); call(Create_Enemy_04("L_Enemy_08_b", (_root.LevelRight + 20) + 40, 71)); call(Create_Enemy_04("L_Enemy_08_b", (_root.LevelRight + 80) + 40, 71)); } if (_root.Turns == 210) { call(Create_Enemy_04("L_Enemy_08_a", (_root.LevelRight + 20) + 32, 355)); call(Create_Enemy_04("L_Enemy_08_a", (_root.LevelRight + 80) + 32, 355)); call(Create_Enemy_04("L_Enemy_08_b", (_root.LevelRight + 20) + 32, 105)); call(Create_Enemy_04("L_Enemy_08_b", (_root.LevelRight + 80) + 32, 105)); } if (_root.Turns == 247) { call(Create_Enemy_04("L_Enemy_08_a", (_root.LevelRight + 20) + 40, 389)); call(Create_Enemy_04("L_Enemy_08_a", (_root.LevelRight + 80) + 40, 389)); call(Create_Enemy_04("L_Enemy_08_b", (_root.LevelRight + 20) + 40, 71)); call(Create_Enemy_04("L_Enemy_08_b", (_root.LevelRight + 80) + 40, 71)); }
Frame 51
if (_root.Turns == 295) { _root.FinalStatus = 5; _root.FinalEnemies = 52; _root.YStartFinal = 100; _root.XStartFinal = 520; _root.attachMovie("L_Final_01", "Enemy_31", 603); setProperty("_root.Enemy_31", _x , _root.XStartFinal + 300); setProperty("_root.Enemy_31", _y , _root.YStartFinal); _root.attachMovie("L_Final_02", "Enemy_32", 604); setProperty("_root.Enemy_32", _x , _root.XStartFinal + 301); setProperty("_root.Enemy_32", _y , (_root.YStartFinal + 21) + 36); _root.attachMovie("L_Final_03", "Enemy_33", 605); setProperty("_root.Enemy_33", _x , _root.XStartFinal + 365); setProperty("_root.Enemy_33", _y , ((_root.YStartFinal + 21) + 72) + 66); _root.attachMovie("L_Final_04", "Enemy_34", 606); setProperty("_root.Enemy_34", _x , _root.XStartFinal + 303); setProperty("_root.Enemy_34", _y , (((_root.YStartFinal + 21) + 72) + 132) + 27); _root.attachMovie("L_Final_05", "Enemy_35", 602); setProperty("_root.Enemy_35", _x , _root.XStartFinal + 248); setProperty("_root.Enemy_35", _y , (_root.YStartFinal + 21) + 61); _root.attachMovie("L_Final_06", "Enemy_5", 607); setProperty("_root.Enemy_5", _x , _root.XStartFinal + 152); setProperty("_root.Enemy_5", _y , _root.YStartFinal + 7); _root.attachMovie("L_Final_06", "Enemy_6", 608); setProperty("_root.Enemy_6", _x , _root.XStartFinal + 285); setProperty("_root.Enemy_6", _y , _root.YStartFinal + 102); _root.attachMovie("L_Final_06", "Enemy_7", 609); setProperty("_root.Enemy_7", _x , _root.XStartFinal + 286); setProperty("_root.Enemy_7", _y , _root.YStartFinal + 176); _root.attachMovie("L_Final_06", "Enemy_8", 610); setProperty("_root.Enemy_8", _x , _root.XStartFinal + 154); setProperty("_root.Enemy_8", _y , _root.YStartFinal + 249); _root.attachMovie("L_Final_07", "Enemy_9", 601); setProperty("_root.Enemy_9", _x , _root.XStartFinal + 320); setProperty("_root.Enemy_9", _y , _root.YStartFinal + 140); z = 0; while (z < 13) { if (z == 12) { _root.attachMovie("L_Final_09", "Enemy_" add (40 + z), 611 + z); } else { _root.attachMovie("L_Final_08", "Enemy_" add (40 + z), 611 + z); } setProperty("_root.Enemy_" add (40 + z), _x , _root.XStartFinal + 282); setProperty("_root.Enemy_" add (40 + z), _y , _root.YStartFinal + 250); setProperty("_root.Enemy_" add (40 + z), _xscale , 150); setProperty("_root.Enemy_" add (40 + z), _yscale , 150); _root["Enemy_" add (40 + z)].Radius = z * 17; _root["Enemy_" add (40 + z)].Angle = 4.71238898038469 + (z / 10); z++; } }
Frame 54
gotoAndPlay (42);
Frame 59
_root.Bonus = _root.Bonus + 1; if (_root.Bonus >= _root.BonusMax) { _root.Bonus = 0; } _root.attachMovie("L_Bonus_2", "Bonus_" add _root.Bonus, 240 + _root.Bonus); setProperty("_root.Bonus_" add _root.Bonus, _x , 400); setProperty("_root.Bonus_" add _root.Bonus, _y , (_root.LevelBottom / 2) - 100); _root.Bonus = _root.Bonus + 1; if (_root.Bonus >= _root.BonusMax) { _root.Bonus = 0; } _root.attachMovie("L_Bonus_4", "Bonus_" add _root.Bonus, 240 + _root.Bonus); setProperty("_root.Bonus_" add _root.Bonus, _x , 600); setProperty("_root.Bonus_" add _root.Bonus, _y , _root.LevelBottom / 2); _root.Bonus = _root.Bonus + 1; if (_root.Bonus >= _root.BonusMax) { _root.Bonus = 0; } _root.attachMovie("L_Bonus_5", "Bonus_" add _root.Bonus, 240 + _root.Bonus); setProperty("_root.Bonus_" add _root.Bonus, _x , 500); setProperty("_root.Bonus_" add _root.Bonus, _y , _root.LevelBottom / 2); _root.attachMovie("L_Satellite_Down", "Satellite_Down", 502); setProperty("_root.Satellite_Down", _x , 500); setProperty("_root.Satellite_Down", _y , 100); _root.attachMovie("L_Satellite_Up", "Satellite_Up", 503); setProperty("_root.Satellite_Up", _x , 200); setProperty("_root.Satellite_Up", _y , 200);
Symbol 11 MovieClip [L_06_Crash] Frame 7
this.removeMovieClip(); stop();
Symbol 16 MovieClip [L_05_Crash] Frame 5
this.removeMovieClip(); stop();
Symbol 35 MovieClip [L_04_Crash] Frame 10
this.removeMovieClip(); stop();
Symbol 48 MovieClip [L_03_Crash] Frame 9
this.removeMovieClip(); stop();
Symbol 59 MovieClip [L_02_Crash] Frame 9
this.removeMovieClip(); stop();
Symbol 60 MovieClip [L_01_Crash] Frame 9
this.removeMovieClip(); stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 16
gotoAndStop (1);
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 16
gotoAndStop (1);
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
stop();
Symbol 117 MovieClip Frame 3
stop();
Symbol 117 MovieClip Frame 4
stop();
Symbol 117 MovieClip Frame 5
stop();
Symbol 118 MovieClip [L_R-Type_Killed] Frame 1
this.RTypeKilled = 0; this.RtypeBright = 0; this.RTypeKilledRound = 30; RTypeSpeed = 5; RTypePos = 0; RTypeWidthHalf = getProperty(this, _width) / 2; RTypeHeightHalf = getProperty(this, _height) / 2; _root.RTypeLoadPosX = 51; _root.RTypeLoadPosY = 10; _root.RTypeSingle = 0; _root.RTypeMega = 0; _root.RTypeShield = 0; _root.RTypeShot = 0; _root.RTypeShieldAttached = 0; _root.RTypeShieldDirection = 1; tellTarget (this.Plane) { gotoAndStop ("Position_0"); }; this.attachMovie("L_Load_01", "Load", 512); this.attachMovie("L_Load_02", "Load_Small", 513);
Symbol 118 MovieClip [L_R-Type_Killed] Frame 2
setProperty(this, _x , getProperty(this, _x) + RTypeSpeed); if (getProperty(this, _x) >= 100) { gotoAndPlay (4); } if (this.RtypeBright) { this.RtypeBright = 0; setProperty(this.Plane, _alpha , 80); } else { setProperty(this.Plane, _alpha , 40); this.RtypeBright = 1; }
Symbol 118 MovieClip [L_R-Type_Killed] Frame 3
gotoAndPlay (2);
Symbol 118 MovieClip [L_R-Type_Killed] Frame 4
this.RTypeKilled = this.RTypeKilled + 1; if (this.RtypeBright) { this.RtypeBright = 0; setProperty(this.Plane, _alpha , 80); } else { setProperty(this.Plane, _alpha , 40); this.RtypeBright = 1; } if (this.RTypeKilled == this.RTypeKilledRound) { pom2x = getProperty("_root.R-Type_Killed", _x); pom2y = getProperty("_root.R-Type_Killed", _y); _root.attachMovie("L_R-Type", "R-Type", 500); setProperty("_root.R-Type", _x , pom2x); setProperty("_root.R-Type", _y , pom2y); this.removeMovieClip(); } if (Key.isDown(Key.LEFT)) { if (_root.LevelLeft < ((getProperty(this, _x) - RTypeSpeed) - RTypeWidthHalf)) { setProperty(this, _x , getProperty(this, _x) - RTypeSpeed); } else { setProperty(this, _x , 0 + RTypeWidthHalf); } } if (Key.isDown(Key.RIGHT)) { if (((getProperty(this, _x) + RTypeSpeed) + RTypeWidthHalf) < _root.LevelRight) { setProperty(this, _x , getProperty(this, _x) + RTypeSpeed); } else { setProperty(this, _x , _root.LevelRight - RTypeWidthHalf); } } if (Key.isDown(Key.UP)) { if (_root.LevelTop < ((getProperty(this, _y) - RTypeSpeed) - RTypeHeightHalf)) { setProperty(this, _y , getProperty(this, _y) - (RTypeSpeed / (3 + RTypePos))); } else { setProperty(this, _y , _root.LevelTop + RTypeHeightHalf); } if (-2 < RTypePos) { RTypePos = RTypePos - 0.5; tellTarget (this.Plane) { gotoAndStop("Position_" add this.RTypePos); }; } } if (Key.isDown(Key.DOWN)) { if (((getProperty(this, _y) + RTypeSpeed) + RTypeHeightHalf) < _root.LevelBottom) { setProperty(this, _y , getProperty(this, _y) + (RTypeSpeed / (3 - RTypePos))); } else { setProperty(this, _y , _root.LevelBottom - RTypeHeightHalf); } if (RTypePos < 2) { RTypePos = RTypePos + 0.5; tellTarget (this.Plane) { gotoAndStop("Position_" add this.RTypePos); }; } } if ((!Key.isDown(Key.DOWN)) and (!Key.isDown(Key.UP))) { if (0 < RTypePos) { RTypePos = RTypePos - 0.5; tellTarget (this.Plane) { gotoAndStop("Position_" add this.RTypePos); }; } if (RTypePos < 0) { RTypePos = RTypePos + 0.5; tellTarget (this.Plane) { gotoAndStop("Position_" add this.RTypePos); }; } }
Symbol 118 MovieClip [L_R-Type_Killed] Frame 5
gotoAndPlay (4);
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 2
stop();
Symbol 119 MovieClip Frame 3
stop();
Symbol 119 MovieClip Frame 4
stop();
Symbol 119 MovieClip Frame 5
stop();
Symbol 120 MovieClip [L_R-Type] Frame 1
_root.death = 0; RTypeSpeed = 5; RTypePos = 0; RTypeWidthHalf = getProperty(this, _width) / 2; RTypeHeightHalf = getProperty(this, _height) / 2; _root.RTypeLoadPosX = 51; _root.RTypeWeaponSeries1 = 0; _root.RTypeWeaponSeries2 = 0; _root.RTypeLoadPosY = 10; _root.RTypeSingle = 0; _root.RTypeMega = 0; _root.RTypeShield = 0; _root.RTypeShot = 0; _root.RTypeShieldAttached = 0; _root.RTypeShieldDirection = 1; tellTarget (this.Plane) { gotoAndStop ("Position_0"); }; _root.attachMovie("L_Load_01", "Load", 512); _root.attachMovie("L_Load_02", "Load_Small", 513); function Shoot_Create(xpos, ypos, speedx, speedy, rotation) { _root.ShootFriend = _root.ShootFriend + 1; if (_root.ShootFriend == _root.ShootFriendMax) { _root.ShootFriend = 0; } _root.attachMovie("L_Shoot_01", "ShootFriend_" add _root.ShootFriend, 200 + _root.ShootFriend); setProperty("_root.ShootFriend_" add _root.ShootFriend, _x , xpos); setProperty("_root.ShootFriend_" add _root.ShootFriend, _y , ypos); setProperty("_root.ShootFriend_" add _root.ShootFriend, _rotation , rotation); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".SpeedX", speedx); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".SpeedY", speedy); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".Power", 1); } function Bonus_Shot_1(xpos, ypos, speedx, speedy, rotation, br) { _root.ShootFriend = _root.ShootFriend + 1; if (_root.ShootFriend == _root.ShootFriendMax) { _root.ShootFriend = 0; } _root.attachMovie("Bonus_Shot_" add br, "ShootFriend_" add _root.ShootFriend, 200 + _root.ShootFriend); setProperty("_root.ShootFriend_" add _root.ShootFriend, _x , xpos); setProperty("_root.ShootFriend_" add _root.ShootFriend, _y , ypos); setProperty("_root.ShootFriend_" add _root.ShootFriend, _rotation , rotation); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".SpeedX", speedx); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".SpeedY", speedy); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".Power", 4); } function Bonus_Shot_2(xpos, ypos, br) { _root.ShootFriend = _root.ShootFriend + 1; if (_root.ShootFriend == _root.ShootFriendMax) { _root.ShootFriend = 0; } _root.attachMovie("Bonus_Shot_02_" add br, "ShootFriend_" add _root.ShootFriend, 200 + _root.ShootFriend); setProperty("_root.ShootFriend_" add _root.ShootFriend, _x , xpos); setProperty("_root.ShootFriend_" add _root.ShootFriend, _y , ypos); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".Power", 10); } function Shoot_Attached() { call(Shoot_Create(getProperty("_root.Load_Small", _x), getProperty("_root.Load_Small", _y) - 4, _0speedx, _0speedy, 0)); } function WeaponSeries1() { if (_root.RTypeWeaponSet == 1) { if (_root.Shield.ShieldDirection) { call(Bonus_Shot_1(getProperty("_root.R-Type", _x), getProperty("_root.R-Type", _y) - 22, _0speedx + 5, _0speedy, 0, 1)); call(Bonus_Shot_1(getProperty("_root.R-Type", _x), getProperty("_root.R-Type", _y) + 22, _0speedx + 5, _0speedy, 0, 2)); if (_root.SatelliteUpExist == 1) { call(Bonus_Shot_1(getProperty("_root.Satellite_Up", _x) + 32, getProperty("_root.Satellite_Up", _y), _0speedx + 5, _0speedy, 0, 1)); } if (_root.SatelliteDownExist == 1) { call(Bonus_Shot_1(getProperty("_root.Satellite_Down", _x) + 32, getProperty("_root.Satellite_Down", _y), _0speedx + 5, _0speedy, 0, 2)); } } else { call(Bonus_Shot_1(getProperty("_root.R-Type", _x), getProperty("_root.R-Type", _y) - 22, (-_0speedx) - 5, _0speedy, 180, 1)); call(Bonus_Shot_1(getProperty("_root.R-Type", _x), getProperty("_root.R-Type", _y) + 22, (-_0speedx) - 5, _0speedy, 180, 2)); if (_root.SatelliteUpExist == 1) { call(Bonus_Shot_1(getProperty("_root.Satellite_Up", _x) - 32, getProperty("_root.Satellite_Up", _y), (-_0speedx) - 5, _0speedy, 180, 1)); } if (_root.SatelliteDownExist == 1) { call(Bonus_Shot_1(getProperty("_root.Satellite_Down", _x) - 32, getProperty("_root.Satellite_Down", _y), (-_0speedx) - 5, _0speedy, 180, 2)); } } } } function WeaponSeries2() { if ((_root.RTypeWeaponSet == 2) & (_root.RTypeWeaponSeries2 == 0)) { _root.RTypeWeaponSeries2 = 1; if (_root.Shield.ShieldDirection) { call(Bonus_Shot_2(getProperty("_root.Shield", _x), getProperty("_root.Shield", _y), 1)); } else { call(Bonus_Shot_2(getProperty("_root.Shield", _x), getProperty("_root.Shield", _y), 2)); } } } function Shoot_Not_Attached() { call(Shoot_Create(getProperty("_root.Load_Small", _x), getProperty("_root.Load_Small", _y) - 4, _0speedx, _0speedy, 0)); if (_root.Shield.ShieldLevel == 1) { if (_root.Shield.ShieldDirection) { call(Shoot_Create((getProperty("_root.Shield", _x) + (getProperty("_root.Shield", _width) / 2)) + _root.RTypeLoadPosY, getProperty("_root.Shield", _y), _0speedx, _0speedy, 0)); } else { call(Shoot_Create((getProperty("_root.Shield", _x) - (getProperty("_root.Shield", _width) / 2)) - _root.RTypeLoadPosY, getProperty("_root.Shield", _y), -_0speedx, _0speedy, 180)); } } if (_root.Shield.ShieldLevel == 2) { if (_root.Shield.ShieldDirection) { call(Shoot_Create((getProperty("_root.Shield", _x) + (getProperty("_root.Shield", _width) / 2)) + 10, getProperty("_root.Shield", _y) - 5, _30speedx, -_30speedy, -30)); call(Shoot_Create((getProperty("_root.Shield", _x) + (getProperty("_root.Shield", _width) / 2)) + 10, getProperty("_root.Shield", _y) + 5, _30speedx, _30speedy, 30)); } else { call(Shoot_Create((getProperty("_root.Shield", _x) - (getProperty("_root.Shield", _width) / 2)) - 10, getProperty("_root.Shield", _y) - 5, -_30speedx, -_30speedy, 210)); call(Shoot_Create((getProperty("_root.Shield", _x) - (getProperty("_root.Shield", _width) / 2)) - 10, getProperty("_root.Shield", _y) + 5, -_30speedx, _30speedy, 150)); } } if (_root.Shield.ShieldLevel == 3) { if (_root.Shield.ShieldDirection) { call(Shoot_Create((getProperty("_root.Shield", _x) + (getProperty("_root.Shield", _width) / 2)) + 10, getProperty("_root.Shield", _y) - 5, _30speedx, -_30speedy, -30)); call(Shoot_Create((getProperty("_root.Shield", _x) + (getProperty("_root.Shield", _width) / 2)) + 10, getProperty("_root.Shield", _y) + 5, _30speedx, _30speedy, 30)); call(Shoot_Create(getProperty("_root.Shield", _x), (getProperty("_root.Shield", _y) - getProperty("Shield", _height)) - 10, _90speedx, -_90speedy, -90)); call(Shoot_Create(getProperty("_root.Shield", _x), (getProperty("_root.Shield", _y) + getProperty("Shield", _height)) + 10, _90speedx, _90speedy, 90)); } else { call(Shoot_Create((getProperty("_root.Shield", _x) - (getProperty("_root.Shield", _width) / 2)) - 10, getProperty("_root.Shield", _y) - 5, -_30speedx, -_30speedy, 210)); call(Shoot_Create((getProperty("_root.Shield", _x) - (getProperty("_root.Shield", _width) / 2)) - 10, getProperty("_root.Shield", _y) + 5, -_30speedx, _30speedy, 150)); call(Shoot_Create(getProperty("_root.Shield", _x), (getProperty("_root.Shield", _y) - getProperty("Shield", _height)) - 10, -_90speedx, -_90speedy, 270)); call(Shoot_Create(getProperty("_root.Shield", _x), (getProperty("_root.Shield", _y) + getProperty("Shield", _height)) + 10, -_90speedx, _90speedy, 90)); } } } function Mega_Shot_Create(MegaS) { _root.ShootFriend = _root.ShootFriend + 1; if (_root.ShootFriend == _root.ShootFriendMax) { _root.ShootFriend = 0; } _root.attachMovie("L_Mega_Shot_Movie", "ShootFriend_" add _root.ShootFriend, 200 + _root.ShootFriend); _root["ShootFriend_" add _root.ShootFriend].attachMovie("L_MegaShot_" add MegaS, "Plane", 200 + _root.ShootFriend); if (_root.Shield.ShieldAttached) { setProperty("_root.ShootFriend_" add _root.ShootFriend, _x , (getProperty("_root.Shield", _x) + (getProperty("_root.Shield", _width) / 2)) + (getProperty("_root.ShootFriend_" add _root.ShootFriend, _width) / 2)); } else { setProperty("_root.ShootFriend_" add _root.ShootFriend, _x , (getProperty(this, _x) + (getProperty(this, _width) / 2)) + (getProperty("_root.ShootFriend_" add _root.ShootFriend, _width) / 2)); } setProperty("_root.ShootFriend_" add _root.ShootFriend, _y , getProperty(this, _y) + 5); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".SpeedX", _0speedx + 10); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".SpeedY", 0); Set(("_root.ShootFriend_" add _root.ShootFriend) add ".Power", 1 + (3 * MegaS)); } _0speedx = 20; _0speedy = 0; _30speedx = 15; _30speedy = 12; _90speedx = _0speedy; _90speedy = _0speedx;
Symbol 120 MovieClip [L_R-Type] Frame 2
if (_root.death == 1) { _root.death = 0; _root.Lives = _root.Lives - 1; if (_root.Lives == 0) { } else { _root.attachMovie("L_R-Type_Killed", "R-Type_Killed", 499); _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_02_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); setProperty("_root.R-Type_Killed", _x , -150); setProperty("_root.R-Type_Killed", _y , _root.LevelBottom / 2); _root.RTypeWeaponSet = 0; if (_root.SatelliteUpExist) { _root.Satellite_Up.removeMovieClip(); _root.SatelliteUpExist = 0; } if (_root.SatelliteDownExist) { _root.Satellite_Down.removeMovieClip(); _root.SatelliteDownExist = 0; } if (0 < _root.Shield.ShieldLevel) { removeMovieClip("_root.Shield.Plane"); _root.Shield.ShieldLevel = 0; } _root.ShieldAvailable = 0; _root.Load.removeMovieClip(); _rootLoad_Small.removeMovieClip(); this.removeMovieClip(); } } if (Key.isDown(Key.LEFT)) { if (_root.LevelLeft < ((getProperty(this, _x) - RTypeSpeed) - RTypeWidthHalf)) { setProperty(this, _x , getProperty(this, _x) - RTypeSpeed); } else { setProperty(this, _x , 0 + RTypeWidthHalf); } } if (Key.isDown(Key.RIGHT)) { if (((getProperty(this, _x) + RTypeSpeed) + RTypeWidthHalf) < _root.LevelRight) { setProperty(this, _x , getProperty(this, _x) + RTypeSpeed); } else { setProperty(this, _x , _root.LevelRight - RTypeWidthHalf); } } if (Key.isDown(Key.UP)) { if (_root.LevelTop < ((getProperty(this, _y) - RTypeSpeed) - RTypeHeightHalf)) { setProperty(this, _y , getProperty(this, _y) - (RTypeSpeed / (3 + RTypePos))); } else { setProperty(this, _y , _root.LevelTop + RTypeHeightHalf); } if (-2 < RTypePos) { RTypePos = RTypePos - 0.5; tellTarget (this.Plane) { gotoAndStop("Position_" add this.RTypePos); }; } } if (Key.isDown(Key.DOWN)) { if (((getProperty(this, _y) + RTypeSpeed) + RTypeHeightHalf) < _root.LevelBottom) { setProperty(this, _y , getProperty(this, _y) + (RTypeSpeed / (3 - RTypePos))); } else { setProperty(this, _y , _root.LevelBottom - RTypeHeightHalf); } if (RTypePos < 2) { RTypePos = RTypePos + 0.5; tellTarget (this.Plane) { gotoAndStop("Position_" add this.RTypePos); }; } } if ((!Key.isDown(Key.DOWN)) and (!Key.isDown(Key.UP))) { if (0 < RTypePos) { RTypePos = RTypePos - 0.5; tellTarget (this.Plane) { gotoAndStop("Position_" add this.RTypePos); }; } if (RTypePos < 0) { RTypePos = RTypePos + 0.5; tellTarget (this.Plane) { gotoAndStop("Position_" add this.RTypePos); }; } } if (!Key.isDown(83)) { if (_root.RTypeWeaponSeries1 != 0) { _root.RTypeWeaponSeries1 = _root.RTypeWeaponSeries1 + 1; if (15 < _root.RTypeWeaponSeries1) { _root.RTypeWeaponSeries1 = 0; } } if (_root.RTypeSingle != 0) { _root.RTypeSingle = _root.RTypeSingle + 1; if (3 < _root.RTypeSingle) { _root.RTypeSingle = 0; } } } if (Key.isDown(83)) { if (_root.Shield.ShieldAttached & _root.Shield.ShieldDirection) { setProperty("_root.Load_Small", _x , (getProperty(this, _x) + _root.RTypeLoadPosX) + getProperty("_root.Shield", _width)); setProperty("_root.Load_Small", _y , getProperty(this, _y) + _root.RTypeLoadPosY); } else { setProperty("_root.Load_Small", _x , getProperty(this, _x) + _root.RTypeLoadPosX); setProperty("_root.Load_Small", _y , getProperty(this, _y) + _root.RTypeLoadPosY); } if (_root.Shield.ShieldAttached) { if (_root.RTypeWeaponSeries2 == 0) { call(WeaponSeries2()); } } if (_root.RTypeWeaponSeries1 == 0) { if (_root.Shield.ShieldAttached) { call(WeaponSeries1()); } _root.RTypeWeaponSeries1 = _root.RTypeWeaponSeries1 + 1; } else if (_root.RTypeWeaponSeries1 < 15) { _root.RTypeWeaponSeries1 = _root.RTypeWeaponSeries1 + 1; } else { _root.RTypeWeaponSeries1 = 0; } if (_root.RTypeSingle == 0) { tellTarget ("_root.Load_Small") { gotoAndPlay (2); }; if (_root.Shield.ShieldAttached) { call(Shoot_Attached()); } else { call(Shoot_Not_Attached()); } _root.RTypeSingle = _root.RTypeSingle + 1; } else if (_root.RTypeSingle < 7) { _root.RTypeSingle = _root.RTypeSingle + 1; } else { _root.RTypeSingle = 0; } } if (!Key.isDown(65)) { tellTarget ("_root.Panel.Power_Line") { gotoAndStop (1); }; if (_root.RTypeMega != 0) { call(Mega_Shot_Create(Math.round(_root.RTypeMega / 10))); } _root.RTypeMega = 0; _root.RTypeShot = 0; tellTarget ("_root.Load") { gotoAndStop (1); }; } if (Key.isDown(65)) { _root.RTypeMega = _root.RTypeMega + 1; if (_root.RTypeMega == 49) { } if (50 < _root.RTypeMega) { _root.RTypeMega = 50; } tellTarget ("_root.Panel.Power_Line") { gotoAndStop(_root.RTypeMega); }; if (_root.Shield.ShieldAttached & _root.Shield.ShieldDirection) { setProperty("_root.Load", _x , (getProperty(this, _x) + _root.RTypeLoadPosX) + getProperty("_root.Shield", _width)); setProperty("_root.Load", _y , getProperty(this, _y) + _root.RTypeLoadPosY); } else { setProperty("_root.Load", _x , getProperty(this, _x) + _root.RTypeLoadPosX); setProperty("_root.Load", _y , getProperty(this, _y) + _root.RTypeLoadPosY); } if (_root.RTypeShot == 0) { tellTarget ("_root.Load") { gotoAndPlay (2); }; } _root.RTypeShot = 1; }
Symbol 120 MovieClip [L_R-Type] Frame 3
gotoAndPlay (2);
Symbol 121 MovieClip [L_Shield] Frame 1
this.ShieldDistance = 150; this.Power = 0.5; this.ShieldSpeedXDiv = 20; this.ShieldSpeedYDiv = 22; this.ShieldFireSpeed = 20; this.ShieldDirection = 1; this.ShieldAttached = 0; this.ShieldLevel = 0; X_Shield = new Array(); Y_Shield = new Array(); X_Shield[1] = -42; Y_Shield[1] = 5; X_Shield[2] = -46; Y_Shield[2] = 4; X_Shield[3] = -48; Y_Shield[3] = 4; X_Shield[13] = 40; Y_Shield[13] = 7; X_Shield[14] = 48; Y_Shield[14] = 7; X_Shield[15] = 44; Y_Shield[15] = 7;
Symbol 121 MovieClip [L_Shield] Frame 2
if (this.ShieldAttached) { setProperty(this, _x , getProperty("_root.R-Type", _x) + X_Shield[this.ShieldLevel + (this.ShieldDirection * 12)]); setProperty(this, _y , getProperty("_root.R-Type", _y) + Y_Shield[this.ShieldLevel + (this.ShieldDirection * 12)]); if (Key.isDown(88)) { this.ShieldAttached = 0; gotoAndPlay (5); } } else { if (getProperty("_root.R-Type", _x) < (_root.levelRight / 2)) { xspeed = (_root.LevelRight - ShieldDistance) - getProperty("_root.Shield", _x); } else { xspeed = (_root.LevelLeft + ShieldDistance) - getProperty("_root.Shield", _x); } yspeed = getProperty("_root.R-Type", _y) - getProperty("_root.Shield", _y); setProperty("_root.Shield", _x , getProperty("_root.Shield", _x) + (xspeed / ShieldSpeedXDiv)); setProperty("_root.Shield", _y , getProperty("_root.Shield", _y) + (yspeed / ShieldSpeedYDiv)); i = 0; while (_root.GroundNumberMax >= i) { if (this.hitTest(_root["Ground_" add i])) { setProperty("_root.Shield", _x , (getProperty("_root.Shield", _x) - (1.2 * (xspeed / ShieldSpeedXDiv))) + _root.GroundSpeed); } i++; } if (this.hitTest("_root.R-Type")) { this.ShieldAttached = 1; this.ShieldDirection = Number(getProperty("_root.R-Type", _x) < getProperty(this, _x)); this.attachMovie((("L_Shield_" add this.ShieldLevel) add "_") add this.ShieldDirection, "Plane", 510); } } i = 0; while (i < _root.EnemyNumberMax) { if (this.hitTest("_root.Enemy_" add i)) { _root["Enemy_" add i].Defence = _root["Enemy_" add i].Defence - this.Power; if (50 < getProperty("_root.Enemy_" add i, _alpha)) { setProperty("_root.Enemy_" add i, _alpha , 50); } else { setProperty("_root.Enemy_" add i, _alpha , 100); } } else { setProperty("_root.Enemy_" add i, _alpha , 100); } i++; }
Symbol 121 MovieClip [L_Shield] Frame 3
gotoAndPlay (2);
Symbol 121 MovieClip [L_Shield] Frame 5
tellTarget (this.Plane.Plane) { gotoAndPlay (2); };
Symbol 121 MovieClip [L_Shield] Frame 6
if (this.ShieldDirection) { i = 0; while (_root.GroundNumberMax >= i) { if (this.hitTest(_root["Ground_" add i])) { setProperty("_root.Shield", _x , getProperty("_root.Shield", _x) + (3 * _root.GroundSpeed)); tellTarget (this.Plane.Plane) { gotoAndStop (1); }; gotoAndPlay (2); } i++; } if ((getProperty(this, _x) + (getProperty(this, _width) / 2)) < _root.LevelRight) { setProperty(this, _x , getProperty(this, _x) + this.ShieldFireSpeed); } else { tellTarget (this.Plane.Plane) { gotoAndStop (1); }; gotoAndPlay (2); } } else { i = 0; while (_root.GroundNumberMax >= i) { if (this.hitTest(_root["Ground_" add i])) { setProperty("_root.Shield", _x , getProperty("_root.Shield", _x) - (3 * _root.GroundSpeed)); tellTarget (this.Plane.Plane) { gotoAndStop (1); }; gotoAndPlay (2); } i++; } if (_root.LevelLeft < (getProperty(this, _x) - (getProperty(this, _width) / 2))) { setProperty(this, _x , getProperty(this, _x) - this.ShieldFireSpeed); } else { tellTarget (this.Plane.Plane) { gotoAndStop (1); }; gotoAndPlay (2); } } i = 0; while (i < _root.EnemyNumberMax) { if (this.hitTest("_root.Enemy_" add i)) { _root["Enemy_" add i].Defence = _root["Enemy_" add i].Defence - this.Power; if (50 < getProperty("_root.Enemy_" add i, _alpha)) { setProperty("_root.Enemy_" add i, _alpha , 50); } else { setProperty("_root.Enemy_" add i, _alpha , 100); } } else { setProperty("_root.Enemy_" add i, _alpha , 100); } i++; }
Symbol 121 MovieClip [L_Shield] Frame 7
gotoAndPlay (6);
Symbol 139 MovieClip [L_Satellite_Down] Frame 1
this.Power = 0.5; if (this.hitTest("_root.R-Type")) { _root.SatelliteDownExist = 1; gotoAndPlay (3); } setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (((getProperty(this, _width) / 2) + getProperty(this, _x)) < _root.LevelLeft) { this.removeMovieClip(); }
Symbol 139 MovieClip [L_Satellite_Down] Frame 2
gotoAndPlay (1);
Symbol 139 MovieClip [L_Satellite_Down] Frame 3
xspeed = getProperty("_root.R-Type", _x) - getProperty(this, _x); yspeed = (getProperty("_root.R-Type", _y) + 60) - getProperty(this, _y); setProperty(this, _x , getProperty(this, _x) + (xspeed / 5)); setProperty(this, _y , getProperty(this, _y) + (yspeed / 5)); i = 0; while (i < _root.EnemyNumberMax) { if (this.hitTest("_root.Enemy_" add i)) { _root["Enemy_" add i].Defence = _root["Enemy_" add i].Defence - this.Power; } i++; }
Symbol 139 MovieClip [L_Satellite_Down] Frame 4
gotoAndPlay (3);
Symbol 141 MovieClip [L_Satellite_Up] Frame 1
this.Power = 0.5; if (this.hitTest("_root.R-Type")) { _root.SatelliteUpExist = 1; gotoAndPlay (3); } setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (((getProperty(this, _width) / 2) + getProperty(this, _x)) < _root.LevelLeft) { this.removeMovieClip(); }
Symbol 141 MovieClip [L_Satellite_Up] Frame 2
gotoAndPlay (1);
Symbol 141 MovieClip [L_Satellite_Up] Frame 3
xspeed = getProperty("_root.R-Type", _x) - getProperty(this, _x); yspeed = (getProperty("_root.R-Type", _y) - 60) - getProperty(this, _y); setProperty(this, _x , getProperty(this, _x) + (xspeed / 5)); setProperty(this, _y , getProperty(this, _y) + (yspeed / 5)); i = 0; while (i < _root.EnemyNumberMax) { if (this.hitTest("_root.Enemy_" add i)) { _root["Enemy_" add i].Defence = _root["Enemy_" add i].Defence - this.Power; } i++; }
Symbol 141 MovieClip [L_Satellite_Up] Frame 4
gotoAndPlay (3);
Symbol 143 MovieClip [L_Load_02] Frame 1
stop();
Symbol 143 MovieClip [L_Load_02] Frame 4
gotoAndStop (1);
Symbol 152 MovieClip [L_Load_01] Frame 1
stop();
Symbol 152 MovieClip [L_Load_01] Frame 18
gotoAndPlay (2);
Symbol 187 MovieClip [L_Ground_Up] Frame 1
this.StatusInside = 0;
Symbol 187 MovieClip [L_Ground_Up] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if ((_root.LevelRight >= (getProperty(this, _x) + (getProperty(this, _width) / 2))) & (this.StatusInside == 0)) { this.StatusInside = 1; } if (this.StatusInside == 1) { this.StatusInside = 2; if (_root.GroundUp.length >= _root.GroundUpAktual) { _root.GroundUpAktual = _root.GroundUpAktual + 1; _root.GroundNumber = _root.GroundNumber + 1; if (_root.GroundNumber == _root.GroundNumberMax) { _root.GroundNumber = 0; } _root.attachMovie("L_Ground_Up", "Ground_" add _root.GroundNumber, 250 + _root.GroundNumber); _root["Ground_" add _root.GroundNumber].attachMovie("L_Ground_1_" add _root.GroundUp[_root.GroundUpAktual], "Plane", 50); setProperty("_root.Ground_" add _root.GroundNumber, _x , (getProperty(this, _x) + (getProperty(this, _width) / 2)) + (getProperty("_root.Ground_" add _root.GroundNumber, _width) / 2)); if (_root.GroundUp[_root.GroundUpAktual] == 0) { setProperty("_root.Ground_" add _root.GroundNumber, _y , _root.LevelTop - 100); } else { setProperty("_root.Ground_" add _root.GroundNumber, _y , _root.LevelTop + (getProperty("_root.Ground_" add _root.GroundNumber, _height) / 2)); } } else { _root.GroundSpeed = 0; } } if (_root.LevelLeft >= (getProperty(this, _x) + (getProperty(this, _width) / 2))) { this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 187 MovieClip [L_Ground_Up] Frame 3
gotoAndPlay (2);
Symbol 188 MovieClip [L_Ground_Down] Frame 1
this.StatusInside = 0;
Symbol 188 MovieClip [L_Ground_Down] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if ((_root.LevelRight >= (getProperty(this, _x) + (getProperty(this, _width) / 2))) & (this.StatusInside == 0)) { this.StatusInside = 1; } if (this.StatusInside == 1) { this.StatusInside = 2; if (_root.GroundDown.length >= _root.GroundDownAktual) { _root.GroundDownAktual = _root.GroundDownAktual + 1; _root.GroundNumber = _root.GroundNumber + 1; if (_root.GroundNumber == _root.GroundNumberMax) { _root.GroundNumber = 0; } _root.attachMovie("L_Ground_Down", "Ground_" add _root.GroundNumber, 250 + _root.GroundNumber); _root["Ground_" add _root.GroundNumber].attachMovie("L_Ground_1_" add _root.GroundDown[_root.GroundDownAktual], "Plane", 50); setProperty("_root.Ground_" add _root.GroundNumber, _x , (getProperty(this, _x) + (getProperty(this, _width) / 2)) + (getProperty("_root.Ground_" add _root.GroundNumber, _width) / 2)); if (_root.GroundDown[_root.GroundDownAktual] == 0) { setProperty("_root.Ground_" add _root.GroundNumber, _y , _root.LevelBottom + 100); } else { setProperty("_root.Ground_" add _root.GroundNumber, _y , _root.LevelBottom - (getProperty("_root.Ground_" add _root.GroundNumber, _height) / 2)); } } else { _root.GroundSpeed = 0; } } if (_root.LevelLeft >= (getProperty(this, _x) + (getProperty(this, _width) / 2))) { this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 188 MovieClip [L_Ground_Down] Frame 3
gotoAndPlay (2);
Symbol 191 MovieClip [L_Shoot_01] Frame 2
setProperty(this, _x , getProperty(this, _x) + this.SpeedX); setProperty(this, _y , getProperty(this, _y) + this.SpeedY); if (getProperty(this, _y) < _root.LevelTop) { this.removeMovieClip(); } if (_root.LevelBottom < getProperty(this, _y)) { this.removeMovieClip(); } if (getProperty(this, _x) < _root.LevelLeft) { this.removeMovieClip(); } if (_root.LevelRight < getProperty(this, _x)) { this.removeMovieClip(); } if (0 >= Power) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_05_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); this.removeMovieClip(); }
Symbol 191 MovieClip [L_Shoot_01] Frame 3
gotoAndPlay (2);
Symbol 202 MovieClip [L_Mega_Shot_Movie] Frame 2
setProperty(this, _x , getProperty(this, _x) + this.SpeedX); setProperty(this, _y , getProperty(this, _y) + this.SpeedY); if (getProperty(this, _y) < _root.LevelTop) { this.removeMovieClip(); } if (_root.LevelBottom < getProperty(this, _y)) { this.removeMovieClip(); } if (getProperty(this, _x) < _root.LevelLeft) { this.removeMovieClip(); } if (_root.LevelRight < getProperty(this, _x)) { this.removeMovieClip(); } if (0 >= Power) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_06_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); this.removeMovieClip(); }
Symbol 202 MovieClip [L_Mega_Shot_Movie] Frame 3
gotoAndPlay (2);
Symbol 206 MovieClip [L_Bonus_5] Frame 1
Symbol 206 MovieClip [L_Bonus_5] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { _root.RTypeWeaponSet = 2; this.removeMovieClip(); } if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); }
Symbol 206 MovieClip [L_Bonus_5] Frame 3
gotoAndPlay (2);
Symbol 210 MovieClip [L_Bonus_4] Frame 1
Symbol 210 MovieClip [L_Bonus_4] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { _root.RTypeWeaponSet = 1; this.removeMovieClip(); } if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); }
Symbol 210 MovieClip [L_Bonus_4] Frame 3
gotoAndPlay (2);
Symbol 214 MovieClip [L_Bonus_3] Frame 1
Symbol 214 MovieClip [L_Bonus_3] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { Set("_root.R-Type.RTypeSpeed", 7); this.removeMovieClip(); } if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); }
Symbol 214 MovieClip [L_Bonus_3] Frame 3
gotoAndPlay (2);
Symbol 218 MovieClip [L_Bonus_2] Frame 1
Symbol 218 MovieClip [L_Bonus_2] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { if ((_root.Shield.ShieldLevel < 3) & (0 < _root.Shield.ShieldLevel)) { _root.Shield.ShieldLevel = _root.Shield.ShieldLevel + 1; _root.Shield.attachMovie((("L_Shield_" add _root.Shield.ShieldLevel) add "_") add _root.Shield.ShieldDirection, "Plane", 510); } else { _root.Shield.ShieldLevel = 1; setProperty("_root.Shield", _x , -30); setProperty("_root.Shield", _y , _root.LevelBottom / 2); _root.Shield.attachMovie((("L_Shield_" add _root.Shield.ShieldLevel) add "_") add _root.Shield.ShieldDirection, "Plane", 510); } this.removeMovieClip(); } if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); }
Symbol 218 MovieClip [L_Bonus_2] Frame 3
gotoAndPlay (2);
Symbol 222 MovieClip [L_Bonus_1] Frame 1
Symbol 222 MovieClip [L_Bonus_1] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { if (_root.Shield.ShieldLevel == 0) { _root.Shield.ShieldLevel = 1; setProperty("_root.Shield", _x , -30); setProperty("_root.Shield", _y , _root.LevelBottom / 2); _root.Shield.attachMovie((("L_Shield_" add _root.Shield.ShieldLevel) add "_") add _root.Shield.ShieldDirection, "Plane", 510); } this.removeMovieClip(); } if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); }
Symbol 222 MovieClip [L_Bonus_1] Frame 3
gotoAndPlay (2);
Symbol 228 MovieClip [Bonus_Shot_2] Frame 2
if (_root.Shield.ShieldDirection) { setProperty(this, _x , getProperty(this, _x) + this.SpeedX); } else { setProperty(this, _x , getProperty(this, _x) + this.SpeedX); } if (getProperty(this, _x) < _root.LevelLeft) { this.removeMovieClip(); } if (_root.LevelRight < getProperty(this, _x)) { this.removeMovieClip(); } if (0 >= Power) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_06_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); this.removeMovieClip(); }
Symbol 228 MovieClip [Bonus_Shot_2] Frame 3
gotoAndPlay (2);
Symbol 234 MovieClip [Bonus_Shot_1] Frame 2
if (_root.Shield.ShieldDirection) { setProperty(this, _x , getProperty(this, _x) + this.SpeedX); } else { setProperty(this, _x , getProperty(this, _x) + this.SpeedX); } if (getProperty(this, _x) < _root.LevelLeft) { this.removeMovieClip(); } if (_root.LevelRight < getProperty(this, _x)) { this.removeMovieClip(); } if (0 >= Power) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_06_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); this.removeMovieClip(); }
Symbol 234 MovieClip [Bonus_Shot_1] Frame 3
gotoAndPlay (2);
Symbol 253 MovieClip Frame 1
finnished = 0;
Symbol 253 MovieClip Frame 21
finnished = 1; stop();
Symbol 254 MovieClip [Bonus_Shot_02_2] Frame 1
Symbol 254 MovieClip [Bonus_Shot_02_2] Frame 2
if (this.Plane.finnished == 1) { _root.RTypeWeaponSeries2 = 0; this.removeMovieClip(); } if (0 >= Power) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_06_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); this.removeMovieClip(); }
Symbol 254 MovieClip [Bonus_Shot_02_2] Frame 3
gotoAndPlay (2);
Symbol 255 MovieClip Frame 1
finnished = 0;
Symbol 255 MovieClip Frame 21
finnished = 1; stop();
Symbol 256 MovieClip [Bonus_Shot_02_1] Frame 1
Symbol 256 MovieClip [Bonus_Shot_02_1] Frame 2
if (this.Plane.finnished == 1) { _root.RTypeWeaponSeries2 = 0; this.removeMovieClip(); } if (0 >= Power) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_06_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); this.removeMovieClip(); }
Symbol 256 MovieClip [Bonus_Shot_02_1] Frame 3
gotoAndPlay (2);
Symbol 263 MovieClip [L_Enemy_02_b] Frame 1
Timer = 0; Defence = 1; SpeedX1 = 0; SpeedX2 = 0; SpeedX3 = -11; SpeedY1 = 11; SpeedY2 = 0; SpeedY3 = 0; Angle = 0; Rotation = 10; AngleStep = (Math.PI/2) / Rotation; Radius = 80; pomy = 0;
Symbol 263 MovieClip [L_Enemy_02_b] Frame 2
if ((Timer >= 0) & (Timer < Trace)) { setProperty(this, _x , getProperty(this, _x) + SpeedX1); setProperty(this, _y , getProperty(this, _y) + SpeedY1); StartX = getProperty(this, _x); StartY = getProperty(this, _y); } if ((Timer >= Trace) & (Timer < (Trace + Rotation))) { Angle = Angle + AngleStep; pomy = Radius * Math.sin(Angle); pomy1 = Radius * Math.sin(Angle - (Math.PI/2)); setProperty(this, _x , (StartX + (Radius * Math.cos(Angle))) - Radius); setProperty(this, _y , StartY + (Radius * Math.sin(Angle))); setProperty(this.Plane, _rotation , pomy1 + 90); } if ((Timer >= (Trace + Rotation)) & (Timer < ((Trace + Rotation) + 50))) { setProperty(this.Plane, _rotation , 90); setProperty(this, _x , getProperty(this, _x) + SpeedX3); setProperty(this, _y , getProperty(this, _y) + SpeedY3); if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } } Timer = Timer + 1; i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_01_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 10; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 263 MovieClip [L_Enemy_02_b] Frame 3
gotoAndPlay (2);
Symbol 267 MovieClip [L_Enemy_03_Main] Frame 1
Defence = 30; SpeedX = _root.GroundSpeed; AngleStep = 0.02; Radius = 150; pomy = 0;
Symbol 267 MovieClip [L_Enemy_03_Main] Frame 2
Angle = Angle + AngleStep; pomx = Radius * Math.cos(Angle); pomy = Radius * Math.sin(Angle); StartX = StartX + SpeedX; setProperty(this, _x , StartX + pomx); setProperty(this, _y , StartY + pomy); setProperty(this, _rotation , (180 * Angle) / Math.PI); if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; } i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_03_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 50; _root.WheelCrashNumber = 0; _root["Enemy_" add _root.WheelStructure[_root.WheelCrashNumber]].Defence = 0; Plane.attachMovie("L_03_CircleG", "Plane", -100); Defence = 100; }
Symbol 267 MovieClip [L_Enemy_03_Main] Frame 3
gotoAndPlay (2);
Symbol 280 MovieClip Frame 120
ende = 1; stop();
Symbol 281 MovieClip [L_Enemy_05_01] Frame 1
Defence = 1;
Symbol 281 MovieClip [L_Enemy_05_01] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_01_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x) + getProperty("Plane.Plane", _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y) + getProperty("Plane.Plane", _y)); _root.Panel.Score = _root.Panel.Score + 20; _root.Bonus = _root.Bonus + 1; if (_root.Bonus >= _root.BonusMax) { _root.Bonus = 0; } _root.attachMovie("L_Bonus_1", "Bonus_" add _root.Bonus, 240 + _root.Bonus); setProperty("_root.Bonus_" add _root.Bonus, _x , getProperty(this, _x) + getProperty("Plane.Plane", _x)); setProperty("_root.Bonus_" add _root.Bonus, _y , getProperty(this, _y) + getProperty("Plane.Plane", _y)); this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 281 MovieClip [L_Enemy_05_01] Frame 3
gotoAndPlay (2);
Symbol 289 MovieClip [L_Enemy_04_01] Frame 1
Defence = 1;
Symbol 289 MovieClip [L_Enemy_04_01] Frame 2
setProperty(this, _x , (getProperty(this, _x) + _root.GroundSpeed) - 1.5); if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_01_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 20; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 289 MovieClip [L_Enemy_04_01] Frame 3
gotoAndPlay (2);
Symbol 293 MovieClip [L_Enemy_03] Frame 1
Defence = 1000; SpeedX = _root.GroundSpeed; AngleStep = 0.02; Radius = 150; pomy = 0;
Symbol 293 MovieClip [L_Enemy_03] Frame 2
Angle = Angle + AngleStep; pomx = Radius * Math.cos(Angle); pomy = Radius * Math.sin(Angle); StartX = StartX + SpeedX; setProperty(this, _x , StartX + pomx); setProperty(this, _y , StartY + pomy); setProperty(this, _rotation , (180 * Angle) / Math.PI); if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_03_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 20; _root.WheelCrashNumber = _root.WheelCrashNumber + 1; _root["Enemy_" add _root.WheelStructure[_root.WheelCrashNumber]].Defence = 0; Plane.attachMovie("L_03_CircleG", "Plane", -100); Defence = 100; }
Symbol 293 MovieClip [L_Enemy_03] Frame 3
gotoAndPlay (2);
Symbol 295 MovieClip [L_Enemy_02_a] Frame 1
Defence = 1; SpeedX = -11; AngleStep = 0.2; Radius = 40; pomy = 0; StartY = getProperty(this, _y);
Symbol 295 MovieClip [L_Enemy_02_a] Frame 2
Angle = Angle + AngleStep; pomy = Radius * Math.sin(Angle); setProperty(this, _y , pomy + StartY); setProperty(this, _x , getProperty(this, _x) + SpeedX); pomy1 = Radius * Math.sin(Angle - (Math.PI/2)); setProperty(this.Plane, _rotation , pomy1); if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_01_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 10; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 295 MovieClip [L_Enemy_02_a] Frame 3
gotoAndPlay (2);
Symbol 299 MovieClip [L_Enemy_08_b] Frame 1
Defence = 1; XSpeed = _root.GroundSpeed;
Symbol 299 MovieClip [L_Enemy_08_b] Frame 2
if (getProperty(this, _x) < getProperty("_root.R-Type", _x)) { setProperty(this, _xscale , -100); } else { setProperty(this, _xscale , 100); } setProperty(this, _x , getProperty(this, _x) + XSpeed); if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_01_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 299 MovieClip [L_Enemy_08_b] Frame 3
gotoAndPlay (2);
Symbol 305 MovieClip [L_Final_05] Frame 1
Defence = 10000;
Symbol 305 MovieClip [L_Final_05] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { _root.death = 1; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; _root.Enemy_34.Defence = 0; this.removeMovieClip(); }
Symbol 305 MovieClip [L_Final_05] Frame 3
gotoAndPlay (2);
Symbol 309 MovieClip [L_Final_04] Frame 1
Defence = 10000;
Symbol 309 MovieClip [L_Final_04] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { _root.death = 1; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x) - 100); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x) + 100); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; _root.Enemy_33.Defence = 0; this.removeMovieClip(); }
Symbol 309 MovieClip [L_Final_04] Frame 3
gotoAndPlay (2);
Symbol 313 MovieClip [L_Final_03] Frame 1
Defence = 10000;
Symbol 313 MovieClip [L_Final_03] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { _root.death = 1; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; _root.Enemy_32.Defence = 0; this.removeMovieClip(); }
Symbol 313 MovieClip [L_Final_03] Frame 3
gotoAndPlay (2);
Symbol 317 MovieClip [L_Final_02] Frame 1
Defence = 10000;
Symbol 317 MovieClip [L_Final_02] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { _root.death = 1; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x) - 100); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x) + 100); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; _root.Enemy_31.Defence = 0; this.removeMovieClip(); }
Symbol 317 MovieClip [L_Final_02] Frame 3
gotoAndPlay (2);
Symbol 321 MovieClip [L_Final_01] Frame 1
Defence = 10000;
Symbol 321 MovieClip [L_Final_01] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (this.hitTest("_root.R-Type")) { _root.death = 1; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x) - 100); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x) + 100); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; this.removeMovieClip(); }
Symbol 321 MovieClip [L_Final_01] Frame 3
gotoAndPlay (2);
Symbol 325 MovieClip [L_Final_09] Frame 1
Defence = 10000; AngleStep = 0.03; Xpoz = getProperty(this, _x); Ypoz = getProperty(this, _y);
Symbol 325 MovieClip [L_Final_09] Frame 2
if ((Math.PI*2) < Angle) { Angle = (Math.PI*2); AngleStep = -AngleStep; } if (Angle < 5.11238898038469) { Angle = 5.11238898038469; AngleStep = -AngleStep; } Angle = Angle + AngleStep; Xpoz = Xpoz + _root.GroundSpeed; Ypoz = Ypoz; pomx = (-Radius) * Math.cos(Angle); pomy = Radius * Math.sin(Angle); setProperty(this, _x , Xpoz + pomx); setProperty(this, _y , Ypoz + pomy); if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_03_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; _root.FinalEnemies = _root.FinalEnemies - 1; _root["Enemy_" add _root.FinalEnemies].Defence = 0; _root.Enemy_35.Defence = 0; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 325 MovieClip [L_Final_09] Frame 3
gotoAndPlay (2);
Symbol 329 MovieClip [L_Final_08] Frame 1
Defence = 10000; AngleStep = 0.03; Xpoz = getProperty(this, _x); Ypoz = getProperty(this, _y);
Symbol 329 MovieClip [L_Final_08] Frame 2
if ((Math.PI*2) < Angle) { Angle = (Math.PI*2); AngleStep = -AngleStep; } if (Angle < 5.11238898038469) { Angle = 5.11238898038469; AngleStep = -AngleStep; } Angle = Angle + AngleStep; Xpoz = Xpoz + _root.GroundSpeed; Ypoz = Ypoz; pomx = (-Radius) * Math.cos(Angle); pomy = Radius * Math.sin(Angle); setProperty(this, _x , Xpoz + pomx); setProperty(this, _y , Ypoz + pomy); if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_03_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; _root.FinalEnemies = _root.FinalEnemies - 1; _root["Enemy_" add _root.FinalEnemies].Defence = 0; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 329 MovieClip [L_Final_08] Frame 3
gotoAndPlay (2);
Symbol 332 MovieClip Frame 1
Head = 0;
Symbol 332 MovieClip Frame 70
Head = 1;
Symbol 332 MovieClip Frame 129
gotoAndPlay (1);
Symbol 333 MovieClip [L_Final_07] Frame 1
Defence = 40;
Symbol 333 MovieClip [L_Final_07] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); if (Plane.Head == 1) { i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; if (_root.FinalStatus == 1) { Defence = Defence - pomP; } } i++; } } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_01_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; _root["Enemy_" add _root.FinalEnemies].Defence = 0; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 333 MovieClip [L_Final_07] Frame 3
gotoAndPlay (2);
Symbol 337 MovieClip [L_Final_06] Frame 1
Defence = 30;
Symbol 337 MovieClip [L_Final_06] Frame 2
setProperty(this, _x , getProperty(this, _x) + _root.GroundSpeed); i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_01_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; _root.FinalStatus = _root.FinalStatus - 1; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 337 MovieClip [L_Final_06] Frame 3
gotoAndPlay (2);
Symbol 338 MovieClip [L_Enemy_08_a] Frame 1
Defence = 1; XSpeed = _root.GroundSpeed;
Symbol 338 MovieClip [L_Enemy_08_a] Frame 2
if (getProperty(this, _x) < getProperty("_root.R-Type", _x)) { setProperty(this, _xscale , -100); } else { setProperty(this, _xscale , 100); } setProperty(this, _x , getProperty(this, _x) + XSpeed); if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_01_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 338 MovieClip [L_Enemy_08_a] Frame 3
gotoAndPlay (2);
Symbol 346 MovieClip [L_Enemy_07] Frame 1
Defence = 2; XSpeed = _root.GroundSpeed; YSpeed = (8 * Math.random()) - 4;
Symbol 346 MovieClip [L_Enemy_07] Frame 2
if (getProperty(this, _x) < getProperty("_root.R-Type", _x)) { setProperty(this, _xscale , -100); } else { setProperty(this, _xscale , 100); } setProperty(this, _x , getProperty(this, _x) + XSpeed); setProperty(this, _y , getProperty(this, _y) + YSpeed); if (getProperty(this, _y) >= (_root.LevelBottom - 100)) { setProperty(this, _y , _root.LevelBottom - 100); YSpeed = -YSpeed; } if ((_root.LevelTop + 100) >= getProperty(this, _y)) { setProperty(this, _y , _root.LevelTop + 100); YSpeed = -YSpeed; } if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_03_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 346 MovieClip [L_Enemy_07] Frame 3
gotoAndPlay (2);
Symbol 350 MovieClip [L_Enemy_06] Frame 1
Defence = 40; SpeedX = -20; Timerr = 1;
Symbol 350 MovieClip [L_Enemy_06] Frame 2
Timerr = Timerr + 1; yspeed = (getProperty("_root.R-Type", _y) - getProperty(this, _y)) - 15; setProperty(this, _y , getProperty(this, _y) + (yspeed / 10)); if (300 < Timerr) { setProperty(this, _x , getProperty(this, _x) + SpeedX); } if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_04_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 100; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 350 MovieClip [L_Enemy_06] Frame 3
gotoAndPlay (2);
Symbol 364 MovieClip [L_Enemy_01] Frame 1
Defence = 1; SpeedX = -9; AngleStep = 0.2; Angle = 10 * Math.random(); Radius = 20; pomy = 0; StartY = getProperty(this, _y);
Symbol 364 MovieClip [L_Enemy_01] Frame 2
Angle = Angle + AngleStep; pomy = Radius * Math.sin(Angle); setProperty(this, _y , pomy + StartY); setProperty(this, _x , getProperty(this, _x) + SpeedX); if (getProperty(this, _x) < (_root.LevelLeft - getProperty(this, _width))) { this.removeMovieClip(); } i = 0; while (i < _root.ShootFriendMax) { if (this.hitTest(_root["ShootFriend_" add i])) { pomP = _root["ShootFriend_" add i].Power; _root["ShootFriend_" add i].Power = _root["ShootFriend_" add i].Power - Defence; Defence = Defence - pomP; } i++; } if (0 >= Defence) { _root.CrashNumber = _root.CrashNumber + 1; if (_root.CrashNumber == _root.CrashNumberMax) { _root.CrashNumber = 0; } _root.attachMovie("L_03_Crash", "Crash_" add _root.CrashNumber, 700 + _root.CrashNumber); setProperty(_root["Crash_" add _root.CrashNumber], _x , getProperty(this, _x)); setProperty(_root["Crash_" add _root.CrashNumber], _y , getProperty(this, _y)); _root.Panel.Score = _root.Panel.Score + 10; this.removeMovieClip(); } if (this.hitTest("_root.R-Type")) { _root.death = 1; }
Symbol 364 MovieClip [L_Enemy_01] Frame 3
gotoAndPlay (2);
Symbol 391 Button
on (release) { gotoAndPlay (40); }
Symbol 396 MovieClip Frame 1
stop();
Symbol 396 MovieClip Frame 2
stop();
Symbol 396 MovieClip Frame 3
stop();
Symbol 396 MovieClip Frame 4
stop();
Symbol 396 MovieClip Frame 5
stop();
Symbol 396 MovieClip Frame 6
stop();
Symbol 396 MovieClip Frame 7
stop();
Symbol 396 MovieClip Frame 8
stop();
Symbol 396 MovieClip Frame 9
stop();
Symbol 396 MovieClip Frame 10
stop();
Symbol 396 MovieClip Frame 11
stop();
Symbol 396 MovieClip Frame 12
stop();
Symbol 396 MovieClip Frame 13
stop();
Symbol 396 MovieClip Frame 14
stop();
Symbol 396 MovieClip Frame 15
stop();
Symbol 396 MovieClip Frame 16
stop();
Symbol 396 MovieClip Frame 17
stop();
Symbol 396 MovieClip Frame 18
stop();
Symbol 396 MovieClip Frame 19
stop();
Symbol 396 MovieClip Frame 20
stop();
Symbol 396 MovieClip Frame 21
stop();
Symbol 396 MovieClip Frame 22
stop();
Symbol 396 MovieClip Frame 23
stop();
Symbol 396 MovieClip Frame 24
stop();
Symbol 396 MovieClip Frame 25
stop();
Symbol 396 MovieClip Frame 26
stop();
Symbol 396 MovieClip Frame 27
stop();
Symbol 396 MovieClip Frame 28
stop();
Symbol 396 MovieClip Frame 29
stop();
Symbol 396 MovieClip Frame 30
stop();
Symbol 396 MovieClip Frame 31
stop();
Symbol 396 MovieClip Frame 32
stop();
Symbol 396 MovieClip Frame 33
stop();
Symbol 396 MovieClip Frame 34
stop();
Symbol 396 MovieClip Frame 35
stop();
Symbol 396 MovieClip Frame 36
stop();
Symbol 396 MovieClip Frame 37
stop();
Symbol 396 MovieClip Frame 38
stop();
Symbol 396 MovieClip Frame 39
stop();
Symbol 396 MovieClip Frame 40
stop();
Symbol 396 MovieClip Frame 41
stop();
Symbol 396 MovieClip Frame 42
stop();
Symbol 396 MovieClip Frame 43
stop();
Symbol 396 MovieClip Frame 44
stop();
Symbol 396 MovieClip Frame 45
stop();
Symbol 396 MovieClip Frame 46
stop();
Symbol 396 MovieClip Frame 47
stop();
Symbol 396 MovieClip Frame 48
stop();
Symbol 396 MovieClip Frame 49
stop();
Symbol 396 MovieClip Frame 50
stop();
Symbol 404 MovieClip Frame 1
SpeedX = -5; pomx = 0; SpeedX1 = -2.5; pomx1 = 0;
Symbol 404 MovieClip Frame 2
pomx = pomx + SpeedX; if (pomx == -545) { pomx = -10; } setProperty("_root.Stars.Plane1", _x , pomx); pomx1 = pomx1 + SpeedX1; if (pomx1 == -545) { pomx1 = -10; } setProperty("_root.Stars.Plane2", _x , pomx1);
Symbol 404 MovieClip Frame 3
gotoAndPlay (2);

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:11
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:11
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:11
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:11
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClip [L_06_Crash]Uses:2 4 6 8 9 10
Symbol 12 GraphicUsed by:16
Symbol 13 GraphicUsed by:16
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [L_05_Crash]Uses:12 13 14 15
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:35
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:35
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:35
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:35
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:35
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:35
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:35
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:35
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:35
Symbol 35 MovieClip [L_04_Crash]Uses:18 20 22 24 26 28 30 32 34
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:48
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:48
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:48
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:48
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:48
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:48
Symbol 48 MovieClip [L_03_Crash]Uses:37 39 41 43 45 47
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:59 60
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:59 60
Symbol 53 BitmapUsed by:54 56 58
Symbol 54 GraphicUses:53Used by:59 60
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55 53Used by:59 60
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57 53Used by:59 60
Symbol 59 MovieClip [L_02_Crash]Uses:50 52 54 56 58
Symbol 60 MovieClip [L_01_Crash]Uses:50 52 54 56 58
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:67 94
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:67 94
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:67 94
Symbol 67 MovieClipUses:62 64 66Used by:80 93 104
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:80 106
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:80 106
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:80 106
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:80 106
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:80 106
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:80 106
Symbol 80 MovieClip [L_Shield_1_0]Uses:67 69 71 73 75 77 79
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:93 105
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:93 105
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:93 105
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:93 105
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:93 105
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:93 105
Symbol 93 MovieClip [L_Shield_2_0]Uses:67 82 84 86 88 90 92
Symbol 94 MovieClipUses:62 64 66Used by:103 105 106
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:103 104
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:103 104
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:103 104
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:103 104
Symbol 103 MovieClip [L_Shield_3_1]Uses:94 96 98 100 102
Symbol 104 MovieClip [L_Shield_3_0]Uses:67 96 102 100 98
Symbol 105 MovieClip [L_Shield_2_1]Uses:94 82 84 86 88 90 92
Symbol 106 MovieClip [L_Shield_1_1]Uses:94 69 71 73 75 77 79
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:117 119
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:117 119
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:117 119
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:117 119
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:117 119
Symbol 117 MovieClipUses:108 110 112 114 116Used by:118
Symbol 118 MovieClip [L_R-Type_Killed]Uses:117
Symbol 119 MovieClipUses:108 110 112 114 116Used by:120
Symbol 120 MovieClip [L_R-Type]Uses:119
Symbol 121 MovieClip [L_Shield]
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:138 140
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:138 140
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:138 140
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:138 140
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:138 140
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:138 140
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:138 140
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:138 140
Symbol 138 MovieClipUses:123 125 127 129 131 133 135 137Used by:139
Symbol 139 MovieClip [L_Satellite_Down]Uses:138
Symbol 140 MovieClipUses:123 135 133 131 129 127 125 137Used by:141
Symbol 141 MovieClip [L_Satellite_Up]Uses:140
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClip [L_Load_02]Uses:142
Symbol 144 GraphicUsed by:152
Symbol 145 GraphicUsed by:152
Symbol 146 GraphicUsed by:152
Symbol 147 GraphicUsed by:152
Symbol 148 GraphicUsed by:152
Symbol 149 GraphicUsed by:152
Symbol 150 GraphicUsed by:152
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClip [L_Load_01]Uses:144 145 146 147 148 149 150 151
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClip [L_Ground_1_0]Uses:153
Symbol 155 BitmapUsed by:156
Symbol 156 GraphicUses:155Used by:157 158
Symbol 157 MovieClip [L_Ground_1_11]Uses:156
Symbol 158 MovieClip [L_Ground_1_1]Uses:156
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:161 162
Symbol 161 MovieClip [L_Ground_1_12]Uses:160
Symbol 162 MovieClip [L_Ground_1_2]Uses:160
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:165 166
Symbol 165 MovieClip [L_Ground_1_13]Uses:164
Symbol 166 MovieClip [L_Ground_1_3]Uses:164
Symbol 167 BitmapUsed by:168
Symbol 168 GraphicUses:167Used by:169 170
Symbol 169 MovieClip [L_Ground_1_14]Uses:168
Symbol 170 MovieClip [L_Ground_1_4]Uses:168
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:173 174
Symbol 173 MovieClip [L_Ground_1_15]Uses:172
Symbol 174 MovieClip [L_Ground_1_5]Uses:172
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:177 178
Symbol 177 MovieClip [L_Ground_1_16]Uses:176
Symbol 178 MovieClip [L_Ground_1_6]Uses:176
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:181 182
Symbol 181 MovieClip [L_Ground_1_17]Uses:180
Symbol 182 MovieClip [L_Ground_1_7]Uses:180
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:185 186
Symbol 185 MovieClip [L_Ground_1_18]Uses:184
Symbol 186 MovieClip [L_Ground_1_8]Uses:184
Symbol 187 MovieClip [L_Ground_Up]
Symbol 188 MovieClip [L_Ground_Down]
Symbol 189 GraphicUsed by:190 191
Symbol 190 MovieClip [L_MegaShot_0]Uses:189
Symbol 191 MovieClip [L_Shoot_01]Uses:189
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClip [L_MegaShot_1]Uses:192
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClip [L_MegaShot_2]Uses:194
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClip [L_MegaShot_3]Uses:196
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClip [L_MegaShot_4]Uses:198
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClip [L_MegaShot_5]Uses:200
Symbol 202 MovieClip [L_Mega_Shot_Movie]
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:205
Symbol 205 MovieClipUses:204Used by:206
Symbol 206 MovieClip [L_Bonus_5]Uses:205
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:209
Symbol 209 MovieClipUses:208Used by:210
Symbol 210 MovieClip [L_Bonus_4]Uses:209
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:213
Symbol 213 MovieClipUses:212Used by:214
Symbol 214 MovieClip [L_Bonus_3]Uses:213
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:217
Symbol 217 MovieClipUses:216Used by:218
Symbol 218 MovieClip [L_Bonus_2]Uses:217
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:221
Symbol 221 MovieClipUses:220Used by:222
Symbol 222 MovieClip [L_Bonus_1]Uses:221
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:227
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:227
Symbol 227 MovieClipUses:224 226Used by:228
Symbol 228 MovieClip [Bonus_Shot_2]Uses:227
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:233
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:233
Symbol 233 MovieClipUses:230 232Used by:234
Symbol 234 MovieClip [Bonus_Shot_1]Uses:233
Symbol 235 GraphicUsed by:253 255
Symbol 236 GraphicUsed by:253 255
Symbol 237 GraphicUsed by:253 255
Symbol 238 GraphicUsed by:253 255
Symbol 239 GraphicUsed by:253 255
Symbol 240 GraphicUsed by:253 255
Symbol 241 GraphicUsed by:253 255
Symbol 242 GraphicUsed by:253 255
Symbol 243 GraphicUsed by:253 255
Symbol 244 GraphicUsed by:253 255
Symbol 245 GraphicUsed by:253 255
Symbol 246 GraphicUsed by:253 255
Symbol 247 GraphicUsed by:253 255
Symbol 248 GraphicUsed by:253 255
Symbol 249 GraphicUsed by:253 255
Symbol 250 GraphicUsed by:253 255
Symbol 251 GraphicUsed by:253 255
Symbol 252 GraphicUsed by:253 255
Symbol 253 MovieClipUses:235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252Used by:254
Symbol 254 MovieClip [Bonus_Shot_02_2]Uses:253
Symbol 255 MovieClipUses:235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252Used by:256
Symbol 256 MovieClip [Bonus_Shot_02_1]Uses:255
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:259
Symbol 259 MovieClip [L_03_CircleG]Uses:258
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:262 294
Symbol 262 MovieClipUses:261Used by:263
Symbol 263 MovieClip [L_Enemy_02_b]Uses:262
Symbol 264 BitmapUsed by:265
Symbol 265 GraphicUses:264Used by:266
Symbol 266 MovieClipUses:265Used by:267
Symbol 267 MovieClip [L_Enemy_03_Main]Uses:266
Symbol 268 BitmapUsed by:269
Symbol 269 GraphicUses:268Used by:270
Symbol 270 MovieClipUses:269Used by:280
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:273
Symbol 273 MovieClipUses:272Used by:280
Symbol 274 BitmapUsed by:275
Symbol 275 GraphicUses:274Used by:276
Symbol 276 MovieClipUses:275Used by:280
Symbol 277 BitmapUsed by:278
Symbol 278 GraphicUses:277Used by:279
Symbol 279 MovieClipUses:278Used by:280
Symbol 280 MovieClipUses:270 273 276 279Used by:281
Symbol 281 MovieClip [L_Enemy_05_01]Uses:280
Symbol 282 BitmapUsed by:283
Symbol 283 GraphicUses:282Used by:288
Symbol 284 BitmapUsed by:285
Symbol 285 GraphicUses:284Used by:288
Symbol 286 BitmapUsed by:287
Symbol 287 GraphicUses:286Used by:288
Symbol 288 MovieClipUses:283 285 287Used by:289
Symbol 289 MovieClip [L_Enemy_04_01]Uses:288
Symbol 290 BitmapUsed by:291
Symbol 291 GraphicUses:290Used by:292
Symbol 292 MovieClipUses:291Used by:293
Symbol 293 MovieClip [L_Enemy_03]Uses:292
Symbol 294 MovieClipUses:261Used by:295
Symbol 295 MovieClip [L_Enemy_02_a]Uses:294
Symbol 296 BitmapUsed by:297
Symbol 297 GraphicUses:296Used by:298
Symbol 298 MovieClipUses:297Used by:299 338
Symbol 299 MovieClip [L_Enemy_08_b]Uses:298
Symbol 300 BitmapUsed by:301
Symbol 301 GraphicUses:300Used by:304
Symbol 302 BitmapUsed by:303
Symbol 303 GraphicUses:302Used by:304
Symbol 304 MovieClipUses:301 303Used by:305
Symbol 305 MovieClip [L_Final_05]Uses:304
Symbol 306 BitmapUsed by:307
Symbol 307 GraphicUses:306Used by:308
Symbol 308 MovieClipUses:307Used by:309
Symbol 309 MovieClip [L_Final_04]Uses:308
Symbol 310 BitmapUsed by:311
Symbol 311 GraphicUses:310Used by:312
Symbol 312 MovieClipUses:311Used by:313
Symbol 313 MovieClip [L_Final_03]Uses:312
Symbol 314 BitmapUsed by:315
Symbol 315 GraphicUses:314Used by:316
Symbol 316 MovieClipUses:315Used by:317
Symbol 317 MovieClip [L_Final_02]Uses:316
Symbol 318 BitmapUsed by:319
Symbol 319 GraphicUses:318Used by:320
Symbol 320 MovieClipUses:319Used by:321
Symbol 321 MovieClip [L_Final_01]Uses:320
Symbol 322 BitmapUsed by:323
Symbol 323 GraphicUses:322Used by:324
Symbol 324 MovieClipUses:323Used by:325
Symbol 325 MovieClip [L_Final_09]Uses:324
Symbol 326 BitmapUsed by:327
Symbol 327 GraphicUses:326Used by:328
Symbol 328 MovieClipUses:327Used by:329
Symbol 329 MovieClip [L_Final_08]Uses:328
Symbol 330 BitmapUsed by:331
Symbol 331 GraphicUses:330Used by:332
Symbol 332 MovieClipUses:331Used by:333
Symbol 333 MovieClip [L_Final_07]Uses:332
Symbol 334 BitmapUsed by:335
Symbol 335 GraphicUses:334Used by:336
Symbol 336 MovieClipUses:335Used by:337
Symbol 337 MovieClip [L_Final_06]Uses:336
Symbol 338 MovieClip [L_Enemy_08_a]Uses:298
Symbol 339 BitmapUsed by:340
Symbol 340 GraphicUses:339Used by:345
Symbol 341 BitmapUsed by:342
Symbol 342 GraphicUses:341Used by:345
Symbol 343 BitmapUsed by:344
Symbol 344 GraphicUses:343Used by:345
Symbol 345 MovieClipUses:340 342 344Used by:346
Symbol 346 MovieClip [L_Enemy_07]Uses:345
Symbol 347 BitmapUsed by:348
Symbol 348 GraphicUses:347Used by:349
Symbol 349 MovieClipUses:348Used by:350
Symbol 350 MovieClip [L_Enemy_06]Uses:349
Symbol 351 BitmapUsed by:352
Symbol 352 GraphicUses:351Used by:363
Symbol 353 BitmapUsed by:354
Symbol 354 GraphicUses:353Used by:363
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:363
Symbol 357 BitmapUsed by:358
Symbol 358 GraphicUses:357Used by:363
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:363
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361Used by:363
Symbol 363 MovieClipUses:352 354 356 358 360 362Used by:364
Symbol 364 MovieClip [L_Enemy_01]Uses:363
Symbol 365 FontUsed by:366
Symbol 366 EditableTextUses:365Used by:Timeline
Symbol 367 BitmapUsed by:368
Symbol 368 GraphicUses:367Used by:369
Symbol 369 MovieClipUses:368Used by:Timeline
Symbol 370 BitmapUsed by:371
Symbol 371 GraphicUses:370Used by:372
Symbol 372 MovieClipUses:371Used by:Timeline
Symbol 373 BitmapUsed by:374
Symbol 374 GraphicUses:373Used by:375
Symbol 375 MovieClipUses:374Used by:Timeline
Symbol 376 BitmapUsed by:377
Symbol 377 GraphicUses:376Used by:378
Symbol 378 MovieClipUses:377Used by:Timeline
Symbol 379 BitmapUsed by:380
Symbol 380 GraphicUses:379Used by:381
Symbol 381 MovieClipUses:380Used by:Timeline
Symbol 382 BitmapUsed by:383
Symbol 383 GraphicUses:382Used by:384
Symbol 384 MovieClipUses:383Used by:Timeline
Symbol 385 GraphicUsed by:386
Symbol 386 MovieClipUses:385Used by:Timeline
Symbol 387 GraphicUsed by:391
Symbol 388 FontUsed by:389 392 398 399 405
Symbol 389 TextUses:388Used by:391
Symbol 390 GraphicUsed by:391
Symbol 391 ButtonUses:387 389 390Used by:Timeline
Symbol 392 TextUses:388Used by:Timeline
Symbol 393 GraphicUsed by:400
Symbol 394 GraphicUsed by:395 396 400
Symbol 395 MovieClipUses:394Used by:396
Symbol 396 MovieClipUses:394 395Used by:400
Symbol 397 GraphicUsed by:400
Symbol 398 TextUses:388Used by:400
Symbol 399 EditableTextUses:388Used by:400
Symbol 400 MovieClipUses:393 394 396 397 398 399Used by:Timeline
Symbol 401 GraphicUsed by:402 403
Symbol 402 MovieClipUses:401Used by:404
Symbol 403 MovieClipUses:401Used by:404
Symbol 404 MovieClipUses:402 403Used by:Timeline
Symbol 405 EditableTextUses:388Used by:Timeline

Instance Names

"Panel"Frame 40Symbol 400 MovieClip
"Stars"Frame 40Symbol 404 MovieClip
"Plane"Symbol 80 MovieClip [L_Shield_1_0] Frame 1Symbol 67 MovieClip
"Plane"Symbol 93 MovieClip [L_Shield_2_0] Frame 1Symbol 67 MovieClip
"Plane"Symbol 103 MovieClip [L_Shield_3_1] Frame 1Symbol 94 MovieClip
"Plane"Symbol 104 MovieClip [L_Shield_3_0] Frame 1Symbol 67 MovieClip
"Plane"Symbol 105 MovieClip [L_Shield_2_1] Frame 1Symbol 94 MovieClip
"Plane"Symbol 106 MovieClip [L_Shield_1_1] Frame 1Symbol 94 MovieClip
"Plane"Symbol 118 MovieClip [L_R-Type_Killed] Frame 1Symbol 117 MovieClip
"Plane"Symbol 120 MovieClip [L_R-Type] Frame 1Symbol 119 MovieClip
"Plane"Symbol 254 MovieClip [Bonus_Shot_02_2] Frame 1Symbol 253 MovieClip
"Plane"Symbol 256 MovieClip [Bonus_Shot_02_1] Frame 1Symbol 255 MovieClip
"Plane"Symbol 263 MovieClip [L_Enemy_02_b] Frame 1Symbol 262 MovieClip
"Plane"Symbol 267 MovieClip [L_Enemy_03_Main] Frame 1Symbol 266 MovieClip
"Plane"Symbol 280 MovieClip Frame 1Symbol 270 MovieClip
"Plane"Symbol 280 MovieClip Frame 71Symbol 273 MovieClip
"Plane"Symbol 280 MovieClip Frame 77Symbol 276 MovieClip
"Plane"Symbol 280 MovieClip Frame 81Symbol 279 MovieClip
"Plane"Symbol 280 MovieClip Frame 85Symbol 270 MovieClip
"Plane"Symbol 281 MovieClip [L_Enemy_05_01] Frame 1Symbol 280 MovieClip
"Plane"Symbol 293 MovieClip [L_Enemy_03] Frame 1Symbol 292 MovieClip
"Plane"Symbol 295 MovieClip [L_Enemy_02_a] Frame 1Symbol 294 MovieClip
"Plane"Symbol 333 MovieClip [L_Final_07] Frame 1Symbol 332 MovieClip
"Plane"Symbol 338 MovieClip [L_Enemy_08_a] Frame 1Symbol 298 MovieClip
"Plane"Symbol 364 MovieClip [L_Enemy_01] Frame 1Symbol 363 MovieClip
"Power_Line"Symbol 400 MovieClip Frame 1Symbol 396 MovieClip
"Plane2"Symbol 404 MovieClip Frame 1Symbol 402 MovieClip
"Plane1"Symbol 404 MovieClip Frame 1Symbol 403 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 11 as "L_06_Crash"
ExportAssets (56)Timeline Frame 1Symbol 16 as "L_05_Crash"
ExportAssets (56)Timeline Frame 1Symbol 35 as "L_04_Crash"
ExportAssets (56)Timeline Frame 1Symbol 48 as "L_03_Crash"
ExportAssets (56)Timeline Frame 1Symbol 59 as "L_02_Crash"
ExportAssets (56)Timeline Frame 1Symbol 60 as "L_01_Crash"
ExportAssets (56)Timeline Frame 1Symbol 80 as "L_Shield_1_0"
ExportAssets (56)Timeline Frame 1Symbol 93 as "L_Shield_2_0"
ExportAssets (56)Timeline Frame 1Symbol 103 as "L_Shield_3_1"
ExportAssets (56)Timeline Frame 1Symbol 104 as "L_Shield_3_0"
ExportAssets (56)Timeline Frame 1Symbol 105 as "L_Shield_2_1"
ExportAssets (56)Timeline Frame 1Symbol 106 as "L_Shield_1_1"
ExportAssets (56)Timeline Frame 1Symbol 118 as "L_R-Type_Killed"
ExportAssets (56)Timeline Frame 1Symbol 120 as "L_R-Type"
ExportAssets (56)Timeline Frame 1Symbol 121 as "L_Shield"
ExportAssets (56)Timeline Frame 1Symbol 139 as "L_Satellite_Down"
ExportAssets (56)Timeline Frame 1Symbol 141 as "L_Satellite_Up"
ExportAssets (56)Timeline Frame 1Symbol 143 as "L_Load_02"
ExportAssets (56)Timeline Frame 1Symbol 152 as "L_Load_01"
ExportAssets (56)Timeline Frame 1Symbol 154 as "L_Ground_1_0"
ExportAssets (56)Timeline Frame 1Symbol 157 as "L_Ground_1_11"
ExportAssets (56)Timeline Frame 1Symbol 158 as "L_Ground_1_1"
ExportAssets (56)Timeline Frame 1Symbol 161 as "L_Ground_1_12"
ExportAssets (56)Timeline Frame 1Symbol 162 as "L_Ground_1_2"
ExportAssets (56)Timeline Frame 1Symbol 165 as "L_Ground_1_13"
ExportAssets (56)Timeline Frame 1Symbol 166 as "L_Ground_1_3"
ExportAssets (56)Timeline Frame 1Symbol 169 as "L_Ground_1_14"
ExportAssets (56)Timeline Frame 1Symbol 170 as "L_Ground_1_4"
ExportAssets (56)Timeline Frame 1Symbol 173 as "L_Ground_1_15"
ExportAssets (56)Timeline Frame 1Symbol 174 as "L_Ground_1_5"
ExportAssets (56)Timeline Frame 1Symbol 177 as "L_Ground_1_16"
ExportAssets (56)Timeline Frame 1Symbol 178 as "L_Ground_1_6"
ExportAssets (56)Timeline Frame 1Symbol 181 as "L_Ground_1_17"
ExportAssets (56)Timeline Frame 1Symbol 182 as "L_Ground_1_7"
ExportAssets (56)Timeline Frame 1Symbol 185 as "L_Ground_1_18"
ExportAssets (56)Timeline Frame 1Symbol 186 as "L_Ground_1_8"
ExportAssets (56)Timeline Frame 1Symbol 187 as "L_Ground_Up"
ExportAssets (56)Timeline Frame 1Symbol 188 as "L_Ground_Down"
ExportAssets (56)Timeline Frame 1Symbol 190 as "L_MegaShot_0"
ExportAssets (56)Timeline Frame 1Symbol 191 as "L_Shoot_01"
ExportAssets (56)Timeline Frame 1Symbol 193 as "L_MegaShot_1"
ExportAssets (56)Timeline Frame 1Symbol 195 as "L_MegaShot_2"
ExportAssets (56)Timeline Frame 1Symbol 197 as "L_MegaShot_3"
ExportAssets (56)Timeline Frame 1Symbol 199 as "L_MegaShot_4"
ExportAssets (56)Timeline Frame 1Symbol 201 as "L_MegaShot_5"
ExportAssets (56)Timeline Frame 1Symbol 202 as "L_Mega_Shot_Movie"
ExportAssets (56)Timeline Frame 1Symbol 206 as "L_Bonus_5"
ExportAssets (56)Timeline Frame 1Symbol 210 as "L_Bonus_4"
ExportAssets (56)Timeline Frame 1Symbol 214 as "L_Bonus_3"
ExportAssets (56)Timeline Frame 1Symbol 218 as "L_Bonus_2"
ExportAssets (56)Timeline Frame 1Symbol 222 as "L_Bonus_1"
ExportAssets (56)Timeline Frame 1Symbol 228 as "Bonus_Shot_2"
ExportAssets (56)Timeline Frame 1Symbol 234 as "Bonus_Shot_1"
ExportAssets (56)Timeline Frame 1Symbol 254 as "Bonus_Shot_02_2"
ExportAssets (56)Timeline Frame 1Symbol 256 as "Bonus_Shot_02_1"
ExportAssets (56)Timeline Frame 1Symbol 259 as "L_03_CircleG"
ExportAssets (56)Timeline Frame 1Symbol 263 as "L_Enemy_02_b"
ExportAssets (56)Timeline Frame 1Symbol 267 as "L_Enemy_03_Main"
ExportAssets (56)Timeline Frame 1Symbol 281 as "L_Enemy_05_01"
ExportAssets (56)Timeline Frame 1Symbol 289 as "L_Enemy_04_01"
ExportAssets (56)Timeline Frame 1Symbol 293 as "L_Enemy_03"
ExportAssets (56)Timeline Frame 1Symbol 295 as "L_Enemy_02_a"
ExportAssets (56)Timeline Frame 1Symbol 299 as "L_Enemy_08_b"
ExportAssets (56)Timeline Frame 1Symbol 305 as "L_Final_05"
ExportAssets (56)Timeline Frame 1Symbol 309 as "L_Final_04"
ExportAssets (56)Timeline Frame 1Symbol 313 as "L_Final_03"
ExportAssets (56)Timeline Frame 1Symbol 317 as "L_Final_02"
ExportAssets (56)Timeline Frame 1Symbol 321 as "L_Final_01"
ExportAssets (56)Timeline Frame 1Symbol 325 as "L_Final_09"
ExportAssets (56)Timeline Frame 1Symbol 329 as "L_Final_08"
ExportAssets (56)Timeline Frame 1Symbol 333 as "L_Final_07"
ExportAssets (56)Timeline Frame 1Symbol 337 as "L_Final_06"
ExportAssets (56)Timeline Frame 1Symbol 338 as "L_Enemy_08_a"
ExportAssets (56)Timeline Frame 1Symbol 346 as "L_Enemy_07"
ExportAssets (56)Timeline Frame 1Symbol 350 as "L_Enemy_06"
ExportAssets (56)Timeline Frame 1Symbol 364 as "L_Enemy_01"

Labels

"Position_0"Symbol 117 MovieClip Frame 1
"Position_-1"Symbol 117 MovieClip Frame 2
"Position_-2"Symbol 117 MovieClip Frame 3
"Position_1"Symbol 117 MovieClip Frame 4
"Position_2"Symbol 117 MovieClip Frame 5
"Position_0"Symbol 119 MovieClip Frame 1
"Position_-1"Symbol 119 MovieClip Frame 2
"Position_-2"Symbol 119 MovieClip Frame 3
"Position_1"Symbol 119 MovieClip Frame 4
"Position_2"Symbol 119 MovieClip Frame 5
"Shield_Run"Symbol 121 MovieClip [L_Shield] Frame 5

Dynamic Text Variables

framesSymbol 366 EditableText"000"
ScoreSymbol 399 EditableText"00000"
TurnsSymbol 405 EditableText"000"




http://swfchan.com/9/44298/info.shtml
Created: 7/5 -2019 08:36:20 Last modified: 7/5 -2019 08:36:20 Server time: 10/05 -2024 16:43:19