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

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

Bombcatcher 2.swf

This is the info page for
Flash #47871

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


Text
loading

play

help

move the bomb-
catcher around
with your mouse

collect the
bombs before
they hit the
ground

collectables:

destroys all
bombs on screen

makes your
bombcatcher
huge

restores all
health

more

bombcatcher  2

replay

game over

you caught

bombs!

high score

ActionScript [AS1/AS2]

Frame 1
Loaded = (getBytesLoaded() / getBytesTotal()) * 100; Loaded = (getBytesLoaded() / getBytesTotal()) * 100; LoadBar._xscale = Loaded;
Frame 2
if (Loaded == 100) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Frame 3
stop(); _quality = MEDIUM;
Instance of Symbol 69 MovieClip "cursor" in Frame 3
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { setProperty(this, _x , _root._xmouse); setProperty(this, _y , _root._ymouse); Mouse.hide(); updateAfterEvent(mouseMove); } onClipEvent (enterFrame) { if (this.hitTest(_root.catcher)) { this._alpha = 20; } else { this._alpha = 100; } this._rotation = this._x; }
Instance of Symbol 73 MovieClip "thehighscore" in Frame 3
onClipEvent (enterFrame) { if (this._x <= _root.thescore._x) { this._x = _root.thescore._x; } }
Frame 4
function CursorMovement() { catcher._x = (CatcherSpeed * (catcher._x - _xmouse)) + _xmouse; catcher._y = (CatcherSpeed * (catcher._y - _ymouse)) + _ymouse; catcher._rotation = _xmouse - catcher._x; } stop(); _root.theline.block._x = 105; CatcherSpeed = 0.6; setInterval(CursorMovement, 40);
Instance of Symbol 82 MovieClip "bomb0" in Frame 4
onClipEvent (load) { this._x = random(310) + 45; acceleration = 4; speed = random(5) + acceleration; } onClipEvent (enterFrame) { if (acceleration < 23) { acceleration = acceleration + 0.03; } else if (acceleration > 23) { if (_root.catcher._xscale > 40) { _root.catcher._xscale = _root.catcher._xscale - 0.01; _root.catcher._yscale = _root.catcher._yscale - 0.01; } } this._y = this._y + speed; if (this._y > 400) { _root.theline.block._x = _root.theline.block._x + 40; this._y = -45; this._x = random(360) + 20; _root.catcher.gotoAndPlay(2); } if (this.hitTest(_root.catcher)) { _root.thescore._x = _root.thescore._x + 1; _root.sound.play(); this._y = random(200) - 250; this._x = random(310) + 45; speed = random(5) + acceleration; _root.catcher.gotoAndPlay(8); this._xscale = random(100) + 75; this._yscale = this._xscale; } }
Instance of Symbol 82 MovieClip "bomb1" in Frame 4
onClipEvent (load) { this._x = random(310) + 45; acceleration = 4; speed = random(5) + acceleration; } onClipEvent (enterFrame) { if (acceleration < 23) { acceleration = acceleration + 0.03; } else if (acceleration > 23) { if (_root.catcher._xscale > 40) { _root.catcher._xscale = _root.catcher._xscale - 0.01; _root.catcher._yscale = _root.catcher._yscale - 0.01; } } this._y = this._y + speed; if (this._y > 400) { _root.theline.block._x = _root.theline.block._x + 40; this._y = -45; this._x = random(360) + 20; _root.catcher.gotoAndPlay(2); } if (this.hitTest(_root.catcher)) { _root.thescore._x = _root.thescore._x + 1; _root.sound.play(); this._y = random(200) - 250; this._x = random(310) + 45; speed = random(5) + acceleration; _root.catcher.gotoAndPlay(8); this._xscale = random(100) + 75; this._yscale = this._xscale; } }
Instance of Symbol 82 MovieClip "bomb3" in Frame 4
onClipEvent (load) { this._x = random(310) + 45; acceleration = 4; speed = random(5) + acceleration; } onClipEvent (enterFrame) { if (acceleration < 23) { acceleration = acceleration + 0.03; } else if (acceleration > 23) { if (_root.catcher._xscale > 40) { _root.catcher._xscale = _root.catcher._xscale - 0.01; _root.catcher._yscale = _root.catcher._yscale - 0.01; } } this._y = this._y + speed; if (this._y > 400) { _root.theline.block._x = _root.theline.block._x + 40; this._y = -45; this._x = random(360) + 20; _root.catcher.gotoAndPlay(2); } if (this.hitTest(_root.catcher)) { _root.thescore._x = _root.thescore._x + 1; _root.sound.play(); this._y = random(200) - 250; this._x = random(310) + 45; speed = random(5) + acceleration; _root.catcher.gotoAndPlay(8); this._xscale = random(100) + 75; this._yscale = this._xscale; } }
Instance of Symbol 82 MovieClip "bomb2" in Frame 4
onClipEvent (load) { this._x = random(310) + 45; acceleration = 4; speed = random(5) + acceleration; } onClipEvent (enterFrame) { if (acceleration < 23) { acceleration = acceleration + 0.03; } else if (acceleration > 23) { if (_root.catcher._xscale > 40) { _root.catcher._xscale = _root.catcher._xscale - 0.01; _root.catcher._yscale = _root.catcher._yscale - 0.01; } } this._y = this._y + speed; if (this._y > 400) { _root.theline.block._x = _root.theline.block._x + 40; this._y = -45; this._x = random(360) + 20; _root.catcher.gotoAndPlay(2); } if (this.hitTest(_root.catcher)) { _root.thescore._x = _root.thescore._x + 1; _root.sound.play(); this._y = random(200) - 250; this._x = random(310) + 45; speed = random(5) + acceleration; _root.catcher.gotoAndPlay(8); this._xscale = random(100) + 75; this._yscale = this._xscale; } }
Instance of Symbol 69 MovieClip "cursor" in Frame 4
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { setProperty(this, _x , _root._xmouse); setProperty(this, _y , _root._ymouse); Mouse.hide(); updateAfterEvent(mouseMove); } onClipEvent (enterFrame) { if (this.hitTest(_root.catcher)) { this._alpha = 0; } else { this._alpha = 100; } this._rotation = this._x; }
Instance of Symbol 51 MovieClip "h1" in Frame 4
onClipEvent (load) { this._x = random(310) + 45; this._y = -2000; } onClipEvent (enterFrame) { this._y = this._y + 15; if (this._y > 400) { this._y = -2000; this._x = random(360) + 20; } if (this.hitTest(_root.catcher)) { _root.sound.play(); this._y = random(200) - 2000; this._x = random(310) + 45; _root.catcher.gotoAndPlay(8); _root.thescore._x = _root.thescore._x + 4; if (_root.theline.block._x >= 107) { _root.theline.block._x = _root.theline.block._x - 40; } } }
Instance of Symbol 41 MovieClip in Frame 4
onClipEvent (load) { this._x = random(310) + 45; acceleration = 4; speed = random(5) + acceleration; } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 400) { this._y = -200; this._x = random(360) + 20; } if (this.hitTest(_root.catcher)) { _root.sound.play(); this._y = random(200) - 1000; this._x = random(310) + 45; _root.catcher.gotoAndPlay(8); _root.bomb0._y = random(200) - 550; _root.bomb0._x = random(310) + 45; _root.bomb1._y = random(200) - 550; _root.bomb1._x = random(310) + 45; _root.bomb2._y = random(200) - 550; _root.bomb2._x = random(310) + 45; _root.bomb3._y = random(200) - 550; _root.bomb3._x = random(310) + 45; speed = random(5) + acceleration; _root.explode.play(); _root.thescore._x = _root.thescore._x + 4; } }
Instance of Symbol 48 MovieClip in Frame 4
onClipEvent (load) { this._x = random(310) + 45; } onClipEvent (enterFrame) { if (_root.catcher._xscale >= 100) { _root.catcher._xscale = _root.catcher._xscale - 5; _root.catcher._yscale = _root.catcher._yscale - 5; } else { _root.catcher._xscale = 99; _root.catcher._yscale = 99; } this._y = this._y + 10; if (this._y > 400) { this._y = -200; this._x = random(360) + 20; } if (this.hitTest(_root.catcher)) { _root.sound.play(); this._y = random(200) - 2000; this._x = random(310) + 45; _root.catcher.gotoAndPlay(8); _root.catcher._xscale = 400; _root.catcher._yscale = 400; } }
Frame 5
stop(); stopAllSounds(); _root.FlashButton4.onEnterFrame = function () { if (mouse_over_FlashButton4) { _root.FlashButton4.nextFrame(); } else { _root.FlashButton4.prevFrame(); } };
Instance of Symbol 104 MovieClip in Frame 5
onClipEvent (load) { _root.score_txt.text = _root.thescore._x - 8; } onClipEvent (load) { _root.highscore_txt.text = _root.thehighscore._x - 8; }
Instance of Symbol 69 MovieClip "cursor" in Frame 5
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { setProperty(this, _x , _root._xmouse); setProperty(this, _y , _root._ymouse); Mouse.hide(); updateAfterEvent(mouseMove); } onClipEvent (enterFrame) { if (this.hitTest(_root.catcher)) { this._alpha = 20; } else { this._alpha = 100; } this._rotation = this._x; }
Symbol 9 Button
on (rollOver) { _root.menu.mouse_over_FlashButton = true; } on (rollOut) { _root.menu.mouse_over_FlashButton = fstartlse; } on (release) { _root.play(); }
Symbol 10 Button
on (rollOver) { _root.menu.mouse_over_FlashButton3 = true; } on (rollOut) { _root.menu.mouse_over_FlashButton3 = fstartlse; } on (release) { getURL ("http://satellite-animations.newgrounds.com/", "_blank"); }
Symbol 11 Button
on (rollOver) { _root.menu.mouse_over_FlashButton2 = true; } on (rollOut) { _root.menu.mouse_over_FlashButton2 = fstartlse; }
Symbol 17 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 21
stop();
Symbol 20 MovieClip Frame 1
stop();
Symbol 20 MovieClip Frame 21
stop();
Symbol 34 MovieClip Frame 1
stop();
Symbol 34 MovieClip Frame 7
gotoAndStop (1);
Symbol 34 MovieClip Frame 11
gotoAndStop (1);
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 18
stop();
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 21
stop();
Symbol 67 MovieClip Frame 1
stop(); _root.menu.FlashButton.onEnterFrame = function () { if (mouse_over_FlashButton) { _root.menu.FlashButton.nextFrame(); } else { _root.menu.FlashButton.prevFrame(); } }; _root.menu.FlashButton2.onEnterFrame = function () { if (mouse_over_FlashButton2) { _root.menu.FlashButton2.nextFrame(); _root.menu.helpme.nextFrame(); } else { _root.menu.FlashButton2.prevFrame(); _root.menu.helpme.prevFrame(); } }; _root.menu.FlashButton3.onEnterFrame = function () { if (mouse_over_FlashButton3) { _root.menu.FlashButton3.nextFrame(); } else { _root.menu.FlashButton3.prevFrame(); } };
Symbol 85 MovieClip Frame 1
stop();
Instance of Symbol 87 MovieClip "block" in Symbol 88 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._x > 287) { _root.gotoAndPlay(5); } }
Symbol 92 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 1
stopAllSounds();
Symbol 94 MovieClip Frame 2
stop();
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 21
stop();
Symbol 101 Button
on (rollOver) { _root.mouse_over_FlashButton4 = true; } on (rollOut) { _root.mouse_over_FlashButton4 = fstartlse; } on (release) { _root.gotoAndPlay(3); }

