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

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

Mario-Jungle-Adventure.swf

This is the info page for
Flash #119972

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


Text
1 0

5 0

a g a i n ?

a g a i n ?

m o r e   g a m e s

m o r e   g a m e s

a g a i n ?

a g a i n ?

m o r e   g a m e s

m o r e   g a m e s

000

%

45

g o !

g o !

s p a c e   b a r

l e f t                               r i g h t
j u m p

c o l l e c t   i t e m s             c o n t r o l s
h e a l t h

e n e m i e s   t o   j u m p   o n   h e a d

h e a d   j u m p i n g

p l a y

p l a y

i n s t r u c t i o n s

i n s t r u c t i o n s

s c o r e

s t a g e   1

s t a g e   2

s t a g e   3

s t a g e   4

ActionScript [AS1/AS2]

Frame 2
function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; var pv; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(undefined); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version)); u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = (((6 < fv) ? (mc.getNextHighestDepth()) : (g[mb + "level"])) ? (g[mb + "level"] + 1) : (lv)); g[mb + "level"] = lv; if (fv != 5) { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadmovie(u); } else { res = "_level" + lv; if (!eval (res)) { getURL (u, lv); } } return(res); } fscommand ("showmenu", false); stop(); time = 3; __com_mochibot__("cde9ae56", this, 10301, true);
Instance of Symbol 254 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.time == 30) { _root.speedz = 9; _root.intervaln = 30; } if (_root.time == 10) { _root.intervalz = 10; } if (_root.time == 0) { _root.gotoandstop(3); } }
Frame 3
mainsong = new Sound(_root.zx); mainsong.attachSound("song"); mainsong.setVolume(70); mainsong.start(0, 99999); stop();
Frame 4
mainsong.setVolume(100); _root.mainsong.stop(); stop();
Frame 5
stop(); var lives = 3; var coins = 0; mainsong.setVolume(100); _root.mainsong.stop(); MovieClip.prototype.initbird = function () { var t = this; t.xs = r.bgspeed - 6; t.range = 2; t.yspeed = 0.12; t.starty = t._y; t.ys = t.range; t.onEnterFrame = function () { t._y = t._y + t.ys; if (t.starty >= t._y) { t.ys = Math.min(t.ys + t.yspeed, t.range); } else { t.ys = Math.max(t.ys - t.yspeed, t.range * -1); } t._x = t._x + t.xs; if (t._x < -40) { t.removemovieclip(); } t.cekhitp(); }; t.stop(); };
Instance of Symbol 406 MovieClip in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 3; } if (Key.isDown(37)) { this._x = this._x + 3; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 425 MovieClip in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 432 MovieClip in Frame 5
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((xMin < _root.circle.xMax) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if (yMin < (_root.circle.yMax - (_root.circle.jump * 2))) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } if (Math.round(yMin) < Math.round(_root.circle.yMax)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (xmax < _root.circle.xmin)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (ymax < _root.circle.ymin)) && (-1 < _root.circle.jump)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == eval("undefined"))) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (ymin < _root.circle.ymax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } if (((((ymin < (_root.circle.ymax - _root.circle.jump)) && (_root.circle.xMin < xMax)) && (xMin < _root.circle.xMax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 440 MovieClip "PLATFORMS" in Frame 5
onClipEvent (enterFrame) { if (_root.deathTrap.hitTest(_x, _y, true)) { gotoAndStop(deathFrame); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 444 MovieClip "flo" in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 460 MovieClip "turtle" in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 482 MovieClip in Frame 5
onClipEvent (enterFrame) { if (!this.hitTest(_root.circle)) { if (0 >= _root.lives) { _root.gotoandplay("gameover"); } } else { _root.lives = _root.lives - 100; trace("you died !"); _root.gotoandplay("level13"); } }
Instance of Symbol 484 MovieClip "turtle2" in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 505 MovieClip "flo3" in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 349 MovieClip "lvl6cashblock" in Frame 5
onClipEvent (load) { activated = false; down = false; } onClipEvent (enterFrame) { _root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin); xmin = getBounds(_root).xMin; xmax = getBounds(_root).xMax; ymin = getBounds(_root).yMin; ymax = getBounds(_root).yMax; if (((xMin < _root.circle.xMax) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if (yMin < (_root.circle.yMax - (_root.circle.jump * 2))) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } if (Math.round(yMin) < Math.round(_root.circle.yMax)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (xmax < _root.circle.xmin)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (ymax < _root.circle.ymin)) && (-1 < _root.circle.jump)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == eval("undefined"))) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (ymin < _root.circle.ymax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } if (((((ymin < (_root.circle.ymax - _root.circle.jump)) && (_root.circle.xMin < xMax)) && (xMin < _root.circle.xMax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 40 MovieClip [bird3] in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 52 MovieClip [bird1] in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 355 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop(2); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 521 MovieClip "circle" in Frame 5
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 3; } onClipEvent (enterFrame) { if (air == true) { _y = _y + gravity; state = 3; } if (Key.isDown(37) && (!_root.leftbound.hitTest(_x, _y, true))) { _x = _x - walkSpeed; _xscale = scale * -1; } if (Key.isDown(39) && (!_root.rightbound.hitTest(_x, _y, true))) { _x = _x + walkSpeed; _xscale = scale; } if (!_root.platforms.hitTest(_x, _y, true)) { air = true; } else { air = false; } if (Key.isDown(32) && (jump == true)) { _y = _y - jumpSpeed; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((maxjump < jumpcount) && (-2 < jumpSpeed)) { jumpSpeed = jumpSpeed - 2; } if ((((((((air == false) && (!Key.isDown(37))) && (!Key.isDown(65))) && (_currentframe < 4)) || (air == false)) && (!Key.isDown(39))) && (!Key.isDown(65))) && (_currentframe < 4)) { state = 1; } if (((((((Key.isDown(37) && (air == false)) && (!Key.isDown(65))) && (_currentframe < 4)) || (Key.isDown(39))) && (air == false)) && (!Key.isDown(65))) && (_currentframe < 4)) { state = 2; } if (!Key.isDown(65)) { gotoAndStop(state); } _root.statetxt = state; } onClipEvent (keyUp) { if (Key.getCode() == 83) { jump = false; } } onClipEvent (enterFrame) { _root.masterX = this._x; _root.masterY = this._y; _root.difx = this._x - _root.move._x; _root.targetx = this._x; _root.dify = this._y - _root.move._y; _root.targety = this._y; _root.done = false; }
Instance of Symbol 562 MovieClip "bar" in Frame 5
onClipEvent (enterFrame) { _root.bar.lives.text = "= " + _root.lives; _root.bar.coins.text = "= " + _root.coins; _root.bar.level.text = "level " + _root.lvl; if (_root.coins < 250) { if (0 >= _root.lives) { _root.gotoandstop("gameover"); } } else { _root.gate1.gotoandstop(2); } }
Instance of Symbol 571 MovieClip "gate1" in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Frame 6
stop(); MovieClip.prototype.initbird = function () { var t = this; t.xs = r.bgspeed - 6; t.range = 2; t.yspeed = 0.12; t.starty = t._y; t.ys = t.range; t.onEnterFrame = function () { t._y = t._y + t.ys; if (t.starty >= t._y) { t.ys = Math.min(t.ys + t.yspeed, t.range); } else { t.ys = Math.max(t.ys - t.yspeed, t.range * -1); } t._x = t._x + t.xs; if (t._x < -40) { t.removemovieclip(); } t.cekhitp(); }; t.stop(); };
Instance of Symbol 406 MovieClip in Frame 6
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 3; } if (Key.isDown(37)) { this._x = this._x + 3; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 582 MovieClip in Frame 6
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 (((xMin < _root.circle.xMax) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if (yMin < (_root.circle.yMax - (_root.circle.jump * 2))) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } if (Math.round(yMin) < Math.round(_root.circle.yMax)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (xmax < _root.circle.xmin)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (ymax < _root.circle.ymin)) && (-1 < _root.circle.jump)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == eval("undefined"))) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (ymin < _root.circle.ymax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } if (((((ymin < (_root.circle.ymax - _root.circle.jump)) && (_root.circle.xMin < xMax)) && (xMin < _root.circle.xMax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 583 MovieClip in Frame 6
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 505 MovieClip "flo3" in Frame 6
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 444 MovieClip "flo" in Frame 6
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 355 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop(2); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 355 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop(2); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 460 MovieClip "turtle" in Frame 6
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 349 MovieClip "lvl6cashblock" in Frame 6
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 (((xMin < _root.circle.xMax) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if (yMin < (_root.circle.yMax - (_root.circle.jump * 2))) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } if (Math.round(yMin) < Math.round(_root.circle.yMax)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (xmax < _root.circle.xmin)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (ymax < _root.circle.ymin)) && (-1 < _root.circle.jump)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == eval("undefined"))) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (ymin < _root.circle.ymax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } if (((((ymin < (_root.circle.ymax - _root.circle.jump)) && (_root.circle.xMin < xMax)) && (xMin < _root.circle.xMax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 585 MovieClip "beet1" in Frame 6
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 64 MovieClip [bird2] in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 52 MovieClip [bird1] in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 597 MovieClip "PLATFORMS" in Frame 6
onClipEvent (enterFrame) { if (_root.deathTrap.hitTest(_x, _y, true)) { gotoAndStop(deathFrame); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 521 MovieClip "circle" in Frame 6
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 3; } onClipEvent (enterFrame) { if (air == true) { _y = _y + gravity; state = 3; } if (Key.isDown(37) && (!_root.leftbound.hitTest(_x, _y, true))) { _x = _x - walkSpeed; _xscale = scale * -1; } if (Key.isDown(39) && (!_root.rightbound.hitTest(_x, _y, true))) { _x = _x + walkSpeed; _xscale = scale; } if (!_root.platforms.hitTest(_x, _y, true)) { air = true; } else { air = false; } if (Key.isDown(32) && (jump == true)) { _y = _y - jumpSpeed; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((maxjump < jumpcount) && (-2 < jumpSpeed)) { jumpSpeed = jumpSpeed - 2; } if ((((((((air == false) && (!Key.isDown(37))) && (!Key.isDown(65))) && (_currentframe < 4)) || (air == false)) && (!Key.isDown(39))) && (!Key.isDown(65))) && (_currentframe < 4)) { state = 1; } if (((((((Key.isDown(37) && (air == false)) && (!Key.isDown(65))) && (_currentframe < 4)) || (Key.isDown(39))) && (air == false)) && (!Key.isDown(65))) && (_currentframe < 4)) { state = 2; } if (!Key.isDown(65)) { gotoAndStop(state); } _root.statetxt = state; } onClipEvent (keyUp) { if (Key.getCode() == 83) { jump = false; } } onClipEvent (enterFrame) { _root.masterX = this._x; _root.masterY = this._y; _root.difx = this._x - _root.move._x; _root.targetx = this._x; _root.dify = this._y - _root.move._y; _root.targety = this._y; _root.done = false; }
Instance of Symbol 602 MovieClip "bar" in Frame 6
onClipEvent (enterFrame) { _root.bar.lives.text = "= " + _root.lives; _root.bar.coins.text = "= " + _root.coins; _root.bar.level.text = "level " + _root.lvl; if (_root.coins < 500) { if (0 >= _root.lives) { _root.gotoandstop("gameover"); } } else { _root.gate2.gotoandstop(2); } }
Instance of Symbol 482 MovieClip in Frame 6
onClipEvent (enterFrame) { if (!this.hitTest(_root.circle)) { if (0 >= _root.lives) { _root.gotoandplay("gameover"); } } else { _root.lives = _root.lives - 100; trace("you died !"); _root.gotoandplay("level13"); } }
Instance of Symbol 604 MovieClip "gate2" in Frame 6
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Frame 7
stop(); MovieClip.prototype.initbird = function () { var t = this; t.xs = r.bgspeed - 6; t.range = 2; t.yspeed = 0.12; t.starty = t._y; t.ys = t.range; t.onEnterFrame = function () { t._y = t._y + t.ys; if (t.starty >= t._y) { t.ys = Math.min(t.ys + t.yspeed, t.range); } else { t.ys = Math.max(t.ys - t.yspeed, t.range * -1); } t._x = t._x + t.xs; if (t._x < -40) { t.removemovieclip(); } t.cekhitp(); }; t.stop(); };
Instance of Symbol 406 MovieClip in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 3; } if (Key.isDown(37)) { this._x = this._x + 3; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 607 MovieClip in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 432 MovieClip in Frame 7
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 (((xMin < _root.circle.xMax) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if (yMin < (_root.circle.yMax - (_root.circle.jump * 2))) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } if (Math.round(yMin) < Math.round(_root.circle.yMax)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (xmax < _root.circle.xmin)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (ymax < _root.circle.ymin)) && (-1 < _root.circle.jump)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == eval("undefined"))) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (ymin < _root.circle.ymax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } if (((((ymin < (_root.circle.ymax - _root.circle.jump)) && (_root.circle.xMin < xMax)) && (xMin < _root.circle.xMax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 505 MovieClip "flo3" in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 444 MovieClip "flo" in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 355 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop(2); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 355 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop(2); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 484 MovieClip "turtle2" in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 585 MovieClip "beet1" in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 349 MovieClip "lvl6cashblock" in Frame 7
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 (((xMin < _root.circle.xMax) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if (yMin < (_root.circle.yMax - (_root.circle.jump * 2))) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } if (Math.round(yMin) < Math.round(_root.circle.yMax)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (xmax < _root.circle.xmin)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (ymax < _root.circle.ymin)) && (-1 < _root.circle.jump)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == eval("undefined"))) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (ymin < _root.circle.ymax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } if (((((ymin < (_root.circle.ymax - _root.circle.jump)) && (_root.circle.xMin < xMax)) && (xMin < _root.circle.xMax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 615 MovieClip in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 621 MovieClip "spider1" in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 615 MovieClip in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 624 MovieClip "spider2" in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 625 MovieClip "PLATFORMS" in Frame 7
onClipEvent (enterFrame) { if (_root.deathTrap.hitTest(_x, _y, true)) { gotoAndStop(deathFrame); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 521 MovieClip "circle" in Frame 7
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 3; } onClipEvent (enterFrame) { if (air == true) { _y = _y + gravity; state = 3; } if (Key.isDown(37) && (!_root.leftbound.hitTest(_x, _y, true))) { _x = _x - walkSpeed; _xscale = scale * -1; } if (Key.isDown(39) && (!_root.rightbound.hitTest(_x, _y, true))) { _x = _x + walkSpeed; _xscale = scale; } if (!_root.platforms.hitTest(_x, _y, true)) { air = true; } else { air = false; } if (Key.isDown(32) && (jump == true)) { _y = _y - jumpSpeed; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((maxjump < jumpcount) && (-2 < jumpSpeed)) { jumpSpeed = jumpSpeed - 2; } if ((((((((air == false) && (!Key.isDown(37))) && (!Key.isDown(65))) && (_currentframe < 4)) || (air == false)) && (!Key.isDown(39))) && (!Key.isDown(65))) && (_currentframe < 4)) { state = 1; } if (((((((Key.isDown(37) && (air == false)) && (!Key.isDown(65))) && (_currentframe < 4)) || (Key.isDown(39))) && (air == false)) && (!Key.isDown(65))) && (_currentframe < 4)) { state = 2; } if (!Key.isDown(65)) { gotoAndStop(state); } _root.statetxt = state; } onClipEvent (keyUp) { if (Key.getCode() == 83) { jump = false; } } onClipEvent (enterFrame) { _root.masterX = this._x; _root.masterY = this._y; _root.difx = this._x - _root.move._x; _root.targetx = this._x; _root.dify = this._y - _root.move._y; _root.targety = this._y; _root.done = false; }
Instance of Symbol 52 MovieClip [bird1] in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 40 MovieClip [bird3] in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 630 MovieClip "bar" in Frame 7
onClipEvent (enterFrame) { _root.bar.lives.text = "= " + _root.lives; _root.bar.coins.text = "= " + _root.coins; _root.bar.level.text = "level " + _root.lvl; if (_root.coins < 750) { if (0 >= _root.lives) { _root.gotoandstop("gameover"); } } else { _root.gate3.gotoandstop(2); } }
Instance of Symbol 632 MovieClip "gate3" in Frame 7
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 482 MovieClip in Frame 7
onClipEvent (enterFrame) { if (!this.hitTest(_root.circle)) { if (0 >= _root.lives) { _root.gotoandplay("gameover"); } } else { _root.lives = _root.lives - 100; trace("you died !"); _root.gotoandplay("level13"); } }
Frame 8
stop(); MovieClip.prototype.initbird = function () { var t = this; t.xs = r.bgspeed - 6; t.range = 2; t.yspeed = 0.12; t.starty = t._y; t.ys = t.range; t.onEnterFrame = function () { t._y = t._y + t.ys; if (t.starty >= t._y) { t.ys = Math.min(t.ys + t.yspeed, t.range); } else { t.ys = Math.max(t.ys - t.yspeed, t.range * -1); } t._x = t._x + t.xs; if (t._x < -40) { t.removemovieclip(); } t.cekhitp(); }; t.stop(); };
Instance of Symbol 406 MovieClip in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 3; } if (Key.isDown(37)) { this._x = this._x + 3; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 633 MovieClip in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 636 MovieClip in Frame 8
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 (((xMin < _root.circle.xMax) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if (yMin < (_root.circle.yMax - (_root.circle.jump * 2))) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } if (Math.round(yMin) < Math.round(_root.circle.yMax)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (xmax < _root.circle.xmin)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (ymax < _root.circle.ymin)) && (-1 < _root.circle.jump)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == eval("undefined"))) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (ymin < _root.circle.ymax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } if (((((ymin < (_root.circle.ymax - _root.circle.jump)) && (_root.circle.xMin < xMax)) && (xMin < _root.circle.xMax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 637 MovieClip "PLATFORMS" in Frame 8
onClipEvent (enterFrame) { if (_root.deathTrap.hitTest(_x, _y, true)) { gotoAndStop(deathFrame); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 444 MovieClip "flo" in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 505 MovieClip "flo3" in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 642 MovieClip "jumper" in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 585 MovieClip "beet1" in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 484 MovieClip "turtle2" in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 615 MovieClip in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 621 MovieClip "spider1" in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 355 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop(2); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 349 MovieClip "lvl6cashblock" in Frame 8
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 (((xMin < _root.circle.xMax) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) { if (yMin < (_root.circle.yMax - (_root.circle.jump * 2))) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } if (Math.round(yMin) < Math.round(_root.circle.yMax)) { if (hitTest(_root.circle) && (_root.circle.xmax < xmin)) { _root.circle._x = _root.circle._x - _root.circle.speed; } if (hitTest(_root.circle) && (xmax < _root.circle.xmin)) { _root.circle._x = _root.circle._x + _root.circle.speed; } if ((hitTest(_root.circle) && (ymax < _root.circle.ymin)) && (-1 < _root.circle.jump)) { _root.circle.jump = -1 * _root.circle.jump; } } if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == eval("undefined"))) { _root.circle.jump = 0; activated = false; } if (((hitTest(_root.circle) && (ymin < _root.circle.ymax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } if (((((ymin < (_root.circle.ymax - _root.circle.jump)) && (_root.circle.xMin < xMax)) && (xMin < _root.circle.xMax)) && (_root.circle.jump != eval("undefined"))) && (_root.circle._y < _y)) { _root.circle._y = ymin - (_root.circle._height / 2); _root.circle.jump = eval("undefined"); _root.circle.fall = false; activated = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 521 MovieClip "circle" in Frame 8
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 3; } onClipEvent (enterFrame) { if (air == true) { _y = _y + gravity; state = 3; } if (Key.isDown(37) && (!_root.leftbound.hitTest(_x, _y, true))) { _x = _x - walkSpeed; _xscale = scale * -1; } if (Key.isDown(39) && (!_root.rightbound.hitTest(_x, _y, true))) { _x = _x + walkSpeed; _xscale = scale; } if (!_root.platforms.hitTest(_x, _y, true)) { air = true; } else { air = false; } if (Key.isDown(32) && (jump == true)) { _y = _y - jumpSpeed; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((maxjump < jumpcount) && (-2 < jumpSpeed)) { jumpSpeed = jumpSpeed - 2; } if ((((((((air == false) && (!Key.isDown(37))) && (!Key.isDown(65))) && (_currentframe < 4)) || (air == false)) && (!Key.isDown(39))) && (!Key.isDown(65))) && (_currentframe < 4)) { state = 1; } if (((((((Key.isDown(37) && (air == false)) && (!Key.isDown(65))) && (_currentframe < 4)) || (Key.isDown(39))) && (air == false)) && (!Key.isDown(65))) && (_currentframe < 4)) { state = 2; } if (!Key.isDown(65)) { gotoAndStop(state); } _root.statetxt = state; } onClipEvent (keyUp) { if (Key.getCode() == 83) { jump = false; } } onClipEvent (enterFrame) { _root.masterX = this._x; _root.masterY = this._y; _root.difx = this._x - _root.move._x; _root.targetx = this._x; _root.dify = this._y - _root.move._y; _root.targety = this._y; _root.done = false; }
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoandstop("got"); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Instance of Symbol 40 MovieClip [bird3] in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 650 MovieClip "bar" in Frame 8
onClipEvent (enterFrame) { _root.bar.lives.text = "= " + _root.lives; _root.bar.coins.text = "= " + _root.coins; _root.bar.level.text = "level " + _root.lvl; if (_root.coins < 1000) { if (0 >= _root.lives) { _root.gotoandstop("gameover"); } } else { _root.gate4.gotoandstop(2); } }
Instance of Symbol 482 MovieClip in Frame 8
onClipEvent (enterFrame) { if (!this.hitTest(_root.circle)) { if (0 >= _root.lives) { _root.gotoandplay("gameover"); } } else { _root.lives = _root.lives - 100; trace("you died !"); _root.gotoandplay("level13"); } }
Instance of Symbol 652 MovieClip "gate4" in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 5; } if (Key.isDown(37)) { this._x = this._x + 5; } if (Key.isDown(38)) { } if (Key.isDown(40)) { } }
Symbol 24 MovieClip Frame 1
function playsound(sound) { eval (sound).setVolume(75 + (_parent._y / 25)); eval (sound).setPan(_parent._x / 4.5); eval (sound).start(0, 1); } function stopsound(sound) { this.stop(eval (sound)); } beat1 = new Sound(this); beat1.attachSound("Sbeat1"); electro = new Sound(this); electro.attachSound("Selectro"); music2 = new Sound(this); music2.attachSound("Smusic2"); music3 = new Sound(this); music3.attachSound("Smusic3"); cow1 = new Sound(this); cow1.attachSound("Scow1"); cow2 = new Sound(this); cow2.attachSound("Scow2"); pig1 = new Sound(this); pig1.attachSound("Spig1"); pig2 = new Sound(this); pig2.attachSound("Spig2"); pig3 = new Sound(this); pig3.attachSound("Spig3"); sheep1 = new Sound(this); sheep1.attachSound("Ssheep1"); sheep2 = new Sound(this); sheep2.attachSound("Ssheep2"); hen1 = new Sound(this); hen1.attachSound("Shen1"); hen2 = new Sound(this); hen2.attachSound("Shen2"); hen3 = new Sound(this); hen3.attachSound("Shen3"); ch1 = new Sound(this); ch1.attachSound("Sch1"); ch2 = new Sound(this); ch2.attachSound("Sch2"); elexp1 = new Sound(this); elexp1.attachSound("Selexp1"); elexp2 = new Sound(this); elexp2.attachSound("Selexp2"); exp1 = new Sound(this); exp1.attachSound("Sexp1"); exp2 = new Sound(this); exp2.attachSound("Sexp2"); exp3 = new Sound(this); exp3.attachSound("Sexp3"); exp4 = new Sound(this); exp4.attachSound("Sexp4"); exp5 = new Sound(this); exp5.attachSound("Sexp5"); flak = new Sound(this); flak.attachSound("Sflak"); gatling1 = new Sound(this); gatling1.attachSound("Sgatling1"); gatlingmotor1 = new Sound(this); gatlingmotor1.attachSound("Sgatlingmotor1"); gatling2 = new Sound(this); gatling2.attachSound("Sgatling2"); gatlingmotor2 = new Sound(this); gatlingmotor2.attachSound("Sgatlingmotor2"); gatling3 = new Sound(this); gatling3.attachSound("Sgatling3"); gatlingmotor3 = new Sound(this); gatlingmotor3.attachSound("Sgatlingmotor3"); gatling4 = new Sound(this); gatling4.attachSound("Sgatling4"); gatlingmotor4 = new Sound(this); gatlingmotor4.attachSound("Sgatlingmotor4"); gun1 = new Sound(this); gun1.attachSound("Sgun1"); gun2 = new Sound(this); gun2.attachSound("Sgun2"); gun3 = new Sound(this); gun3.attachSound("Sgun3"); gun5 = new Sound(this); gun5.attachSound("Sgun5"); hyper = new Sound(this); hyper.attachSound("Shyper"); jet1 = new Sound(this); jet1.attachSound("Sjet1"); airforce1 = new Sound(this); airforce1.attachSound("Sairforce1"); missile1 = new Sound(this); missile1.attachSound("Smissile1"); missile2 = new Sound(this); missile2.attachSound("Smissile2"); missile3 = new Sound(this); missile3.attachSound("Smissile3"); missile4 = new Sound(this); missile4.attachSound("Smissile4"); spark1 = new Sound(this); spark1.attachSound("Sspark1"); spark2 = new Sound(this); spark2.attachSound("Sspark2"); spark3 = new Sound(this); spark3.attachSound("Sspark3"); ship = new Sound(this); ship.attachSound("Sship");
Instance of Symbol 23 MovieClip in Symbol 19 MovieClip [Sshockballspawn] Frame 1
onClipEvent (enterFrame) { if (_root.pause != 1) { _parent.flymissileF(); } }
Symbol 19 MovieClip [Sshockballspawn] Frame 16
removeMovieClip(this);
Symbol 19 MovieClip [Sshockballspawn] Frame 17
stop();
Instance of Symbol 23 MovieClip in Symbol 38 MovieClip [Sshockballspawn] Frame 1
onClipEvent (enterFrame) { if (_root.pause != 1) { _parent.flymissileF(); } }
Symbol 38 MovieClip [Sshockballspawn] Frame 16
removeMovieClip(this);
Symbol 38 MovieClip [Sshockballspawn] Frame 17
stop();
Symbol 40 MovieClip [bird3] Frame 1
initbird();
Symbol 52 MovieClip [bird1] Frame 1
initbird();
Symbol 64 MovieClip [bird2] Frame 1
initbird();
Symbol 81 MovieClip Frame 1
function playsound(sound) { eval (sound).setVolume(75 + (_parent._y / 25)); eval (sound).setPan(_parent._x / 4.5); eval (sound).start(0, 1); } function stopsound(sound) { this.stop(eval (sound)); } beat1 = new Sound(this); beat1.attachSound("Sbeat1"); electro = new Sound(this); electro.attachSound("Selectro"); music2 = new Sound(this); music2.attachSound("Smusic2"); music3 = new Sound(this); music3.attachSound("Smusic3"); cow1 = new Sound(this); cow1.attachSound("Scow1"); cow2 = new Sound(this); cow2.attachSound("Scow2"); pig1 = new Sound(this); pig1.attachSound("Spig1"); pig2 = new Sound(this); pig2.attachSound("Spig2"); pig3 = new Sound(this); pig3.attachSound("Spig3"); sheep1 = new Sound(this); sheep1.attachSound("Ssheep1"); sheep2 = new Sound(this); sheep2.attachSound("Ssheep2"); hen1 = new Sound(this); hen1.attachSound("Shen1"); hen2 = new Sound(this); hen2.attachSound("Shen2"); hen3 = new Sound(this); hen3.attachSound("Shen3"); ch1 = new Sound(this); ch1.attachSound("Sch1"); ch2 = new Sound(this); ch2.attachSound("Sch2"); elexp1 = new Sound(this); elexp1.attachSound("Selexp1"); elexp2 = new Sound(this); elexp2.attachSound("Selexp2"); exp1 = new Sound(this); exp1.attachSound("Sexp1"); exp2 = new Sound(this); exp2.attachSound("Sexp2"); exp3 = new Sound(this); exp3.attachSound("Sexp3"); exp4 = new Sound(this); exp4.attachSound("Sexp4"); exp5 = new Sound(this); exp5.attachSound("Sexp5"); flak = new Sound(this); flak.attachSound("Sflak"); gatling1 = new Sound(this); gatling1.attachSound("Sgatling1"); gatlingmotor1 = new Sound(this); gatlingmotor1.attachSound("Sgatlingmotor1"); gatling2 = new Sound(this); gatling2.attachSound("Sgatling2"); gatlingmotor2 = new Sound(this); gatlingmotor2.attachSound("Sgatlingmotor2"); gatling3 = new Sound(this); gatling3.attachSound("Sgatling3"); gatlingmotor3 = new Sound(this); gatlingmotor3.attachSound("Sgatlingmotor3"); gatling4 = new Sound(this); gatling4.attachSound("Sgatling4"); gatlingmotor4 = new Sound(this); gatlingmotor4.attachSound("Sgatlingmotor4"); gun1 = new Sound(this); gun1.attachSound("Sgun1"); gun2 = new Sound(this); gun2.attachSound("Sgun2"); gun3 = new Sound(this); gun3.attachSound("Sgun3"); gun5 = new Sound(this); gun5.attachSound("Sgun5"); hyper = new Sound(this); hyper.attachSound("Shyper"); jet1 = new Sound(this); jet1.attachSound("Sjet1"); airforce1 = new Sound(this); airforce1.attachSound("Sairforce1"); missile1 = new Sound(this); missile1.attachSound("Smissile1"); missile2 = new Sound(this); missile2.attachSound("Smissile2"); missile3 = new Sound(this); missile3.attachSound("Smissile3"); missile4 = new Sound(this); missile4.attachSound("Smissile4"); spark1 = new Sound(this); spark1.attachSound("Sspark1"); spark2 = new Sound(this); spark2.attachSound("Sspark2"); spark3 = new Sound(this); spark3.attachSound("Sspark3"); ship = new Sound(this); ship.attachSound("Sship");
Instance of Symbol 80 MovieClip in Symbol 76 MovieClip [Sshockballspawn] Frame 1
onClipEvent (enterFrame) { if (_root.pause != 1) { _parent.flymissileF(); } }
Symbol 76 MovieClip [Sshockballspawn] Frame 16
removeMovieClip(this);
Symbol 76 MovieClip [Sshockballspawn] Frame 17
stop();
Symbol 108 Button
on (release) { _root.gotoandplay(4); }
Symbol 115 Button
on (press) { getURL ("http://www.onlinezgames.com", "_blank"); }
Symbol 90 MovieClip [mc_fx_glow02] Frame 8
stop();
Symbol 120 MovieClip [bird2] Frame 1
initbird();
Symbol 125 MovieClip [mc_fx_glow02] Frame 51
stop();
Symbol 161 MovieClip Frame 1
_visible = false;
Symbol 160 MovieClip Frame 3
stop();
Instance of Symbol 161 MovieClip in Symbol 160 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Symbol 163 MovieClip Frame 7
stop();
Symbol 166 MovieClip Frame 5
stop();
Symbol 144 MovieClip [Spider] Frame 1
Symbol 144 MovieClip [Spider] Frame 27
gotoAndPlay (1);
Symbol 144 MovieClip [Spider] Frame 32
stop();
Symbol 167 MovieClip [Spider] Frame 1
Symbol 167 MovieClip [Spider] Frame 39
gotoAndPlay (1);
Symbol 167 MovieClip [Spider] Frame 44
stop();
Symbol 168 MovieClip [mc_fx_glow02] Frame 51
stop();
Symbol 178 MovieClip [mc_fx_glow02] Frame 51
stop();
Symbol 186 MovieClip [mc_fx_glow02] Frame 51
stop();
Symbol 204 Button
on (release) { _root.gotoandplay(4); }
Symbol 210 Button
on (press) { getURL ("http://www.onlinezgames.com", "_blank"); }
Symbol 195 MovieClip [mc_fx_glow02] Frame 8
stop();
Symbol 244 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 1
_root.stop(); movieSize = _root.getBytesTotal();
Symbol 243 MovieClip Frame 2
movieLoaded = _root.getBytesLoaded(); percent = Math.round((movieLoaded / movieSize) * 100); loadbar.gotoAndStop(percent);
Symbol 243 MovieClip Frame 3
if (movieLoaded < movieSize) { gotoAndPlay(_currentframe - 1); }
Symbol 243 MovieClip Frame 4
_root.play();
Symbol 251 Button
on (press) { getURL ("http://www.onlinezgames.com", "_blank"); }
Symbol 253 Button
on (press) { getURL ("http://www.onlinezgames.com", "_blank"); }
Symbol 254 MovieClip Frame 24
_root.time--;
Symbol 257 Button
on (press) { getURL ("http://www.onlinezgames.com", "_blank"); }
Symbol 258 Button
on (press) { getURL ("http://www.onlinezgames.com", "_blank"); }
Symbol 273 Button
on (release) { gotoAndPlay (4); }
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 2
stop(); _root.coins = _root.coins + 10; _root.totalCoins++;
Symbol 349 MovieClip Frame 1
stop();
Instance of Symbol 350 MovieClip in Symbol 349 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 352 MovieClip in Symbol 349 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.circle.hitTest(this)) { _root.lvl6cashblock.gotoAndPlay(2); } }
Symbol 349 MovieClip Frame 2
_root.coins = _root.coins + 50; stop();
Symbol 355 MovieClip Frame 1
stop();
Instance of Symbol 356 MovieClip in Symbol 355 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { this.gotoAndPlay(2); } }
Symbol 355 MovieClip Frame 2
stop(); _root.lives = _root.lives + 1;
Symbol 382 Button
on (release) { gotoAndPlay (4); }
Symbol 390 Button
on (release) { gotoAndPlay (5); }
Symbol 395 Button
on (release) { gotoAndPlay (3); }
Symbol 400 Button
on (press) { getURL ("http://www.onlinezgames.com", "_blank"); }
Symbol 401 Button
on (release) { gotoAndPlay (5); }
Symbol 402 Button
on (release) { gotoAndPlay (3); }
Symbol 403 Button
on (press) { getURL ("http://www.onlinezgames.com", "_blank"); }
Symbol 408 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 2
swing(a, 1.5, 0.7); stop();
Symbol 411 MovieClip Frame 1
stop();
Symbol 411 MovieClip Frame 2
swing(a, 1.5, 0.7); var i = 1; while (i <= 6) { swing(a["l" + i], 3, 1.2 + (0.3 * i)); i++; } var i = 0; while (i < 10) { ska = 70 + (random(10) * 3); this.attachMovie("leaf", "leaf" + i, i, {_rotation:-90 + random(180), _xscale:ska, _yscale:ska}); i++; } stop();
Symbol 440 MovieClip Frame 1
_visible = false;
Symbol 444 MovieClip Frame 1
gotoAndPlay(random(64) + 1);
Instance of Symbol 453 MovieClip in Symbol 444 MovieClip Frame 61
onClipEvent (load) { this._visible = false; delay = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (delay == 0)) { _root.lives = _root.lives - 100; _root.flo.gotoandstop(68); _root.circle._visible = false; stop(); _root.grunt1.start(); Set("_root:meter", _root:meter - 25); delay = 1; } if (delay >= 10) { delay = 0; } else { delay++; } }
Symbol 444 MovieClip Frame 85
gotoAndPlay (2);
Symbol 477 MovieClip Frame 1
_visible = false;
Symbol 479 MovieClip Frame 1
_visible = false;
Instance of Symbol 477 MovieClip in Symbol 462 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 479 MovieClip in Symbol 462 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.turtle.gotoandstop(65); _root.circle._y = _root.circle._y - 50; } }
Symbol 460 MovieClip Frame 1
_xscale = _xscale * -1;
Symbol 460 MovieClip Frame 64
gotoAndPlay (1);
Symbol 460 MovieClip Frame 65
stop(); _root.coins = _root.coins + 20;
Symbol 501 MovieClip Frame 1
_visible = false;
Symbol 503 MovieClip Frame 1
_visible = false;
Instance of Symbol 501 MovieClip in Symbol 486 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 503 MovieClip in Symbol 486 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.turtle2.gotoandstop(65); _root.circle._y = _root.circle._y - 50; } }
Symbol 484 MovieClip Frame 64
gotoAndPlay (1);
Symbol 484 MovieClip Frame 65
stop(); _root.coins = _root.coins + 20;
Symbol 505 MovieClip Frame 1
gotoAndPlay(random(64) + 1);
Instance of Symbol 514 MovieClip in Symbol 505 MovieClip Frame 61
onClipEvent (load) { this._visible = false; delay = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.circle) && (delay == 0)) { _root.lives = _root.lives - 100; _root.flo3.gotoandstop(68); _root.circle._visible = false; stop(); _root.grunt1.start(); Set("_root:meter", _root:meter - 25); delay = 1; } if (delay >= 10) { delay = 0; } else { delay++; } }
Symbol 505 MovieClip Frame 85
gotoAndPlay (2);
Symbol 555 MovieClip Frame 5
stop();
Symbol 568 MovieClip Frame 1
_visible = false;
Instance of Symbol 568 MovieClip "hpbar" in Symbol 562 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = _root.lives; if (0 >= _root.lives) { _root.lives = 0; _root.circle._visible = false; _root.over._visible = true; _root.over.gotoandstop(2); _root.gotoandstop("gameover"); } }
Symbol 572 MovieClip Frame 1
_visible = false;
Symbol 575 MovieClip Frame 1
_visible = false;
Symbol 571 MovieClip Frame 1
stop();
Symbol 571 MovieClip Frame 2
stop();
Instance of Symbol 575 MovieClip in Symbol 571 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.circle.hitTest(this)) { _root.gotoandplay(6); } }
Symbol 577 MovieClip Frame 1
this._visible = false; stop();
Symbol 577 MovieClip Frame 2
stop();
Symbol 592 MovieClip Frame 1
_visible = false;
Symbol 594 MovieClip Frame 1
_visible = false;
Instance of Symbol 592 MovieClip in Symbol 591 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 594 MovieClip in Symbol 591 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.beet1.gotoandstop(65); _root.circle._y = _root.circle._y - 50; } }
Symbol 585 MovieClip Frame 64
gotoAndPlay (1);
Symbol 585 MovieClip Frame 65
stop(); _root.coins = _root.coins + 20;
Symbol 597 MovieClip Frame 1
_visible = false;
Instance of Symbol 120 MovieClip [bird2] in Symbol 597 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.lives = _root.lives - 1; _root.circle._y = _root.circle._y + 50; } }
Instance of Symbol 568 MovieClip "hpbar" in Symbol 602 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = _root.lives; if (0 >= _root.lives) { _root.lives = 0; _root.circle._visible = false; _root.over._visible = true; _root.over.gotoandstop(2); _root.gotoandstop("gameover"); } }
Symbol 604 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 2
stop();
Instance of Symbol 575 MovieClip in Symbol 604 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.circle.hitTest(this)) { _root.gotoandplay(7); } }
Symbol 622 MovieClip Frame 1
_visible = false;
Symbol 621 MovieClip Frame 1
stop();
Instance of Symbol 622 MovieClip in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.spider1.gotoandstop(2); _root.circle._y = _root.circle._y - 50; } }
Symbol 621 MovieClip Frame 2
stop(); _root.coins = _root.coins + 20;
Symbol 624 MovieClip Frame 1
stop();
Instance of Symbol 622 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.spider2.gotoandstop(2); _root.circle._y = _root.circle._y - 50; } }
Symbol 624 MovieClip Frame 2
stop(); _root.coins = _root.coins + 20;
Symbol 625 MovieClip Frame 1
_visible = false;
Instance of Symbol 568 MovieClip "hpbar" in Symbol 630 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = _root.lives; if (0 >= _root.lives) { _root.lives = 0; _root.circle._visible = false; _root.over._visible = true; _root.over.gotoandstop(2); _root.gotoandstop("gameover"); } }
Symbol 632 MovieClip Frame 1
stop();
Symbol 632 MovieClip Frame 2
stop();
Instance of Symbol 575 MovieClip in Symbol 632 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.circle.hitTest(this)) { _root.gotoandplay(8); } }
Symbol 637 MovieClip Frame 1
_visible = false;
Symbol 642 MovieClip Frame 1
stop();
Instance of Symbol 645 MovieClip in Symbol 642 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.circle._y = (_root.circle._y - jumpSpeed) - 200; _root.jumper.gotoandplay(2); } }
Instance of Symbol 568 MovieClip "hpbar" in Symbol 650 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = _root.lives; if (0 >= _root.lives) { _root.lives = 0; _root.circle._visible = false; _root.over._visible = true; _root.over.gotoandstop(2); _root.gotoandstop("gameover"); } }
Symbol 652 MovieClip Frame 1
stop();
Symbol 652 MovieClip Frame 2
stop();
Instance of Symbol 575 MovieClip in Symbol 652 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.circle.hitTest(this)) { _root.gate4._visible = false; _root.circle._visible = false; _root.over.gotoandstop(1); _root.win.gotoandstop(2); } }
Symbol 653 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 2
stop();

