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

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

Bouncy The Ball.swf

This is the info page for
Flash #24415

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


Text
Loading Bouncy The Ball

100

%

BOUNCY
THE BALL

MAIN MENU

password

password

Start game

Start game

Quality

Quality

Enter Password here

Password:

Type all passwords in lower case form. Press enter to submit.

HOw to play

You play as Bouncy. Bouncy the Ball.
You must go around each level
collecting coins and avoiding fire.
These are some of the objects:

= Bad

= Good (+15 HP)

= Good

LEVEL 1

0

HEALTH:

100

POINTS:

0

LEVEL 1 COMPLETE

COINS:

0

POINTS:

0

ALL COIN BONUS!

PASSWORD:  BOUNCE

0

0

LEVEL 2

0

100

0

0

100

0

0

100

0

LEVEL 2 COMPLETE

0

0

PASSWORD:  BOING

LEVEL 3

0

100

0

0

100

0

LEVEL 3 COMPLETE

0

0

PASSWORD:  ROLL

0

0

LEVEL 4

0

100

0

LEVEL 4 COMPLETE

0

PASSWORD:  BALL

LEVEL 5

0

100

0

0

100

0

100

ENEMY  HEALTH:

100

100

100

Credits
MAIN CREDITS
Game design - Scott Thomas
Actionscripting - Scott Thomas
Idea - Scott Thomas
Final Testing - Stephen Thomas
Artwork - Scott Thomas
MUSIC
Levels 1-5 - John-Paul Walton
(Refraction)
Boss - Painkiller
Credits - Painkiller
LEVELS
Design - Scott Thomas, Stephen
Thomas
Fire - LiquidFire
Special Thanks To:
Stephen Thomas, my mom, NegativeOne,
qli1990, MartinISdead2Me, Ace, Rystic,
Nintendo, me, Painkiller, Newgrounds.
Thank you for playing!

ActionScript [AS1/AS2]

