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

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

99K.swf

This is the info page for
Flash #33083

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


Text
loading

play

play

99K

instructions
(mouse over)

Pick him up, drop him, and try to catch him as many times as you can before he hits the ground (play button okay).  Gravity increases with your score.  Activate bonus with SPACEBAR.

score:

0

hi score:

0

0

2

2

by
Gelatin Guy

again

ActionScript [AS1/AS2]

Frame 1
this.onEnterFrame = function () { buttPlay._visible = false; if (_framesloaded >= _totalframes) { textLoad._visible = false; buttPlay._visible = true; } counter++; if (counter > 8) { counter = 0; } };
Instance of Symbol 22 MovieClip in Frame 1
onClipEvent (enterFrame) { if (!_root.blueRun.dragging) { if (this.hitTest(_root.blueRun._x, _root.blueRun._y, true)) { _root.blueRun.yVel = (Math.random() * -10) - 36; if (Math.random() > 0.5) { _root.blueRun.xDir = -((Math.random() * 4) + 12); _root.blueRun._xscale = 100; } else { _root.blueRun.xDir = (Math.random() * 4) + 12; _root.blueRun._xscale = -100; } i = 0; while (i < 4) { _root.blueRun.fireNum++; _root.firePartWhite.duplicateMovieClip("firePart" + _root.blueRun.fireNum, _root.blueRun.fireNum + 100); _root["firePart" + _root.blueRun.fireNum]._x = _root.blueRun._x; _root["firePart" + _root.blueRun.fireNum]._y = _root.blueRun._y; rand = (Math.random() * 16) + 16; _root["firePart" + _root.blueRun.fireNum]._width = rand; _root["firePart" + _root.blueRun.fireNum]._height = rand; i++; } } } }
Instance of Symbol 22 MovieClip in Frame 1
onClipEvent (enterFrame) { if (!_root.blueRun.dragging) { if (this.hitTest(_root.blueRun._x, _root.blueRun._y, true)) { _root.blueRun.yVel = (Math.random() * -10) - 36; if (Math.random() > 0.5) { _root.blueRun.xDir = -((Math.random() * 4) + 12); _root.blueRun._xscale = 100; } else { _root.blueRun.xDir = (Math.random() * 4) + 12; _root.blueRun._xscale = -100; } i = 0; while (i < 4) { _root.blueRun.fireNum++; _root.firePartWhite.duplicateMovieClip("firePart" + _root.blueRun.fireNum, _root.blueRun.fireNum + 100); _root["firePart" + _root.blueRun.fireNum]._x = _root.blueRun._x; _root["firePart" + _root.blueRun.fireNum]._y = _root.blueRun._y; rand = (Math.random() * 16) + 16; _root["firePart" + _root.blueRun.fireNum]._width = rand; _root["firePart" + _root.blueRun.fireNum]._height = rand; i++; } } } }
Instance of Symbol 23 MovieClip "bonusFlame" in Frame 1
onClipEvent (enterFrame) { if ((!_root.blueRun.dragging) && (this._visible)) { if (this.hitTest(_root.blueRun._x, _root.blueRun._y + 30, true)) { _root.blueRun.yVel = (Math.random() * -10) - 36; if (Math.random() > 0.5) { _root.blueRun.xDir = -((Math.random() * 4) + 12); _root.blueRun._xscale = 100; } else { _root.blueRun.xDir = (Math.random() * 4) + 12; _root.blueRun._xscale = -100; } i = 0; while (i < 4) { _root.blueRun.fireNum++; _root.firePartWhite.duplicateMovieClip("firePart" + _root.blueRun.fireNum, _root.blueRun.fireNum + 100); _root["firePart" + _root.blueRun.fireNum]._x = _root.blueRun._x; _root["firePart" + _root.blueRun.fireNum]._y = _root.blueRun._y; rand = (Math.random() * 16) + 16; _root["firePart" + _root.blueRun.fireNum]._width = rand; _root["firePart" + _root.blueRun.fireNum]._height = rand; i++; } } } }
Instance of Symbol 48 MovieClip "blueRun" in Frame 1
onClipEvent (load) { _xscale = 100; counter = 0; fireNum = 0; gravity = 3; rand = 1; xDir = -13; dragging = false; yVel = 0; score = 0; bonuses = 0; _root.textScore.text = 0; _root.textHiScore.text = _root.hiscore; movedPlay = false; keyBonus = 32; bonusPressed = false; anticlick = 0; } onClipEvent (enterFrame) { if (!dragging) { this._x = this._x + xDir; if (this._x < 50) { xDir = 13; this._xscale = -100; } if (this._x > 650) { xDir = -13; this._xscale = 100; } if (xDir > 13) { xDir = xDir + -0.2; } else if (xDir < -13) { xDir = xDir + 0.2; } this._y = this._y + this.yVel; if (this._y < 300) { yVel = yVel + gravity; } else { yVel = 0; gravity = 3; if (xDir > 0) { xDir = 13; } else { xDir = -13; } if (_root.hiscore < score) { _root.hiscore = score; } _root.textHiScore.text = _root.hiscore; score = 0; _root.textScore.text = 0; bonuses = 0; _root.textBonuses.text = 0; _root.buttPlay._x = 350; _root.buttPlayHit._x = 350; } if (_root.buttPlayHit.hitTest(_x, _y + 30, true)) { while (_root.buttPlayHit.hitTest(_x, _y + 30, true)) { _y = (_y + -5); } _y = (_y + 5); yVel = yVel + -25; } } counter++; fireNum++; if ((counter % 1) == 0) { rand = Math.random(); if (rand > 0.6) { _root.firePart.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } else if (rand > 0.2) { _root.firePartOrange.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } else { _root.firePartWhite.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } _root["firePart" + fireNum]._x = this._x; if (Math.random() > 0.5) { _root["firePart" + fireNum]._y = (this._y - (Math.random() * 8)) + 5; } else { _root["firePart" + fireNum]._y = (this._y + (Math.random() * 8)) + 5; _root["firePart" + fireNum]._rotation = 180; } rand = Math.random(); _root["firePart" + fireNum]._width = (rand * 10) + 7; _root["firePart" + fireNum]._height = (rand * 10) + 7; } if (fireNum > 200) { fireNum = 1; } if (((score % 5) == 4) && (!movedPlay)) { temp = (Math.random() * 450) + 100; _root.buttPlay._x = temp; _root.buttPlayHit._x = temp; movedPlay = true; bonuses++; _root.textBonuses.text = bonuses; } if (((bonuses > 0) && (Key.isDown(keyBonus))) && (!bonusPressed)) { bonusPressed = true; bonuses--; _root.textBonuses.text = bonuses; _root.bonusFlame.gotoAndPlay("active"); } else { bonusPressed = false; } if (anticlick > 0) { anticlick--; } } onClipEvent (mouseDown) { if ((anticlick == 0) && (this.hitTest(_root._xmouse, _root._ymouse, false))) { if (!dragging) { startDrag (this, true); dragging = true; if (yVel != 0) { score++; _root.textScore.text = score; movedPlay = false; if (gravity < 6) { gravity = gravity + 0.1; } } yVel = 0; } else { stopDrag(); dragging = false; } } } onClipEvent (mouseUp) { stopDrag(); dragging = false; anticlick = 4; }
Instance of Symbol 50 MovieClip "firePart" in Frame 1
onClipEvent (load) { life = Math.ceil(Math.random() * 10) + 6; this._alpha = 100; if (_root.blueRun._xscale > 0) { xDir = 2; } else { xDir = -2; } if (Math.random() > 0.5) { yDir = Math.random() * 3; } else { yDir = Math.random() * -3; } } onClipEvent (enterFrame) { this._x = this._x + xDir; this._y = this._y + yDir; life--; if (life == 0) { this._alpha = 0; } else if (life == 1) { this._alpha = 33; } else if (life == 2) { this._alpha = 66; } }
Instance of Symbol 52 MovieClip "firePartOrange" in Frame 1
onClipEvent (load) { life = Math.ceil(Math.random() * 10) + 6; this._alpha = 100; if (_root.blueRun._xscale > 0) { xDir = 1; } else { xDir = -1; } if (Math.random() > 0.5) { yDir = Math.random() * 3; } else { yDir = Math.random() * -3; } } onClipEvent (enterFrame) { this._x = this._x + xDir; this._y = this._y + yDir; life--; if (life == 0) { this._alpha = 0; } else if (life == 1) { this._alpha = 33; } else if (life == 2) { this._alpha = 66; } }
Instance of Symbol 52 MovieClip "firePartWhite" in Frame 1
onClipEvent (load) { life = Math.ceil(Math.random() * 9) + 5; this._alpha = 100; if (_root.blueRun._xscale > 0) { xDir = 0.5; } else { xDir = -0.5; } if (Math.random() > 0.5) { yDir = Math.random() * 3; } else { yDir = Math.random() * -3; } } onClipEvent (enterFrame) { this._x = this._x + xDir; this._y = this._y + yDir; life--; if (life == 0) { this._alpha = 0; } else if (life == 1) { this._alpha = 22; } else if (life == 2) { this._alpha = 44; } }
Frame 2
gotoAndPlay (1);
Instance of Symbol 73 MovieClip in Frame 786
onClipEvent (load) { gotoAndPlay (110); }
Instance of Symbol 73 MovieClip in Frame 808
onClipEvent (load) { gotoAndPlay (110); }
Instance of Symbol 21 MovieClip in Frame 1377
onClipEvent (load) { counter = 0; fireNum = 0; rand = 100; } onClipEvent (enterFrame) { counter++; fireNum++; if ((counter % 2) == 0) { if (Math.random() > 0.5) { _root.firePart.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } else { _root.firePartOrange.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } _root["firePart" + fireNum]._x = this._x - 10; if (Math.random() > 0.5) { _root["firePart" + fireNum]._y = this._y - (Math.random() * 8); } else { _root["firePart" + fireNum]._y = this._y + (Math.random() * 8); _root["firePart" + fireNum]._rotation = 180; } rand = Math.random(); _root["firePart" + fireNum]._width = (rand * 10) + 7; _root["firePart" + fireNum]._height = (rand * 10) + 7; } }
Instance of Symbol 21 MovieClip in Frame 1378
onClipEvent (load) { counter = 0; fireNum = 0; rand = 100; } onClipEvent (enterFrame) { counter++; fireNum++; if ((counter % 1) == 0) { rand = Math.random(); if (rand > 0.6) { _root.firePart.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } else if (rand > 0.2) { _root.firePartOrange.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } else { _root.firePartWhite.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } _root["firePart" + fireNum]._x = this._x - 10; if (Math.random() > 0.5) { _root["firePart" + fireNum]._y = this._y - (Math.random() * 8); } else { _root["firePart" + fireNum]._y = this._y + (Math.random() * 8); _root["firePart" + fireNum]._rotation = 180; } rand = Math.random(); _root["firePart" + fireNum]._width = (rand * 10) + 7; _root["firePart" + fireNum]._height = (rand * 10) + 7; } if (fireNum > 200) { fireNum = 1; } }
Instance of Symbol 50 MovieClip "firePart" in Frame 1378
onClipEvent (load) { life = Math.ceil(Math.random() * 10) + 6; this._alpha = 100; xDir = -9; yDir = 1.4; } onClipEvent (enterFrame) { this._x = this._x + xDir; this._y = this._y + yDir; life--; if (_root.glass.hitTest(this._x, this._y, false)) { temp = Math.random(); if (Math.random() > 0.5) { yDir = (Math.random() * -5) - 2; xDir = (Math.random() * 5) + 2; } else { yDir = (Math.random() * 5) + 2; xDir = (Math.random() * 5) + 2; } } if (life == 0) { this._alpha = 0; } else if (life == 1) { this._alpha = 33; } else if (life == 2) { this._alpha = 66; } }
Instance of Symbol 52 MovieClip "firePartOrange" in Frame 1378
onClipEvent (load) { life = Math.ceil(Math.random() * 10) + 6; this._alpha = 100; xDir = -10; yDir = 1.5; } onClipEvent (enterFrame) { this._x = this._x + xDir; this._y = this._y + yDir; life--; if (_root.glass.hitTest(this._x, this._y, false)) { temp = Math.random(); if (Math.random() > 0.5) { yDir = (Math.random() * -5) - 2; xDir = (Math.random() * 5) + 2; } else { yDir = (Math.random() * 5) + 2; xDir = (Math.random() * 5) + 2; } } if (life == 0) { this._alpha = 0; } else if (life == 1) { this._alpha = 33; } else if (life == 2) { this._alpha = 66; } }
Instance of Symbol 52 MovieClip "firePartWhite" in Frame 1378
onClipEvent (load) { life = Math.ceil(Math.random() * 8) + 4; this._alpha = 70; xDir = -10; yDir = 1.5; } onClipEvent (enterFrame) { this._x = this._x + xDir; this._y = this._y + yDir; life--; if (_root.glass.hitTest(this._x, this._y, false)) { temp = Math.random(); if (Math.random() > 0.5) { yDir = (Math.random() * -5) - 2; xDir = (Math.random() * 5) + 2; } else { yDir = (Math.random() * 5) + 2; xDir = (Math.random() * 5) + 2; } } if (life == 0) { this._alpha = 0; } else if (life == 1) { this._alpha = 22; } else if (life == 2) { this._alpha = 44; } }
Instance of Symbol 21 MovieClip in Frame 1574
onClipEvent (load) { counter = 0; fireNum = 0; rand = 100; } onClipEvent (enterFrame) { counter++; fireNum++; if ((counter % 1) == 0) { if (Math.random() > 0.5) { _root.firePart.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } else { _root.firePartOrange.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } _root["firePart" + fireNum]._x = this._x - 10; if (Math.random() > 0.5) { _root["firePart" + fireNum]._y = this._y - (Math.random() * 8); } else { _root["firePart" + fireNum]._y = this._y + (Math.random() * 8); _root["firePart" + fireNum]._rotation = 180; } rand = Math.random(); _root["firePart" + fireNum]._width = (rand * 10) + 7; _root["firePart" + fireNum]._height = (rand * 10) + 7; } }
Instance of Symbol 21 MovieClip in Frame 1576
onClipEvent (load) { counter = 0; fireNum = 0; rand = 100; } onClipEvent (enterFrame) { counter++; fireNum++; if ((counter % 1) == 0) { if (Math.random() > 0.5) { _root.firePart.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } else { _root.firePartOrange.duplicateMovieClip("firePart" + fireNum, fireNum + 100); } _root["firePart" + fireNum]._x = this._x - 10; if (Math.random() > 0.5) { _root["firePart" + fireNum]._y = this._y - (Math.random() * 8); } else { _root["firePart" + fireNum]._y = this._y + (Math.random() * 8); _root["firePart" + fireNum]._rotation = 180; } rand = Math.random(); _root["firePart" + fireNum]._width = (rand * 10) + 7; _root["firePart" + fireNum]._height = (rand * 10) + 7; } if (fireNum > 200) { fireNum = 1; } }
Instance of Symbol 73 MovieClip in Frame 1639
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1756
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1833
onClipEvent (load) { this.gotoAndPlay(114); }
Instance of Symbol 73 MovieClip in Frame 1886
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1886
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1886
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1888
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1888
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1888
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1890
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1951
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1951
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1951
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1953
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1953
onClipEvent (load) { this.gotoAndPlay(106); }
Instance of Symbol 73 MovieClip in Frame 1958
onClipEvent (load) { this.gotoAndPlay(106); }
Frame 2015
stop();
Symbol 12 Button
on (release) { gotoAndPlay (3); }
Symbol 23 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 6
stop();
Symbol 72 MovieClip Frame 7
stop();
Symbol 73 MovieClip Frame 144
stop();
Symbol 166 MovieClip Frame 13
if (Math.random() < 0.3) { this.gotoAndPlay("blink"); } else { this.gotoAndPlay("idle"); }
Symbol 178 MovieClip Frame 12
if (Math.random() < 0.2) { this.gotoAndPlay("blink"); } else { this.gotoAndPlay("idle"); }
Symbol 230 MovieClip Frame 10
stop();
Symbol 246 MovieClip Frame 11
stop();
Symbol 283 Button
on (release) { gotoAndPlay (2025); }

