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

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

550333743.swf

This is the info page for
Flash #13425

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


Text
PLAY

Created by Joseph Willmott

D

O

D

G

E

PLAY

HELP

Run left

Run right

Duck

<

Jump

<<HEALTH   Level:

1

2

3

4

5

6

7

8

9

!

R

E

V

O

M

A

G

You reached level:

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Instance of Symbol 58 MovieClip "platform" in Frame 5
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.chart._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) { _root.circle.jump = -1 * _root.chart.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } }
Instance of Symbol 67 MovieClip "bad1" in Frame 5
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Instance of Symbol 71 MovieClip "platform1" in Frame 5
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.chart._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) { _root.circle.jump = -1 * _root.chart.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } }
Instance of Symbol 71 MovieClip "platform2" in Frame 5
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.chart._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) { _root.circle.jump = -1 * _root.chart.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } }
Instance of Symbol 71 MovieClip "platform3" in Frame 5
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.chart._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } } if (Math.round(_root.circle.yMax) > Math.round(yMin)) { if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) { _root.circle.jump = -1 * _root.chart.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = undefined; _root.circle.fall = false; activated = true; } }
Instance of Symbol 78 MovieClip "chart" in Frame 5
onClipEvent (load) { fall = false; _name = "circle"; jump = 0; speed = 5; jumpheight = 15; maxfall = -10; } onClipEvent (enterFrame) { xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) { fall = true; jump = jumpheight; } if (jump != undefined) { if (jump > maxfall) { jump--; } _y = (_y - jump); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(39)) { _x = (_x + speed); } } onClipEvent (load) { var rebound = 6; } onClipEvent (enterFrame) { (_root.wall.hitTest(getBounds(_root).xMax, _y, true) ? (_x = (_x - rebound)_x - rebound) : 0); (_root.wall.hitTest(getBounds(_root).xMin, _y, true) ? (_x = (_x + rebound)_x + rebound) : 0); (_root.wall.hitTest(getBounds(_root).yMin, _y, true) ? (_y = (_y + rebound)_y + rebound) : 0); (_root.wall.hitTest(getBounds(_root).yMax, _y, true) ? (_x = (_x - rebound)_x - rebound) : 0); } onClipEvent (load) { speed = 3; stop(); } onClipEvent (enterFrame) { if (Key.isDown(39)) { _x = (_x + speed); gotoAndStop (2); } else if (Key.isDown(37)) { _x = (_x - speed); gotoAndStop (3); } else if (Key.isDown(40)) { gotoAndStop (4); } else { gotoAndStop (1); } } onClipEvent (enterFrame) { if (this.hitTest(_root.leftwall)) { _x = 690; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rightwall)) { _x = 5; } }
Frame 6
stop();
Instance of Symbol 67 MovieClip "bad2" in Frame 6
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 7
stop();
Instance of Symbol 67 MovieClip "bad3" in Frame 7
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 8
stop();
Instance of Symbol 67 MovieClip "bad4" in Frame 8
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 9
stop();
Instance of Symbol 67 MovieClip "bad5" in Frame 9
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 10
stop();
Instance of Symbol 67 MovieClip "bad6" in Frame 10
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 11
stop();
Instance of Symbol 67 MovieClip "bad7" in Frame 11
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 12
stop();
Instance of Symbol 67 MovieClip "bad8" in Frame 12
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 13
stop();
Instance of Symbol 67 MovieClip "bad9" in Frame 13
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 14
stop();
Instance of Symbol 67 MovieClip "bad10" in Frame 14
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 15
stop(); _root.level = 10;
Frame 16
stop();
Symbol 12 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 17 Button
on (release) { _root.play(); }
Symbol 18 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 18 MovieClip Frame 2
gotoAndPlay (1);
Symbol 22 MovieClip Frame 90
_root.play();
Symbol 39 Button
on (release) { gotoAndStop (5); }
Symbol 43 Button
on (release) { gotoAndStop (4); }
Symbol 60 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 2
stop();
Symbol 62 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 2
stop();
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 2
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 1
play();
Symbol 78 MovieClip Frame 1
stop();
Instance of Symbol 74 MovieClip "hit1" in Symbol 78 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bad1)) { _root.health.nextFrame(); _root.bad1.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad2)) { _root.health.nextFrame(); _root.bad2.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad3)) { _root.health.nextFrame(); _root.bad3.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad4)) { _root.health.nextFrame(); _root.bad4.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad5)) { _root.health.nextFrame(); _root.bad5.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad6)) { _root.health.nextFrame(); _root.bad6.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad7)) { _root.health.nextFrame(); _root.bad7.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad8)) { _root.health.nextFrame(); _root.bad8.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad9)) { _root.health.nextFrame(); _root.bad9.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad10)) { _root.health.nextFrame(); _root.bad10.bad.nextFrame(); } }
Symbol 78 MovieClip Frame 2
stop();
Instance of Symbol 74 MovieClip "hit2" in Symbol 78 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.bad1)) { _root.health.nextFrame(); _root.bad1.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad2)) { _root.health.nextFrame(); _root.bad2.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad3)) { _root.health.nextFrame(); _root.bad3.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad4)) { _root.health.nextFrame(); _root.bad4.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad5)) { _root.health.nextFrame(); _root.bad5.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad6)) { _root.health.nextFrame(); _root.bad6.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad7)) { _root.health.nextFrame(); _root.bad7.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad8)) { _root.health.nextFrame(); _root.bad8.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad9)) { _root.health.nextFrame(); _root.bad9.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad10)) { _root.health.nextFrame(); _root.bad10.bad.nextFrame(); } }
Symbol 78 MovieClip Frame 3
stop();
Instance of Symbol 74 MovieClip "hit3" in Symbol 78 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.bad1)) { _root.health.nextFrame(); _root.bad1.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad2)) { _root.health.nextFrame(); _root.bad2.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad3)) { _root.health.nextFrame(); _root.bad3.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad4)) { _root.health.nextFrame(); _root.bad4.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad5)) { _root.health.nextFrame(); _root.bad5.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad6)) { _root.health.nextFrame(); _root.bad6.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad7)) { _root.health.nextFrame(); _root.bad7.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad8)) { _root.health.nextFrame(); _root.bad8.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad9)) { _root.health.nextFrame(); _root.bad9.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad10)) { _root.health.nextFrame(); _root.bad10.bad.nextFrame(); } }
Instance of Symbol 74 MovieClip "hit4" in Symbol 78 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.bad1)) { _root.health.nextFrame(); _root.bad1.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad2)) { _root.health.nextFrame(); _root.bad2.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad3)) { _root.health.nextFrame(); _root.bad3.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad4)) { _root.health.nextFrame(); _root.bad4.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad5)) { _root.health.nextFrame(); _root.bad5.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad6)) { _root.health.nextFrame(); _root.bad6.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad7)) { _root.health.nextFrame(); _root.bad7.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad8)) { _root.health.nextFrame(); _root.bad8.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad9)) { _root.health.nextFrame(); _root.bad9.bad.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bad10)) { _root.health.nextFrame(); _root.bad10.bad.nextFrame(); } }
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 6
_root.gotoAndStop(16);
Symbol 89 MovieClip Frame 240
_root.nextFrame();
Symbol 91 Button
on (release) { gotoAndStop (5674); }
Symbol 93 Button
on (release) { gotoAndPlay (1); }
Symbol 94 MovieClip Frame 5673
gotoAndPlay (1);
Symbol 94 MovieClip Frame 5674
stop();
Symbol 105 MovieClip Frame 240
_root.level = _root.level + 1;

