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

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

All The Creatures.swf

This is the info page for
Flash #77201

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


Text
Chock-Full Of
Scientific  Accuracies!

Loading...

Loading

99%

ALL THE
CREATURES

*
click here
*

ONE HUNDRED PERCENT

Ready

Level 1

INSTRUCTIONS

Level 2

Level 3

Menu

Inspired by a
better game.

Pink

SCORE

Blue

SCORE

go to
MENU

MUTE
music

Blue
Wins

*
click here
*

Pink
Wins

*
click here
*

To
MENU

-Kill the opposing player as
many times as possible.
-First to 50 wins.

Blue
Player:
Left: Left Arrow
Right: Right Arrow
Jump: Up Arrow

Pink
Player:
Left: A Key
Right: D Key
Jump: W Key

*Note: If you do not wish to end the game after 50 kills,
simply continue playing. The congratulatory message
will disappear once the winner reaches 55 kills.

[Insert Gay Pun About Easter Eggs]

MUTE
music

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 12 MovieClip "loading" in Frame 1
onClipEvent (load) { total = _root.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); current = int((loaded / total) * 100); p = ("" + current) + "%"; if (loaded == total) { _root.gotoAndStop(3); } }
Frame 3
stop();
Frame 4
stop(); music.stop(); var music = new Sound(); music.attachSound("jumpsong8"); music.start(); start(secondsoffset, loop); music.onSoundComplete = function () { music.start(); };
Frame 5
stop(); music.stop(); var music = new Sound(); music.attachSound("jumpsong19"); music.start(); start(secondsoffset, loop); music.onSoundComplete = function () { music.start(); }; score = 0; score2 = 0;
Instance of Symbol 72 MovieClip "bclouds" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 3; } onClipEvent (enterFrame) { xspeed = xspeed; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.cloudwall3.hitTest(this._x, this._y, true)) { xspeed = 3; yspeed = 0; _x = -500; } }
Instance of Symbol 72 MovieClip "bclouds" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 3; } onClipEvent (enterFrame) { xspeed = xspeed; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.cloudwall3.hitTest(this._x, this._y, true)) { xspeed = 3; yspeed = 0; _x = -700; } }
Instance of Symbol 72 MovieClip "bclouds" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 3; } onClipEvent (enterFrame) { xspeed = xspeed; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.cloudwall3.hitTest(this._x, this._y, true)) { xspeed = 3; yspeed = 0; _x = -500; } }
Instance of Symbol 76 MovieClip "mclouds" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 2; } onClipEvent (enterFrame) { xspeed = xspeed; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.cloudwall2.hitTest(this._x, this._y, true)) { xspeed = 2; yspeed = 0; _x = -500; } }
Instance of Symbol 76 MovieClip "mclouds" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 2; } onClipEvent (enterFrame) { xspeed = xspeed; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.cloudwall2.hitTest(this._x, this._y, true)) { xspeed = 2; yspeed = 0; _x = -500; } }
Instance of Symbol 76 MovieClip "mclouds" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 2; } onClipEvent (enterFrame) { xspeed = xspeed; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.cloudwall2.hitTest(this._x, this._y, true)) { xspeed = 2; yspeed = 0; _x = -500; } }
Instance of Symbol 76 MovieClip "mclouds" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 2; } onClipEvent (enterFrame) { xspeed = xspeed; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.cloudwall2.hitTest(this._x, this._y, true)) { xspeed = 2; yspeed = 0; _x = -500; } }
Instance of Symbol 79 MovieClip "fclouds" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 1; } onClipEvent (enterFrame) { xspeed = xspeed; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.cloudwall.hitTest(this._x, this._y, true)) { xspeed = 1; yspeed = 0; _x = -150; } }
Instance of Symbol 79 MovieClip "fclouds" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 1; } onClipEvent (enterFrame) { xspeed = xspeed; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.cloudwall.hitTest(this._x, this._y, true)) { xspeed = 1; yspeed = 0; _x = -150; } }
Instance of Symbol 109 MovieClip "hero2" in Frame 5
onClipEvent (load) { mysplash2 = new Sound(); mysplash2.attachSound("mysplash2"); jump2 = new Sound(); jump2.attachSound("jump2"); yspeed = 0; xspeed = 0; power = 10; friction = 0.8; jumping = true; jump = 0; falling = true; fall = 5; } onClipEvent (enterFrame) { if ((!_root.bwall.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (Key.isDown(65)) { xspeed = xspeed - power; } if (Key.isDown(68)) { xspeed = xspeed + power; } xspeed = xspeed * friction; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if ((xspeed > 6) && (!jumping)) { this.gotoAndStop(2); } if ((xspeed < 0) && (!jumping)) { this.gotoAndStop(1); } if ((xspeed > 0) && (jumping)) { this.gotoAndStop(4); } if ((xspeed < 0) && (jumping)) { this.gotoAndStop(3); } if (((xspeed < 0) && (xspeed > -6)) && (!jumping)) { this.gotoAndStop(6); } if (((xspeed > 0) && (xspeed < 6)) && (!jumping)) { this.gotoAndStop(5); } if ((xspeed == 0) && (jumping)) { this.gotoAndStop(4); } if (Key.isDown(87) && (!jumping)) { jumping = true; jump2.start(); } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 30; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } if (falling) { this.gotoAndStop("fall"); this._y = this._y + fall; fall = fall + 0; } if (_root.bwall.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (!jumping)) { this._y = this._y + 6; } } } onClipEvent (enterFrame) { if (_root.lwall.hitTest(this._x, this._y, true)) { xspeed = 10; } if (_root.rwall.hitTest(this._x, this._y, true)) { xspeed = -10; } if (_root.bluewall.hitTest(this._x, this._y, true)) { xspeed = -20; } if (_root.hero.hitTest(this.hitter)) { _root.hero._x = 575; _root.hero._y = 344; _root.score2++; _root.pbloodrd._x = this._x; _root.pbloodrd._y = this._y; _root.pbloodld._x = this._x; _root.pbloodld._y = this._y; _root.pbloodru._x = this._x; _root.pbloodru._y = this._y; _root.pbloodlu._x = this._x; _root.pbloodlu._y = this._y; _root.pbloodr._x = this._x; _root.pbloodr._y = this._y; _root.pbloodl._x = this._x; _root.pbloodl._y = this._y; _root.pbloodrd.xspeed = 40; _root.pbloodrd.yspeed = 10; _root.pbloodld.xspeed = -40; _root.pbloodld.yspeed = 10; _root.pbloodru.xspeed = 15; _root.pbloodru.yspeed = -60; _root.pbloodlu.xspeed = -15; _root.pbloodlu.yspeed = -60; _root.pbloodr.xspeed = 90; _root.pbloodr.yspeed = 1; _root.pbloodl.xspeed = -90; _root.pbloodl.yspeed = 1; mysplash2.start(); } reset(); }
Instance of Symbol 109 MovieClip "hero" in Frame 5
onClipEvent (load) { mysplash2 = new Sound(); mysplash2.attachSound("mysplash2"); jump1 = new Sound(); jump1.attachSound("jump1"); jumpsong = new Sound(); jumpsong.attachSound("jumpsong"); yspeed = 0; xspeed = 0; power = 10; friction = 0.8; jumping = true; jump = 0; falling = true; fall = 5; gravity = 0; } onClipEvent (enterFrame) { if ((!_root.bwall.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } xspeed = xspeed * friction; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if ((xspeed > 6) && (!jumping)) { this.gotoAndStop(2); } if ((xspeed < 0) && (!jumping)) { this.gotoAndStop(1); } if ((xspeed > 0) && (jumping)) { this.gotoAndStop(4); } if ((xspeed < 0) && (jumping)) { this.gotoAndStop(3); } if (((xspeed < 0) && (xspeed > -6)) && (!jumping)) { this.gotoAndStop(6); } if (((xspeed > 0) && (xspeed < 6)) && (!jumping)) { this.gotoAndStop(5); } if ((xspeed == 0) && (jumping)) { this.gotoAndStop(4); } if (Key.isDown(38) && (!jumping)) { jumping = true; jump1.start(); } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 30; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } if (falling) { this.gotoAndStop("fall"); this._y = this._y + fall; fall = fall + 0; } if (_root.bwall.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (!jumping)) { this._y = this._y + 6; } } } onClipEvent (enterFrame) { if (_root.lwall.hitTest(this._x, this._y, true)) { xspeed = 10; } if (_root.rwall.hitTest(this._x, this._y, true)) { xspeed = -10; } if (_root.pinkwall.hitTest(this._x, this._y, true)) { xspeed = 20; } if (_root.hero2.hitTest(this.hitter)) { _root.hero2._x = 122; _root.hero2._y = 344.1; _root.score = _root.score + 1; _root.bbloodrd._x = this._x; _root.bbloodrd._y = this._y; _root.bbloodld._x = this._x; _root.bbloodld._y = this._y; _root.bbloodru._x = this._x; _root.bbloodru._y = this._y; _root.bbloodlu._x = this._x; _root.bbloodlu._y = this._y; _root.bbloodr._x = this._x; _root.bbloodr._y = this._y; _root.bbloodl._x = this._x; _root.bbloodl._y = this._y; _root.bbloodrd.xspeed = 40; _root.bbloodrd.yspeed = 10; _root.bbloodld.xspeed = -40; _root.bbloodld.yspeed = 10; _root.bbloodru.xspeed = 15; _root.bbloodru.yspeed = -60; _root.bbloodlu.xspeed = -15; _root.bbloodlu.yspeed = -60; _root.bbloodr.xspeed = 90; _root.bbloodr.yspeed = 1; _root.bbloodl.xspeed = -90; _root.bbloodl.yspeed = 1; mysplash2.start(); } reset(); } onClipEvent (enterFrame) { if ((_root.score == 50) && (_root.score2 < 50)) { _root.bluewin._x = 206; _root.bluewin._y = 115; } if ((_root.score2 == 50) && (_root.score < 50)) { _root.pinkwin._x = 206; _root.pinkwin._y = 115; } if (_root.score == 55) { _root.bluewin._x = 900; _root.bluewin._y = 900; } if (_root.score2 == 55) { _root.pinkwin._x = 900; _root.pinkwin._y = 900; } }
Instance of Symbol 121 MovieClip in Frame 5
onClipEvent (load) { jumpsong19 = new Sound(); jumpsong19.attachSound("jumpsong19"); } on (release) { jumpsong19.stop(); jumpsong.stop(); jumpsong8.stop(); jumpsong20.stop(); jumpsong19.start(); start(secondsoffset, loop); jumpsong19.onSoundComplete = function () { jumpsong19.start(); }; }
Instance of Symbol 121 MovieClip "button2" in Frame 5
onClipEvent (load) { jumpsong = new Sound(); jumpsong.attachSound("jumpsong"); } on (release) { jumpsong.stop(); jumpsong19.stop(); jumpsong8.stop(); jumpsong20.stop(); jumpsong.start(); start(secondsoffset, loop); jumpsong.onSoundComplete = function () { jumpsong.start(); }; }
Instance of Symbol 121 MovieClip "button3" in Frame 5
onClipEvent (load) { jumpsong20 = new Sound(); jumpsong20.attachSound("jumpsong20"); } on (release) { jumpsong20.stop(); jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.start(); start(secondsoffset, loop); jumpsong20.onSoundComplete = function () { jumpsong20.start(); }; }
Instance of Symbol 121 MovieClip "button4" in Frame 5
onClipEvent (load) { jumpsong8 = new Sound(); jumpsong8.attachSound("jumpsong8"); } on (release) { jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.stop(); jumpsong8.start(); start(secondsoffset, loop); jumpsong8.onSoundComplete = function () { jumpsong8.start(); }; }
Instance of Symbol 121 MovieClip "button4" in Frame 5
onClipEvent (load) { jumpsong9 = new Sound(); jumpsong9.attachSound("jumpsong9"); } on (release) { jumpsong9.stop(); jumpsong13.stop(); jumpsongjohnny.stop(); jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.stop(); jumpsong9.start(); start(secondsoffset, loop); jumpsong9.onSoundComplete = function () { jumpsong9.start(); }; }
Instance of Symbol 121 MovieClip "button4" in Frame 5
onClipEvent (load) { jumpsong13 = new Sound(); jumpsong13.attachSound("jumpsong13"); } on (release) { jumpsong9.stop(); jumpsong13.stop(); jumpsongjohnny.stop(); jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.stop(); jumpsong13.start(); start(secondsoffset, loop); jumpsong13.onSoundComplete = function () { jumpsong13.start(); }; }
Instance of Symbol 121 MovieClip "button4" in Frame 5
onClipEvent (load) { jumpsongjohnny = new Sound(); jumpsongjohnny.attachSound("jumpsongjohnny"); } on (release) { jumpsong9.stop(); jumpsong13.stop(); jumpsongjohnny.stop(); jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.stop(); jumpsongjohnny.start(); start(secondsoffset, loop); jumpsongjohnny.onSoundComplete = function () { jumpsongjohnny.start(); }; }
Instance of Symbol 130 MovieClip "pbloodld" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = -40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = -40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "pbloord" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "bbloodr" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = 90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = 90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "bbloodld" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = -40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = -40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 132 MovieClip "pbloodl" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = -1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 134 MovieClip "bbloodl" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = -1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 137 MovieClip "pbloodr" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = 90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = 90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 140 MovieClip "bbloodrd" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 144 MovieClip "pbloodru" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 147 MovieClip "bbloodru" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 150 MovieClip "pbloodlu" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 153 MovieClip "bbloodlu" in Frame 5
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
Frame 9
stop(); music.stop(); var music = new Sound(); music.attachSound("jumpsong13"); music.start(); start(secondsoffset, loop); music.onSoundComplete = function () { music.start(); }; score = 0; score2 = 0;
Instance of Symbol 224 MovieClip "hero2" in Frame 9
onClipEvent (load) { mysplash2 = new Sound(); mysplash2.attachSound("mysplash2"); jump2 = new Sound(); jump2.attachSound("jump2"); yspeed = 0; xspeed = 0; power = 10; friction = 0.8; jumping = true; jump = 0; falling = true; fall = 5; } onClipEvent (enterFrame) { if ((!_root.bwall.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (Key.isDown(65)) { xspeed = xspeed - power; } if (Key.isDown(68)) { xspeed = xspeed + power; } xspeed = xspeed * friction; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if ((xspeed > 6) && (!jumping)) { this.gotoAndStop(2); } if ((xspeed < 0) && (!jumping)) { this.gotoAndStop(1); } if ((xspeed > 0) && (jumping)) { this.gotoAndStop(4); } if ((xspeed < 0) && (jumping)) { this.gotoAndStop(3); } if (((xspeed < 0) && (xspeed > -6)) && (!jumping)) { this.gotoAndStop(6); } if (((xspeed > 0) && (xspeed < 6)) && (!jumping)) { this.gotoAndStop(5); } if ((xspeed == 0) && (jumping)) { this.gotoAndStop(4); } if (Key.isDown(87) && (!jumping)) { jumping = true; jump2.start(); } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 30; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } if (falling) { this.gotoAndStop("fall"); this._y = this._y + fall; fall = fall + 0; } if (_root.bwall.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (!jumping)) { this._y = this._y + 6; } if (_root.twall.hitTest(this._x, this._y, true)) { jump = 0; jumping = false; falling = false; this._y = this._y + 30; } } } onClipEvent (enterFrame) { if (_root.lwall.hitTest(this._x, this._y, true)) { xspeed = 10; } if (_root.rwall.hitTest(this._x, this._y, true)) { xspeed = -10; } if (_root.bluewall.hitTest(this._x, this._y, true)) { xspeed = -20; } if (_root.hero.hitTest(this.hitter)) { _root.hero._x = 590.3; _root.hero._y = 526; _root.score2++; _root.pbloodrd._x = this._x; _root.pbloodrd._y = this._y; _root.pbloodld._x = this._x; _root.pbloodld._y = this._y; _root.pbloodru._x = this._x; _root.pbloodru._y = this._y; _root.pbloodlu._x = this._x; _root.pbloodlu._y = this._y; _root.pbloodr._x = this._x; _root.pbloodr._y = this._y; _root.pbloodl._x = this._x; _root.pbloodl._y = this._y; _root.pbloodrd.xspeed = 40; _root.pbloodrd.yspeed = 10; _root.pbloodld.xspeed = -40; _root.pbloodld.yspeed = 10; _root.pbloodru.xspeed = 15; _root.pbloodru.yspeed = -60; _root.pbloodlu.xspeed = -15; _root.pbloodlu.yspeed = -60; _root.pbloodr.xspeed = 90; _root.pbloodr.yspeed = 1; _root.pbloodl.xspeed = -90; _root.pbloodl.yspeed = 1; mysplash2.start(); } reset(); }
Instance of Symbol 235 MovieClip "hero" in Frame 9
onClipEvent (load) { mysplash2 = new Sound(); mysplash2.attachSound("mysplash2"); jump1 = new Sound(); jump1.attachSound("jump1"); jumpsong = new Sound(); jumpsong.attachSound("jumpsong"); yspeed = 0; xspeed = 0; power = 10; friction = 0.8; jumping = true; jump = 0; falling = true; fall = 5; gravity = 0; } onClipEvent (enterFrame) { if ((!_root.bwall.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } xspeed = xspeed * friction; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if ((xspeed > 6) && (!jumping)) { this.gotoAndStop(2); } if ((xspeed < 0) && (!jumping)) { this.gotoAndStop(1); } if ((xspeed > 0) && (jumping)) { this.gotoAndStop(4); } if ((xspeed < 0) && (jumping)) { this.gotoAndStop(3); } if (((xspeed < 0) && (xspeed > -6)) && (!jumping)) { this.gotoAndStop(6); } if (((xspeed > 0) && (xspeed < 6)) && (!jumping)) { this.gotoAndStop(5); } if ((xspeed == 0) && (jumping)) { this.gotoAndStop(4); } if (Key.isDown(38) && (!jumping)) { jumping = true; jump1.start(); } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 30; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } if (falling) { this.gotoAndStop("fall"); this._y = this._y + fall; fall = fall + 0; } if (_root.bwall.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (!jumping)) { this._y = this._y + 6; } if (_root.twall.hitTest(this._x, this._y, true)) { jump = 0; jumping = false; falling = false; this._y = this._y + 30; } } } onClipEvent (enterFrame) { if (_root.lwall.hitTest(this._x, this._y, true)) { xspeed = 10; } if (_root.rwall.hitTest(this._x, this._y, true)) { xspeed = -10; } if (_root.pinkwall.hitTest(this._x, this._y, true)) { xspeed = 20; } if (_root.hero2.hitTest(this.hitter)) { _root.hero2._x = 13.8; _root.hero2._y = 526; _root.score = _root.score + 1; _root.bbloodrd._x = this._x; _root.bbloodrd._y = this._y; _root.bbloodld._x = this._x; _root.bbloodld._y = this._y; _root.bbloodru._x = this._x; _root.bbloodru._y = this._y; _root.bbloodlu._x = this._x; _root.bbloodlu._y = this._y; _root.bbloodr._x = this._x; _root.bbloodr._y = this._y; _root.bbloodl._x = this._x; _root.bbloodl._y = this._y; _root.bbloodrd.xspeed = 40; _root.bbloodrd.yspeed = 10; _root.bbloodld.xspeed = -40; _root.bbloodld.yspeed = 10; _root.bbloodru.xspeed = 15; _root.bbloodru.yspeed = -60; _root.bbloodlu.xspeed = -15; _root.bbloodlu.yspeed = -60; _root.bbloodr.xspeed = 90; _root.bbloodr.yspeed = 1; _root.bbloodl.xspeed = -90; _root.bbloodl.yspeed = 1; mysplash2.start(); } reset(); } onClipEvent (enterFrame) { if ((_root.score == 50) && (_root.score2 < 50)) { _root.bluewin._x = 206; _root.bluewin._y = 115; } if ((_root.score2 == 50) && (_root.score < 50)) { _root.pinkwin._x = 206; _root.pinkwin._y = 115; } if (_root.score == 55) { _root.bluewin._x = 900; _root.bluewin._y = 900; } if (_root.score2 == 55) { _root.pinkwin._x = 900; _root.pinkwin._y = 900; } }
Instance of Symbol 121 MovieClip in Frame 9
onClipEvent (load) { jumpsong19 = new Sound(); jumpsong19.attachSound("jumpsong19"); } on (release) { jumpsong19.stop(); jumpsong.stop(); jumpsong8.stop(); jumpsong20.stop(); jumpsong19.start(); start(secondsoffset, loop); jumpsong19.onSoundComplete = function () { jumpsong19.start(); }; }
Instance of Symbol 121 MovieClip "button2" in Frame 9
onClipEvent (load) { jumpsong = new Sound(); jumpsong.attachSound("jumpsong"); } on (release) { jumpsong.stop(); jumpsong19.stop(); jumpsong8.stop(); jumpsong20.stop(); jumpsong.start(); start(secondsoffset, loop); jumpsong.onSoundComplete = function () { jumpsong.start(); }; }
Instance of Symbol 121 MovieClip "button3" in Frame 9
onClipEvent (load) { jumpsong20 = new Sound(); jumpsong20.attachSound("jumpsong20"); } on (release) { jumpsong20.stop(); jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.start(); start(secondsoffset, loop); jumpsong20.onSoundComplete = function () { jumpsong20.start(); }; }
Instance of Symbol 121 MovieClip "button4" in Frame 9
onClipEvent (load) { jumpsong8 = new Sound(); jumpsong8.attachSound("jumpsong8"); } on (release) { jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.stop(); jumpsong8.start(); start(secondsoffset, loop); jumpsong8.onSoundComplete = function () { jumpsong8.start(); }; }
Instance of Symbol 121 MovieClip "button4" in Frame 9
onClipEvent (load) { jumpsong9 = new Sound(); jumpsong9.attachSound("jumpsong9"); } on (release) { jumpsong9.stop(); jumpsong13.stop(); jumpsongjohnny.stop(); jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.stop(); jumpsong9.start(); start(secondsoffset, loop); jumpsong9.onSoundComplete = function () { jumpsong9.start(); }; }
Instance of Symbol 121 MovieClip "button4" in Frame 9
onClipEvent (load) { jumpsong13 = new Sound(); jumpsong13.attachSound("jumpsong13"); } on (release) { jumpsong9.stop(); jumpsong13.stop(); jumpsongjohnny.stop(); jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.stop(); jumpsong13.start(); start(secondsoffset, loop); jumpsong13.onSoundComplete = function () { jumpsong13.start(); }; }
Instance of Symbol 121 MovieClip "button4" in Frame 9
onClipEvent (load) { jumpsongjohnny = new Sound(); jumpsongjohnny.attachSound("jumpsongjohnny"); } on (release) { jumpsong9.stop(); jumpsong13.stop(); jumpsongjohnny.stop(); jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.stop(); jumpsongjohnny.start(); start(secondsoffset, loop); jumpsongjohnny.onSoundComplete = function () { jumpsongjohnny.start(); }; }
Instance of Symbol 130 MovieClip "pbloodld" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = -40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = -40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "pbloord" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "bbloodr" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = 90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = 90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "bbloodld" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = -40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = -40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 132 MovieClip "pbloodl" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = -1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 134 MovieClip "bbloodl" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = -1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 137 MovieClip "pbloodr" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = 90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = 90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 140 MovieClip "bbloodrd" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 144 MovieClip "pbloodru" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 147 MovieClip "bbloodru" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 150 MovieClip "pbloodlu" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 153 MovieClip "bbloodlu" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Frame 10
stop(); music.stop(); var music = new Sound(); music.attachSound("jumpsongjohnny"); music.start(); start(secondsoffset, loop); music.onSoundComplete = function () { music.start(); }; score = 0; score2 = 0;
Instance of Symbol 266 MovieClip "hero2" in Frame 10
onClipEvent (load) { mysplash2 = new Sound(); mysplash2.attachSound("mysplash2"); jump2 = new Sound(); jump2.attachSound("jump2"); yspeed = 0; xspeed = 0; power = 10; friction = 0.8; jumping = true; jump = 0; falling = true; fall = 5; } onClipEvent (enterFrame) { if ((!_root.bwall.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (Key.isDown(65)) { xspeed = xspeed - power; } if (Key.isDown(68)) { xspeed = xspeed + power; } xspeed = xspeed * friction; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if ((xspeed > 6) && (!jumping)) { this.gotoAndStop(2); } if ((xspeed < 0) && (!jumping)) { this.gotoAndStop(1); } if ((xspeed > 0) && (jumping)) { this.gotoAndStop(4); } if ((xspeed < 0) && (jumping)) { this.gotoAndStop(3); } if (((xspeed < 0) && (xspeed > -6)) && (!jumping)) { this.gotoAndStop(6); } if (((xspeed > 0) && (xspeed < 6)) && (!jumping)) { this.gotoAndStop(5); } if ((xspeed == 0) && (jumping)) { this.gotoAndStop(4); } if (Key.isDown(87) && (!jumping)) { jumping = true; jump2.start(); } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 30; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } if (falling) { this.gotoAndStop("fall"); this._y = this._y + fall; fall = fall + 0; } if (_root.bwall.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (!jumping)) { this._y = this._y + 6; } if (_root.twall.hitTest(this._x, this._y, true)) { jump = 0; jumping = false; falling = false; this._y = this._y + 30; } } } onClipEvent (enterFrame) { if (_root.lwall.hitTest(this._x, this._y, true)) { xspeed = 10; } if (_root.rwall.hitTest(this._x, this._y, true)) { xspeed = -10; } if (_root.bluewall.hitTest(this._x, this._y, true)) { xspeed = -20; } if (_root.hero.hitTest(this.hitter)) { _root.hero._x = 641.3; _root.hero._y = 28.6; _root.score2++; _root.pbloodrd._x = this._x; _root.pbloodrd._y = this._y; _root.pbloodld._x = this._x; _root.pbloodld._y = this._y; _root.pbloodru._x = this._x; _root.pbloodru._y = this._y; _root.pbloodlu._x = this._x; _root.pbloodlu._y = this._y; _root.pbloodr._x = this._x; _root.pbloodr._y = this._y; _root.pbloodl._x = this._x; _root.pbloodl._y = this._y; _root.pbloodrd.xspeed = 40; _root.pbloodrd.yspeed = 10; _root.pbloodld.xspeed = -40; _root.pbloodld.yspeed = 10; _root.pbloodru.xspeed = 15; _root.pbloodru.yspeed = -60; _root.pbloodlu.xspeed = -15; _root.pbloodlu.yspeed = -60; _root.pbloodr.xspeed = 90; _root.pbloodr.yspeed = 1; _root.pbloodl.xspeed = -90; _root.pbloodl.yspeed = 1; mysplash2.start(); } reset(); }
Instance of Symbol 277 MovieClip "hero" in Frame 10
onClipEvent (load) { mysplash2 = new Sound(); mysplash2.attachSound("mysplash2"); jump1 = new Sound(); jump1.attachSound("jump1"); jumpsong = new Sound(); jumpsong.attachSound("jumpsong"); yspeed = 0; xspeed = 0; power = 10; friction = 0.8; jumping = true; jump = 0; falling = true; fall = 5; gravity = 0; } onClipEvent (enterFrame) { if ((!_root.bwall.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } xspeed = xspeed * friction; yspeed = yspeed; _y = (_y + yspeed); _x = (_x + xspeed); if ((xspeed > 6) && (!jumping)) { this.gotoAndStop(2); } if ((xspeed < 0) && (!jumping)) { this.gotoAndStop(1); } if ((xspeed > 0) && (jumping)) { this.gotoAndStop(4); } if ((xspeed < 0) && (jumping)) { this.gotoAndStop(3); } if (((xspeed < 0) && (xspeed > -6)) && (!jumping)) { this.gotoAndStop(6); } if (((xspeed > 0) && (xspeed < 6)) && (!jumping)) { this.gotoAndStop(5); } if ((xspeed == 0) && (jumping)) { this.gotoAndStop(4); } if (Key.isDown(38) && (!jumping)) { jumping = true; jump1.start(); } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 30; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } if (falling) { this.gotoAndStop("fall"); this._y = this._y + fall; fall = fall + 0; } if (_root.bwall.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (falling)) { jump = 50; jumping = false; falling = false; } if (_root.water.hitTest(this._x, this._y, true) && (!jumping)) { this._y = this._y + 6; } if (_root.twall.hitTest(this._x, this._y, true)) { jump = 0; jumping = false; falling = false; this._y = this._y + 30; } } } onClipEvent (enterFrame) { if (_root.lwall.hitTest(this._x, this._y, true)) { xspeed = 10; } if (_root.rwall.hitTest(this._x, this._y, true)) { xspeed = -10; } if (_root.pinkwall.hitTest(this._x, this._y, true)) { xspeed = 20; } if (_root.hero2.hitTest(this.hitter)) { _root.hero2._x = 0.1; _root.hero2._y = 31.2; _root.score = _root.score + 1; _root.bbloodrd._x = this._x; _root.bbloodrd._y = this._y; _root.bbloodld._x = this._x; _root.bbloodld._y = this._y; _root.bbloodru._x = this._x; _root.bbloodru._y = this._y; _root.bbloodlu._x = this._x; _root.bbloodlu._y = this._y; _root.bbloodr._x = this._x; _root.bbloodr._y = this._y; _root.bbloodl._x = this._x; _root.bbloodl._y = this._y; _root.bbloodrd.xspeed = 40; _root.bbloodrd.yspeed = 10; _root.bbloodld.xspeed = -40; _root.bbloodld.yspeed = 10; _root.bbloodru.xspeed = 15; _root.bbloodru.yspeed = -60; _root.bbloodlu.xspeed = -15; _root.bbloodlu.yspeed = -60; _root.bbloodr.xspeed = 90; _root.bbloodr.yspeed = 1; _root.bbloodl.xspeed = -90; _root.bbloodl.yspeed = 1; mysplash2.start(); } reset(); } onClipEvent (enterFrame) { if ((_root.score == 50) && (_root.score2 < 50)) { _root.bluewin._x = 206; _root.bluewin._y = 115; } if ((_root.score2 == 50) && (_root.score < 50)) { _root.pinkwin._x = 206; _root.pinkwin._y = 115; } if (_root.score == 55) { _root.bluewin._x = 900; _root.bluewin._y = 900; } if (_root.score2 == 55) { _root.pinkwin._x = 900; _root.pinkwin._y = 900; } }
Symbol 27 Button
on (release) { gotoAndPlay (4); }
Symbol 32 Button
on (release) { gotoAndPlay (5); }
Symbol 35 Button
on (release) { gotoAndPlay (6); }
Symbol 39 Button
on (release) { gotoAndPlay (8); }
Symbol 40 Button
on (release) { gotoAndPlay (9); }
Symbol 42 Button
on (release) { gotoAndPlay (10); }
Symbol 122 Button
on (release) { gotoAndPlay (4); }
Symbol 126 Button
on (release) { music.stop(); jumpsong8.stop(); jumpsong.stop(); jumpsong19.stop(); jumpsong20.stop(); jumpsong9.stop(); jumpsong13.stop(); jumpsongjohnny.stop(); }
Instance of Symbol 130 MovieClip "pbloodl" in Symbol 132 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = -1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "bbloodl" in Symbol 134 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = -1; friction = 1; gravity = 5; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 1; xspeed = -90; friction = 0.7; gravity = 5; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "pbloodrd" in Symbol 136 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 136 MovieClip "pbloodrd" in Symbol 137 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "bbloodrd" in Symbol 139 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = 1; friction = 1; gravity = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = 10; xspeed = 40; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "pbloodru" in Symbol 142 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "bbloodru" in Symbol 146 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = 15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "pbloodlu" in Symbol 149 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Instance of Symbol 130 MovieClip "bbloodlu" in Symbol 152 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = 0; friction = 10; } onClipEvent (enterFrame) { xspeed = xspeed * friction; yspeed = yspeed * friction; _y = (_y + yspeed); _x = (_x + xspeed); if (!_root.rwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } if (!_root.bwall.hitTest(this._x, this._y, true)) { yspeed = -60; xspeed = -15; friction = 0.5; gravity = 10; } else { friction = 0; xspeed = 0; yspeed = 0; gravity = 0; } }
Symbol 159 Button
on (release) { gotoAndPlay (4); }
Symbol 163 Button
on (release) { gotoAndPlay (4); }
Symbol 167 Button
on (release) { gotoAndPlay (4); }

