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

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

Drop da Beatz.swf

This is the info page for
Flash #23589

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


Text
00

<<score

Timer>>

<<instructions

start>>

Bandit has stolen the beatz from the Rhythm Nation.  The
Nation lies silent waiting to get its groove back.  Help Nev to
restore their tunes by dropping beatz on the Smile Radio
stations and waking up the sleeping seagulls before time runs
out. The skies are busy - steer clear of Bouncer Boy in his
balloon and look out for Bandit in his no-noise machine at the
end of the level. If you survive, try your luck at level 2.
Controls:
Up & down  use cursor arrows
Beatz drop  use space bar

1

level>>

60

Points

Name

drop da beats board

2

60

Level
2

<<play again

enter score>>

Enter your email for the chance to play
live on Smile!

enter details

game over
your score

Enter your name to submit your score
to the leaderboard

ActionScript [AS1/AS2]

Frame 2
var loadAmount = _totalframes; if (_framesloaded == loadAmount) { gotoAndStop (3); } else { loaded = Math.round(getBytesLoaded() / 1024); total = Math.round(getBytesTotal() / 1024); percent = Math.round((loaded / total) * 100); percentShow = percent + "%"; bytesLoadedOutput = loaded; bytesTotalOutput = total; loadingBar._width = loaderHousing._width * (percent / 100); gotoAndPlay (1); }
Frame 3
stop(); fscommand ("trapallkeys", "false");
Frame 4
function encrypt(mystring) { var output = ""; var i = 0; while (i < mystring.length) { output = output + String.fromCharCode(mystring.charCodeAt(i) ^ 21); i++; } return(output); } stop(); _root.onEnterFrame = function () { if (_root.time < 1) { fscommand ("trapallkeys", "true"); gotoAndStop (5); } }; moviesound = new Sound(_root.engine); moviesound.start(); bombsound = new Sound(_root.bombDrop); starttime = getTimer();
Instance of Symbol 34 MovieClip [building] "build1" in Frame 4
onClipEvent (enterFrame) { setProperty(this, _x , this._x - 8); if (this._x <= -54) { setProperty(this, _x , "842"); tellTarget (this) { gotoAndStop(random(9) + 1); }; } }
Instance of Symbol 34 MovieClip [building] "build2" in Frame 4
onClipEvent (enterFrame) { setProperty(this, _x , this._x - 8); if (this._x <= -54) { setProperty(this, _x , "842"); tellTarget (this) { gotoAndStop(random(9) + 1); }; } }
Instance of Symbol 34 MovieClip [building] "build3" in Frame 4
onClipEvent (enterFrame) { setProperty(this, _x , this._x - 8); if (this._x <= -54) { setProperty(this, _x , "842"); tellTarget (this) { gotoAndStop(random(9) + 1); }; } }
Instance of Symbol 34 MovieClip [building] "build4" in Frame 4
onClipEvent (enterFrame) { setProperty(this, _x , this._x - 8); if (this._x <= -54) { setProperty(this, _x , "842"); tellTarget (this) { gotoAndStop(random(9) + 1); }; } }
Instance of Symbol 34 MovieClip [building] "build5" in Frame 4
onClipEvent (enterFrame) { setProperty(this, _x , this._x - 8); if (this._x <= -54) { setProperty(this, _x , "842"); tellTarget (this) { gotoAndStop(random(9) + 1); }; } }
Instance of Symbol 34 MovieClip [building] "build6" in Frame 4
onClipEvent (enterFrame) { setProperty(this, _x , this._x - 8); if (this._x <= -54) { setProperty(this, _x , "842"); tellTarget (this) { gotoAndStop(random(9) + 1); }; } }
Instance of Symbol 34 MovieClip [building] "build7" in Frame 4
onClipEvent (enterFrame) { setProperty(this, _x , this._x - 8); if (this._x <= -54) { setProperty(this, _x , "842"); tellTarget (this) { gotoAndStop(random(9) + 1); }; } }
Instance of Symbol 34 MovieClip [building] "build8" in Frame 4
onClipEvent (enterFrame) { setProperty(this, _x , this._x - 8); if (this._x <= -54) { setProperty(this, _x , "842"); tellTarget (this) { gotoAndStop(random(9) + 1); }; } }
Instance of Symbol 83 MovieClip "bouncer" in Frame 4
onClipEvent (enterFrame) { if (this.stopRun != true) { setProperty(this, _x , this._x - 15); } if (this._x < -100) { setProperty(this, _x , "900"); setProperty(this, _y , (random(4) + 1) * 75); if (_root.timer.timertext < 15) { this.stopRun = true; } } if (this.hitCheck.hitTest(_root.plane.hitCheck)) { tellTarget ("_root.plane") { gotoAndStop ("crashed"); }; tellTarget (this) { gotoAndPlay ("hit"); }; unloadMovie ("_root.bomb"); } }
Instance of Symbol 105 MovieClip "gull1" in Frame 4
onClipEvent (enterFrame) { if (this.stopRun != true) { setProperty(this, _x , this._x - 15); } if (this._x < -100) { tellTarget (this) { gotoAndPlay (1); }; setProperty(this, _x , "900"); setProperty(this, _y , (random(4) + 1) * 75); if (_root.timer.timertext < 15) { this.stopRun = true; } } if (this.hitCheck.hitTest(_root.plane.hitCheck)) { tellTarget ("_root.scoreTriggerGull") { play(); }; tellTarget (this) { gotoAndPlay ("hitGull"); }; } } onClipEvent (load) { this.stopRun = false; }
Instance of Symbol 127 MovieClip "banditMain" in Frame 4
onClipEvent (enterFrame) { if ((_root.timer.timertext < 10) && (this.runAlready != true)) { tellTarget (this) { play(); }; if (this.bandit.hitCheck.hitTest(_root.plane.hitCheck)) { tellTarget ("_root.plane") { gotoAndStop ("crashed"); }; unloadMovie ("_root.bomb"); } } if ((((((this.link1.hitTest(_root.plane.hitCheck) or this.link2.hitTest(_root.plane.hitCheck)) or this.link3.hitTest(_root.plane.hitCheck)) or this.link4.hitTest(_root.plane.hitCheck)) or this.link5.hitTest(_root.plane.hitCheck)) or this.link6.hitTest(_root.plane.hitCheck)) or this.link7.hitTest(_root.plane.hitCheck)) { tellTarget ("_root.plane") { gotoAndStop ("crashed"); }; unloadMovie ("_root.bomb"); } } onClipEvent (load) { setProperty(this, _y , random(50) + 200); }
Instance of Symbol 150 MovieClip "plane" in Frame 4
onClipEvent (enterFrame) { if (((_root.move == "upMove") && (acel <= limit)) && (this._y > 100)) { setProperty(this, _y , this._y - acel); if (_root.bombDropped != true) { setProperty(_root.bomb, _y , _root.bomb._y - acel); } acel = acel + acel; } else if (((_root.move == "downMove") && (acel <= limit)) && (this._y < 300)) { setProperty(this, _y , this._y + acel); if (_root.bombDropped != true) { setProperty(_root.bomb, _y , _root.bomb._y + acel); } acel = acel + acel; } else { acel = 5; _root.move = "stopped"; } } onClipEvent (load) { limit = 40; acel = 5; }
Instance of Symbol 8 MovieClip [surround] "surround" in Frame 4
onClipEvent (load) { var i = 1; while (i < 9) { tellTarget ("_root.build" + i) { gotoAndStop(random(9) + 1); }; i++; } _root.score = 0; _root.level = 1; _root.time = 60; }
Frame 5
_root.onEnterFrame = function () { if (_root.time < 1) { fscommand ("trapallkeys", "true"); gotoAndPlay (6); } }; stop(); starttime = getTimer();
Instance of Symbol 83 MovieClip "bouncer" in Frame 5
onClipEvent (enterFrame) { if (this.stopRun != true) { setProperty(this, _x , this._x - 20); } if (this._x < -100) { setProperty(this, _x , "900"); setProperty(this, _y , (random(4) + 1) * 75); if (_root.timer.timertext < 15) { this.stopRun = true; } } if (this.hitCheck.hitTest(_root.plane.hitCheck)) { tellTarget ("_root.plane") { gotoAndStop ("crashed"); }; tellTarget (this) { gotoAndPlay ("hit"); }; unloadMovie ("_root.bomb"); } }
Instance of Symbol 105 MovieClip "gull1" in Frame 5
onClipEvent (enterFrame) { if (this.stopRun != true) { setProperty(this, _x , this._x - 20); } if (this._x < -100) { tellTarget (this) { gotoAndPlay (1); }; setProperty(this, _x , "900"); setProperty(this, _y , (random(4) + 1) * 75); if (_root.timer.timertext < 15) { this.stopRun = true; } } if (this.hitCheck.hitTest(_root.plane.hitCheck)) { tellTarget ("_root.scoreTriggerGull") { play(); }; tellTarget (this) { gotoAndPlay ("hitGull"); }; } } onClipEvent (load) { this.stopRun = false; }
Instance of Symbol 127 MovieClip "banditMain" in Frame 5
onClipEvent (enterFrame) { if ((_root.timer.timertext < 10) && (this.runAlready != true)) { tellTarget (this) { play(); }; if (this.bandit.hitCheck.hitTest(_root.plane.hitCheck)) { tellTarget ("_root.plane") { gotoAndStop ("crashed"); }; unloadMovie ("_root.bomb"); } } if ((((((this.link1.hitTest(_root.plane.hitCheck) or this.link2.hitTest(_root.plane.hitCheck)) or this.link3.hitTest(_root.plane.hitCheck)) or this.link4.hitTest(_root.plane.hitCheck)) or this.link5.hitTest(_root.plane.hitCheck)) or this.link6.hitTest(_root.plane.hitCheck)) or this.link7.hitTest(_root.plane.hitCheck)) { tellTarget ("_root.plane") { gotoAndStop ("crashed"); }; unloadMovie ("_root.bomb"); } } onClipEvent (load) { setProperty(this, _y , random(50) + 200); this.runAlready = false; }
Instance of Symbol 8 MovieClip [surround] "surround" in Frame 5
onClipEvent (load) { _root.level = 2; _root.time = 60; }
Frame 6
stopAllSounds(); stop();
Frame 17
stop();
Instance of Symbol 243 MovieClip "form" in Frame 17
onClipEvent (load) { Selection.setFocus(this.uname); }
Frame 18
stop(); stopAllSounds();
Instance of Symbol 4 MovieClip "scoreHolder" in Symbol 8 MovieClip [surround] Frame 1
onClipEvent (enterFrame) { this.score.text = _root.score; }
Symbol 28 MovieClip Frame 1
runs = "0"; stop();
Symbol 28 MovieClip Frame 24
if (runs < 10) { gotoAndPlay (31); runs = runs + 1; } else { gotoAndPlay (1); }
Instance of Symbol 28 MovieClip "station" in Symbol 34 MovieClip [building] Frame 4
onClipEvent (enterFrame) { if (this.hitCheck.hitTest(_root.bomb)) { tellTarget ("_root.scoreTriggerStation") { play(); }; tellTarget (this) { gotoAndPlay ("hit"); }; tellTarget ("_root.bomb") { gotoAndPlay (1); }; } }
Instance of Symbol 28 MovieClip in Symbol 34 MovieClip [building] Frame 10
onClipEvent (enterFrame) { if (this.hitCheck.hitTest(_root.bomb)) { _root.objectHit = station; tellTarget ("_root.scoreTriggerStation") { play(); }; tellTarget ("_root.bomb") { gotoAndPlay (1); }; } }
Symbol 57 Button
on (release) { gotoAndPlay (4); }
Symbol 58 Button
on (release) { tellTarget ("_root.instruc") { play(); }; }
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 11
stop();
Symbol 64 MovieClip Frame 22
gotoAndStop (1);
Symbol 65 Button
on (release, keyPress "<Enter>") { gotoAndPlay (4); }
Symbol 83 MovieClip Frame 16
gotoAndPlay (1);
Symbol 83 MovieClip Frame 40
gotoAndPlay (1);
Symbol 105 MovieClip Frame 17
gotoAndPlay (1);
Symbol 105 MovieClip Frame 45
gotoAndPlay (1);
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
play();
Symbol 127 MovieClip Frame 124
stop(); runAlready = true;
Symbol 150 MovieClip Frame 1
stop(); _root.dead = false;
Symbol 150 MovieClip Frame 2
_root.dead = true; fscommand ("trapallkeys", "true"); tellTarget ("_root") { stop(); }; play(); _root.moviesound.stop();
Symbol 150 MovieClip Frame 125
stop(); tellTarget ("_root") { gotoAndStop ("gameover"); };
Symbol 152 Button
on (keyPress "<Space>") { tellTarget ("_root.bombTrigger") { gotoAndPlay (2); }; bombsound.start(); }
Symbol 154 MovieClip Frame 1
stop(); bombAcel = 0; _root.bomb._x = _root.plane._x; _root.bomb._y = _root.plane._y; tellTarget ("_root.bomb") { gotoAndPlay (1); }; _root.bombDropped = false;
Symbol 154 MovieClip Frame 2
if (_root.bomb._y < 500) { _root.bombDropped = true; if (bombAcel < 20) { bombAcel = bombAcel + 0.9; } else { bombAcel = 20; } _root.bomb._x = _root.bomb._x + (20 - bombAcel); _root.bomb._y = _root.bomb._y + bombAcel; } else { gotoAndStop (1); }
Symbol 154 MovieClip Frame 3
gotoAndPlay (2);
Symbol 157 MovieClip Frame 7
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 2
play(); _root.score = _root.score + 1;
Symbol 159 MovieClip Frame 20
gotoAndStop (1);
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 2
play(); _root.score = _root.score + 5;
Symbol 161 MovieClip Frame 20
gotoAndStop (1);
Symbol 163 Button
on (keyPress "<Up>") { _root.move = "upMove"; }
Symbol 164 Button
on (keyPress "<Down>") { _root.move = "downMove"; }
Symbol 171 MovieClip Frame 1
_root.time = getTimer(); _root.timedif = _root.time - _root.starttime; timertext = Math.floor((60000 - _root.timedif) / 1000); if ((timertext == "0") && (_root.dead != true)) { tellTarget (_root) { gotoAndPlay ("level2"); }; }
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 3
stop();
Symbol 217 MovieClip Frame 1
_root.time = getTimer(); _root.timedif = _root.time - _root.starttime; timertext = Math.floor((60000 - _root.timedif) / 1000); if (timertext == "0") { tellTarget (_root) { gotoAndPlay ("outoftime"); }; }
Symbol 220 MovieClip Frame 1
play();
Symbol 220 MovieClip Frame 46
stop();
Symbol 223 Button
on (release) { gotoAndStop (3); }
Symbol 225 Button
on (release) { gotoAndPlay (7); }
Symbol 239 Button
on (release) { _machine = 1; _table = "beats"; uscore = uscore + ""; var name = _root.encrypt(uname); var score = _root.encrypt(uscore); var email = _root.encrypt(uemail); trace("name =" + name); trace("score =" + score); trace("email =" + email); loadVariables ("http://www.bbc.co.uk/apps/ifl/cbbc/highscores", "_root.results", "GET"); _root.form.gotoAndStop("done"); _root.results.gotoAndStop("done"); }
Symbol 243 MovieClip Frame 1
stop(); uscore = _root.score;
Symbol 243 MovieClip Frame 3
stop();