Library Items

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

Instance Names

"platform"Frame 5Symbol 58 MovieClip
"bad1"Frame 5Symbol 67 MovieClip
"leftwall"Frame 5Symbol 69 MovieClip
"rightwall"Frame 5Symbol 69 MovieClip
"platform1"Frame 5Symbol 71 MovieClip
"platform2"Frame 5Symbol 71 MovieClip
"platform3"Frame 5Symbol 71 MovieClip
"chart"Frame 5Symbol 78 MovieClip
"health"Frame 5Symbol 85 MovieClip
"bad2"Frame 6Symbol 67 MovieClip
"bad3"Frame 7Symbol 67 MovieClip
"bad4"Frame 8Symbol 67 MovieClip
"bad5"Frame 9Symbol 67 MovieClip
"bad6"Frame 10Symbol 67 MovieClip
"bad7"Frame 11Symbol 67 MovieClip
"bad8"Frame 12Symbol 67 MovieClip
"bad9"Frame 13Symbol 67 MovieClip
"bad10"Frame 14Symbol 67 MovieClip
"bar"Symbol 18 MovieClip Frame 1Symbol 5 MovieClip
"bad"Symbol 67 MovieClip Frame 1Symbol 60 MovieClip
"bad"Symbol 67 MovieClip Frame 2Symbol 62 MovieClip
"bad"Symbol 67 MovieClip Frame 3Symbol 64 MovieClip
"bad"Symbol 67 MovieClip Frame 4Symbol 66 MovieClip
"hit1"Symbol 78 MovieClip Frame 1Symbol 74 MovieClip
"hit2"Symbol 78 MovieClip Frame 2Symbol 74 MovieClip
"hit3"Symbol 78 MovieClip Frame 3Symbol 74 MovieClip
"hit4"Symbol 78 MovieClip Frame 4Symbol 74 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$VE$/8uxR44WqhTCyLhtRjBvV.."

Labels

"loaded"Symbol 18 MovieClip Frame 3

Dynamic Text Variables

_root.levelSymbol 103 EditableText""
_root.levelSymbol 107 EditableText""




http://swfchan.com/3/13425/info.shtml
Created: 4/6 -2019 19:25:28 Last modified: 4/6 -2019 19:25:28 Server time: 15/05 -2024 23:19:34