Frame 1
loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); tellTarget (loader) { gotoAndStop(_root.percentbytes); };
Frame 2
if (loadedbytes == totalbytes) { play(); } else { gotoAndPlay (1); }
Frame 3
stop(); _root.coinz = 0; _root.health = 100; _root.points = 0; runspeed = 1.25; _quality = "High";
Frame 4
_root.passWord = "";
Instance of Symbol 36 MovieClip in Frame 4
on (keyPress "<Enter>") { if (_root.passWord == "bounce") { _root.gotoAndPlay("lvl2"); } else if (_root.passWord == "boing") { _root.gotoAndPlay("lvl3"); } else if (_root.passWord == "roll") { _root.gotoAndPlay("lvl4"); } else if (_root.passWord == "ball") { _root.gotoAndPlay("lvl5"); } else { _root.passWord = "Nice try"; } }
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Frame 93
_root.circle._x = 0; _root.circle._y = 316.9; _root.goal._y = 164.5; _root.goal._x = 24.1; stop(); _root.coinz = 0; _root.health = 100; _root.points = 0; runspeed = 1.25; _quality = "High";
Instance of Symbol 64 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 67 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay("gameover", "gameover"); } }
Instance of Symbol 69 MovieClip in Frame 93
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 93
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 93
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 55 MovieClip "coina" in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinb" in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinc" in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coind" in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coine" in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinf" in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coing" in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 75 MovieClip "circle" in Frame 93
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Instance of Symbol 81 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("gameover"); } }
Frame 94
_root.circle._x = 489; _root.circle._y = 47.4; _root.goal._y = 334.4; _root.goal._x = 21;
Instance of Symbol 55 MovieClip "coinh" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coini" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinj" in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Frame 95
_root.goal._x = 21; _root.goal._y = 136;
Instance of Symbol 55 MovieClip "coink" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinl" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinm" in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 44 MovieClip in Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Frame 96
_root.goal._x = 20; _root.goal._y = 334.45; _root.circle._y = 334.45; _root.circle._x = 530;
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 55 MovieClip "coinp" in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinq" in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinr" in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coino" in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinn" in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Frame 97
_root.circle._x = 173.5; _root.circle._y = 340.45; _quality = "High";
Instance of Symbol 86 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.play(); } }
Instance of Symbol 65 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 64 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 88 MovieClip in Frame 97
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 97
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 90 MovieClip in Frame 97
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 55 MovieClip "coins" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coint" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinu" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinv" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinw" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinx" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coiny" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinz" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinaa" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinab" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinac" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinad" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinae" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinaf" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinag" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinah" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinai" in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 75 MovieClip "circle" in Frame 97
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 15; maxfall = -Infinity; } 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); } }
Instance of Symbol 100 MovieClip in Frame 222
onClipEvent (load) { if (_root.coinz >= 35) { _root.gotoAndPlay("bonus"); } else { _root.gotoAndPlay("gainpassword"); } }
Frame 295
_root.points = _root.points + 500;
Frame 600
_root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 334.45; _root.circle._x = 530; stop(); _root.coinz = 0;
Instance of Symbol 64 MovieClip in Frame 600
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 600
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 67 MovieClip in Frame 600
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay("gameover", "gameover"); } }
Instance of Symbol 64 MovieClip in Frame 600
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 600
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 69 MovieClip in Frame 600
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 600
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 600
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 600
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 600
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 75 MovieClip "circle" in Frame 600
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Instance of Symbol 81 MovieClip in Frame 600
onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("gameover"); } }
Frame 601
_root.circle._y = 201.9; _root.circle._x = 530; _root.goal._x = 20.1; _root.goal._y = 334.45;
Instance of Symbol 69 MovieClip in Frame 601
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 601
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 55 MovieClip "coinad" in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinae" in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinaf" in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinag" in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinah" in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinai" in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinaj" in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinak" in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinal" in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 112 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 601
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Frame 602
_root.circle._y = 334.45; _root.circle._x = 530; _root.goalb._x = 530; _root.goalb._y = 67.5; _quality = "High";
Instance of Symbol 69 MovieClip in Frame 602
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 602
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 602
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 602
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 602
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 44 MovieClip in Frame 602
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 55 MovieClip "coinam" in Frame 602
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinan" in Frame 602
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinao" in Frame 602
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinap" in Frame 602
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 75 MovieClip "circle" in Frame 602
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Frame 603
_root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 334.45; _root.circle._x = 530;
Instance of Symbol 69 MovieClip in Frame 603
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 603
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 603
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 55 MovieClip "coinav" in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinaw" in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinaq" in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinar" in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinas" in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinat" in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinau" in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 75 MovieClip "circle" in Frame 603
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Frame 604
_root.circle._y = 134.355; _root.circle._x = 530;
Instance of Symbol 86 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.play(); } }
Instance of Symbol 65 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 125 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinay" in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinaz" in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinax" in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 127 MovieClip in Frame 604
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 100 MovieClip in Frame 729
onClipEvent (load) { if (_root.coinz >= 23) { _root.gotoAndPlay("bonus2"); } else { _root.gotoAndPlay("gainpassword2"); } }
Frame 802
_root.points = _root.points + 500;
Frame 1107
stop(); _root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 334.45; _root.circle._x = 530; _root.coinz = 0; function MakeRock() { z++; duplicateMovieClip (_root.rock, "rock" + z, z); setProperty("rock" + z, _x , random(550)); } _root.z = 0;
Instance of Symbol 64 MovieClip in Frame 1107
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 1107
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 67 MovieClip in Frame 1107
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay("gameover", "gameover"); } if (this.hitTest(_root.rock)) { _root.rock.removeMovieClip(); } }
Instance of Symbol 64 MovieClip in Frame 1107
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 1107
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 69 MovieClip in Frame 1107
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 81 MovieClip in Frame 1107
onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("gameover"); } }
Instance of Symbol 75 MovieClip "circle" in Frame 1107
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Frame 1108
_root.circle._y = 201.9; _root.circle._x = 530; _root.goal._x = 20.1; _root.goal._y = 94.4;
Instance of Symbol 69 MovieClip in Frame 1108
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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; } }
Frame 1109
_root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 334.45; _root.circle._x = 530;
Instance of Symbol 170 MovieClip in Frame 1109
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._y = _root.circle._y + 3.75; } }
Frame 1110
_root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 334.45; _root.circle._x = 530;
Instance of Symbol 69 MovieClip in Frame 1110
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 1110
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 172 MovieClip in Frame 1110
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 69 MovieClip in Frame 1110
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 55 MovieClip "coinaz" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinba" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbl" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbc" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbd" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbb" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbf" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbg" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbe" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbi" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbj" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbh" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbk" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbm" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Instance of Symbol 55 MovieClip "coinbm" in Frame 1110
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.nextFrame(); } }
Frame 1111
_root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 334.45; _root.circle._x = 530; function MakeRock() { z++; duplicateMovieClip (_root.rock, "rock" + z, z); setProperty("rock" + z, _x , random(550)); } _root.z = 0;
Instance of Symbol 64 MovieClip in Frame 1111
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 1111
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 67 MovieClip in Frame 1111
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay("gameover", "gameover"); } }
Instance of Symbol 86 MovieClip in Frame 1111
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.play(); } }
Instance of Symbol 75 MovieClip "circle" in Frame 1111
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Instance of Symbol 100 MovieClip in Frame 1236
onClipEvent (load) { if (_root.coinz >= 15) { _root.gotoAndPlay("bonus3"); } else { _root.gotoAndPlay("gainpassword3"); } }
Frame 1309
_root.points = _root.points + 500;
Frame 1612
stop(); _root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 225; _root.circle._x = 530; _root.coinz = 0; function MakeRock() { z++; duplicateMovieClip (_root.rock, "rock" + z, z); setProperty("rock" + z, _x , random(550)); } _root.z = 0;
Instance of Symbol 64 MovieClip in Frame 1612
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 1612
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 64 MovieClip in Frame 1612
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 1612
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 190 MovieClip in Frame 1612
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.nextFrame(); } }
Instance of Symbol 192 MovieClip in Frame 1612
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay("gameover", "gameover"); } }
Instance of Symbol 69 MovieClip in Frame 1612
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 75 MovieClip "circle" in Frame 1612
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Instance of Symbol 81 MovieClip in Frame 1612
onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("gameover"); } } onClipEvent (enterFrame) { if (_root.thing >= 5) { _root.play(); } }
Frame 1613
_root.thing = 0;
Instance of Symbol 65 MovieClip in Frame 1613
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._y = _root.circle._y + 6; } }
Instance of Symbol 208 MovieClip "circle" in Frame 1613
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + 6; } if (Key.isDown(38)) { this._y = this._y - 6; } if (Key.isDown(37)) { this._x = this._x - 6; } if (Key.isDown(40)) { this._y = this._y + 6; } }
Frame 1614
_root.stop(); _root.thing = 0;
Instance of Symbol 254 MovieClip in Frame 1614
onClipEvent (enterFrame) { if (_root.circle._x > _x) { _x = (_x + 3); } } onClipEvent (enterFrame) { if (_root.circle._x < _x) { _x = (_x - 3); } } onClipEvent (enterFrame) { if (_root.circle._y > _y) { _y = (_y + 3); } } onClipEvent (enterFrame) { if (_root.circle._y < _y) { _y = (_y - 3); } }
Frame 1615
_root.thing = 0; stop();
Instance of Symbol 67 MovieClip in Frame 1616
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay("gameover", "gameover"); } }
Instance of Symbol 86 MovieClip in Frame 1616
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.play(); } }
Instance of Symbol 69 MovieClip in Frame 1616
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 258 MovieClip "circle" in Frame 1616
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Frame 1617
function MakeRock() { z++; duplicateMovieClip (_root.rock, "rock" + z, z); setProperty("rock" + z, _x , random(550)); } _root.z = 0;
Frame 1957
stop(); _root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 225; _root.circle._x = 530; _root.coinz = 0; function MakeRock() { z++; duplicateMovieClip (_root.rock, "rock" + z, z); setProperty("rock" + z, _x , random(550)); } _root.z = 0;
Instance of Symbol 67 MovieClip in Frame 1957
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay("gameover", "gameover"); } if (this.hitTest(_root.rock)) { _root.rock.removeMovieClip(); } }
Instance of Symbol 64 MovieClip in Frame 1957
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 1957
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 64 MovieClip in Frame 1957
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 1957
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 69 MovieClip in Frame 1957
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 81 MovieClip in Frame 1957
onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("gameover"); } }
Instance of Symbol 75 MovieClip "circle" in Frame 1957
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Frame 1958
_root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 225; _root.circle._x = 530;
Frame 1959
_root.goal._x = 20.1; _root.goal._y = 334.45; _root.circle._y = 334.45; _root.circle._x = 530;
Instance of Symbol 69 MovieClip in Frame 1959
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 44 MovieClip in Frame 1959
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 44 MovieClip in Frame 1959
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Frame 1960
_root.goalb._x = 530; _root.goalb._y = 135; _root.circle._y = 334.45; _root.circle._x = 530;
Instance of Symbol 64 MovieClip in Frame 1960
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 1960
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 69 MovieClip in Frame 1960
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 280 MovieClip "circle" in Frame 1960
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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); } }
Frame 1961
_root.circle._x = 275; _root.circle._y = 334.45; _root.enemyhealth = 100;
Instance of Symbol 69 MovieClip in Frame 1961
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 64 MovieClip in Frame 1961
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 1961
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 314 MovieClip in Frame 1961
onClipEvent (load) { _name = "ufo"; }
Instance of Symbol 280 MovieClip "circle" in Frame 1961
onClipEvent (load) { fall = false; jump = 0; speed = 6; jumpheight = 16; maxfall = -Infinity; } 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 (enterFrame) { if (this.hitTest(_root.ufo.headspin.thingie)) { if (_root.bossdown) { _root.gotoAndPlay("hurt"); } } }
Instance of Symbol 319 MovieClip in Frame 1961
onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("gameover"); } }
Instance of Symbol 319 MovieClip in Frame 1962
onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay("gameover"); } } onClipEvent (enterFrame) { if (_root.enemyhealth <= 0) { _root.gotoAndPlay("cutscene"); } } onClipEvent (load) { Xcoordinate = _root.circle._x; Ycoordinate = _root.circle._y; }
Instance of Symbol 314 MovieClip "ufo" in Frame 2045
onClipEvent (enterFrame) { this.gotoAndStop(2); } onClipEvent (load) { _name = "ufo"; }
Frame 2190
_root.bossdown = 0;
Instance of Symbol 314 MovieClip "ufo" in Frame 2190
onClipEvent (enterFrame) { this.gotoAndStop(1); } onClipEvent (load) { _name = "ufo"; }
Frame 2210
_root.bossdown = 1;
Instance of Symbol 314 MovieClip "ufo" in Frame 2210
onClipEvent (load) { _name = "ufo"; }
Frame 2211
_root.bossdown = 1;
Instance of Symbol 314 MovieClip "ufo" in Frame 2211
onClipEvent (enterFrame) { this.gotoAndStop(3); } onClipEvent (load) { _name = "ufo"; }
Frame 2217
_root.bossdown = 1;
Instance of Symbol 314 MovieClip "ufo" in Frame 2217
onClipEvent (load) { _name = "ufo"; } onClipEvent (enterFrame) { this.gotoAndStop(3); }
Frame 2262
_root.bossdown = 1;
Instance of Symbol 314 MovieClip "ufo" in Frame 2262
onClipEvent (load) { _name = "ufo"; }
Frame 2335
_root.gotoAndPlay("Start");
Frame 2336
_root.enemyhealth = _root.enemyhealth - 10;
Instance of Symbol 329 MovieClip in Frame 2388
onClipEvent (load) { if (_root.enemyhealth <= 30) { _root.play(); } else if (_root.enemyhealth > 30) { _root.gotoAndPlay("Start"); } }
Instance of Symbol 69 MovieClip in Frame 2389
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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; } }
Frame 2416
_root.circle.play(); _root.enemyhealth = _root.enemyhealth + 30; _root.circle.play(); _root.health = _root.health + 50;
Instance of Symbol 65 MovieClip in Frame 2416
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._y = _root.circle._y - 6; } }
Instance of Symbol 65 MovieClip in Frame 2416
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._y = _root.circle._y + 6; } }
Instance of Symbol 342 MovieClip "circle" in Frame 2416
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + 6; } if (Key.isDown(38)) { this._y = this._y - 6; } if (Key.isDown(37)) { this._x = this._x - 6; } if (Key.isDown(40)) { this._y = this._y + 6; } }
Frame 2446
stop();
Instance of Symbol 368 MovieClip "bomb" in Frame 2446
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.play(); } }
Frame 2447
_root.circle._x = Xcoordinate; _root.circle._y = Ycoordinate;
Instance of Symbol 64 MovieClip in Frame 2597
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x - 6; } }
Instance of Symbol 65 MovieClip in Frame 2597
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 65 MovieClip in Frame 2597
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._y = _root.circle._y - 6; } }
Frame 3972
stop();
Frame 3999
stop();
Symbol 7 MovieClip Frame 1
stop();
Symbol 17 Button
on (press) { _root.nextFrame(); }
Symbol 20 Button
on (press) { gotoAndPlay (6); }
Symbol 23 Button
on (press) { gotoAndStop ("info"); }
Symbol 26 Button
on (press) { play(); }
Symbol 27 MovieClip Frame 1
_quality = "High"; stop();
Symbol 27 MovieClip Frame 2
_quality = "Medium"; stop();
Symbol 27 MovieClip Frame 3
_quality = "Low"; stop();
Instance of Symbol 41 MovieClip "red" in Symbol 42 MovieClip Frame 1
onClipEvent (enterFrame) { if (_name == "red") { count++; if (((count % 2) / _root.runspeed) == 0) { this.duplicateMovieClip("copy" + count, count); } } else { _yscale = (_yscale - (15 / _root.runspeed)); _xscale = (_yscale - (15 / _root.runspeed)); if (_xscale <= 0) { this.removeMovieClip(); } _alpha = (_alpha - (5 / _root.runspeed)); _y = (_y - (5 / _root.runspeed)); if (Math.random() < 0.5) { _x = (_x - ((Math.random() * 2) / _root.runspeed)); } else { _x = (_x + ((Math.random() * 2) / _root.runspeed)); } } }
Instance of Symbol 41 MovieClip "yellow" in Symbol 43 MovieClip Frame 1
onClipEvent (enterFrame) { if (_name == "yellow") { count++; if (((count % 2) / _root.runspeed) == 0) { this.duplicateMovieClip("copy" + count, count); } } else { _yscale = (_yscale - (15 / _root.runspeed)); _xscale = (_yscale - (15 / _root.runspeed)); if (_xscale <= 0) { this.removeMovieClip(); } _alpha = (_alpha - (5 / _root.runspeed)); _y = (_y - (5 / _root.runspeed)); if (Math.random() < 0.5) { _x = (_x - ((Math.random() * 2) / _root.runspeed)); } else { _x = (_x + ((Math.random() * 2) / _root.runspeed)); } } }
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop(); _root.coinz = _root.coinz + 1; _root.points = _root.points + 10;
Symbol 59 Button
on (press) { gotoAndPlay ("lvl1"); }
Instance of Symbol 72 MovieClip "maingoal" in Symbol 73 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle.play(); } }
Symbol 75 MovieClip Frame 10
stop();
Symbol 75 MovieClip Frame 19
_root.nextFrame(); _root.points = _root.points + 100;
Symbol 112 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip in Symbol 112 MovieClip Frame 1
/* no clip actions */
Symbol 112 MovieClip Frame 2
_root.points = _root.points + 75; _root.health = _root.health + 15;
Instance of Symbol 72 MovieClip "maingoal" in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle.play(); } }
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
_root.coinz--; _root.points = _root.points - 10;
Symbol 134 MovieClip Frame 20
_root.makeRock();
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 3
_root.rock.gotoAndStop(31); stop(); _root.health = _root.health - 10;
Instance of Symbol 137 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.play(); } }
Symbol 138 MovieClip Frame 31
stop(); _root.rock.removeMovieClip();
Instance of Symbol 144 MovieClip in Symbol 145 MovieClip Frame 35
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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; } }
Symbol 170 MovieClip Frame 155
_root.health = 0;
Instance of Symbol 179 MovieClip in Symbol 181 MovieClip Frame 1
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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 180 MovieClip in Symbol 181 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = 0; } }
Instance of Symbol 179 MovieClip in Symbol 181 MovieClip Frame 20
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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; } }
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 10
_root.health = 0;
Instance of Symbol 212 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.play(); } }
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 30
stop(); _root.thing++; _root.points = _root.points + 100;
Instance of Symbol 243 MovieClip in Symbol 244 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.play(); } }
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 10
stop(); _root.gotoAndPlay("gameover");
Instance of Symbol 252 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.play(); } }
Symbol 255 MovieClip Frame 100
_root.nextFrame();
Instance of Symbol 265 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = 0; } }
Instance of Symbol 266 MovieClip in Symbol 267 MovieClip Frame 1
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.circle.jump * 2)) > yMin) { _root.circle._y = ymin - (_root.circle._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.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (_root.circle.xmin > xmax)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (_root.circle.ymin > ymax)) && (_root.circle.jump > -1)) { _root.circle.jump = -1 * _root.circle.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; } }
Symbol 267 MovieClip Frame 130
stop();
Instance of Symbol 273 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = 0; } }
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 15
_root.gotoAndPlay("ufo");
Instance of Symbol 302 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Instance of Symbol 304 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._x = _root.circle._x + 6; } }
Symbol 313 MovieClip Frame 1
_root.stop();
Symbol 313 MovieClip Frame 2
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 3
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 4
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 5
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 6
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 7
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 8
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 9
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 10
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 11
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 12
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 13
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 14
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 15
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 16
_root.ufo._y = _root.ufo._y - 10;
Symbol 313 MovieClip Frame 17
_root.ufo._y = _root.ufo._y - 10;
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
stop();
Instance of Symbol 295 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Symbol 314 MovieClip Frame 3
stop();
Instance of Symbol 299 MovieClip in Symbol 314 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Symbol 314 MovieClip Frame 4
stop();
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 13
_root.health = _root.health + 50;
Symbol 346 MovieClip Frame 10
gotoAndPlay (2);
Instance of Symbol 355 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 50; } }
Symbol 368 MovieClip Frame 1
stop();
Instance of Symbol 347 MovieClip in Symbol 368 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.circle._x > _root.bomb._x) { _root.bomb._x = _root.bomb._x + 3; } } onClipEvent (enterFrame) { if (_root.circle._x < _root.bomb._x) { _root.bomb._x = _root.bomb._x - 3; } } onClipEvent (enterFrame) { if (_root.circle._y > _root.bomb._y) { _root.bomb._y = _root.bomb._y + 3; } } onClipEvent (enterFrame) { if (_root.circle._y < _root.bomb._y) { _root.bomb._y = _root.bomb._y - 3; } }
Symbol 368 MovieClip Frame 36
_root.enemyhealth = _root.enemyhealth - 10;
Instance of Symbol 356 MovieClip in Symbol 368 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health--; } }
Instance of Symbol 347 MovieClip in Symbol 368 MovieClip Frame 61
onClipEvent (enterFrame) { if (_root.circle._x > _x) { _root.bomb._x = _root.bomb._x + 3; } } onClipEvent (enterFrame) { if (_root.circle._x < _x) { _root.bomb._x = _root.bomb._x - 3; } } onClipEvent (enterFrame) { if (_root.circle._y > _y) { _root.bomb._y = _root.bomb._y + 3; } } onClipEvent (enterFrame) { if (_root.circle._y < _y) { _root.bomb._y = _root.bomb._y - 3; } }
Symbol 409 Button
on (release) { _root.gotoAndStop("menu"); }
Symbol 417 Button
on (press) { _root.gotoAndStop("menu"); }