Library Items

Symbol 1 Sound [backsound]
Symbol 2 GraphicUsed by:71 87 94  Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 FontUsed by:6 12 18 35 36 42 43 49 52 55 58 98 102 105 106 107 108 109
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:9 10 11 101
Symbol 9 ButtonUses:8Used by:67
Symbol 10 ButtonUses:8Used by:67
Symbol 11 ButtonUses:8Used by:67
Symbol 12 TextUses:5Used by:17
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:17 20 57 100
Symbol 15 ShapeTweeningUsed by:17
Symbol 16 GraphicUsed by:17 20 57 100
Symbol 17 MovieClipUses:12 14 15 16Used by:67
Symbol 18 TextUses:5Used by:20
Symbol 19 ShapeTweeningUsed by:20
Symbol 20 MovieClipUses:18 14 19 16Used by:67
Symbol 21 GraphicUsed by:53
Symbol 22 GraphicUsed by:34
Symbol 23 GraphicUsed by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:23 24Used by:34  Timeline
Symbol 26 GraphicUsed by:34
Symbol 27 SoundUsed by:34
Symbol 28 GraphicUsed 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 MovieClipUses:22 25 26 27 28 29 30 31 32 33Used by:53  Timeline
Symbol 35 TextUses:5Used by:53
Symbol 36 TextUses:5Used by:53
Symbol 37 ShapeTweeningUsed by:41
Symbol 38 GraphicUsed by:41
Symbol 39 ShapeTweeningUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:37 38 39 40Used by:53  Timeline
Symbol 42 TextUses:5Used by:53
Symbol 43 TextUses:5Used by:53
Symbol 44 ShapeTweeningUsed by:48
Symbol 45 GraphicUsed by:48
Symbol 46 ShapeTweeningUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:44 45 46 47Used by:53  Timeline
Symbol 49 TextUses:5Used by:53
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:53 88  Timeline
Symbol 52 TextUses:5Used by:53
Symbol 53 MovieClipUses:21 34 35 36 41 42 43 48 49 51 52Used by:54
Symbol 54 MovieClipUses:53Used by:67
Symbol 55 TextUses:5Used by:57
Symbol 56 ShapeTweeningUsed by:57
Symbol 57 MovieClipUses:55 14 56 16Used by:67
Symbol 58 TextUses:5Used by:59
Symbol 59 MovieClipUses:58Used by:60
Symbol 60 MovieClipUses:59Used by:67
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:63 64
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 MovieClipUses:62 63Used by:66
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:64 65Used by:67  Timeline
Symbol 67 MovieClipUses:9 10 11 17 20 54 57 60 66Used by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 SoundUsed by:71
Symbol 71 MovieClipUses:2 70Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 GraphicUsed by:77
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:77
Symbol 77 MovieClipUses:74 76Used by:Timeline
Symbol 78 GraphicUsed by:82
Symbol 79 GraphicUsed by:82
Symbol 80 GraphicUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:78 79 80 81Used by:Timeline
Symbol 83 GraphicUsed by:85 89
Symbol 84 SoundUsed by:85
Symbol 85 MovieClipUses:83 84Used by:Timeline
Symbol 86 GraphicUsed by:88
Symbol 87 MovieClipUses:2Used by:88
Symbol 88 MovieClipUses:86 87 51Used by:Timeline
Symbol 89 MovieClipUses:83Used by:Timeline
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:90 91Used by:Timeline
Symbol 93 SoundUsed by:94
Symbol 94 MovieClipUses:2 93Used by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 TextUses:5Used by:100
Symbol 99 ShapeTweeningUsed by:100
Symbol 100 MovieClipUses:98 14 99 16Used by:Timeline
Symbol 101 ButtonUses:8Used by:Timeline
Symbol 102 EditableTextUses:5Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:Timeline
Symbol 105 TextUses:5Used by:Timeline
Symbol 106 TextUses:5Used by:Timeline
Symbol 107 TextUses:5Used by:Timeline
Symbol 108 TextUses:5Used by:Timeline
Symbol 109 EditableTextUses:5Used by:Timeline