Library Items

Symbol 4 MovieClipUsed by:3
Symbol 3 MovieClipUses:4Used by:2
Symbol 6 GraphicUsed by:5
Symbol 5 MovieClipUses:6Used by:2
Symbol 8 GraphicUsed by:7
Symbol 7 MovieClipUses:8Used by:2
Symbol 10 GraphicUsed by:9
Symbol 9 MovieClipUses:10Used by:2
Symbol 12 GraphicUsed by:11
Symbol 11 MovieClipUses:12Used by:2
Symbol 14 GraphicUsed by:13
Symbol 13 MovieClipUses:14Used by:2
Symbol 16 GraphicUsed by:15
Symbol 15 MovieClipUses:16Used by:2
Symbol 18 GraphicUsed by:17
Symbol 17 MovieClipUses:18Used by:2
Symbol 2 MovieClipUses:3 5 7 9 11 13 15 17Used by:1
Symbol 1 MovieClip [banana]Uses:2Used by:347
Symbol 22 GraphicUsed by:21
Symbol 21 MovieClipUses:22Used by:20 27
Symbol 20 MovieClipUses:21Used by:19 38
Symbol 23 MovieClipUsed by:19 38
Symbol 24 MovieClipUsed by:19 38
Symbol 26 FontUsed by:25 39
Symbol 25 TextUses:26Used by:19
Symbol 27 MovieClipUses:21Used by:19 38
Symbol 28 GraphicUsed by:19 38
Symbol 30 GraphicUsed by:29
Symbol 29 MovieClipUses:30Used by:19 38
Symbol 31 GraphicUsed by:19 38
Symbol 32 GraphicUsed by:19 38
Symbol 33 GraphicUsed by:19 38
Symbol 34 GraphicUsed by:19 38
Symbol 19 MovieClip [Sshockballspawn]Uses:20 23 24 25 27 28 29 31 32 33 34Used by:347
Symbol 36 GraphicUsed by:35
Symbol 37 GraphicUsed by:35
Symbol 35 MovieClip [marioIcon]Uses:36 37Used by:562 602 630 650
Symbol 39 TextUses:26Used by:38
Symbol 38 MovieClip [Sshockballspawn]Uses:20 23 24 39 27 28 29 31 32 33 34Used by:349
Symbol 43 GraphicUsed by:42
Symbol 42 MovieClipUses:43Used by:41
Symbol 46 GraphicUsed by:45
Symbol 45 MovieClipUses:46Used by:44
Symbol 47 GraphicUsed by:44
Symbol 48 GraphicUsed by:44
Symbol 49 GraphicUsed by:44
Symbol 50 GraphicUsed by:44
Symbol 51 GraphicUsed by:44
Symbol 44 MovieClipUses:45 47 48 49 50 51Used by:41
Symbol 41 MovieClipUses:42 44Used by:40
Symbol 40 MovieClip [bird3]Uses:41Used by:Timeline
Symbol 55 GraphicUsed by:54
Symbol 54 MovieClipUses:55Used by:53
Symbol 58 GraphicUsed by:57
Symbol 57 MovieClipUses:58Used by:56
Symbol 59 GraphicUsed by:56
Symbol 60 GraphicUsed by:56
Symbol 61 GraphicUsed by:56
Symbol 62 GraphicUsed by:56
Symbol 63 GraphicUsed by:56
Symbol 56 MovieClipUses:57 59 60 61 62 63Used by:53
Symbol 53 MovieClipUses:54 56Used by:52
Symbol 52 MovieClip [bird1]Uses:53Used by:Timeline
Symbol 67 GraphicUsed by:66
Symbol 66 MovieClipUses:67Used by:65
Symbol 70 GraphicUsed by:69
Symbol 69 MovieClipUses:70Used by:68
Symbol 71 GraphicUsed by:68
Symbol 72 GraphicUsed by:68
Symbol 73 GraphicUsed by:68
Symbol 74 GraphicUsed by:68
Symbol 75 GraphicUsed by:68
Symbol 68 MovieClipUses:69 71 72 73 74 75Used by:65
Symbol 65 MovieClipUses:66 68Used by:64
Symbol 64 MovieClip [bird2]Uses:65Used by:Timeline
Symbol 79 GraphicUsed by:78
Symbol 78 MovieClipUses:79Used by:77 82
Symbol 77 MovieClipUses:78Used by:76
Symbol 80 MovieClipUsed by:76
Symbol 81 MovieClipUsed by:76
Symbol 82 MovieClipUses:78Used by:76
Symbol 83 GraphicUsed by:76
Symbol 85 GraphicUsed by:84
Symbol 84 MovieClipUses:85Used by:76
Symbol 86 GraphicUsed by:76
Symbol 87 GraphicUsed by:76
Symbol 88 GraphicUsed by:76
Symbol 89 GraphicUsed by:76
Symbol 76 MovieClip [Sshockballspawn]Uses:77 80 81 82 83 84 86 87 88 89Used by:355
Symbol 91 GraphicUsed by:90
Symbol 92 GraphicUsed by:90
Symbol 93 GraphicUsed by:90
Symbol 94 GraphicUsed by:90
Symbol 95 GraphicUsed by:90
Symbol 96 GraphicUsed by:90
Symbol 97 GraphicUsed by:90
Symbol 98 GraphicUsed by:90
Symbol 100 GraphicUsed by:99
Symbol 101 GraphicUsed by:99
Symbol 102 GraphicUsed by:99
Symbol 103 GraphicUsed by:99
Symbol 104 GraphicUsed by:99
Symbol 105 GraphicUsed by:99
Symbol 106 GraphicUsed by:99
Symbol 107 GraphicUsed by:99
Symbol 99 MovieClipUses:100 101 102 103 104 105 106 107Used by:90
Symbol 110 GraphicUsed by:109 113 108 116 118 115 274 276 273 382 391 393 390 396 398 395 400 401 402 403
Symbol 112 FontUsed by:111 114 117 119 207 209 212 214 275 277 283 359 360 361 392 394 397 399 565 570 603 631 651
Symbol 111 TextUses:112Used by:109
Symbol 109 MovieClipUses:110 111Used by:108
Symbol 114 TextUses:112Used by:113 108
Symbol 113 MovieClipUses:110 114Used by:108
Symbol 108 ButtonUses:109 113 110 114Used by:90
Symbol 117 TextUses:112Used by:116
Symbol 116 MovieClipUses:110 117Used by:115 400 403
Symbol 119 TextUses:112Used by:118 115 400 403
Symbol 118 MovieClipUses:110 119Used by:115 400 403
Symbol 115 ButtonUses:116 118 110 119Used by:90
Symbol 90 MovieClip [mc_fx_glow02]Uses:91 92 93 94 95 96 97 98 99 108 115Used by:577
Symbol 120 MovieClip [bird2]Used by:597
Symbol 122 GraphicUsed by:121
Symbol 123 GraphicUsed by:121
Symbol 124 GraphicUsed by:121
Symbol 121 MovieClip [mc_fx_glow02]Uses:122 123 124Used by:571 604 632 652
Symbol 126 GraphicUsed by:125 168 178 186
Symbol 127 GraphicUsed by:125 168 178 186
Symbol 128 GraphicUsed by:125 168 178 186
Symbol 129 SoundUsed by:125 168 178 186
Symbol 130 GraphicUsed by:125 168 178 186
Symbol 131 GraphicUsed by:125 168 178 186
Symbol 132 GraphicUsed by:125 168 178 186
Symbol 133 GraphicUsed by:125 168 178 186
Symbol 134 GraphicUsed by:125 168 178 186
Symbol 135 GraphicUsed by:125 168 178 186
Symbol 136 GraphicUsed by:125 168 186
Symbol 138 GraphicUsed by:137
Symbol 139 GraphicUsed by:137
Symbol 140 GraphicUsed by:137
Symbol 141 GraphicUsed by:137
Symbol 142 GraphicUsed by:137
Symbol 143 GraphicUsed by:137
Symbol 137 MovieClipUses:138 139 140 141 142 143Used by:125
Symbol 125 MovieClip [mc_fx_glow02]Uses:126 127 128 129 130 131 132 133 134 135 136 137Used by:Timeline
Symbol 146 GraphicUsed by:145
Symbol 145 MovieClipUses:146Used by:160 165 164 163 166 144 167
Symbol 148 GraphicUsed by:147
Symbol 147 MovieClipUses:148Used by:160 164 163 166 144 167
Symbol 150 GraphicUsed by:149
Symbol 149 MovieClipUses:150Used by:160 165 164 163 166 144 167
Symbol 152 GraphicUsed by:151
Symbol 151 MovieClipUses:152Used by:160 165 164 163 166 144 167
Symbol 154 GraphicUsed by:153
Symbol 153 MovieClipUses:154Used by:160 165 164 163 166 144 167
Symbol 156 GraphicUsed by:155
Symbol 158 GraphicUsed by:157
Symbol 157 MovieClipUses:158Used by:155
Symbol 159 GraphicUsed by:155
Symbol 155 MovieClipUses:156 157 159Used by:160 164 163 166 144 167
Symbol 162 GraphicUsed by:161
Symbol 161 MovieClipUses:162Used by:160
Symbol 160 MovieClipUses:145 147 149 151 153 155 161Used by:144 167
Symbol 165 MovieClipUses:151 149 145 153Used by:164 163 166
Symbol 164 MovieClipUses:145 147 149 151 165 155 153Used by:163 166
Symbol 163 MovieClipUses:164 145 147 149 151 153 155 165Used by:144 167 621 624
Symbol 166 MovieClipUses:145 147 149 151 165 155 153 164Used by:144 167
Symbol 144 MovieClip [Spider]Uses:145 147 149 151 153 155 160 163 166Used by:621
Symbol 167 MovieClip [Spider]Uses:145 147 149 151 153 155 160 163 166Used by:624
Symbol 169 GraphicUsed by:168 186
Symbol 171 GraphicUsed by:170
Symbol 172 GraphicUsed by:170
Symbol 173 GraphicUsed by:170
Symbol 174 GraphicUsed by:170
Symbol 175 GraphicUsed by:170
Symbol 176 GraphicUsed by:170
Symbol 170 MovieClipUses:171 172 173 174 175 176Used by:168
Symbol 168 MovieClip [mc_fx_glow02]Uses:126 127 128 129 130 131 132 133 134 135 136 169 170Used by:Timeline
Symbol 177 Sound [song]
Symbol 180 GraphicUsed by:179
Symbol 181 GraphicUsed by:179
Symbol 182 GraphicUsed by:179
Symbol 183 GraphicUsed by:179
Symbol 184 GraphicUsed by:179
Symbol 185 GraphicUsed by:179
Symbol 179 MovieClipUses:180 181 182 183 184 185Used by:178
Symbol 178 MovieClip [mc_fx_glow02]Uses:126 127 128 129 130 131 132 133 134 135 179Used by:Timeline
Symbol 187 GraphicUsed by:186
Symbol 189 GraphicUsed by:188
Symbol 190 GraphicUsed by:188
Symbol 191 GraphicUsed by:188
Symbol 192 GraphicUsed by:188
Symbol 193 GraphicUsed by:188
Symbol 194 GraphicUsed by:188
Symbol 188 MovieClipUses:189 190 191 192 193 194Used by:186
Symbol 186 MovieClip [mc_fx_glow02]Uses:126 127 128 129 130 131 132 133 134 135 136 169 187 188Used by:Timeline
Symbol 196 GraphicUsed by:195
Symbol 197 GraphicUsed by:195
Symbol 198 GraphicUsed by:195
Symbol 199 GraphicUsed by:195
Symbol 200 GraphicUsed by:195
Symbol 201 GraphicUsed by:195
Symbol 202 GraphicUsed by:195
Symbol 203 GraphicUsed by:195
Symbol 206 GraphicUsed by:205 208 204 211 213 210
Symbol 207 TextUses:112Used by:205
Symbol 205 MovieClipUses:206 207Used by:204
Symbol 209 TextUses:112Used by:208 204
Symbol 208 MovieClipUses:206 209Used by:204
Symbol 204 ButtonUses:205 208 206 209Used by:195
Symbol 212 TextUses:112Used by:211
Symbol 211 MovieClipUses:206 212Used by:210
Symbol 214 TextUses:112Used by:213 210
Symbol 213 MovieClipUses:206 214Used by:210
Symbol 210 ButtonUses:211 213 206 214Used by:195
Symbol 215 GraphicUsed by:195
Symbol 217 GraphicUsed by:216
Symbol 218 GraphicUsed by:216
Symbol 219 GraphicUsed by:216
Symbol 220 GraphicUsed by:216
Symbol 221 GraphicUsed by:216
Symbol 222 GraphicUsed by:216
Symbol 223 GraphicUsed by:216
Symbol 216 MovieClipUses:217 218 219 220 221 222 223Used by:195
Symbol 225 GraphicUsed by:224
Symbol 226 GraphicUsed by:224
Symbol 227 GraphicUsed by:224
Symbol 228 GraphicUsed by:224
Symbol 229 GraphicUsed by:224
Symbol 230 GraphicUsed by:224
Symbol 231 GraphicUsed by:224
Symbol 232 GraphicUsed by:224
Symbol 233 GraphicUsed by:224
Symbol 234 GraphicUsed by:224
Symbol 235 GraphicUsed by:224
Symbol 236 GraphicUsed by:224
Symbol 237 GraphicUsed by:224
Symbol 238 GraphicUsed by:224
Symbol 239 GraphicUsed by:224
Symbol 224 MovieClipUses:225 226 227 228 229 230 231 232 233 234 235 236 237 238 239Used by:195
Symbol 195 MovieClip [mc_fx_glow02]Uses:196 197 198 199 200 201 202 203 204 210 215 216 224Used by:653
Symbol 240 GraphicUsed by:Timeline
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:Timeline
Symbol 245 GraphicUsed by:244
Symbol 246 GraphicUsed by:244
Symbol 244 MovieClipUses:245 246Used by:243
Symbol 247 FontUsed by:248
Symbol 248 EditableTextUses:247Used by:243
Symbol 250 FontUsed by:249
Symbol 249 TextUses:250Used by:243
Symbol 243 MovieClipUses:244 248 249Used by:Timeline
Symbol 252 GraphicUsed by:251 253 257 258
Symbol 251 ButtonUses:252Used by:Timeline
Symbol 253 ButtonUses:252
Symbol 255 FontUsed by:256
Symbol 256 EditableTextUses:255Used by:254
Symbol 254 MovieClipUses:256Used by:Timeline
Symbol 257 ButtonUses:252Used by:Timeline
Symbol 258 ButtonUses:252
Symbol 259 BitmapUsed by:260
Symbol 260 GraphicUses:259Used by:Timeline
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:Timeline
Symbol 264 GraphicUsed by:263
Symbol 266 BitmapUsed by:267
Symbol 267 GraphicUses:266Used by:265
Symbol 269 GraphicUsed by:268
Symbol 271 GraphicUsed by:270
Symbol 270 MovieClipUses:271Used by:268
Symbol 268 MovieClipUses:269 270Used by:265
Symbol 265 MovieClipUses:267 268Used by:263
Symbol 263 MovieClipUses:264 265Used by:Timeline
Symbol 272 GraphicUsed by:Timeline
Symbol 275 TextUses:112Used by:274
Symbol 274 MovieClipUses:110 275Used by:273 382
Symbol 277 TextUses:112Used by:276 273 382
Symbol 276 MovieClipUses:110 277Used by:273 382
Symbol 273 ButtonUses:274 276 110 277Used by:Timeline
Symbol 279 GraphicUsed by:278
Symbol 280 GraphicUsed by:278
Symbol 282 FontUsed by:281
Symbol 281 TextUses:282Used by:278
Symbol 283 TextUses:112Used by:278
Symbol 278 MovieClipUses:279 280 281 283Used by:Timeline
Symbol 286 BitmapUsed by:287
Symbol 287 GraphicUses:286Used by:285
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:288
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:288
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:288
Symbol 295 BitmapUsed by:296
Symbol 296 GraphicUses:295Used by:288
Symbol 297 BitmapUsed by:298
Symbol 298 GraphicUses:297Used by:288
Symbol 299 BitmapUsed by:300
Symbol 300 GraphicUses:299Used by:288
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:288
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:288
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:288
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:288
Symbol 309 BitmapUsed by:310
Symbol 310 GraphicUses:309Used by:288
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:288
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:288
Symbol 315 BitmapUsed by:316
Symbol 316 GraphicUses:315Used by:288
Symbol 288 MovieClipUses:290 292 294 296 298 300 302 304 306 308 310 312 314 316Used by:285
Symbol 317 BitmapUsed by:318
Symbol 318 GraphicUses:317Used by:285
Symbol 285 MovieClipUses:287 288 318Used by:284
Symbol 321 GraphicUsed by:320
Symbol 322 GraphicUsed by:320
Symbol 320 MovieClipUses:321 322Used by:319
Symbol 324 GraphicUsed by:323
Symbol 325 GraphicUsed by:323
Symbol 323 MovieClipUses:324 325Used by:319
Symbol 327 GraphicUsed by:326
Symbol 326 MovieClipUses:327Used by:319
Symbol 330 GraphicUsed by:329
Symbol 329 MovieClipUses:330Used by:328
Symbol 328 MovieClipUses:329Used by:319
Symbol 333 GraphicUsed by:332
Symbol 332 MovieClipUses:333Used by:331
Symbol 331 MovieClipUses:332Used by:319
Symbol 319 MovieClipUses:320 323 326 328 331Used by:284
Symbol 284 MovieClipUses:285 319Used by:Timeline
Symbol 336 GraphicUsed by:335
Symbol 335 MovieClipUses:336Used by:334
Symbol 338 GraphicUsed by:337
Symbol 337 MovieClipUses:338Used by:334
Symbol 340 GraphicUsed by:339
Symbol 339 MovieClipUses:340Used by:334
Symbol 343 GraphicUsed by:342
Symbol 342 MovieClipUses:343Used by:341
Symbol 341 MovieClipUses:342Used by:334
Symbol 346 GraphicUsed by:345
Symbol 345 MovieClipUses:346Used by:344
Symbol 344 MovieClipUses:345Used by:334
Symbol 334 MovieClipUses:335 337 339 341 344Used by:Timeline
Symbol 348 SoundUsed by:347
Symbol 347 MovieClipUses:1 348 19Used by:Timeline
Symbol 351 GraphicUsed by:350
Symbol 350 MovieClipUses:351Used by:349
Symbol 353 GraphicUsed by:352
Symbol 352 MovieClipUses:353Used by:349
Symbol 354 SoundUsed by:349
Symbol 349 MovieClipUses:350 352 354 38Used by:Timeline
Symbol 357 GraphicUsed by:356
Symbol 356 MovieClipUses:357Used by:355
Symbol 358 SoundUsed by:355
Symbol 355 MovieClipUses:356 358 76Used by:Timeline
Symbol 359 TextUses:112Used by:Timeline
Symbol 360 TextUses:112Used by:Timeline
Symbol 361 TextUses:112Used by:Timeline
Symbol 364 GraphicUsed by:363
Symbol 363 MovieClipUses:364Used by:362
Symbol 365 GraphicUsed by:362
Symbol 362 MovieClipUses:363 365Used by:Timeline
Symbol 368 GraphicUsed by:367
Symbol 367 MovieClipUses:368Used by:366
Symbol 370 GraphicUsed by:369
Symbol 369 MovieClipUses:370Used by:366
Symbol 372 GraphicUsed by:371
Symbol 371 MovieClipUses:372Used by:366
Symbol 374 GraphicUsed by:373
Symbol 373 MovieClipUses:374Used by:366
Symbol 376 GraphicUsed by:375
Symbol 375 MovieClipUses:376Used by:366
Symbol 378 GraphicUsed by:377
Symbol 380 GraphicUsed by:379
Symbol 379 MovieClipUses:380Used by:377
Symbol 381 GraphicUsed by:377
Symbol 377 MovieClipUses:378 379 381Used by:366
Symbol 366 MovieClipUses:367 369 371 373 375 377Used by:Timeline
Symbol 382 ButtonUses:274 276 110 277
Symbol 383 MovieClipUsed by:Timeline
Symbol 384 BitmapUsed by:385
Symbol 385 GraphicUses:384Used by:Timeline
Symbol 386 MovieClipUsed by:Timeline
Symbol 387 BitmapUsed by:388 389
Symbol 388 GraphicUses:387Used by:Timeline
Symbol 389 GraphicUses:387Used by:Timeline
Symbol 392 TextUses:112Used by:391
Symbol 391 MovieClipUses:110 392Used by:390 401
Symbol 394 TextUses:112Used by:393 390 401
Symbol 393 MovieClipUses:110 394Used by:390 401
Symbol 390 ButtonUses:391 393 110 394Used by:Timeline
Symbol 397 TextUses:112Used by:396
Symbol 396 MovieClipUses:110 397Used by:395 402
Symbol 399 TextUses:112Used by:398 395 402
Symbol 398 MovieClipUses:110 399Used by:395 402
Symbol 395 ButtonUses:396 398 110 399Used by:Timeline
Symbol 400 ButtonUses:116 118 110 119Used by:Timeline
Symbol 401 ButtonUses:391 393 110 394
Symbol 402 ButtonUses:396 398 110 399
Symbol 403 ButtonUses:116 118 110 119
Symbol 404 BitmapUsed by:405
Symbol 405 GraphicUses:404Used by:Timeline
Symbol 408 MovieClipUsed by:407
Symbol 410 GraphicUsed by:409
Symbol 409 MovieClipUses:410Used by:407
Symbol 414 GraphicUsed by:413
Symbol 413 MovieClipUses:414Used by:412
Symbol 416 GraphicUsed by:415
Symbol 415 MovieClipUses:416Used by:412
Symbol 418 GraphicUsed by:417
Symbol 417 MovieClipUses:418Used by:412
Symbol 420 GraphicUsed by:419
Symbol 419 MovieClipUses:420Used by:412
Symbol 422 GraphicUsed by:421
Symbol 421 MovieClipUses:422Used by:412
Symbol 424 GraphicUsed by:423
Symbol 423 MovieClipUses:424Used by:412
Symbol 412 MovieClipUses:413 415 417 419 421 423Used by:411
Symbol 411 MovieClipUses:412Used by:407
Symbol 407 MovieClipUses:408 409 411Used by:406
Symbol 406 MovieClipUses:407Used by:Timeline
Symbol 426 GraphicUsed by:431 425 584 583
Symbol 427 GraphicUsed by:431 425 584 583
Symbol 428 GraphicUsed by:425 583 607
Symbol 429 GraphicUsed by:431 425 584 583
Symbol 430 GraphicUsed by:431 425 584 583
Symbol 431 MovieClipUses:427 429 426 430Used by:425
Symbol 425 MovieClipUses:426 427 428 429 430 431Used by:Timeline
Symbol 434 GraphicUsed by:433
Symbol 436 GraphicUsed by:435
Symbol 435 MovieClipUses:436Used by:433
Symbol 433 MovieClipUses:434 435Used by:432 582 636
Symbol 438 BitmapUsed by:439
Symbol 439 GraphicUses:438Used by:437
Symbol 437 MovieClipUses:439Used by:432 582 636
Symbol 432 MovieClipUses:433 437Used by:Timeline
Symbol 441 GraphicUsed by:440
Symbol 442 GraphicUsed by:440
Symbol 443 GraphicUsed by:440
Symbol 440 MovieClipUses:441 442 443Used by:Timeline
Symbol 445 GraphicUsed by:444
Symbol 446 GraphicUsed by:444
Symbol 447 GraphicUsed by:444
Symbol 448 GraphicUsed by:444
Symbol 449 GraphicUsed by:444
Symbol 450 GraphicUsed by:444
Symbol 451 GraphicUsed by:444
Symbol 452 GraphicUsed by:444
Symbol 454 GraphicUsed by:453
Symbol 453 MovieClipUses:454Used by:444
Symbol 455 GraphicUsed by:444
Symbol 456 GraphicUsed by:444
Symbol 457 GraphicUsed by:444
Symbol 458 GraphicUsed by:444
Symbol 459 GraphicUsed by:444
Symbol 444 MovieClipUses:445 446 447 448 449 450 451 452 453 455 456 457 458 459Used by:Timeline
Symbol 464 GraphicUsed by:463
Symbol 465 GraphicUsed by:463
Symbol 463 MovieClipUses:464 465Used by:462
Symbol 467 GraphicUsed by:466
Symbol 468 GraphicUsed by:466
Symbol 466 MovieClipUses:467 468Used by:462
Symbol 470 GraphicUsed by:469
Symbol 469 MovieClipUses:470Used by:462
Symbol 473 GraphicUsed by:472
Symbol 472 MovieClipUses:473Used by:471
Symbol 471 MovieClipUses:472Used by:462 460
Symbol 476 GraphicUsed by:475
Symbol 475 MovieClipUses:476Used by:474
Symbol 474 MovieClipUses:475Used by:462
Symbol 478 GraphicUsed by:477
Symbol 477 MovieClipUses:478Used by:462
Symbol 480 GraphicUsed by:479
Symbol 479 MovieClipUses:480Used by:462
Symbol 462 MovieClipUses:463 466 469 471 474 477 479Used by:461
Symbol 461 MovieClipUses:462Used by:460
Symbol 481 SoundUsed by:460 484 621 624
Symbol 460 MovieClipUses:461 481 471Used by:Timeline
Symbol 483 GraphicUsed by:482
Symbol 482 MovieClipUses:483Used by:Timeline
Symbol 488 GraphicUsed by:487
Symbol 489 GraphicUsed by:487
Symbol 487 MovieClipUses:488 489Used by:486
Symbol 491 GraphicUsed by:490
Symbol 492 GraphicUsed by:490
Symbol 490 MovieClipUses:491 492Used by:486
Symbol 494 GraphicUsed by:493
Symbol 493 MovieClipUses:494Used by:486
Symbol 497 GraphicUsed by:496
Symbol 496 MovieClipUses:497Used by:495
Symbol 495 MovieClipUses:496Used by:486 484
Symbol 500 GraphicUsed by:499
Symbol 499 MovieClipUses:500Used by:498
Symbol 498 MovieClipUses:499Used by:486
Symbol 502 GraphicUsed by:501
Symbol 501 MovieClipUses:502Used by:486
Symbol 504 GraphicUsed by:503
Symbol 503 MovieClipUses:504Used by:486
Symbol 486 MovieClipUses:487 490 493 495 498 501 503Used by:485
Symbol 485 MovieClipUses:486Used by:484
Symbol 484 MovieClipUses:485 481 495Used by:Timeline
Symbol 506 GraphicUsed by:505
Symbol 507 GraphicUsed by:505
Symbol 508 GraphicUsed by:505
Symbol 509 GraphicUsed by:505
Symbol 510 GraphicUsed by:505
Symbol 511 GraphicUsed by:505
Symbol 512 GraphicUsed by:505
Symbol 513 GraphicUsed by:505
Symbol 515 GraphicUsed by:514
Symbol 514 MovieClipUses:515Used by:505
Symbol 516 GraphicUsed by:505
Symbol 517 GraphicUsed by:505
Symbol 518 GraphicUsed by:505
Symbol 519 GraphicUsed by:505
Symbol 520 GraphicUsed by:505
Symbol 505 MovieClipUses:506 507 508 509 510 511 512 513 514 516 517 518 519 520Used by:Timeline
Symbol 522 BitmapUsed by:523
Symbol 523 GraphicUses:522Used by:521
Symbol 525 BitmapUsed by:526
Symbol 526 GraphicUses:525Used by:524
Symbol 527 BitmapUsed by:528
Symbol 528 GraphicUses:527Used by:524
Symbol 529 BitmapUsed by:530
Symbol 530 GraphicUses:529Used by:524
Symbol 531 BitmapUsed by:532
Symbol 532 GraphicUses:531Used by:524
Symbol 533 BitmapUsed by:534
Symbol 534 GraphicUses:533Used by:524
Symbol 535 BitmapUsed by:536
Symbol 536 GraphicUses:535Used by:524
Symbol 537 BitmapUsed by:538
Symbol 538 GraphicUses:537Used by:524
Symbol 539 BitmapUsed by:540
Symbol 540 GraphicUses:539Used by:524
Symbol 541 BitmapUsed by:542
Symbol 542 GraphicUses:541Used by:524
Symbol 543 BitmapUsed by:544
Symbol 544 GraphicUses:543Used by:524
Symbol 545 BitmapUsed by:546
Symbol 546 GraphicUses:545Used by:524
Symbol 547 BitmapUsed by:548
Symbol 548 GraphicUses:547Used by:524
Symbol 549 BitmapUsed by:550
Symbol 550 GraphicUses:549Used by:524
Symbol 551 BitmapUsed by:552
Symbol 552 GraphicUses:551Used by:524
Symbol 524 MovieClipUses:526 528 530 532 534 536 538 540 542 544 546 548 550 552Used by:521
Symbol 553 BitmapUsed by:554
Symbol 554 GraphicUses:553Used by:521
Symbol 556 BitmapUsed by:557
Symbol 557 GraphicUses:556Used by:555
Symbol 558 BitmapUsed by:559
Symbol 559 GraphicUses:558Used by:555
Symbol 560 BitmapUsed by:561
Symbol 561 GraphicUses:560Used by:555
Symbol 555 MovieClipUses:557 559 561Used by:521
Symbol 521 MovieClipUses:523 524 554 555Used by:Timeline
Symbol 563 FontUsed by:564
Symbol 564 EditableTextUses:563Used by:562 602 630 650
Symbol 565 TextUses:112Used by:562 602 630 650
Symbol 566 FontUsed by:567
Symbol 567 EditableTextUses:566Used by:562 602 630 650
Symbol 569 GraphicUsed by:568
Symbol 568 MovieClipUses:569Used by:562 602 630 650
Symbol 570 TextUses:112Used by:562
Symbol 562 MovieClipUses:564 565 35 567 568 570Used by:Timeline
Symbol 573 GraphicUsed by:572
Symbol 572 MovieClipUses:573Used by:571 604 632 652
Symbol 574 SoundUsed by:571 604 632 652
Symbol 576 GraphicUsed by:575
Symbol 575 MovieClipUses:576Used by:571 604 632 652
Symbol 571 MovieClipUses:572 574 121 575Used by:Timeline
Symbol 578 GraphicUsed by:577
Symbol 579 SoundUsed by:577
Symbol 577 MovieClipUses:578 579 90Used by:Timeline
Symbol 580 BitmapUsed by:581
Symbol 581 GraphicUses:580Used by:Timeline
Symbol 582 MovieClipUses:433 437Used by:Timeline
Symbol 584 MovieClipUses:427 426 430 429Used by:583
Symbol 583 MovieClipUses:426 427 428 429 430 584Used by:Timeline
Symbol 589 GraphicUsed by:588
Symbol 588 MovieClipUses:589Used by:587
Symbol 590 GraphicUsed by:587 585
Symbol 587 MovieClipUses:588 590Used by:586
Symbol 593 GraphicUsed by:592
Symbol 592 MovieClipUses:593Used by:591
Symbol 595 GraphicUsed by:594
Symbol 594 MovieClipUses:595Used by:591
Symbol 591 MovieClipUses:592 594Used by:586
Symbol 586 MovieClipUses:587 591Used by:585
Symbol 596 SoundUsed by:585
Symbol 585 MovieClipUses:586 596 590Used by:Timeline
Symbol 598 GraphicUsed by:597
Symbol 599 GraphicUsed by:597
Symbol 600 GraphicUsed by:597
Symbol 601 GraphicUsed by:597
Symbol 597 MovieClipUses:120 598 599 600 601Used by:Timeline
Symbol 603 TextUses:112Used by:602
Symbol 602 MovieClipUses:564 565 35 567 568 603Used by:Timeline
Symbol 604 MovieClipUses:572 574 121 575Used by:Timeline
Symbol 605 BitmapUsed by:606
Symbol 606 GraphicUses:605Used by:Timeline
Symbol 608 GraphicUsed by:609 614 607 635
Symbol 610 GraphicUsed by:609 607 634
Symbol 611 GraphicUsed by:609 614 607 635
Symbol 612 GraphicUsed by:609 614 607 635
Symbol 609 MovieClipUses:610 611 612 608Used by:607 635 633
Symbol 613 GraphicUsed by:607 634
Symbol 614 MovieClipUses:612 608 611Used by:607
Symbol 607 MovieClipUses:608 609 612 611 613 610 614 428Used by:Timeline
Symbol 616 BitmapUsed by:617 618 619 620
Symbol 617 GraphicUses:616Used by:615
Symbol 618 GraphicUses:616Used by:615
Symbol 619 GraphicUses:616Used by:615
Symbol 620 GraphicUses:616Used by:615
Symbol 615 MovieClipUses:617 618 619 620Used by:Timeline
Symbol 623 GraphicUsed by:622
Symbol 622 MovieClipUses:623Used by:621 624
Symbol 621 MovieClipUses:144 622 481 163Used by:Timeline
Symbol 624 MovieClipUses:167 622 481 163Used by:Timeline
Symbol 626 GraphicUsed by:625
Symbol 627 GraphicUsed by:625
Symbol 628 GraphicUsed by:625
Symbol 629 GraphicUsed by:625
Symbol 625 MovieClipUses:626 627 628 629Used by:Timeline
Symbol 631 TextUses:112Used by:630
Symbol 630 MovieClipUses:564 565 35 567 568 631Used by:Timeline
Symbol 632 MovieClipUses:572 574 121 575Used by:Timeline
Symbol 634 MovieClipUses:613 610Used by:633
Symbol 635 MovieClipUses:608 609 612 611Used by:633
Symbol 633 MovieClipUses:609 634 635Used by:Timeline
Symbol 636 MovieClipUses:433 437Used by:Timeline
Symbol 638 GraphicUsed by:637
Symbol 639 GraphicUsed by:637
Symbol 640 GraphicUsed by:637
Symbol 641 GraphicUsed by:637
Symbol 637 MovieClipUses:638 639 640 641Used by:Timeline
Symbol 643 BitmapUsed by:644
Symbol 644 GraphicUses:643Used by:645 642
Symbol 645 MovieClipUses:644Used by:642
Symbol 647 BitmapUsed by:648 649
Symbol 648 GraphicUses:647Used by:646
Symbol 649 GraphicUses:647Used by:646
Symbol 646 MovieClipUses:648 649Used by:642
Symbol 642 MovieClipUses:644 645 646Used by:Timeline
Symbol 651 TextUses:112Used by:650
Symbol 650 MovieClipUses:564 565 35 567 568 651Used by:Timeline
Symbol 652 MovieClipUses:572 574 121 575Used by:Timeline
Symbol 654 SoundUsed by:653
Symbol 653 MovieClipUses:654 195Used by:Timeline