Library Items

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

Instance Names

"loaderHousing"Frame 1Symbol 37 MovieClip
"loadingBar"Frame 1Symbol 39 MovieClip
"instruc"Frame 3Symbol 64 MovieClip
"build1"Frame 4Symbol 34 MovieClip [building]
"build2"Frame 4Symbol 34 MovieClip [building]
"build3"Frame 4Symbol 34 MovieClip [building]
"build4"Frame 4Symbol 34 MovieClip [building]
"build5"Frame 4Symbol 34 MovieClip [building]
"build6"Frame 4Symbol 34 MovieClip [building]
"build7"Frame 4Symbol 34 MovieClip [building]
"build8"Frame 4Symbol 34 MovieClip [building]
"bouncer"Frame 4Symbol 83 MovieClip
"gull1"Frame 4Symbol 105 MovieClip
"banditMain"Frame 4Symbol 127 MovieClip
"plane"Frame 4Symbol 150 MovieClip
"bombTrigger"Frame 4Symbol 154 MovieClip
"bomb"Frame 4Symbol 157 MovieClip
"scoreTriggerGull"Frame 4Symbol 159 MovieClip
"scoreTriggerStation"Frame 4Symbol 161 MovieClip
"engine"Frame 4Symbol 166 MovieClip
"surround"Frame 4Symbol 8 MovieClip [surround]
"timer"Frame 4Symbol 171 MovieClip
"results"Frame 4Symbol 206 MovieClip
"bouncer"Frame 5Symbol 83 MovieClip
"gull1"Frame 5Symbol 105 MovieClip
"banditMain"Frame 5Symbol 127 MovieClip
"surround"Frame 5Symbol 8 MovieClip [surround]
"timer"Frame 5Symbol 217 MovieClip
"form"Frame 17Symbol 243 MovieClip
"results"Frame 17Symbol 206 MovieClip
"score"Symbol 4 MovieClip Frame 1Symbol 3 EditableText
"scoreHolder"Symbol 8 MovieClip [surround] Frame 1Symbol 4 MovieClip
"hitCheck"Symbol 28 MovieClip Frame 1Symbol 17 MovieClip
"station"Symbol 34 MovieClip [building] Frame 4Symbol 28 MovieClip
"hitCheck"Symbol 83 MovieClip Frame 1Symbol 17 MovieClip
"hitCheck"Symbol 105 MovieClip Frame 1Symbol 17 MovieClip
"hitCheck"Symbol 126 MovieClip Frame 1Symbol 17 MovieClip
"link6"Symbol 127 MovieClip Frame 2Symbol 109 MovieClip
"link5"Symbol 127 MovieClip Frame 2Symbol 109 MovieClip
"link4"Symbol 127 MovieClip Frame 2Symbol 109 MovieClip
"link3"Symbol 127 MovieClip Frame 2Symbol 109 MovieClip
"link2"Symbol 127 MovieClip Frame 2Symbol 109 MovieClip
"link1"Symbol 127 MovieClip Frame 2Symbol 109 MovieClip
"bandit"Symbol 127 MovieClip Frame 2Symbol 126 MovieClip
"hitCheck"Symbol 150 MovieClip Frame 1Symbol 17 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 8 as "surround"
ExportAssets (56)Timeline Frame 1Symbol 34 as "building"
ExportAssets (56)Timeline Frame 4Symbol 34 as "building"
ExportAssets (56)Timeline Frame 4Symbol 34 as "building"
ExportAssets (56)Timeline Frame 4Symbol 34 as "building"
ExportAssets (56)Timeline Frame 4Symbol 34 as "building"
ExportAssets (56)Timeline Frame 4Symbol 34 as "building"
ExportAssets (56)Timeline Frame 4Symbol 34 as "building"
ExportAssets (56)Timeline Frame 4Symbol 34 as "building"
ExportAssets (56)Timeline Frame 4Symbol 34 as "building"
ExportAssets (56)Timeline Frame 4Symbol 8 as "surround"
ExportAssets (56)Timeline Frame 5Symbol 34 as "building"
ExportAssets (56)Timeline Frame 5Symbol 34 as "building"
ExportAssets (56)Timeline Frame 5Symbol 34 as "building"
ExportAssets (56)Timeline Frame 5Symbol 34 as "building"
ExportAssets (56)Timeline Frame 5Symbol 34 as "building"
ExportAssets (56)Timeline Frame 5Symbol 34 as "building"
ExportAssets (56)Timeline Frame 5Symbol 34 as "building"
ExportAssets (56)Timeline Frame 5Symbol 34 as "building"
ExportAssets (56)Timeline Frame 5Symbol 8 as "surround"

