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

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

Soul Quest Plus.swf

This is the info page for
Flash #29160

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


Text
Of all the journeys and of all the quests that have ever
been ventured, none is as noble, or as treacherous, as the quest
for knowledge. You have abandoned all that you once were for
no more than the chance to discover the answer to that which
is the most important of all questions. But the path to
enlightenment is far from fair. As you began to concentrate
upon your endeavor, all that you once knew and understood
has begun to fade. What you were before, where you are from,
why you ever chose to undertake this journey in the first place,
all other knowledge has been sacrificed for this trial.
All that remains in the insatiable drive to find the answer to a
question that you can longer recall. All else will only become
clear when you've reached the end of you quest…

BEGIN

INSTRUCTIONS

PROCEED

123456

5

999999999

5

01

STAGE

1/7

ActionScript [AS1/AS2]

Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded()); bytes_total = Math.round(_root.getBytesTotal()); getPercent = bytes_loaded / bytes_total; _root.loadBar._width = getPercent * 337.6; _root.loadText = Math.round(getPercent * 100) + "%"; if (bytes_loaded == bytes_total) { _root.gotoAndStop(3); }
Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (load) { life = this._width; } onClipEvent (enterFrame) { if (life > 550) { this._x--; life--; } }
Frame 2
_root.gotoAndPlay(1);
Frame 4
Instance of Symbol 142 MovieClip "a" in Frame 4
onClipEvent (load) { _root.stop(); }
Frame 5
_global.startpoint = 1; _global.pussy = 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; 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(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("0996ad55", this, 10301, true);
Instance of Symbol 205 MovieClip "go" in Frame 5
onClipEvent (enterFrame) { if (this.pass == 543572) { _global.startpoint = 2; } if (this.pass == 678299) { _global.startpoint = 3; } if (this.pass == 786235) { _global.startpoint = 4; } if (this.pass == 908263) { _global.startpoint = 5; } }
Frame 6
stop();
Instance of Symbol 214 MovieClip "backR" in Frame 6
onClipEvent (load) { this._x = 0; this._y = 0; } onClipEvent (enterFrame) { this.gotoAndStop(_global.area); this._x = this._x - 0.5; if (this._x < -5500) { this._x = 5500; } }
Instance of Symbol 218 MovieClip "back" in Frame 6
onClipEvent (load) { this._x = 5500; this._y = 0; } onClipEvent (enterFrame) { this.gotoAndStop(_global.area); this._x = this._x - 0.5; if (this._x < -5500) { this._x = 5500; } }
Instance of Symbol 261 MovieClip "bg" in Frame 6
onClipEvent (load) { dest = 0; this._x = 0; } onClipEvent (enterFrame) { this.gotoAndStop(_global.area); if (this._x < dest) { this._x = this._x + 12; } if (this._x > dest) { this._x = this._x - 12; } }
Instance of Symbol 268 MovieClip "pretty" in Frame 6
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = this._alpha - 5; if (this._alpha < 0) { this._alpha = 0; } if (this._alpha > 0) { gotoAndStop (2); } if (this._alpha < 1) { gotoAndStop (1); } }
Instance of Symbol 275 MovieClip "ball" in Frame 6
onClipEvent (load) { if (this._name != "ball") { this.gotoAndStop(3); this._width = 0.01; this._height = 0.01; this._x = random(551); this._y = random(401); size = random(51) + 50; bouncewait = random(300) + 300; xspeed = random(3) + 2; yspeed = random(3) + 2; xdirgen = random(2); if ((xdirgen = 0)) { xdir = -1; } if ((xdirgen = 1)) { xdir = 1; } ydirgen = random(2); if ((ydirgen = 0)) { ydir = -1; } if ((ydirgen = 1)) { ydir = 1; } this._alpha = 0; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "ball") { if (this._alpha < 100) { this._alpha = (this._width / size) * 100; } if (this._width < size) { this._width = this._width + (size / 20); this._height = this._height + (size / 20); } this._x = this._x + (xspeed * xdir); this._y = this._y + (yspeed * ydir); if (this._x < 0) { this._x = 0; xdir = xdir * -1; } if (this._x > 550) { this._x = 550; xdir = xdir * -1; } if (this._y < 30) { this._y = 30; ydir = ydir * -1; } if (this._y > 400) { this._y = 400; ydir = ydir * -1; } bouncewait--; if (bouncewait < 0) { xspeed = random(3) + 2; yspeed = random(3) + 2; bouncewait = random(300) + 300; } if (this._alpha > 90) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } } }
Instance of Symbol 181 MovieClip "soul" in Frame 6
onClipEvent (enterFrame) { if (_global.active == 1) { this._x = _root._xmouse; this._y = _root._ymouse; if (_global.life > 0) { Mouse.hide(); } if (_global.life == 0) { Mouse.show(); } Stage.showMenu = false; if (this.hitTest(_root.box) and (this._currentframe == 1)) { _root.pretty._alpha = 100; _global.energy = _global.energy + 30; _global.speed = _global.speed + (_global.speedtop / (_global.energytop / 30)); _global.score = _global.score + 5; } } }
Instance of Symbol 278 MovieClip "level" in Frame 6
onClipEvent (load) { if (this._name == "level") { stop(); } if (this._name != "level") { this._x = 275; this._y = 200; this._alpha = 150; } } onClipEvent (enterFrame) { if (this._name != "level") { this._y--; this._alpha--; this._alpha--; if (this._alpha < 1) { removeMovieClip(this); } } }
Instance of Symbol 279 MovieClip in Frame 6
onClipEvent (enterFrame) { this._x = _root.box._x; this._y = _root.box._y; }
Instance of Symbol 183 MovieClip "box" in Frame 6
onClipEvent (load) { this._x = random(551); this._y = random(401); this._width = 15; this._height = 15; bouncerwait = random(300) + 400; bouncewait = random(300) + 300; xdirgen = random(2); if ((xdirgen = 0)) { xdir = -1; } if ((xdirgen = 1)) { xdir = 1; } ydirgen = random(2); if ((ydirgen = 0)) { ydir = -1; } if ((ydirgen = 1)) { ydir = 1; } } onClipEvent (enterFrame) { xspeed = _global.speed * xdir; yspeed = _global.speed * ydir; this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._x < 0) { this._x = 0; xdir = xdir * -1; } if (this._x > 550) { this._x = 550; xdir = xdir * -1; } if (this._y < 30) { this._y = 30; ydir = ydir * -1; } if (this._y > 400) { this._y = 400; ydir = ydir * -1; } bouncerwait--; if (bouncerwait < 0) { xdir = xdir * -1; bouncerwait = random(300) + 400; } bouncewait--; if (bouncewait < 0) { ydir = ydir * -1; bouncewait = random(300) + 300; } }
Instance of Symbol 281 MovieClip "life" in Frame 6
onClipEvent (load) { this._alpha = 150; } onClipEvent (enterFrame) { this._y++; this._alpha--; this._alpha--; if (this._alpha < 0) { removeMovieClip(this); } }
Instance of Symbol 192 MovieClip "jew" in Frame 6
onClipEvent (load) { if (this._name != "jew") { this._width = 0.01; this._height = 0.01; this._x = random(511) + 20; this._y = random(311) + 60; size = random(46) + 30; shotwait = random(100) + 50; top = this._y - 15; up = 1; bottom = this._y; this._alpha = 0; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "jew") { if (this._alpha < 100) { this._alpha = this._alpha + 1; } if (up == 1) { if (this._y > top) { this._y = this._y - 0.8; } if (this._y < top) { this._y = top; up = 0; } } if (up == 0) { if (this._y < bottom) { this._y = this._y + 0.8; } if (this._y > bottom) { this._y = bottom; up = 1; } } if (this._width < size) { this._width = this._width + 0.7; this._height = this._height + 0.7; } if (this._alpha > 90) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } shotwait--; if (shotwait == 5) { this.innerJew.eyeC.ineye.gotoAndPlay(2); } if (shotwait < 0) { shotwait = random(100) + 50; duplicateMovieClip (_root.eyefire, "life" + _global.N, _global.N); _root["life" + _global.N]._x = this._x; _root["life" + _global.N]._y = this._y; _global.N++; } } }
Instance of Symbol 284 MovieClip "eyefire" in Frame 6
onClipEvent (load) { if (this._name == "eyefire") { stop(); } if (this._name != "eyefire") { xspeed = random(10) - 5; yspeed = random(10) - 5; } } onClipEvent (enterFrame) { if (xspeed == 0) { xspeed = random(10) - 5; } if (yspeed == 0) { yspeed = random(10) - 5; } if (this._name != "eyefire") { if (_global.kill > 0) { removeMovieClip(this); } this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._x < 0) { removeMovieClip(this); } if (this._y < 0) { removeMovieClip(this); } if (this._x > 550) { removeMovieClip(this); } if (this._y > 400) { removeMovieClip(this); } if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } }
Instance of Symbol 285 MovieClip "grr" in Frame 6
onClipEvent (enterFrame) { this.swapDepths(_global.N + 10); this._x = 0; this._y = 0; if (_global.life > 0) { this.gotoAndStop(1); } if ((_global.life == 0) and (this._currentframe == 1)) { this.gotoAndPlay(2); } }
Instance of Symbol 294 MovieClip "blob" in Frame 6
onClipEvent (load) { if (this._name != "blob") { this._width = 0.01; this._height = 0.01; this._x = random(551); this._y = random(401); size = random(101) + 70; bouncewait = random(300) + 100; xdirgen = random(2); if ((xdirgen = 0)) { xdir = -1; } if ((xdirgen = 1)) { xdir = 1; } ydirgen = random(2); if ((ydirgen = 0)) { ydir = -1; } if ((ydirgen = 1)) { ydir = 1; } this._alpha = 0; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "blob") { if (this._alpha < 100) { this._alpha = this._alpha + 1; } if (this._width < size) { this._width = this._width + 1.3; this._height = this._height + 1.3; } if (this._x < 0) { this._x = 0; xdir = xdir * -1; } if (this._x > 550) { this._x = 550; xdir = xdir * -1; } if (this._y < 30) { this._y = 30; ydir = ydir * -1; } if (this._y > 400) { this._y = 400; ydir = ydir * -1; } bouncewait--; if (bouncewait < 0) { xspeed = random(8) + 5; yspeed = random(8) + 5; movetime = random(20) + 10; bouncewait = random(300) + 100; } movetime--; this._x = this._x + (xspeed * xdir); this._y = this._y + (yspeed * ydir); if (movetime < 0) { yspeed = yspeed * 0.9; xspeed = xspeed * 0.9; } if (this._alpha > 90) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } } }
Instance of Symbol 305 MovieClip "sun" in Frame 6
onClipEvent (load) { if (this._name != "sun") { this._width = 0.01; this._height = 0.01; this._x = random(551); this._y = random(401); size = 200; bouncewait = random(300) + 300; xspeed = 2; yspeed = 2; xdirgen = random(2); if ((xdirgen = 0)) { xdir = -1; } if ((xdirgen = 1)) { xdir = 1; } ydirgen = random(2); if ((ydirgen = 0)) { ydir = -1; } if ((ydirgen = 1)) { ydir = 1; } die = 0; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "sun") { if (die < 1) { if (this._width < size) { this._width = this._width + 4; this._height = this._height + 4; } if ((this._width > (size - 1)) and (this._width < 1200)) { this._width = 200 + ((_global.energy / _global.energytop) * 1000); this._height = 200 + ((_global.energy / _global.energytop) * 1000); } if (this._width > 1200) { this._width = 1200; } if (this._height > 1200) { this._height = 1200; } this._x = this._x + (xspeed * xdir); this._y = this._y + (yspeed * ydir); if (this._x < 0) { this._x = 0; xdir = xdir * -1; } if (this._x > 550) { this._x = 550; xdir = xdir * -1; } if (this._y < 30) { this._y = 30; ydir = ydir * -1; } if (this._y > 400) { this._y = 400; ydir = ydir * -1; } if (this._width > (size - 1)) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } } }
Instance of Symbol 311 MovieClip "redeye" in Frame 6
onClipEvent (load) { if (this._name != "redeye") { this._x = random(511) + 20; this._y = random(311) + 60; shotwait = random(200) + 100; top = this._y - 15; up = 1; bottom = this._y; this._alpha = 0; shottime = -1; movetime = -1; xdir = -1; ydir = -1; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "redeye") { if (this._alpha < 100) { this._alpha = this._alpha + 1; } if (movetime < 0) { if (up == 1) { if (this._y > top) { this._y = this._y - 0.8; } if (this._y < top) { this._y = top; up = 0; } } if (up == 0) { if (this._y < bottom) { this._y = this._y + 0.8; } if (this._y > bottom) { this._y = bottom; up = 1; } } } if (this._alpha > 90) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } shotwait--; if (shotwait < 0) { shotwait = 80000000 /* 0x4C4B400 */; shottime = 150; this.gotoAndPlay(2); } shottime--; if (shottime < 0) { if (this._currentframe == 10) { movetime = random(200) + 150; xspeed = random(3) + 2; yspeed = random(3) + 2; this.gotoAndPlay(11); } } movetime--; if (movetime > 0) { this._x = this._x + (xspeed * xdir); this._y = this._y + (xspeed * ydir); if (this._x < 50) { xdir = xdir * -1; this._x = 50; } if (this._x > 500) { xdir = xdir * -1; this._x = 500; } if (this._y < 80) { ydir = ydir * -1; this._y = 80; } if (this._y > 350) { ydir = ydir * -1; this._y = 350; } } if (movetime == 0) { top = this._y - 15; up = 1; bottom = this._y; shotwait = random(200) + 100; } } }
Instance of Symbol 311 MovieClip "redeyeR" in Frame 6
onClipEvent (load) { if (this._name != "redeyeR") { this._x = random(511) + 20; this._y = random(311) + 60; shotwait = random(200) + 100; top = this._y - 15; up = 1; bottom = this._y; this._alpha = 0; shottime = -1; movetime = -1; xdir = -1; ydir = -1; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "redeyeR") { if (this._alpha < 100) { this._alpha = this._alpha + 1; } if (movetime < 0) { if (up == 1) { if (this._y > top) { this._y = this._y - 0.8; } if (this._y < top) { this._y = top; up = 0; } } if (up == 0) { if (this._y < bottom) { this._y = this._y + 0.8; } if (this._y > bottom) { this._y = bottom; up = 1; } } } if (this._alpha > 90) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } shotwait--; if (shotwait < 0) { shotwait = 80000000 /* 0x4C4B400 */; shottime = 150; this.gotoAndPlay(2); } shottime--; if (shottime < 0) { if (this._currentframe == 10) { movetime = random(200) + 150; xspeed = random(3) + 2; yspeed = random(3) + 2; this.gotoAndPlay(11); } } movetime--; if (movetime > 0) { this._x = this._x + (xspeed * xdir); this._y = this._y + (xspeed * ydir); if (this._x < 50) { xdir = xdir * -1; this._x = 50; } if (this._x > 500) { xdir = xdir * -1; this._x = 500; } if (this._y < 80) { ydir = ydir * -1; this._y = 80; } if (this._y > 350) { ydir = ydir * -1; this._y = 350; } } if (movetime == 0) { top = this._y - 15; up = 1; bottom = this._y; shotwait = random(200) + 100; } } }
Instance of Symbol 317 MovieClip "bigred" in Frame 6
onClipEvent (load) { if (this._name != "bigred") { entertime = 5; this._x = 275; this._y = 200; wsize = this._width; hsize = this._height; this._width = this._width * 4; this._height = this._height * 4; } } onClipEvent (enterFrame) { if (this._name != "bigred") { if (this._width > wsize) { this._width = this._width * 0.99; } if (this._height > hsize) { this._height = this._height * 0.99; } this._x = x20; x20 = x19; x19 = x18; x18 = x17; x17 = x16; x16 = x15; x15 = x14; x14 = x13; x13 = x12; x12 = x11; x11 = x10; x10 = x9; x9 = x8; x8 = x7; x7 = x6; x6 = x5; x5 = x4; x4 = x3; x3 = x2; x2 = x1; x1 = _global.redx; this._y = y20; y20 = y19; y19 = y18; y18 = y17; y17 = y16; y16 = y15; y15 = y14; y14 = y13; y13 = y12; y12 = y11; y11 = y10; y10 = y9; y9 = y8; y8 = y7; y7 = y6; y6 = y5; y5 = y4; y4 = y3; y3 = y2; y2 = y1; y1 = _global.redy; if (this._alpha > 90) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } } }
Instance of Symbol 322 MovieClip "innerred" in Frame 6
onClipEvent (load) { if (this._name != "innerred") { this._width = 0.01; this._height = 0.01; this._x = 275; this._y = 200; size = 45; bouncewait = random(50) + 100; stillwait = random(50) + 150; xspeed = random(3) + 6; yspeed = random(3) + 6; xdirgen = random(2); if ((xdirgen = 0)) { xdir = -1; } if ((xdirgen = 1)) { xdir = 1; } ydirgen = random(2); if ((ydirgen = 0)) { ydir = -1; } if ((ydirgen = 1)) { ydir = 1; } this._alpha = 0; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "innerred") { _global.energy = _global.energy + 4; _global.redx = this._x; _global.redy = this._y; if (this._alpha < 100) { this._alpha = (this._width / size) * 100; } if (this._width < size) { this._width = this._width + (size / 20); this._height = this._height + (size / 20); } if (this._x < 0) { this._x = 0; xdir = xdir * -1; } if (this._x > 550) { this._x = 550; xdir = xdir * -1; } if (this._y < 30) { this._y = 30; ydir = ydir * -1; } if (this._y > 400) { this._y = 400; ydir = ydir * -1; } stillwait--; if (stillwait < 0) { this._x = this._x + (xspeed * xdir); this._y = this._y + (yspeed * ydir); bouncewait--; if (bouncewait < 0) { xspeed = random(3) + 6; yspeed = random(3) + 6; bouncewait = random(50) + 100; stillwait = random(50) + 150; } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } } }
Instance of Symbol 329 MovieClip "frodo" in Frame 6
onClipEvent (load) { if (this._name != "frodo") { this._x = random(551); this._y = random(401); bouncewait = random(300) + 300; xspeed = random(3) + 2; yspeed = random(3) + 2; xdirgen = random(2); if ((xdirgen = 0)) { xdir = -1; } if ((xdirgen = 1)) { xdir = 1; } ydirgen = random(2); if ((ydirgen = 0)) { ydir = -1; } if ((ydirgen = 1)) { ydir = 1; } entertime = 5; this._alpha = 0; } } onClipEvent (enterFrame) { if (this._name != "frodo") { if (this._alpha < 100) { this._alpha++; } this._x = this._x + (xspeed * xdir); this._y = this._y + (yspeed * ydir); if (this._x < 0) { this._x = 0; xdir = xdir * -1; } if (this._x > 550) { this._x = 550; xdir = xdir * -1; } if (this._y < 30) { this._y = 30; ydir = ydir * -1; } if (this._y > 400) { this._y = 400; ydir = ydir * -1; } bouncewait--; if (bouncewait < 0) { xspeed = random(3) + 2; yspeed = random(3) + 2; bouncewait = random(300) + 300; } if (this._alpha > 90) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } } }
Instance of Symbol 339 MovieClip "greenjew" in Frame 6
onClipEvent (load) { if (this._name != "greenjew") { this._width = 0.01; this._height = 0.01; this._x = random(511) + 20; this._y = random(311) + 60; size = random(80) + 60; shotwait = random(100) + 50; top = this._y - 15; up = 1; bottom = this._y; this._alpha = 0; xspeed = 0.5; yspeed = 0.5; xdirgen = random(2); if ((xdirgen = 0)) { xdir = -1; } if ((xdirgen = 1)) { xdir = 1; } ydirgen = random(2); if ((ydirgen = 0)) { ydir = -1; } if ((ydirgen = 1)) { ydir = 1; } entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "greenjew") { if (this._alpha < 100) { this._alpha = this._alpha + 1; } this._x = this._x + (xspeed * xdir); this._y = this._y + (yspeed * ydir); if (this._x < 0) { this._x = 0; xdir = xdir * -1; } if (this._x > 550) { this._x = 550; xdir = xdir * -1; } if (this._y < 30) { this._y = 30; ydir = ydir * -1; } if (this._y > 400) { this._y = 400; ydir = ydir * -1; } if (this._width < size) { this._width = this._width + 0.7; this._height = this._height + 0.7; } if (this._alpha > 90) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } shotwait--; if (shotwait == 8) { this.lid.gotoAndPlay(2); } if (shotwait < 0) { shotwait = random(200) + 150; shots = random(3) + 5; } if (shots > 0) { duplicateMovieClip (_root.eyefire, "life" + _global.N, _global.N); _root["life" + _global.N]._x = this._x; _root["life" + _global.N]._y = this._y; _global.N++; shots--; } } }
Instance of Symbol 341 MovieClip "grin" in Frame 6
onClipEvent (load) { if (this._name != "grin") { this._width = 0.01; this._height = 0.01; this._x = random(551); this._y = random(371) + 30; size = random(500) + 300; this._alpha = 0; warpwait = random(50) + 50; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "grin") { if (warpwait > 0) { if (this._alpha < 100) { this._alpha = (this._width / size) * 100; } if (this._width < size) { this._width = this._width + (size / 20); this._height = this._height + (size / 20); } } if (this._alpha > 99) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } warpwait--; if (warpwait < 0) { this._width = this._width - 2; this._height = this._height - 2; this._alpha = this._alpha - 2; } if (warpwait < -50) { this._width = 0.01; this._height = 0.01; this._x = random(551); this._y = random(371) + 30; size = random(500) + 300; this._alpha = 0; warpwait = random(50) + 50; } } }
Instance of Symbol 195 MovieClip "wall" in Frame 6
onClipEvent (load) { if (this._name != "wall") { this._width = 0.01; this._height = 0.01; this._x = random(351) + 100; this._y = random(271) + 80; size = random(100) + 100; this._alpha = 0; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "wall") { if (this._alpha < 100) { this._alpha = (this._width / size) * 100; } if (this._width < size) { this._width = this._width + (size / 20); this._height = this._height + (size / 20); } if (this._alpha > 99) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } } }
Instance of Symbol 341 MovieClip "grinR" in Frame 6
onClipEvent (load) { if (this._name != "grinR") { this._width = 0.01; this._height = 0.01; this._x = random(551); this._y = random(371) + 30; size = random(400) + 200; this._alpha = 0; warpwait = random(50) + 50; entertime = 5; } } onClipEvent (enterFrame) { if (this._name != "grinR") { if (warpwait > 0) { if (this._alpha < 100) { this._alpha = (this._width / size) * 100; } if (this._width < size) { this._width = this._width + (size / 20); this._height = this._height + (size / 20); } } if (this._alpha > 99) { if (hitTest(_root._xmouse, _root._ymouse, true) and (_root.soul._currentframe == 1)) { duplicateMovieClip (_root.life, "life" + _global.N, _global.N); _root["life" + _global.N]._x = _root.soul._x; _root["life" + _global.N]._y = _root.soul._y; _global.N++; _root.soul.gotoAndPlay(2); } } entertime--; if (entertime < 0) { if (_global.kill > 0) { die = 1; life = 100; } } if (die == 1) { this._width = this._width * 0.91; this._height = this._height * 0.91; life = life - 5; this._alpha = life; if (life < 0) { removeMovieClip(this); } } warpwait--; if (warpwait < 0) { this._width = this._width - 2; this._height = this._height - 2; this._alpha = this._alpha - 2; } if (warpwait < -50) { this._width = 0.01; this._height = 0.01; this._x = random(551); this._y = random(371) + 30; size = random(400) + 200; this._alpha = 0; warpwait = random(50) + 50; } } }
Instance of Symbol 343 MovieClip in Frame 6
onClipEvent (enterFrame) { this.swapDepths(_global.N + 100); }
Instance of Symbol 345 MovieClip in Frame 6
onClipEvent (load) { this._x = 10; this._y = 8; } onClipEvent (enterFrame) { this.swapDepths(_global.N + 200); this._width = _global.energy / _global.scale; }
Instance of Symbol 346 MovieClip in Frame 6
onClipEvent (load) { this._x = 10; this._y = 8; } onClipEvent (enterFrame) { this.swapDepths(_global.N + 150); }
Instance of Symbol 354 MovieClip in Frame 6
onClipEvent (enterFrame) { this.swapDepths(_global.N + 250); this.num = _global.stage; this.scr = _global.score; this.lives = _global.life; this.level = (_global.level + "/") + _global.leveltop; this.area = _global.area + "/5"; }
Instance of Symbol 356 MovieClip "button" in Frame 6
onClipEvent (enterFrame) { this.swapDepths(_global.N + 300); }
Instance of Symbol 358 MovieClip in Frame 6
onClipEvent (load) { _global.speed = 1; _global.N = 100; _global.stage = 1; _global.energystart = 8000; _global.energytop = _global.energystart; _global.energy = 0; _global.kill = 0; _global.spawn = 1; _global.level = 1; _global.speedtop = 2; _global.score = 0; _global.life = 5 + _global.pussy; _global.active = 1; _global.area = _global.startpoint; } onClipEvent (enterFrame) { if (_global.kill == 1) { _global.kill = 0; } if (_global.life < 1) { _root.soul._x = -550; _root.button._x = 275; _root.button._y = 200; } _global.scale = _global.energytop / 400; if (_global.energy > _global.energytop) { _global.stage++; _global.speed = 1; _global.energytop = _global.energytop + (_global.energytop * 0.05); duplicateMovieClip (_root.level, "level" + _global.N, _global.N); _global.N++; _root.vote.gotoAndPlay(1); _global.spawn = 1; _global.energy = 0; } if (_global.spawn == 1) { if (_global.area == 1) { if (_global.level == 1) { if (_global.stage == 1) { _global.leveltop = 5; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energytop = _global.energystart; _global.energy = 0; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 2; } } if (_global.level == 2) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2; _global.energytop = _global.energystart; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 3; } } if (_global.level == 3) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart; duplicateMovieClip (_root.redeye, "redeye" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 4; } } if (_global.level == 4) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 5; } } if (_global.level == 5) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 1.5; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.sun, "sun" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.end, "end" + _global.N, _global.N); _global.N++; _global.active = 0; _global.kill = 1; _global.spawn = 0; } } } if (_global.area == 2) { if (_global.level == 1) { if (_global.stage == 1) { _global.leveltop = 6; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energytop = _global.energystart; _global.energy = 0; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.speedtop = 2.2; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 2; } } if (_global.level == 2) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart; duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 3; } } if (_global.level == 3) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.redeye, "redeye" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 4; } } if (_global.level == 4) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 3; _global.energytop = _global.energystart; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 5; } } if (_global.level == 5) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 6; } } if (_global.level == 6) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.grin, "grin" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.end, "end" + _global.N, _global.N); _global.N++; _global.active = 0; _global.kill = 1; _global.spawn = 0; } } } if (_global.area == 3) { if (_global.level == 1) { if (_global.stage == 1) { _global.leveltop = 7; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energytop = _global.energystart; _global.energy = 0; duplicateMovieClip (_root.redeye, "redeye" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; _global.speedtop = 3; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.redeye, "redeye" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 2; } } if (_global.level == 2) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 4; _global.energytop = _global.energystart; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 3; } } if (_global.level == 3) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.8; _global.energytop = _global.energystart; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.redeye, "redeye" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 4; } } if (_global.level == 4) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 3; _global.energytop = _global.energystart; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.greenjew, "greenjew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.greenjew, "greenjew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 5; } } if (_global.level == 5) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.1; _global.energytop = _global.energystart; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.redeye, "redeye" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 6; } } if (_global.level == 6) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.1; _global.energytop = _global.energystart; duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 7; } } if (_global.level == 7) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.bigred, "bigred" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.innerred, "innerred" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.end, "end" + _global.N, _global.N); _global.N++; _global.active = 0; _global.kill = 1; _global.spawn = 0; } } } if (_global.area == 4) { if (_global.level == 1) { if (_global.stage == 1) { _global.leveltop = 8; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energytop = _global.energystart; _global.energy = 0; duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.speedtop = 3; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.redeye, "redeye" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.greenjew, "greenjew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 2; } } if (_global.level == 2) { if (_global.stage == 1) { _global.leveltop = 8; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart; duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.redeye, "redeye" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.redeyeR, "redeyeR" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.redeye, "redeye" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 3; } } if (_global.level == 3) { if (_global.stage == 1) { _global.leveltop = 8; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 4; _global.energytop = _global.energystart; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 4; } } if (_global.level == 4) { if (_global.stage == 1) { _global.leveltop = 8; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 3; _global.energytop = _global.energystart; duplicateMovieClip (_root.greenjew, "greenjew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.greenjew, "greenjew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.greenjew, "greenjew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.greenjew, "greenjew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.greenjew, "greenjew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 5; } } if (_global.level == 5) { if (_global.stage == 1) { _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 6; } } if (_global.level == 6) { if (_global.stage == 1) { _global.leveltop = 8; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 4; _global.energytop = _global.energystart; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.ball, "ball" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 7; } } if (_global.level == 7) { if (_global.stage == 1) { _global.leveltop = 8; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart; duplicateMovieClip (_root.wall, "wall" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.jew, "jew" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 3) { duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 4) { duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 5) { duplicateMovieClip (_root.blob, "blob" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 6) { _global.kill = 1; _global.stage = 1; _global.level = 8; } } if (_global.level == 8) { if (_global.stage == 1) { _global.leveltop = 8; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2.5; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.frodo, "frodo" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.end, "end" + _global.N, _global.N); _global.N++; _global.active = 0; _global.kill = 1; _global.spawn = 0; } } } if (_global.area == 5) { if (_global.level == 1) { if (_global.stage == 1) { _global.leveltop = 5; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.sun, "sun" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { _global.kill = 1; _global.stage = 1; _global.level = 2; } } if (_global.level == 2) { if (_global.stage == 1) { _global.leveltop = 5; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.grin, "grin" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { _global.kill = 1; _global.stage = 1; _global.level = 3; } } if (_global.level == 3) { if (_global.stage == 1) { _global.leveltop = 5; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.bigred, "bigred" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.innerred, "innerred" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { _global.kill = 1; _global.stage = 1; _global.level = 4; } } if (_global.level == 4) { if (_global.stage == 1) { _global.leveltop = 5; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.frodo, "frodo" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { _global.kill = 1; _global.stage = 1; _global.level = 5; } } if (_global.level == 5) { if (_global.stage == 1) { _global.leveltop = 5; _root.bg.dest = ((_root.bg._width / _global.leveltop) * (_global.level - 1)) * -1; _global.energy = 0; _global.speedtop = 2; _global.energytop = _global.energystart * 2; duplicateMovieClip (_root.grin, "finalboss" + _global.N, _global.N); _global.N++; duplicateMovieClip (_root.grinR, "finalboss" + _global.N, _global.N); _global.N++; _global.spawn = 0; } if (_global.stage == 2) { duplicateMovieClip (_root.end, "end" + _global.N, _global.N); _global.N++; _global.active = 0; _global.kill = 1; _global.spawn = 0; } } } } }
Instance of Symbol 388 MovieClip "end" in Frame 6
onClipEvent (load) { if (this._name != "end") { this._x = 275; this._y = 200; this._alpha = 0; } } onClipEvent (enterFrame) { this.gotoAndStop(_global.area); if (this._name != "end") { this._alpha = this._alpha + 1.3; Mouse.show(); this.gotoAndStop(_global.area); } }
Symbol 47 MovieClip Frame 62
stop();
Symbol 48 Button
on (release) { getURL ("http://www.turbogames.com", _blank); }
Symbol 54 Button
on (press) { _root.gotoAndStop(_root._currentframe + 1); }
Symbol 84 Button
on (release) { getURL ("http://www.turbogames.com", _blank); }
Symbol 124 MovieClip Frame 40
stop();
Instance of Symbol 126 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) { _rotation = -45; speed = 3; } onClipEvent (enterFrame) { _rotation = (_rotation - speed); }
Symbol 136 MovieClip Frame 1
stop();
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 2
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 2
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 2
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 2
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 2
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 2
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 2
onClipEvent (load) { speed = random(10) + 1; } onClipEvent (enterFrame) { _rotation = (_rotation + speed); _xscale = (random(50) + 50); _yscale = _xscale; _alpha = (random(50) + 50); }
Instance of Symbol 136 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (load) { _xscale = 10; _yscale = 10; x = 0; y = 0; speed = 1; i = 0; } onClipEvent (enterFrame) { if (_xscale < 120) { _xscale = (_xscale + 1); _yscale = (_yscale + 1); speed = speed + 0.5; } }
Symbol 142 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 47 MovieClip in Symbol 142 MovieClip Frame 181
onClipEvent (load) { stop(); }
Symbol 142 MovieClip Frame 206
_root.gotoAndStop(5);
Symbol 148 Button
on (release) { getURL ("http://grawsie.wildtwilight.com/", "_blank"); }
Symbol 152 Button
on (press) { this._x = -550; _root.go._x = 0; _root.go._y = 0; }
Symbol 156 Button
on (press) { this._x = -550; _root.ins._x = 0; }
Symbol 158 Button
on (release) { getURL ("http://www.ivoryboy.com", "_blank"); }
Symbol 162 MovieClip Frame 1
stop();
Instance of Symbol 47 MovieClip in Symbol 162 MovieClip Frame 181
onClipEvent (load) { stop(); }
Symbol 162 MovieClip Frame 206
_root.gotoAndStop(5);
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (load) { _root.stop(); }
Symbol 170 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 2
if (_global.life > 0) { _global.life--; }
Symbol 181 MovieClip Frame 14
Symbol 181 MovieClip Frame 70
gotoAndStop (1);
Symbol 187 MovieClip Frame 1
stop();
Instance of Symbol 191 MovieClip "innerJew" in Symbol 192 MovieClip Frame 1
/* no clip actions */
Symbol 196 Button
on (press) { _root.tit._x = 0; _root.tit._y = 0; this._x = 550; }
Symbol 201 Button
on (press) { _root.gotoAndStop(_root._currentframe + 1); }
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 2
stop();
Symbol 214 MovieClip Frame 3
stop();
Symbol 214 MovieClip Frame 4
stop();
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 2
stop();
Symbol 218 MovieClip Frame 3
stop();
Symbol 218 MovieClip Frame 4
stop();
Symbol 261 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 2
stop();
Symbol 261 MovieClip Frame 3
stop();
Symbol 261 MovieClip Frame 4
stop();
Symbol 261 MovieClip Frame 5
stop();
Symbol 266 MovieClip Frame 1
this._x = 0; this._y = 0; gotoAndPlay((random(3) * 12) + 2);
Symbol 266 MovieClip Frame 2
this.xspeed = random(15) - 7; this.yspeed = random(15) - 7;
Symbol 266 MovieClip Frame 13
this._x = 0; this._y = 0; gotoAndPlay((random(3) * 12) + 2);
Symbol 266 MovieClip Frame 14
this.xspeed = random(15) - 7; this.yspeed = random(15) - 7;
Symbol 266 MovieClip Frame 25
this._x = 0; this._y = 0; gotoAndPlay((random(3) * 12) + 2);
Symbol 266 MovieClip Frame 26
this.xspeed = random(15) - 7; this.yspeed = random(15) - 7;
Symbol 266 MovieClip Frame 39
this._x = 0; this._y = 0; gotoAndPlay((random(3) * 12) + 2);
Symbol 268 MovieClip Frame 1
stop();
Instance of Symbol 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (xspeed * 7); this._y = this._y + (yspeed * 7); }
Instance of Symbol 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (xspeed * 7); this._y = this._y + (yspeed * 7); }
Instance of Symbol 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (xspeed * 7); this._y = this._y + (yspeed * 7); }
Instance of Symbol 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (xspeed * 7); this._y = this._y + (yspeed * 7); }
Instance of Symbol 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (xspeed * 7); this._y = this._y + (yspeed * 7); }
Instance of Symbol 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (xspeed * 7); this._y = this._y + (yspeed * 7); }
Instance of Symbol 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (xspeed * 7); this._y = this._y + (yspeed * 7); }
Instance of Symbol 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (xspeed * 7); this._y = this._y + (yspeed * 7); }
Instance of Symbol 266 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (xspeed * 7); this._y = this._y + (yspeed * 7); }
Symbol 268 MovieClip Frame 2
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 2
stop();
Symbol 275 MovieClip Frame 3
stop();
Symbol 278 MovieClip Frame 2
stop();
Instance of Symbol 266 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 266 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 266 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 266 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 266 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 266 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 266 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 266 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; }
Symbol 284 MovieClip Frame 2
stop();
Symbol 285 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 15
stop(); _global.kill = 1;
Symbol 311 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 10
stop();
Symbol 311 MovieClip Frame 16
gotoAndStop (1);
Symbol 336 MovieClip Frame 1
stop();
Symbol 355 Button
on (press) { if (this._x == 275) { _root.button._x = 1900; _global.life = 5 + _global.pussy; _global.stage = 1; _global.kill = 1; _global.score = 0; _global.spawn = 1; _global.speed = 1; } }
Symbol 360 MovieClip Frame 2
stop();
Symbol 365 Button
on (press) { if (this._x == 275) { _global.speed = 1; _global.life = 5 + _global.pussy; _global.stage = 1; _global.kill = 1; _global.spawn = 1; _global.level = 1; _global.active = 1; _global.area++; _root.bg._x = 0; removeMovieClip(this); } }

