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

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

Orbitron.swf

This is the info page for
Flash #75809

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


Text
Time:

You made it to level:

ActionScript [AS1/AS2]

Frame 1
_root.kongregateServices.connect();
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 74 MovieClip in Frame 128
onClipEvent (enterFrame) { this.play(); }
Instance of Symbol 77 MovieClip "playy" in Frame 128
onClipEvent (enterFrame) { if (this._currentframe < 10) { play(); } }
Frame 129
play();
Instance of Symbol 93 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 = 15; var num = 21; 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() * 3); if (zoom == 1) { _root["pu1" + i].gotoAndStop(1); } if (zoom == 2) { _root["pu1" + i].gotoAndStop(2); } if (zoom == 3) { _root["pu1" + i].gotoAndStop(3); } 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 == 3) { this.gotoAndStop(3); } else 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; } if (_root["enemy" + k].box.hitTest(this)) { _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; } if (zoom == 3) { txt_timer++; if (txt_timer < 50) { _root.txter = "Double Shot"; } else if (txt_timer >= 50) { txt_timer = 0; _root.texter = ""; } zoomm = 3; } 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 170 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 34 Button
on (release) { getURL ("http://hallpass.com/channel/games/"); }
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 10
stop();
Symbol 92 MovieClip Frame 5
if (_root.ffire == true) { gotoAndStop (1); _root.fire = false; }
Symbol 92 MovieClip Frame 12
gotoAndStop (1); _root.fire = false;
Symbol 170 MovieClip Frame 1
stop();
Symbol 184 Button
on (release) { level = level - 1; gotoAndStop ("cd"); }
Symbol 190 Button
on (release) { _root.kongregateScores.submit(_root.level_num); _root.gotoAndStop("menu"); level = level - 1; }
Symbol 202 Button
on (release) { nextFrame(); }
Symbol 206 Button
on (release) { _root.gotoAndStop("menu"); }
Symbol 207 MovieClip Frame 1
stop();
Instance of Symbol 170 MovieClip in Symbol 207 MovieClip Frame 3
onClipEvent (enterFrame) { this._rotation = this._rotation + 3; }
Symbol 207 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 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:34
Symbol 34 ButtonUses:33Used by:Timeline
Symbol 35 GraphicUsed by:74
Symbol 36 GraphicUsed by:74
Symbol 37 GraphicUsed by:74
Symbol 38 GraphicUsed by:74
Symbol 39 GraphicUsed by:74
Symbol 40 GraphicUsed by:74
Symbol 41 GraphicUsed by:74
Symbol 42 GraphicUsed by:74
Symbol 43 GraphicUsed by:74
Symbol 44 GraphicUsed by:74
Symbol 45 GraphicUsed by:74
Symbol 46 GraphicUsed by:74
Symbol 47 GraphicUsed by:74
Symbol 48 GraphicUsed by:74
Symbol 49 GraphicUsed by:74
Symbol 50 GraphicUsed by:74
Symbol 51 GraphicUsed by:74
Symbol 52 GraphicUsed by:74
Symbol 53 GraphicUsed by:74
Symbol 54 GraphicUsed by:74
Symbol 55 GraphicUsed by:74
Symbol 56 GraphicUsed by:74
Symbol 57 GraphicUsed by:74
Symbol 58 GraphicUsed by:74
Symbol 59 GraphicUsed by:74
Symbol 60 GraphicUsed by:74
Symbol 61 GraphicUsed by:74
Symbol 62 GraphicUsed by:74
Symbol 63 GraphicUsed by:74
Symbol 64 GraphicUsed by:74
Symbol 65 GraphicUsed by:74
Symbol 66 GraphicUsed by:74
Symbol 67 GraphicUsed by:74
Symbol 68 GraphicUsed by:74
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:74
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses: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 70 71 72 73Used by:Timeline
Symbol 75 GraphicUsed by:77
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:75 76Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:Timeline
Symbol 81 GraphicUsed by:93
Symbol 82 GraphicUsed by:92
Symbol 83 GraphicUsed by:92
Symbol 84 GraphicUsed by:92
Symbol 85 GraphicUsed by:92
Symbol 86 GraphicUsed by:92
Symbol 87 GraphicUsed by:92
Symbol 88 GraphicUsed by:92
Symbol 89 GraphicUsed by:92
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:82 83 84 85 86 87 88 89 90 91Used by:93
Symbol 93 MovieClipUses:81 92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 FontUsed by: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 141 143 147 148 150 151 153 154 156 157 159 160 162 163 174
Symbol 98 EditableTextUses:97Used by:Timeline
Symbol 99 EditableTextUses:97Used by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 EditableTextUses:97Used by:Timeline
Symbol 102 EditableTextUses:97Used by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 EditableTextUses:97Used by:Timeline
Symbol 105 EditableTextUses:97Used by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 EditableTextUses:97Used by:Timeline
Symbol 108 EditableTextUses:97Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 EditableTextUses:97Used by:Timeline
Symbol 111 EditableTextUses:97Used by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 EditableTextUses:97Used by:Timeline
Symbol 114 EditableTextUses:97Used by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 EditableTextUses:97Used by:Timeline
Symbol 117 EditableTextUses:97Used by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 EditableTextUses:97Used by:Timeline
Symbol 120 EditableTextUses:97Used by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 EditableTextUses:97Used by:Timeline
Symbol 123 EditableTextUses:97Used by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 EditableTextUses:97Used by:Timeline
Symbol 126 EditableTextUses:97Used by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 EditableTextUses:97Used by:Timeline
Symbol 129 EditableTextUses:97Used by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 EditableTextUses:97Used by:Timeline
Symbol 132 EditableTextUses:97Used by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 EditableTextUses:97Used by:Timeline
Symbol 135 EditableTextUses:97Used by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 EditableTextUses:97Used by:Timeline
Symbol 138 EditableTextUses:97Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 EditableTextUses:97Used by:Timeline
Symbol 141 EditableTextUses:97Used by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 EditableTextUses:97Used by:Timeline
Symbol 144 FontUsed by:145
Symbol 145 EditableTextUses:144Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 EditableTextUses:97Used by:Timeline
Symbol 148 EditableTextUses:97Used by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 EditableTextUses:97Used by:Timeline
Symbol 151 EditableTextUses:97Used by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 EditableTextUses:97Used by:Timeline
Symbol 154 EditableTextUses:97Used by:Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 EditableTextUses:97Used by:Timeline
Symbol 157 EditableTextUses:97Used by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 EditableTextUses:97Used by:Timeline
Symbol 160 EditableTextUses:97Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 EditableTextUses:97Used by:Timeline
Symbol 163 EditableTextUses:97Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:170
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:170
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:170
Symbol 170 MovieClipUses:165 167 169Used by:207  Timeline
Symbol 171 FontUsed by:172 173
Symbol 172 EditableTextUses:171Used by:Timeline
Symbol 173 EditableTextUses:171Used by:Timeline
Symbol 174 EditableTextUses:97Used by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:184
Symbol 177 GraphicUsed by:184
Symbol 178 GraphicUsed by:184
Symbol 179 GraphicUsed by:184
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:184
Symbol 182 GraphicUsed by:184
Symbol 183 GraphicUsed by:184
Symbol 184 ButtonUses:176 177 178 179 181 182 183Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 FontUsed by:187 188
Symbol 187 TextUses:186Used by:Timeline
Symbol 188 EditableTextUses:186Used by:Timeline
Symbol 189 GraphicUsed by:190
Symbol 190 ButtonUses:189Used by:Timeline
Symbol 191 GraphicUsed by:207
Symbol 192 GraphicUsed by:202 206
Symbol 193 GraphicUsed by:202 206
Symbol 194 GraphicUsed by:202 206
Symbol 195 GraphicUsed by:202 206
Symbol 196 GraphicUsed by:202 206
Symbol 197 GraphicUsed by:202 206
Symbol 198 GraphicUsed by:202 206
Symbol 199 GraphicUsed by:202 206
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:202 206
Symbol 202 ButtonUses:192 193 194 195 196 197 198 199 201Used by:207
Symbol 203 GraphicUsed by:207
Symbol 204 GraphicUsed by:207
Symbol 205 GraphicUsed by:207
Symbol 206 ButtonUses:192 193 194 195 196 197 198 199 201Used by:207
Symbol 207 MovieClipUses:191 202 203 204 170 205 206Used by:Timeline

Instance Names

"inst"Frame 128Symbol 28 MovieClip
"pmg"Frame 128Symbol 31 MovieClip
"playy"Frame 128Symbol 77 MovieClip
"gun"Frame 129Symbol 93 MovieClip
"bound1"Frame 129Symbol 95 MovieClip
"bound2"Frame 129Symbol 95 MovieClip
"bound3"Frame 129Symbol 95 MovieClip
"bound4"Frame 129Symbol 95 MovieClip
"enemy1"Frame 129Symbol 14 MovieClip [enemy]
"pu1"Frame 151Symbol 170 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 93 MovieClip Frame 1Symbol 92 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 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 141 EditableText""
lvl_txtSymbol 143 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""
lvl_txtSymbol 162 EditableText""
dsSymbol 163 EditableText""
timerrSymbol 173 EditableText""
txterSymbol 174 EditableText""
level_numSymbol 188 EditableText""




http://swfchan.com/16/75809/info.shtml
Created: 5/4 -2019 20:07:02 Last modified: 5/4 -2019 20:07:02 Server time: 29/04 -2024 18:20:19