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

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

Orbitron.swf

This is the info page for
Flash #46473

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


Text
Time:

You made it to level:

ActionScript [AS1/AS2]

Frame 127
Stage.showMenu = false;
Frame 128
stop(); _root.onEnterFrame = function () { _root.playy.onRelease = function () { gotoAndPlay ("cd"); }; _root.inst.onRelease = function () { gotoAndStop ("instructions"); }; _root.pmg.onRelease = function () { getURL ("http://www.flashninjaclan.com/"); }; };
Instance of Symbol 28 MovieClip "inst" in Frame 128
onClipEvent (enterFrame) { if (this._currentframe < 15) { play(); } }
Instance of Symbol 31 MovieClip "pmg" in Frame 128
onClipEvent (enterFrame) { if (this._currentframe < 20) { play(); } }
Instance of Symbol 71 MovieClip in Frame 128
onClipEvent (enterFrame) { this.play(); }
Instance of Symbol 74 MovieClip "playy" in Frame 128
onClipEvent (enterFrame) { if (this._currentframe < 10) { play(); } }
Frame 129
play();
Instance of Symbol 90 MovieClip "gun" in Frame 129
onClipEvent (load) { var myBearing = 7; var myVel = 0; var maxVel = 500; var accel = 0.007; } onClipEvent (enterFrame) { function moveLeft() { if (this.myVel > 0) { this.myVel = this.myVel / 2; } this.myVel = this.myVel - (-this.accel); if (this.myVel < (-this.maxVel)) { this.myVel = -this.maxVel; } } function moveRight() { if (this.myVel < 0) { this.myVel = this.myVel / 2; } this.myVel = this.myVel + (-this.accel); if (this.myVel > this.maxVel) { this.myVel = this.maxVel; } } myBearing = myBearing + myVel; theRadians = _root.findRadians(myBearing); theAngle = _root.findAngle(myBearing); yVector = Math.sin(theRadians) * _root.circleRadius; xVector = Math.cos(theRadians) * _root.circleRadius; this._rotation = theAngle - 90; this._x = _root.circleCenter.x + xVector; this._y = _root.circleCenter.y + yVector; if (Key.isDown(37)) { _root.gun.moveLeft(); } else if (Key.isDown(39)) { _root.gun.moveRight(); } else { this.myVel = 0; } }
Frame 144
var centery = 265; var centerx = 325; var amount = 240; onEnterFrame = function () { var _local3 = centerx - _root._xmouse; var _local4 = centery - _root._ymouse; var _local2 = (-Math.atan2(_local3, _local4)) / (Math.PI/180); _root.gun._rotation = _local2; _root.gun._y = centery + ((amount * Math.cos(_local2 * (Math.PI/180))) * -1); _root.gun._x = centerx - ((amount * Math.sin(_local2 * (Math.PI/180))) * -1); }; stop(); var lvl_timer = 0; _global.level = 0; level = level + 1; _global.speed = 2; _global.numofEnemies = level + 1; _root.lvl_txt = "Level " + level; if (level == 1) { _root.ds = "1 ball, simple warm-up"; _global.speed = 3.5; } if (level == 2) { _root.ds = "2 balls, still easy"; _global.speed = 3; } if (level == 3) { _root.ds = "3 balls! Getting harder..."; _global.speed = 2.5; } if (level == 4) { _root.ds = "1 fast ball, Be careful!"; numofEnemies = 2; _global.speed = 4.5; } if (level == 5) { _root.ds = "2 fast balls, think fast!"; numofEnemies = 3; _global.speed = 4; } if (level == 6) { _root.ds = "4 balls!"; numofEnemies = 5; speed = 1; } if (level == 7) { _root.ds = "5 balls!"; numofEnemies = 6; _global.speed = 1; } if (level == 8) { _root.ds = "3 fast balls, good luck.."; numofEnemies = 4; _global.speed = 3; } if (level == 9) { _root.ds = "6 balls!"; numofEnemies = 7; _global.speed = 1; } if (level == 10) { _root.ds = "7 balls! There's no way.."; numofEnemies = 8; } if (level == 11) { _root.ds = "8 balls!"; numofEnemies = 9; } if (level == 12) { _root.ds = "9 balls!"; numofEnemies = 10; } if (level == 13) { _root.ds = "10 balls"; numofEnemies = 11; } if (level == 14) { _root.ds = "11 balls"; numofEnemies = 12; } if (level == 15) { _root.ds = "12 balls"; numofEnemies = 13; } if (level == 16) { _root.ds = "13 balls"; numofEnemies = 14; } if (level == 17) { _root.ds = "YOU WON!"; numofEnemies = 15; } _root.onEnterFrame = function () { lvl_timer++; if (lvl_timer == 130) { _root.ds = ""; _root.lvl_txt = "3"; } if (lvl_timer == 161) { _root.lvl_txt = "2"; } if (lvl_timer == 192) { _root.lvl_txt = "1"; } if (lvl_timer == 223) { _root.lvl_txt = "Go!"; } if (lvl_timer >= 254) { lvl_timer = 0; nextFrame(); } };
Frame 145
play();
Frame 146
_root.lvl_txt = "";
Frame 151
var centery = 265; stop(); var centerx = 325; var amount = 240; i = 0; var fire = false; _root.timerr = 30; var num = 31; var timeer = 0; var putimer = 0; var ffire = false; var putimer2 = 0; var zoom = 0; var zoomm = 0; var txt_timer = 0; onEnterFrame = function () { _root.pu1._y = _root.pu1._y + 8; putimer++; if (putimer == 450) { i = 0; while (i < 1) { duplicateMovieClip (_root.pu1, "pu1" + i, getNextHighestDepth()); _root["pu1" + i]._x = (Math.random() * 200) + 200; _root["pu1" + i]._y = (Math.random() * 200) + 200; zoom = Math.ceil(Math.random() * 2); if (zoom == 1) { _root["pu1" + i].gotoAndStop(1); } if (zoom == 2) { _root["pu1" + i].gotoAndStop(2); } putimer = 0; i++; } } different_x = centerx - _root._xmouse; different_y = centery - _root._ymouse; targetrotation = (-Math.atan2(different_x, different_y)) / (Math.PI/180); _root.gun._rotation = targetrotation + 180; _root.gun._y = centery + ((amount * Math.cos(targetrotation * (Math.PI/180))) * -1); _root.gun._x = centerx - ((amount * Math.sin(targetrotation * (Math.PI/180))) * -1); _root.shot._visible = false; timeer++; if (timeer == num) { _root.timerr = _root.timerr - 1; num = num + 31; } if (_root.timerr == 0) { k = 1; while (k <= numofEnemies) { removeMovieClip(_root["enemy" + k]); k++; } _root.txter = ""; txt_timer = 0; zoom = 0; zoomm = 0; gotoAndPlay ("cd"); } _root.onMouseDown = function () { kirupaSound = new Sound(this); kirupaSound.attachSound("laser"); kirupaSound.start(0, 0); if (fire == false) { i++; duplicateMovieClip (_root.shot, "shot" + i, getNextHighestDepth()); fire = true; _root.gun.fire.gotoAndPlay(2); } }; _root["shot" + i].onEnterFrame = function () { if (zoom == 1) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } k = 1; while (k <= numofEnemies) { if (zoomm == 1) { if (ffire) { var _local3 = _root["enemy" + k].speed2; _root["enemy" + k].speed2 = _root["enemy" + k].speed2 / _local3; } } if (putimer2 > 50) { ffire = false; if (zoomm == 1) { _root["enemy" + k].speed2 = _local3; zoom = 0; } putimer2 = 0; } var _local5 = this._x - _root["enemy" + k]._x; var _local4 = this._y - _root["enemy" + k]._y; var _local6 = Math.floor(Math.sqrt((_local5 * _local5) + (_local4 * _local4))); if (_local6 < (_root["enemy" + k]._width / 2.5)) { _root["enemy" + k]._rotation = this._rotation; if (zoomm != 2) { this.removeMovieClip(); } } b = 0; while (b < 50) { if (this.hitTest(_root["pu1" + b])) { kirupaSound = new Sound(this); kirupaSound.attachSound("mmsound"); kirupaSound.start(0, 0); if (zoom == 1) { txt_timer++; if (txt_timer < 50) { _root.txter = "Slower Balls"; } else if (txt_timer >= 50) { txt_timer = 0; _root.texter = ""; } zoomm = 1; } if (zoom == 2) { txt_timer++; if (txt_timer < 50) { _root.txter = "Peircing Bullets"; } else if (txt_timer >= 50) { txt_timer = 0; _root.texter = ""; } zoomm = 2; } removeMovieClip(_root["pu1" + b]); putimer2++; ffire = true; this.removeMovieClip(); } b++; } k++; } }; }; i = 2; while (i < numofEnemies) { _root.enemy1.duplicateMovieClip("enemy" + i, i); i++; }
Instance of Symbol 165 MovieClip "pu1" in Frame 151
onClipEvent (load) { var cx = ((Math.random() * 6) - 3); var cy = ((Math.random() * 6) - 3); } onClipEvent (enterFrame) { this._x = this._x + cx; this._y = this._y + cy; this._rotation = this._rotation + 3; }
Instance of Symbol 6 MovieClip [bullet] "shot" in Frame 151
onClipEvent (load) { this._x = _root.gun._x; this._y = _root.gun._y; this._rotation = _root.gun._rotation; var speed = 10; } onClipEvent (enterFrame) { this._x = this._x + (speed * Math.sin((this._rotation * Math.PI) / 180)); this._y = this._y + ((-speed) * Math.cos((this._rotation * Math.PI) / 180)); if (this.hitTest(_root.bound1)) { this.removeMovieClip(); } if (this.hitTest(_root.bound2)) { this.removeMovieClip(); } if (this.hitTest(_root.bound3)) { this.removeMovieClip(); } if (this.hitTest(_root.bound4)) { this.removeMovieClip(); } }
Instance of Symbol 14 MovieClip [enemy] "enemy1" in Frame 151
onClipEvent (load) { this._rotation = (Math.random() * 359) + 1; var speed2 = _global.speed; var lime = 0; var maxmousemove = 4; this.width = (this.width + (Math.random() * 10)) - 20; this.height = (this.height + (Math.random() * 10)) - 20; var mousethreshold = 4; var blah = null; } onClipEvent (enterFrame) { lime++; this._x = this._x + (speed2 * Math.sin((this._rotation * Math.PI) / 180)); this._y = this._y + ((-speed2) * Math.cos((this._rotation * Math.PI) / 180)); k = 1; while (k <= numofEnemies) { if (level <= 7) { if (this != _root["enemy" + k]) { if (this.point.hitTest(_root["enemy" + k].point)) { this._rotation = (this._rotation * 2) + _root["enemy" + k]._rotation; _root["enemy" + k]._rotation._rotation = (_root["enemy" + k]._rotation * 2) + this._rotation; } } } else { this._alpha = 80; } if (lime < 6) { if (_root["enemy" + k] != this) { if (this.hitTest(_root["enemy" + k].point)) { blah = _root["enemy" + k]; var moverate = (maxmousemove - (maxmousemove / mousethreshold)); if (this._x < blah._x) { this._x = this._x - moverate; } else { this._x = this._x + moverate; } if (this._y < blah._y) { this._y = this._y - moverate; } else { this._y = this._y + moverate; } } } } k++; } if (this.hitTest(_root.bound1)) { _root.gotoAndStop("dead"); removeMovieClip(this); } if (this.hitTest(_root.bound2)) { _root.gotoAndStop("dead"); removeMovieClip(this); } if (this.hitTest(_root.bound3)) { _root.gotoAndStop("dead"); removeMovieClip(this); } if (this.hitTest(_root.bound4)) { _root.gotoAndStop("dead"); removeMovieClip(this); } }
Frame 152
stop(); _root.onEnterFrame = function () { _root.level_num = level; k = 1; while (k <= numofEnemies) { removeMovieClip(_root["enemy" + k]); k++; } };
Frame 153
stop();
Symbol 6 MovieClip [bullet] Frame 1
stop();
Instance of Symbol 8 MovieClip "point" in Symbol 14 MovieClip [enemy] Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 15; }
Symbol 17 Button
on (release) { getURL ("http://www.flashninjaclan.com/"); }
Symbol 19 Button
on (release) { getURL ("http://www.flashninjaclan.com/"); }
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 15
stop();
Symbol 31 MovieClip Frame 20
stop();
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 10
stop();
Symbol 89 MovieClip Frame 5
if (_root.ffire == true) { gotoAndStop (1); _root.fire = false; }
Symbol 89 MovieClip Frame 12
gotoAndStop (1); _root.fire = false;
Symbol 165 MovieClip Frame 1
stop();
Symbol 179 Button
on (release) { level = level - 1; gotoAndStop ("cd"); }
Symbol 185 Button
on (release) { nukescore = level; nukename = _root.sname; loadVariablesNum ("http://www.flashninjaclan.com/games/orbitron/newscore.php", 0, "POST"); _root.gotoAndPlay("menu"); }
Symbol 198 Button
on (release) { nextFrame(); }
Symbol 202 Button
on (release) { _root.gotoAndStop("menu"); }
Symbol 203 MovieClip Frame 1
stop();
Instance of Symbol 165 MovieClip in Symbol 203 MovieClip Frame 3
onClipEvent (enterFrame) { this._rotation = this._rotation + 3; }
Symbol 203 MovieClip Frame 4
stop();