Library Items

Symbol 1 FontUsed by:2 8 9
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:7
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:3 4 5 6Used by:Timeline
Symbol 8 EditableTextUses:1Used by:Timeline
Symbol 9 TextUses:1Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 FontUsed by:13 14 15 16 18 19 24 25 30 37
Symbol 13 TextUses:12Used by:Timeline
Symbol 14 TextUses:12Used by:Timeline
Symbol 15 TextUses:12Used by:17
Symbol 16 TextUses:12Used by:17
Symbol 17 ButtonUses:15 16Used by:Timeline
Symbol 18 TextUses:12Used by:20 59
Symbol 19 TextUses:12Used by:20 59
Symbol 20 ButtonUses:18 19Used by:Timeline
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:21 22Used by:Timeline
Symbol 24 TextUses:12Used by:26
Symbol 25 TextUses:12Used by:26
Symbol 26 ButtonUses:24 25Used by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 TextUses:12Used by:Timeline
Symbol 31 FontUsed by:32 33 34 38 45 49 50 77 78 79 82 83 108 109 110 117 118 119 121 122 123 140 141 142 175 176 177 194 195 196 269 270 271 277 278 279 315 316 317 320 321 406
Symbol 32 TextUses:31Used by:Timeline
Symbol 33 EditableTextUses:31Used by:Timeline
Symbol 34 TextUses:31Used by:Timeline
Symbol 35 GraphicUsed by:36 407
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 TextUses:12Used by:Timeline
Symbol 38 TextUses:31Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:42 43
Symbol 42 MovieClipUses:41Used by:44
Symbol 43 MovieClipUses:41Used by:44
Symbol 44 MovieClipUses:42 43Used by:125  Timeline
Symbol 45 TextUses:31Used by:Timeline
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:46 47Used by:112  Timeline
Symbol 49 TextUses:31Used by:Timeline
Symbol 50 TextUses:31Used by:Timeline
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:51 52Used by:55
Symbol 54 SoundUsed by:55
Symbol 55 MovieClipUses:53 54Used by:Timeline
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:56 57Used by:127  Timeline
Symbol 59 ButtonUses:18 19Used by:Timeline
Symbol 60 FontUsed by:61 93 95 96 97 98 101 102 103 104 105 128 129 130 131 132 182 183 184 185 186 187 188 259 260 261 262
Symbol 61 TextUses:60Used by:Timeline
Symbol 62 SoundUsed by:Timeline
Symbol 63 GraphicUsed by:64 65
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 MovieClipUses:63Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 GraphicUsed by:73
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:73 115
Symbol 73 MovieClipUses:70 72Used by:Timeline
Symbol 74 GraphicUsed by:75 208 280
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 EditableTextUses:31Used by:Timeline
Symbol 78 TextUses:31Used by:Timeline
Symbol 79 EditableTextUses:31Used by:Timeline
Symbol 80 GraphicUsed by:81 329
Symbol 81 MovieClipUses:80 SS2Used by:Timeline
Symbol 82 TextUses:31Used by:Timeline
Symbol 83 EditableTextUses:31Used by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 TextUses:60Used by:Timeline
Symbol 94 SoundUsed by:Timeline
Symbol 95 TextUses:60Used by:Timeline
Symbol 96 EditableTextUses:60Used by:Timeline
Symbol 97 TextUses:60Used by:Timeline
Symbol 98 EditableTextUses:60Used by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 TextUses:60Used by:Timeline
Symbol 102 TextUses:60Used by:Timeline
Symbol 103 EditableTextUses:60Used by:Timeline
Symbol 104 EditableTextUses:60Used by:Timeline
Symbol 105 TextUses:60Used by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 EditableTextUses:31Used by:Timeline
Symbol 109 EditableTextUses:31Used by:Timeline
Symbol 110 EditableTextUses:31Used by:Timeline
Symbol 111 SoundUsed by:112
Symbol 112 MovieClipUses:48 111Used by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114 72Used by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 EditableTextUses:31Used by:Timeline
Symbol 118 EditableTextUses:31Used by:Timeline
Symbol 119 EditableTextUses:31Used by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 EditableTextUses:31Used by:Timeline
Symbol 122 EditableTextUses:31Used by:Timeline
Symbol 123 EditableTextUses:31Used by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 MovieClipUses:44Used by:Timeline
Symbol 126 SoundUsed by:127
Symbol 127 MovieClipUses:58 126Used by:Timeline
Symbol 128 TextUses:60Used by:Timeline
Symbol 129 EditableTextUses:60Used by:Timeline
Symbol 130 EditableTextUses:60Used by:Timeline
Symbol 131 TextUses:60Used by:Timeline
Symbol 132 TextUses:60Used by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 GraphicUsed by:137 138
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:135 136Used by:138
Symbol 138 MovieClipUses:137 135Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 EditableTextUses:31Used by:Timeline
Symbol 141 EditableTextUses:31Used by:Timeline
Symbol 142 EditableTextUses:31Used by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:145
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 GraphicUsed by:170
Symbol 147 GraphicUsed by:170
Symbol 148 GraphicUsed by:170
Symbol 149 GraphicUsed by:170
Symbol 150 GraphicUsed by:170
Symbol 151 GraphicUsed by:170
Symbol 152 GraphicUsed by:170
Symbol 153 GraphicUsed by:170
Symbol 154 GraphicUsed by:170
Symbol 155 GraphicUsed by:170
Symbol 156 GraphicUsed by:170
Symbol 157 GraphicUsed by:170
Symbol 158 GraphicUsed by:170
Symbol 159 GraphicUsed by:170
Symbol 160 GraphicUsed by:170
Symbol 161 GraphicUsed by:170
Symbol 162 GraphicUsed by:170
Symbol 163 GraphicUsed by:170
Symbol 164 GraphicUsed by:170
Symbol 165 SoundUsed by:170 212 252  Timeline
Symbol 166 GraphicUsed by:170
Symbol 167 GraphicUsed by:170
Symbol 168 GraphicUsed by:170
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 EditableTextUses:31Used by:Timeline
Symbol 176 EditableTextUses:31Used by:Timeline
Symbol 177 EditableTextUses:31Used by:Timeline
Symbol 178 GraphicUsed by:179 180
Symbol 179 MovieClipUses:178Used by:181
Symbol 180 MovieClipUses:178Used by:181
Symbol 181 MovieClipUses:179 180Used by:Timeline
Symbol 182 TextUses:60Used by:Timeline
Symbol 183 EditableTextUses:60Used by:Timeline
Symbol 184 EditableTextUses:60Used by:Timeline
Symbol 185 TextUses:60Used by:Timeline
Symbol 186 EditableTextUses:60Used by:Timeline
Symbol 187 EditableTextUses:60Used by:Timeline
Symbol 188 TextUses:60Used by:Timeline
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:Timeline
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 EditableTextUses:31Used by:Timeline
Symbol 195 EditableTextUses:31Used by:Timeline
Symbol 196 EditableTextUses:31Used by:Timeline
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:Timeline
Symbol 199 GraphicUsed by:207
Symbol 200 GraphicUsed by:207
Symbol 201 GraphicUsed by:207
Symbol 202 GraphicUsed by:207
Symbol 203 GraphicUsed by:207
Symbol 204 GraphicUsed by:207
Symbol 205 GraphicUsed by:207
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:199 200 201 202 203 204 205 206Used by:255  Timeline
Symbol 208 MovieClipUses:74Used by:342  Timeline
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:210 211 165Used by:213
Symbol 213 MovieClipUses:212Used by:Timeline
Symbol 214 GraphicUsed by:243
Symbol 215 GraphicUsed by:243
Symbol 216 GraphicUsed by:243
Symbol 217 GraphicUsed by:243
Symbol 218 GraphicUsed by:243
Symbol 219 GraphicUsed by:243
Symbol 220 GraphicUsed by:243
Symbol 221 GraphicUsed by:243
Symbol 222 GraphicUsed by:243
Symbol 223 GraphicUsed by:243
Symbol 224 GraphicUsed by:243
Symbol 225 GraphicUsed by:243
Symbol 226 GraphicUsed by:243
Symbol 227 GraphicUsed by:243
Symbol 228 GraphicUsed by:243
Symbol 229 GraphicUsed by:243
Symbol 230 GraphicUsed by:243
Symbol 231 GraphicUsed by:243
Symbol 232 GraphicUsed by:243
Symbol 233 GraphicUsed by:243
Symbol 234 GraphicUsed by:243
Symbol 235 GraphicUsed by:243
Symbol 236 GraphicUsed by:243
Symbol 237 GraphicUsed by:243
Symbol 238 GraphicUsed by:243
Symbol 239 GraphicUsed by:243
Symbol 240 GraphicUsed by:243
Symbol 241 GraphicUsed by:243
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242Used by:244
Symbol 244 MovieClipUses:243Used by:245
Symbol 245 MovieClipUses:244Used by:Timeline
Symbol 246 GraphicUsed by:250
Symbol 247 GraphicUsed by:249
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:247 248Used by:250
Symbol 250 MovieClipUses:246 249Used by:252
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:250 251 165Used by:253
Symbol 253 MovieClipUses:252Used by:254
Symbol 254 MovieClipUses:253Used by:Timeline
Symbol 255 MovieClipUses:207Used by:Timeline
Symbol 256 GraphicUsed by:Timeline
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:257Used by:Timeline
Symbol 259 TextUses:60Used by:Timeline
Symbol 260 EditableTextUses:60Used by:Timeline
Symbol 261 TextUses:60Used by:Timeline
Symbol 262 TextUses:60Used by:Timeline
Symbol 263 GraphicUsed by:266
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:264Used by:266
Symbol 266 MovieClipUses:263 265Used by:267
Symbol 267 MovieClipUses:266Used by:Timeline
Symbol 268 GraphicUsed by:Timeline
Symbol 269 EditableTextUses:31Used by:Timeline
Symbol 270 EditableTextUses:31Used by:Timeline
Symbol 271 EditableTextUses:31Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:274
Symbol 274 MovieClipUses:273Used by:275
Symbol 275 MovieClipUses:274Used by:Timeline
Symbol 276 GraphicUsed by:Timeline
Symbol 277 EditableTextUses:31Used by:Timeline
Symbol 278 EditableTextUses:31Used by:Timeline
Symbol 279 EditableTextUses:31Used by:Timeline
Symbol 280 MovieClipUses:74Used by:Timeline
Symbol 281 GraphicUsed by:291
Symbol 282 GraphicUsed by:291
Symbol 283 GraphicUsed by:291
Symbol 284 GraphicUsed by:291
Symbol 285 GraphicUsed by:291
Symbol 286 GraphicUsed by:291
Symbol 287 GraphicUsed by:291
Symbol 288 GraphicUsed by:291
Symbol 289 GraphicUsed by:291
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:281 282 283 284 285 286 287 288 289 290Used by:293 307
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:291 292Used by:314
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:314
Symbol 296 GraphicUsed by:299
Symbol 297 GraphicUsed by:299
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:296 297 298Used by:314
Symbol 300 GraphicUsed by:307
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:301Used by:307
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:303Used by:307
Symbol 305 GraphicUsed by:306
Symbol 306 MovieClipUses:305Used by:307
Symbol 307 MovieClipUses:291 300 302 304 306Used by:314
Symbol 308 GraphicUsed by:312
Symbol 309 GraphicUsed by:312
Symbol 310 GraphicUsed by:312
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:308 309 310 311Used by:313
Symbol 313 MovieClipUses:312Used by:314
Symbol 314 MovieClipUses:293 295 299 307 313Used by:Timeline
Symbol 315 EditableTextUses:31Used by:Timeline
Symbol 316 TextUses:31Used by:Timeline
Symbol 317 EditableTextUses:31Used by:Timeline
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:318 SS3Used by:Timeline
Symbol 320 EditableTextUses:31Used by:Timeline
Symbol 321 EditableTextUses:31Used by:Timeline
Symbol 322 GraphicUsed by:328
Symbol 323 GraphicUsed by:328
Symbol 324 GraphicUsed by:328
Symbol 325 GraphicUsed by:328
Symbol 326 GraphicUsed by:328
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:322 323 324 325 326 327Used by:Timeline
Symbol 329 MovieClipUses:80Used by:Timeline
Symbol 330 GraphicUsed by:342
Symbol 331 GraphicUsed by:342
Symbol 332 GraphicUsed by:342
Symbol 333 GraphicUsed by:342
Symbol 334 GraphicUsed by:342
Symbol 335 GraphicUsed by:342
Symbol 336 GraphicUsed by:342
Symbol 337 GraphicUsed by:342
Symbol 338 GraphicUsed by:342
Symbol 339 GraphicUsed by:342
Symbol 340 GraphicUsed by:342
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:208 330 331 332 333 334 335 336 337 338 339 340 341Used by:Timeline
Symbol 343 ShapeTweeningUsed by:Timeline
Symbol 344 GraphicUsed by:Timeline
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:347
Symbol 347 MovieClipUses:346Used by:368
Symbol 348 ShapeTweeningUsed by:368
Symbol 349 ShapeTweeningUsed by:368
Symbol 350 ShapeTweeningUsed by:368
Symbol 351 ShapeTweeningUsed by:368
Symbol 352 GraphicUsed by:368
Symbol 353 GraphicUsed by:356
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:354Used by:356
Symbol 356 MovieClipUses:353 355Used by:368
Symbol 357 GraphicUsed by:368
Symbol 358 GraphicUsed by:368
Symbol 359 GraphicUsed by:368
Symbol 360 GraphicUsed by:368
Symbol 361 GraphicUsed by:368
Symbol 362 GraphicUsed by:368
Symbol 363 GraphicUsed by:368
Symbol 364 GraphicUsed by:368
Symbol 365 GraphicUsed by:368
Symbol 366 GraphicUsed by:368
Symbol 367 GraphicUsed by:368
Symbol 368 MovieClipUses:347 348 349 350 351 352 356 357 358 359 360 361 362 363 364 365 366 367Used by:Timeline
Symbol 369 GraphicUsed by:370
Symbol 370 MovieClipUses:369Used by:Timeline
Symbol 371 GraphicUsed by:403
Symbol 372 GraphicUsed by:403
Symbol 373 GraphicUsed by:403
Symbol 374 GraphicUsed by:403
Symbol 375 GraphicUsed by:403
Symbol 376 GraphicUsed by:403
Symbol 377 GraphicUsed by:403
Symbol 378 GraphicUsed by:403
Symbol 379 GraphicUsed by:403
Symbol 380 GraphicUsed by:403
Symbol 381 GraphicUsed by:403
Symbol 382 GraphicUsed by:403
Symbol 383 GraphicUsed by:403
Symbol 384 GraphicUsed by:403
Symbol 385 GraphicUsed by:403
Symbol 386 GraphicUsed by:403
Symbol 387 GraphicUsed by:403
Symbol 388 GraphicUsed by:403
Symbol 389 GraphicUsed by:403
Symbol 390 GraphicUsed by:403
Symbol 391 GraphicUsed by:403
Symbol 392 GraphicUsed by:403
Symbol 393 GraphicUsed by:403
Symbol 394 GraphicUsed by:403
Symbol 395 GraphicUsed by:403
Symbol 396 GraphicUsed by:403
Symbol 397 GraphicUsed by:403
Symbol 398 GraphicUsed by:403
Symbol 399 GraphicUsed by:403
Symbol 400 GraphicUsed by:403
Symbol 401 GraphicUsed by:403
Symbol 402 GraphicUsed by:403
Symbol 403 MovieClipUses:371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402Used by:Timeline
Symbol 404 GraphicUsed by:Timeline
Symbol 405 GraphicUsed by:Timeline
Symbol 406 TextUses:31Used by:Timeline
Symbol 407 MovieClipUses:35 SS4Used by:Timeline
Symbol 408 GraphicUsed by:409
Symbol 409 ButtonUses:408Used by:Timeline
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:410Used by:Timeline
Symbol 412 GraphicUsed by:Timeline
Symbol 413 GraphicUsed by:416 417
Symbol 414 GraphicUsed by:416 417
Symbol 415 GraphicUsed by:416 417
Symbol 416 ButtonUses:413 414 415Used by:Timeline
Symbol 417 ButtonUses:413 414 415Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 81 MovieClip
Streaming Sound 3Used by:Symbol 319 MovieClip
Streaming Sound 4Used by:Symbol 407 MovieClip