Instance Names

"PLATFORMS"Frame 5Symbol 440 MovieClip
"flo"Frame 5Symbol 444 MovieClip
"turtle"Frame 5Symbol 460 MovieClip
"turtle2"Frame 5Symbol 484 MovieClip
"flo3"Frame 5Symbol 505 MovieClip
"lvl6cashblock"Frame 5Symbol 349 MovieClip
"circle"Frame 5Symbol 521 MovieClip
"bar"Frame 5Symbol 562 MovieClip
"gate1"Frame 5Symbol 571 MovieClip
"over"Frame 5Symbol 577 MovieClip
"flo3"Frame 6Symbol 505 MovieClip
"flo"Frame 6Symbol 444 MovieClip
"turtle"Frame 6Symbol 460 MovieClip
"lvl6cashblock"Frame 6Symbol 349 MovieClip
"beet1"Frame 6Symbol 585 MovieClip
"PLATFORMS"Frame 6Symbol 597 MovieClip
"circle"Frame 6Symbol 521 MovieClip
"bar"Frame 6Symbol 602 MovieClip
"gate2"Frame 6Symbol 604 MovieClip
"flo3"Frame 7Symbol 505 MovieClip
"flo"Frame 7Symbol 444 MovieClip
"turtle2"Frame 7Symbol 484 MovieClip
"beet1"Frame 7Symbol 585 MovieClip
"lvl6cashblock"Frame 7Symbol 349 MovieClip
"spider1"Frame 7Symbol 621 MovieClip
"spider2"Frame 7Symbol 624 MovieClip
"PLATFORMS"Frame 7Symbol 625 MovieClip
"circle"Frame 7Symbol 521 MovieClip
"bar"Frame 7Symbol 630 MovieClip
"gate3"Frame 7Symbol 632 MovieClip
"over"Frame 7Symbol 577 MovieClip
"PLATFORMS"Frame 8Symbol 637 MovieClip
"flo"Frame 8Symbol 444 MovieClip
"flo3"Frame 8Symbol 505 MovieClip
"jumper"Frame 8Symbol 642 MovieClip
"beet1"Frame 8Symbol 585 MovieClip
"turtle2"Frame 8Symbol 484 MovieClip
"spider1"Frame 8Symbol 621 MovieClip
"lvl6cashblock"Frame 8Symbol 349 MovieClip
"circle"Frame 8Symbol 521 MovieClip
"bar"Frame 8Symbol 650 MovieClip
"gate4"Frame 8Symbol 652 MovieClip
"over"Frame 8Symbol 577 MovieClip
"win"Frame 8Symbol 653 MovieClip
"box"Symbol 19 MovieClip [Sshockballspawn] Frame 1Symbol 20 MovieClip
"sound"Symbol 19 MovieClip [Sshockballspawn] Frame 1Symbol 24 MovieClip
"box"Symbol 38 MovieClip [Sshockballspawn] Frame 1Symbol 20 MovieClip
"sound"Symbol 38 MovieClip [Sshockballspawn] Frame 1Symbol 24 MovieClip
"box"Symbol 76 MovieClip [Sshockballspawn] Frame 1Symbol 77 MovieClip
"sound"Symbol 76 MovieClip [Sshockballspawn] Frame 1Symbol 81 MovieClip
"loadbar"Symbol 243 MovieClip Frame 1Symbol 244 MovieClip
"l6"Symbol 412 MovieClip Frame 1Symbol 413 MovieClip
"l5"Symbol 412 MovieClip Frame 1Symbol 415 MovieClip
"l4"Symbol 412 MovieClip Frame 1Symbol 417 MovieClip
"l3"Symbol 412 MovieClip Frame 1Symbol 419 MovieClip
"l2"Symbol 412 MovieClip Frame 1Symbol 421 MovieClip
"l1"Symbol 412 MovieClip Frame 1Symbol 423 MovieClip
"a"Symbol 411 MovieClip Frame 1Symbol 412 MovieClip
"oval"Symbol 407 MovieClip Frame 1Symbol 408 MovieClip
"a"Symbol 407 MovieClip Frame 1Symbol 409 MovieClip
"leaves"Symbol 407 MovieClip Frame 1Symbol 411 MovieClip
"mario"Symbol 521 MovieClip Frame 4Symbol 555 MovieClip
"lives"Symbol 562 MovieClip Frame 1Symbol 564 EditableText
"coins"Symbol 562 MovieClip Frame 1Symbol 567 EditableText
"hpbar"Symbol 562 MovieClip Frame 1Symbol 568 MovieClip
"lives"Symbol 602 MovieClip Frame 1Symbol 564 EditableText
"coins"Symbol 602 MovieClip Frame 1Symbol 567 EditableText
"hpbar"Symbol 602 MovieClip Frame 1Symbol 568 MovieClip
"spider1"Symbol 621 MovieClip Frame 1Symbol 144 MovieClip [Spider]
"spider1"Symbol 624 MovieClip Frame 1Symbol 167 MovieClip [Spider]
"lives"Symbol 630 MovieClip Frame 1Symbol 564 EditableText
"coins"Symbol 630 MovieClip Frame 1Symbol 567 EditableText
"hpbar"Symbol 630 MovieClip Frame 1Symbol 568 MovieClip
"lives"Symbol 650 MovieClip Frame 1Symbol 564 EditableText
"coins"Symbol 650 MovieClip Frame 1Symbol 567 EditableText
"hpbar"Symbol 650 MovieClip Frame 1Symbol 568 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "banana"
ExportAssets (56)Timeline Frame 1Symbol 19 as "Sshockballspawn"
ExportAssets (56)Timeline Frame 1Symbol 35 as "marioIcon"
ExportAssets (56)Timeline Frame 1Symbol 38 as "Sshockballspawn"
ExportAssets (56)Timeline Frame 1Symbol 40 as "bird3"
ExportAssets (56)Timeline Frame 1Symbol 52 as "bird1"
ExportAssets (56)Timeline Frame 1Symbol 64 as "bird2"
ExportAssets (56)Timeline Frame 1Symbol 76 as "Sshockballspawn"
ExportAssets (56)Timeline Frame 1Symbol 90 as "mc_fx_glow02"
ExportAssets (56)Timeline Frame 1Symbol 120 as "bird2"
ExportAssets (56)Timeline Frame 1Symbol 121 as "mc_fx_glow02"
ExportAssets (56)Timeline Frame 1Symbol 125 as "mc_fx_glow02"
ExportAssets (56)Timeline Frame 1Symbol 144 as "Spider"
ExportAssets (56)Timeline Frame 1Symbol 167 as "Spider"
ExportAssets (56)Timeline Frame 1Symbol 168 as "mc_fx_glow02"
ExportAssets (56)Timeline Frame 1Symbol 177 as "song"
ExportAssets (56)Timeline Frame 1Symbol 178 as "mc_fx_glow02"
ExportAssets (56)Timeline Frame 1Symbol 186 as "mc_fx_glow02"
ExportAssets (56)Timeline Frame 1Symbol 195 as "mc_fx_glow02"