Library Items

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

Instance Names

"inst"Frame 128Symbol 28 MovieClip
"pmg"Frame 128Symbol 31 MovieClip
"playy"Frame 128Symbol 74 MovieClip
"gun"Frame 129Symbol 90 MovieClip
"bound1"Frame 129Symbol 92 MovieClip
"bound2"Frame 129Symbol 92 MovieClip
"bound3"Frame 129Symbol 92 MovieClip
"bound4"Frame 129Symbol 92 MovieClip
"enemy1"Frame 129Symbol 14 MovieClip [enemy]
"pu1"Frame 151Symbol 165 MovieClip
"shot"Frame 151Symbol 6 MovieClip [bullet]
"enemy1"Frame 151Symbol 14 MovieClip [enemy]
"point"Symbol 14 MovieClip [enemy] Frame 1Symbol 8 MovieClip
"box"Symbol 14 MovieClip [enemy] Frame 1Symbol 10 MovieClip
"fire"Symbol 90 MovieClip Frame 1Symbol 89 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "laser"
ExportAssets (56)Timeline Frame 1Symbol 2 as "mmsound"
ExportAssets (56)Timeline Frame 1Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 1Symbol 14 as "enemy"

Labels

"menu"Frame 128
"cd"Frame 129
"start"Frame 151
"dead"Frame 152
"instructions"Frame 153