Instance Names

"loader"Frame 1Symbol 7 MovieClip
"passWord"Frame 4Symbol 33 EditableText
"coina"Frame 93Symbol 55 MovieClip
"goal"Frame 93Symbol 73 MovieClip
"coinb"Frame 93Symbol 55 MovieClip
"coinc"Frame 93Symbol 55 MovieClip
"coind"Frame 93Symbol 55 MovieClip
"coine"Frame 93Symbol 55 MovieClip
"coinf"Frame 93Symbol 55 MovieClip
"coing"Frame 93Symbol 55 MovieClip
"circle"Frame 93Symbol 75 MovieClip
"coinh"Frame 94Symbol 55 MovieClip
"coini"Frame 94Symbol 55 MovieClip
"coinj"Frame 94Symbol 55 MovieClip
"coink"Frame 95Symbol 55 MovieClip
"coinl"Frame 95Symbol 55 MovieClip
"coinm"Frame 95Symbol 55 MovieClip
"coinp"Frame 96Symbol 55 MovieClip
"coinq"Frame 96Symbol 55 MovieClip
"coinr"Frame 96Symbol 55 MovieClip
"coino"Frame 96Symbol 55 MovieClip
"coinn"Frame 96Symbol 55 MovieClip
"coins"Frame 97Symbol 55 MovieClip
"coint"Frame 97Symbol 55 MovieClip
"coinu"Frame 97Symbol 55 MovieClip
"coinv"Frame 97Symbol 55 MovieClip
"coinw"Frame 97Symbol 55 MovieClip
"coinx"Frame 97Symbol 55 MovieClip
"coiny"Frame 97Symbol 55 MovieClip
"coinz"Frame 97Symbol 55 MovieClip
"coinaa"Frame 97Symbol 55 MovieClip
"coinab"Frame 97Symbol 55 MovieClip
"coinac"Frame 97Symbol 55 MovieClip
"coinad"Frame 97Symbol 55 MovieClip
"coinae"Frame 97Symbol 55 MovieClip
"coinaf"Frame 97Symbol 55 MovieClip
"coinag"Frame 97Symbol 55 MovieClip
"coinah"Frame 97Symbol 55 MovieClip
"coinai"Frame 97Symbol 55 MovieClip
"circle"Frame 97Symbol 75 MovieClip
"circle"Frame 600Symbol 75 MovieClip
"goal"Frame 600Symbol 73 MovieClip
"coinad"Frame 601Symbol 55 MovieClip
"coinae"Frame 601Symbol 55 MovieClip
"coinaf"Frame 601Symbol 55 MovieClip
"coinag"Frame 601Symbol 55 MovieClip
"coinah"Frame 601Symbol 55 MovieClip
"coinai"Frame 601Symbol 55 MovieClip
"coinaj"Frame 601Symbol 55 MovieClip
"coinak"Frame 601Symbol 55 MovieClip
"coinal"Frame 601Symbol 55 MovieClip
"coinam"Frame 602Symbol 55 MovieClip
"coinan"Frame 602Symbol 55 MovieClip
"coinao"Frame 602Symbol 55 MovieClip
"coinap"Frame 602Symbol 55 MovieClip
"goalb"Frame 602Symbol 115 MovieClip
"circle"Frame 602Symbol 75 MovieClip
"coinav"Frame 603Symbol 55 MovieClip
"coinaw"Frame 603Symbol 55 MovieClip
"coinaq"Frame 603Symbol 55 MovieClip
"coinar"Frame 603Symbol 55 MovieClip
"coinas"Frame 603Symbol 55 MovieClip
"coinat"Frame 603Symbol 55 MovieClip
"coinau"Frame 603Symbol 55 MovieClip
"goal"Frame 603Symbol 73 MovieClip
"circle"Frame 603Symbol 75 MovieClip
"coinay"Frame 604Symbol 55 MovieClip
"coinaz"Frame 604Symbol 55 MovieClip
"coinax"Frame 604Symbol 55 MovieClip
"rock"Frame 1107Symbol 138 MovieClip
"goal"Frame 1107Symbol 73 MovieClip
"circle"Frame 1107Symbol 75 MovieClip
"coinaz"Frame 1110Symbol 55 MovieClip
"coinba"Frame 1110Symbol 55 MovieClip
"coinbl"Frame 1110Symbol 55 MovieClip
"coinbc"Frame 1110Symbol 55 MovieClip
"coinbd"Frame 1110Symbol 55 MovieClip
"coinbb"Frame 1110Symbol 55 MovieClip
"coinbf"Frame 1110Symbol 55 MovieClip
"coinbg"Frame 1110Symbol 55 MovieClip
"coinbe"Frame 1110Symbol 55 MovieClip
"coinbi"Frame 1110Symbol 55 MovieClip
"coinbj"Frame 1110Symbol 55 MovieClip
"coinbh"Frame 1110Symbol 55 MovieClip
"coinbk"Frame 1110Symbol 55 MovieClip
"coinbm"Frame 1110Symbol 55 MovieClip
"coinbm"Frame 1110Symbol 55 MovieClip
"circle"Frame 1111Symbol 75 MovieClip
"circle"Frame 1612Symbol 75 MovieClip
"circle"Frame 1613Symbol 208 MovieClip
"thing1"Frame 1613Symbol 245 MovieClip
"thing3"Frame 1613Symbol 245 MovieClip
"thing4"Frame 1613Symbol 245 MovieClip
"thing2"Frame 1613Symbol 245 MovieClip
"thing5"Frame 1613Symbol 245 MovieClip
"dsafadsfasdf"Frame 1614Symbol 245 MovieClip
"dfsfsfasdf"Frame 1614Symbol 245 MovieClip
"dsafasdfasdf"Frame 1614Symbol 245 MovieClip
"dasdfasdf"Frame 1614Symbol 245 MovieClip
"dasfasdf"Frame 1614Symbol 245 MovieClip
"circle"Frame 1616Symbol 258 MovieClip
"goal"Frame 1957Symbol 73 MovieClip
"circle"Frame 1957Symbol 75 MovieClip
"rock"Frame 1959Symbol 138 MovieClip
"circle"Frame 1960Symbol 280 MovieClip
"goalb"Frame 1960Symbol 115 MovieClip
"circle"Frame 1961Symbol 280 MovieClip
"ufo"Frame 2045Symbol 314 MovieClip
"ufo"Frame 2190Symbol 314 MovieClip
"ufo"Frame 2210Symbol 314 MovieClip
"ufo"Frame 2211Symbol 314 MovieClip
"ufo"Frame 2217Symbol 314 MovieClip
"ufo"Frame 2262Symbol 314 MovieClip
"hurtufo"Frame 2336Symbol 328 MovieClip
"circle"Frame 2389Symbol 280 MovieClip
"ufo"Frame 2401Symbol 314 MovieClip
"circle"Frame 2416Symbol 342 MovieClip
"bomb"Frame 2446Symbol 368 MovieClip
"circle"Frame 2448Symbol 342 MovieClip
"red"Symbol 42 MovieClip Frame 1Symbol 41 MovieClip
"yellow"Symbol 43 MovieClip Frame 1Symbol 41 MovieClip
"maingoal"Symbol 73 MovieClip Frame 1Symbol 72 MovieClip
"maingoal"Symbol 115 MovieClip Frame 1Symbol 72 MovieClip
"thingie"Symbol 307 MovieClip Frame 1Symbol 306 MovieClip
"headspin"Symbol 314 MovieClip Frame 3Symbol 307 MovieClip