Library Items

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

Instance Names

"loadBar"Frame 1Symbol 9 MovieClip
"a"Frame 4Symbol 142 MovieClip
"tit"Frame 5Symbol 163 MovieClip
"ins"Frame 5Symbol 197 MovieClip
"go"Frame 5Symbol 205 MovieClip
"backR"Frame 6Symbol 214 MovieClip
"back"Frame 6Symbol 218 MovieClip
"bg"Frame 6Symbol 261 MovieClip
"pretty"Frame 6Symbol 268 MovieClip
"ball"Frame 6Symbol 275 MovieClip
"soul"Frame 6Symbol 181 MovieClip
"level"Frame 6Symbol 278 MovieClip
"box"Frame 6Symbol 183 MovieClip
"life"Frame 6Symbol 281 MovieClip
"jew"Frame 6Symbol 192 MovieClip
"eyefire"Frame 6Symbol 284 MovieClip
"grr"Frame 6Symbol 285 MovieClip
"blob"Frame 6Symbol 294 MovieClip
"sun"Frame 6Symbol 305 MovieClip
"redeye"Frame 6Symbol 311 MovieClip
"redeyeR"Frame 6Symbol 311 MovieClip
"bigred"Frame 6Symbol 317 MovieClip
"innerred"Frame 6Symbol 322 MovieClip
"frodo"Frame 6Symbol 329 MovieClip
"greenjew"Frame 6Symbol 339 MovieClip
"grin"Frame 6Symbol 341 MovieClip
"wall"Frame 6Symbol 195 MovieClip
"grinR"Frame 6Symbol 341 MovieClip
"button"Frame 6Symbol 356 MovieClip
"vote"Frame 6Symbol 360 MovieClip
"end"Frame 6Symbol 388 MovieClip
"ineye"Symbol 190 MovieClip Frame 1Symbol 187 MovieClip
"eyeC"Symbol 191 MovieClip Frame 1Symbol 190 MovieClip
"innerJew"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"lid"Symbol 339 MovieClip Frame 1Symbol 336 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Dynamic Text Variables

loadTextSymbol 7 EditableText""
passSymbol 202 EditableText"123456"
numSymbol 348 EditableText"5"
scrSymbol 349 EditableText"999999999"
livesSymbol 350 EditableText"5"
levelSymbol 351 EditableText"01"
areaSymbol 353 EditableText"1/7"




http://swfchan.com/6/29160/info.shtml
Created: 20/5 -2019 01:16:23 Last modified: 20/5 -2019 01:16:23 Server time: 01/05 -2024 19:57:02