Instance Names

"LoadBar"Frame 1Symbol 4 MovieClip
"menu"Frame 3Symbol 67 MovieClip
"cursor"Frame 3Symbol 69 MovieClip
"thehighscore"Frame 3Symbol 73 MovieClip
"catcher"Frame 4Symbol 34 MovieClip
"bomb0"Frame 4Symbol 82 MovieClip
"bomb1"Frame 4Symbol 82 MovieClip
"bomb3"Frame 4Symbol 82 MovieClip
"bomb2"Frame 4Symbol 82 MovieClip
"cursor"Frame 4Symbol 69 MovieClip
"sound"Frame 4Symbol 85 MovieClip
"theline"Frame 4Symbol 88 MovieClip
"h1"Frame 4Symbol 51 MovieClip
"explode"Frame 4Symbol 92 MovieClip
"thescore"Frame 4Symbol 96 MovieClip
"FlashButton4"Frame 5Symbol 100 MovieClip
"score_txt"Frame 5Symbol 102 EditableText
"cursor"Frame 5Symbol 69 MovieClip
"highscore_txt"Frame 5Symbol 109 EditableText
"FlashButton"Symbol 67 MovieClip Frame 1Symbol 17 MovieClip
"FlashButton2"Symbol 67 MovieClip Frame 1Symbol 20 MovieClip
"helpme"Symbol 67 MovieClip Frame 1Symbol 54 MovieClip
"FlashButton3"Symbol 67 MovieClip Frame 1Symbol 57 MovieClip
"block"Symbol 88 MovieClip Frame 1Symbol 87 MovieClip
"h5"Symbol 88 MovieClip Frame 1Symbol 51 MovieClip
"h4"Symbol 88 MovieClip Frame 1Symbol 51 MovieClip
"h3"Symbol 88 MovieClip Frame 1Symbol 51 MovieClip
"h2"Symbol 88 MovieClip Frame 1Symbol 51 MovieClip
"h1"Symbol 88 MovieClip Frame 1Symbol 51 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "backsound"

Labels

"scoreup"Frame 5




http://swfchan.com/10/47871/info.shtml
Created: 1/5 -2019 00:07:24 Last modified: 1/5 -2019 00:07:24 Server time: 22/05 -2024 03:25:54