Labels

"menu"Frame 3
"password"Frame 4
"info"Frame 5
"bonus"Frame 223
"gainpassword"Frame 322
"lvl2"Frame 512
"bonus2"Frame 730
"gainpassword2"Frame 829
"lvl3"Frame 1019
"bonus3"Frame 1237
"gainpassword3"Frame 1336
"lvl4"Frame 1524
"gainpassword4"Frame 1681
"lvl5"Frame 1869
"ufo"Frame 1961
"Start"Frame 1962
"hurt"Frame 2336
"cutscene"Frame 2448
"gameover"Frame 3973
"hurt"Symbol 314 MovieClip Frame 4

Dynamic Text Variables

percentbytesSymbol 8 EditableText"100"
passWordSymbol 33 EditableText""
coinzSymbol 77 EditableText"0"
healthSymbol 79 EditableText"100"
pointsSymbol 83 EditableText"0"
coinzSymbol 96 EditableText"0"
pointsSymbol 98 EditableText"0"
pointsSymbol 103 EditableText"0"
coinzSymbol 104 EditableText"0"
coinzSymbol 108 EditableText"0"
healthSymbol 109 EditableText"100"
pointsSymbol 110 EditableText"0"
coinzSymbol 117 EditableText"0"
healthSymbol 118 EditableText"100"
pointsSymbol 119 EditableText"0"
coinzSymbol 121 EditableText"0"
healthSymbol 122 EditableText"100"
pointsSymbol 123 EditableText"0"
coinzSymbol 129 EditableText"0"
pointsSymbol 130 EditableText"0"
coinzSymbol 140 EditableText"0"
healthSymbol 141 EditableText"100"
pointsSymbol 142 EditableText"0"
coinzSymbol 175 EditableText"0"
healthSymbol 176 EditableText"100"
pointsSymbol 177 EditableText"0"
coinzSymbol 183 EditableText"0"
pointsSymbol 184 EditableText"0"
pointsSymbol 186 EditableText"0"
coinzSymbol 187 EditableText"0"
coinzSymbol 194 EditableText"0"
healthSymbol 195 EditableText"100"
pointsSymbol 196 EditableText"0"
pointsSymbol 260 EditableText"0"
coinzSymbol 269 EditableText"0"
healthSymbol 270 EditableText"100"
pointsSymbol 271 EditableText"0"
coinzSymbol 277 EditableText"0"
healthSymbol 278 EditableText"100"
pointsSymbol 279 EditableText"0"
healthSymbol 315 EditableText"100"
enemyhealthSymbol 317 EditableText"100"
healthSymbol 320 EditableText"100"
enemyhealthSymbol 321 EditableText"100"




http://swfchan.com/5/24415/info.shtml
Created: 25/5 -2019 01:40:33 Last modified: 25/5 -2019 01:40:33 Server time: 13/05 -2024 09:14:36