Dynamic Text Variables

lvl_txtSymbol 95 EditableText""
dsSymbol 96 EditableText""
lvl_txtSymbol 98 EditableText""
dsSymbol 99 EditableText""
lvl_txtSymbol 101 EditableText""
dsSymbol 102 EditableText""
lvl_txtSymbol 104 EditableText""
dsSymbol 105 EditableText""
lvl_txtSymbol 107 EditableText""
dsSymbol 108 EditableText""
lvl_txtSymbol 110 EditableText""
dsSymbol 111 EditableText""
lvl_txtSymbol 113 EditableText""
dsSymbol 114 EditableText""
lvl_txtSymbol 116 EditableText""
dsSymbol 117 EditableText""
lvl_txtSymbol 119 EditableText""
dsSymbol 120 EditableText""
lvl_txtSymbol 122 EditableText""
dsSymbol 123 EditableText""
lvl_txtSymbol 125 EditableText""
dsSymbol 126 EditableText""
lvl_txtSymbol 128 EditableText""
dsSymbol 129 EditableText""
lvl_txtSymbol 131 EditableText""
dsSymbol 132 EditableText""
lvl_txtSymbol 134 EditableText""
dsSymbol 135 EditableText""
lvl_txtSymbol 137 EditableText""
dsSymbol 138 EditableText""
lvl_txtSymbol 140 EditableText""
dsSymbol 142 EditableText""
lvl_txtSymbol 144 EditableText""
dsSymbol 145 EditableText""
lvl_txtSymbol 147 EditableText""
dsSymbol 148 EditableText""
lvl_txtSymbol 150 EditableText""
dsSymbol 151 EditableText""
lvl_txtSymbol 153 EditableText""
dsSymbol 154 EditableText""
lvl_txtSymbol 156 EditableText""
dsSymbol 157 EditableText""
lvl_txtSymbol 159 EditableText""
dsSymbol 160 EditableText""
timerrSymbol 168 EditableText""
txterSymbol 169 EditableText""
level_numSymbol 183 EditableText""
snameSymbol 186 EditableText""




http://swfchan.com/10/46473/info.shtml
Created: 3/5 -2019 14:53:04 Last modified: 3/5 -2019 14:53:04 Server time: 17/05 -2024 07:01:32