Library Items

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

Instance Names

"loading"Frame 1Symbol 12 MovieClip
"water"Frame 5Symbol 50 MovieClip
"bwall"Frame 5Symbol 53 MovieClip
"cloudwall"Frame 5Symbol 56 MovieClip
"rwall"Frame 5Symbol 60 MovieClip
"pinkwall"Frame 5Symbol 62 MovieClip
"bluewall"Frame 5Symbol 63 MovieClip
"cloudwall"Frame 5Symbol 56 MovieClip
"lwall"Frame 5Symbol 67 MovieClip
"bclouds"Frame 5Symbol 72 MovieClip
"cloudwall3"Frame 5Symbol 73 MovieClip
"bclouds"Frame 5Symbol 72 MovieClip
"bclouds"Frame 5Symbol 72 MovieClip
"mclouds"Frame 5Symbol 76 MovieClip
"mclouds"Frame 5Symbol 76 MovieClip
"mclouds"Frame 5Symbol 76 MovieClip
"mclouds"Frame 5Symbol 76 MovieClip
"fclouds"Frame 5Symbol 79 MovieClip
"cloudwall2"Frame 5Symbol 80 MovieClip
"fclouds"Frame 5Symbol 79 MovieClip
"score 1"Frame 5Symbol 89 EditableText
"score2"Frame 5Symbol 90 EditableText
"hero2"Frame 5Symbol 109 MovieClip
"hero"Frame 5Symbol 109 MovieClip
"button2"Frame 5Symbol 121 MovieClip
"button3"Frame 5Symbol 121 MovieClip
"button4"Frame 5Symbol 121 MovieClip
"button4"Frame 5Symbol 121 MovieClip
"button4"Frame 5Symbol 121 MovieClip
"button4"Frame 5Symbol 121 MovieClip
"pbloodld"Frame 5Symbol 130 MovieClip
"pbloord"Frame 5Symbol 130 MovieClip
"bbloodr"Frame 5Symbol 130 MovieClip
"bbloodld"Frame 5Symbol 130 MovieClip
"pbloodl"Frame 5Symbol 132 MovieClip
"bbloodl"Frame 5Symbol 134 MovieClip
"pbloodr"Frame 5Symbol 137 MovieClip
"bbloodrd"Frame 5Symbol 140 MovieClip
"pbloodru"Frame 5Symbol 144 MovieClip
"bbloodru"Frame 5Symbol 147 MovieClip
"pbloodlu"Frame 5Symbol 150 MovieClip
"bbloodlu"Frame 5Symbol 153 MovieClip
"bluewin"Frame 5Symbol 159 Button
"pinkwin"Frame 5Symbol 163 Button
"bwall"Frame 9Symbol 182 MovieClip
"twall"Frame 9Symbol 187 MovieClip
"rwall"Frame 9Symbol 189 MovieClip
"lwall"Frame 9Symbol 191 MovieClip
"score 1"Frame 9Symbol 213 EditableText
"score2"Frame 9Symbol 214 EditableText
"hero2"Frame 9Symbol 224 MovieClip
"hero"Frame 9Symbol 235 MovieClip
"water"Frame 9Symbol 238 MovieClip
"button2"Frame 9Symbol 121 MovieClip
"button3"Frame 9Symbol 121 MovieClip
"button4"Frame 9Symbol 121 MovieClip
"button4"Frame 9Symbol 121 MovieClip
"button4"Frame 9Symbol 121 MovieClip
"button4"Frame 9Symbol 121 MovieClip
"pbloodld"Frame 9Symbol 130 MovieClip
"pbloord"Frame 9Symbol 130 MovieClip
"bbloodr"Frame 9Symbol 130 MovieClip
"bbloodld"Frame 9Symbol 130 MovieClip
"pbloodl"Frame 9Symbol 132 MovieClip
"bbloodl"Frame 9Symbol 134 MovieClip
"pbloodr"Frame 9Symbol 137 MovieClip
"bbloodrd"Frame 9Symbol 140 MovieClip
"pbloodru"Frame 9Symbol 144 MovieClip
"bbloodru"Frame 9Symbol 147 MovieClip
"pbloodlu"Frame 9Symbol 150 MovieClip
"bbloodlu"Frame 9Symbol 153 MovieClip
"bluewin"Frame 9Symbol 159 Button
"pinkwin"Frame 9Symbol 163 Button
"bwall"Frame 10Symbol 244 MovieClip
"twall"Frame 10Symbol 246 MovieClip
"rwall"Frame 10Symbol 248 MovieClip
"lwall"Frame 10Symbol 250 MovieClip
"score 1"Frame 10Symbol 254 EditableText
"score2"Frame 10Symbol 255 EditableText
"hero2"Frame 10Symbol 266 MovieClip
"hero"Frame 10Symbol 277 MovieClip
"wall"Symbol 56 MovieClip Frame 1Symbol 55 MovieClip
"rwall"Symbol 60 MovieClip Frame 1Symbol 59 MovieClip
"pinkwall"Symbol 63 MovieClip Frame 1Symbol 62 MovieClip
"lwall"Symbol 66 MovieClip Frame 1Symbol 59 MovieClip
"lwall"Symbol 67 MovieClip Frame 1Symbol 66 MovieClip
"cloudwall"Symbol 73 MovieClip Frame 1Symbol 56 MovieClip
"cloudwall"Symbol 80 MovieClip Frame 1Symbol 56 MovieClip
"hitter"Symbol 109 MovieClip Frame 1Symbol 98 MovieClip
"bleft"Symbol 109 MovieClip Frame 1Symbol 100 MovieClip
"button1"Symbol 121 MovieClip Frame 1Symbol 119 Button
"blood"Symbol 130 MovieClip Frame 1Symbol 129 MovieClip
"pbloodl"Symbol 132 MovieClip Frame 1Symbol 130 MovieClip
"bbloodl"Symbol 134 MovieClip Frame 1Symbol 130 MovieClip
"pbloodrd"Symbol 136 MovieClip Frame 1Symbol 130 MovieClip
"pbloodrd"Symbol 137 MovieClip Frame 1Symbol 136 MovieClip
"bbloodrd"Symbol 139 MovieClip Frame 1Symbol 130 MovieClip
"bbloodrd"Symbol 140 MovieClip Frame 1Symbol 139 MovieClip
"pbloodru"Symbol 142 MovieClip Frame 1Symbol 130 MovieClip
"pbloodru"Symbol 143 MovieClip Frame 1Symbol 142 MovieClip
"bbloodru"Symbol 144 MovieClip Frame 1Symbol 143 MovieClip
"bbloodru"Symbol 146 MovieClip Frame 1Symbol 130 MovieClip
"bbloodru"Symbol 147 MovieClip Frame 1Symbol 146 MovieClip
"pbloodlu"Symbol 149 MovieClip Frame 1Symbol 130 MovieClip
"pbloodlu"Symbol 150 MovieClip Frame 1Symbol 149 MovieClip
"bbloodlu"Symbol 152 MovieClip Frame 1Symbol 130 MovieClip
"bbloodlu"Symbol 153 MovieClip Frame 1Symbol 152 MovieClip
"bwall"Symbol 181 MovieClip Frame 1Symbol 180 MovieClip
"rwall "Symbol 182 MovieClip Frame 1Symbol 181 MovieClip
"twall"Symbol 186 MovieClip Frame 1Symbol 185 MovieClip
"twall"Symbol 187 MovieClip Frame 1Symbol 186 MovieClip
"hitter"Symbol 224 MovieClip Frame 1Symbol 98 MovieClip
"bleft"Symbol 224 MovieClip Frame 1Symbol 100 MovieClip
"hitter"Symbol 224 MovieClip Frame 1Symbol 98 MovieClip
"bleft"Symbol 224 MovieClip Frame 1Symbol 100 MovieClip
"hitter"Symbol 224 MovieClip Frame 6Symbol 98 MovieClip
"bleft"Symbol 224 MovieClip Frame 6Symbol 100 MovieClip
"hitter"Symbol 235 MovieClip Frame 1Symbol 98 MovieClip
"bleft"Symbol 235 MovieClip Frame 1Symbol 100 MovieClip
"hitter"Symbol 260 MovieClip Frame 1Symbol 98 MovieClip
"bleft"Symbol 260 MovieClip Frame 1Symbol 100 MovieClip
"hitter"Symbol 266 MovieClip Frame 2Symbol 98 MovieClip
"hitter"Symbol 266 MovieClip Frame 6Symbol 98 MovieClip
"bleft"Symbol 266 MovieClip Frame 6Symbol 100 MovieClip
"hitter"Symbol 277 MovieClip Frame 1Symbol 98 MovieClip
"bleft"Symbol 277 MovieClip Frame 1Symbol 100 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 2Symbol 15 as "jump1"
ExportAssets (56)Timeline Frame 2Symbol 16 as "jump2"
ExportAssets (56)Timeline Frame 2Symbol 17 as "jumpsong"
ExportAssets (56)Timeline Frame 2Symbol 18 as "jumpsong8"
ExportAssets (56)Timeline Frame 2Symbol 19 as "jumpsong9"
ExportAssets (56)Timeline Frame 2Symbol 20 as "jumpsong13"
ExportAssets (56)Timeline Frame 2Symbol 21 as "jumpsong19"
ExportAssets (56)Timeline Frame 2Symbol 22 as "mysplash"
ExportAssets (56)Timeline Frame 2Symbol 23 as "mysplash2"
ExportAssets (56)Timeline Frame 2Symbol 24 as "jumpsong20"
ExportAssets (56)Timeline Frame 2Symbol 25 as "jumpsongjohnny"

Labels

"bright"Symbol 109 MovieClip Frame 2
"bright"Symbol 266 MovieClip Frame 2
"bright"Symbol 277 MovieClip Frame 2

Dynamic Text Variables

pSymbol 11 EditableText"99%"
scoreSymbol 89 EditableText""
score2Symbol 90 EditableText""
scoreSymbol 213 EditableText""
score2Symbol 214 EditableText""
scoreSymbol 254 EditableText""
score2Symbol 255 EditableText""




http://swfchan.com/16/77201/info.shtml
Created: 4/4 -2019 04:13:04 Last modified: 4/4 -2019 04:13:04 Server time: 28/04 -2024 10:05:06