Labels

"flip over"Symbol 163 MovieClip Frame 1
"flip back"Symbol 166 MovieClip Frame 1
"still"Symbol 144 MovieClip [Spider] Frame 5
"jump"Symbol 144 MovieClip [Spider] Frame 22
"immobile"Symbol 144 MovieClip [Spider] Frame 27
"restore"Symbol 144 MovieClip [Spider] Frame 32
"still"Symbol 167 MovieClip [Spider] Frame 5
"jump"Symbol 167 MovieClip [Spider] Frame 34
"immobile"Symbol 167 MovieClip [Spider] Frame 39
"restore"Symbol 167 MovieClip [Spider] Frame 44
"stand"Symbol 285 MovieClip Frame 1
"walk"Symbol 285 MovieClip Frame 2
"jump"Symbol 285 MovieClip Frame 9
"got"Symbol 347 MovieClip Frame 2
"eat"Symbol 444 MovieClip Frame 54
"eat"Symbol 505 MovieClip Frame 54
"stand"Symbol 521 MovieClip Frame 1
"walk"Symbol 521 MovieClip Frame 2
"jump"Symbol 521 MovieClip Frame 3
"fire"Symbol 521 MovieClip Frame 4

Dynamic Text Variables

percentSymbol 248 EditableText"000"
_root.timeSymbol 256 EditableText"45"




http://swfchan.com/24/119972/info.shtml
Created: 5/3 -2019 13:57:07 Last modified: 5/3 -2019 13:57:07 Server time: 19/04 -2024 22:20:02