Library Items

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

Instance Names

"textLoad"Frame 1Symbol 4 MovieClip
"buttPlayHit"Frame 1Symbol 7 MovieClip
"buttPlay"Frame 1Symbol 12 Button
"bonusFlame"Frame 1Symbol 23 MovieClip
"blueRun"Frame 1Symbol 48 MovieClip
"firePart"Frame 1Symbol 50 MovieClip
"firePartOrange"Frame 1Symbol 52 MovieClip
"firePartWhite"Frame 1Symbol 52 MovieClip
"textScore"Frame 1Symbol 59 EditableText
"textHiScore"Frame 1Symbol 61 EditableText
"textBonuses"Frame 1Symbol 62 EditableText
"glass"Frame 1378Symbol 66 MovieClip
"firePart"Frame 1378Symbol 50 MovieClip
"firePartOrange"Frame 1378Symbol 52 MovieClip
"firePartWhite"Frame 1378Symbol 52 MovieClip
"buttPlay"Frame 2034Symbol 284 Button
"textLoad"Symbol 3 MovieClip Frame 1Symbol 2 EditableText
"flame01"Symbol 22 MovieClip Frame 1Symbol 21 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"again"Frame 2025
"idle"Symbol 23 MovieClip Frame 1
"active"Symbol 23 MovieClip Frame 10
"idle"Symbol 166 MovieClip Frame 1
"blink"Symbol 166 MovieClip Frame 14
"idle"Symbol 178 MovieClip Frame 1
"blink"Symbol 178 MovieClip Frame 13




http://swfchan.com/7/33083/info.shtml
Created: 17/5 -2019 15:24:33 Last modified: 17/5 -2019 15:24:33 Server time: 13/05 -2024 01:03:04