Labels

"loading"Frame 1
"begin"Frame 3
"level1"Frame 4
"level2"Frame 5
"outoftime"Frame 6
"runEnd"Frame 7
"gameover"Frame 18
"hit"Symbol 28 MovieClip Frame 2
"hit"Symbol 83 MovieClip Frame 17
"hitGull"Symbol 105 MovieClip Frame 18
"crashed"Symbol 150 MovieClip Frame 2
"done"Symbol 206 MovieClip Frame 3
"done"Symbol 243 MovieClip Frame 3

Dynamic Text Variables

timertextSymbol 170 EditableText"60"
index1Symbol 175 EditableText""
index2Symbol 176 EditableText""
index3Symbol 177 EditableText""
index4Symbol 178 EditableText""
index5Symbol 179 EditableText""
index6Symbol 180 EditableText""
name2Symbol 181 EditableText" "
score2Symbol 182 EditableText" "
name3Symbol 183 EditableText" "
score3Symbol 184 EditableText" "
name4Symbol 185 EditableText" "
score4Symbol 186 EditableText" "
name5Symbol 187 EditableText" "
score5Symbol 188 EditableText" "
name6Symbol 189 EditableText" "
score6Symbol 190 EditableText" "
name1Symbol 191 EditableText" "
score1Symbol 192 EditableText" "
index7Symbol 193 EditableText""
index8Symbol 194 EditableText""
index9Symbol 195 EditableText""
index10Symbol 196 EditableText""
name7Symbol 197 EditableText" "
score7Symbol 198 EditableText" "
name8Symbol 199 EditableText" "
score8Symbol 200 EditableText" "
name9Symbol 201 EditableText" "
score9Symbol 202 EditableText" "
name10Symbol 203 EditableText" "
score10Symbol 204 EditableText" "
timertextSymbol 216 EditableText"60"
uemailSymbol 232 EditableText""
unameSymbol 234 EditableText""
uscoreSymbol 240 EditableText" "




http://swfchan.com/5/23589/info.shtml
Created: 26/5 -2019 03:14:57 Last modified: 26/5 -2019 03:14:57 Server time: 05/05 -2024 18:43:11