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

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

virus.swf

This is the info page for
Flash #27476

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


Text
click here to play

VIRUS

skip

Technophobe presents

www.albinoblacksheep.com

Sneezed from one world into another, you are the
virus "syranoptis". A small insignificant speck in the
modern world of 2009. Unknown by any man and
fatal to all you infect, you float unexpectedly into
the nose of a commuting businessman... to reak as
much havoc as you can...

you, the virus

Sneezed from one world into another, you are the
virus "syranoptis". A small insignificant speck in the
modern world of 2009. Unknown by any man and
fatal to all you infect, you float unexpectedly into
the nose of a commuting businessman... to wreak as
much havoc as you can...

mean lean killing machines. ready to rip you apart
and destroy your DNA. these are the white blood
cells who patrol the streets looking for trouble. you
only have to touvh one of these and it will destroy you
instantly, so watch out!

white blood cells

mean lean killing machines. ready to rip you apart
and destroy your DNA. these are the white blood
cells who patrol the streets looking for trouble. you
only have to touch one of these and it will destroy
you instantly, so watch out!

Click to move and avoid the white blood cells. You
will encounter more organisms on your journey, you
will have to find out what these do on the way!
staying closer to the middle will get you more points.
staying at the edge will deduct points!

Enter a password

or

from level1

BACK

get 1,000 points!

password = madcow

well done!

get 1,500 points!

password = epidemic

get 2,000 points!

password = cancer

get 3,000 points!

password = disease

get 3,500 points!

password = vaccine

get 4,000 points!

password = eczema

password = redbloodcell

password = bluefinger

password = freezeburn

password = blindingpain

Well done! you've come to
the end of the game. To
play more exciting games
at                            .com

ActionScript [AS1/AS2]

Frame 106
Frame 107
function doSomething() { } function doSomething2() { getURL ("http://www.addictinggames.com", _blank); } MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("Virus", doSomething); Functioned2 = new ContextMenuItem("---Visit addictinggames.com---", doSomething2); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned2); _root.menu = MENU;
Frame 108
stopAllSounds(); sSound = new Sound(); sSound.attachSound("intro"); sSound.start(0, 99); play();
Frame 125
stop();
Frame 142
stop();
Frame 157
stop();
Frame 158
stop(); score = 0; stopAllSounds(); fourthSound = new Sound(); fourthSound.attachSound("game"); fourthSound.start(0, 100000000000000);
Instance of Symbol 65 MovieClip in Frame 158
onClipEvent (enterFrame) { score = "0"; }
Frame 159
delete onEnterFrame; stop();
Frame 160
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; fulldiff = 1; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 1000) { gotoAndPlay ("level1complete"); } } };
Instance of Symbol 31 MovieClip "sprite" in Frame 160
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Instance of Symbol 42 MovieClip in Frame 160
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 42 MovieClip in Frame 160
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 42 MovieClip in Frame 160
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 42 MovieClip in Frame 160
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Frame 161
score = 0; delete onEnterFrame; stop();
Frame 162
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 1500) { gotoAndPlay ("level2complete"); } } };
Instance of Symbol 31 MovieClip "sprite" in Frame 162
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Instance of Symbol 42 MovieClip in Frame 162
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 42 MovieClip in Frame 162
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 42 MovieClip in Frame 162
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 42 MovieClip in Frame 162
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Frame 163
score = 0; delete onEnterFrame; stop();
Frame 164
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 2000) { gotoAndPlay ("level3complete"); } } };
Instance of Symbol 88 MovieClip in Frame 164
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 31 MovieClip "sprite" in Frame 164
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Instance of Symbol 42 MovieClip in Frame 164
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 42 MovieClip in Frame 164
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Frame 165
score = 0; delete onEnterFrame; stop();
Frame 166
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 3000) { gotoAndPlay ("level4complete"); } } };
Instance of Symbol 88 MovieClip in Frame 166
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 95 MovieClip in Frame 166
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 98 MovieClip in Frame 166
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 31 MovieClip "sprite" in Frame 166
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Instance of Symbol 42 MovieClip in Frame 166
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 42 MovieClip in Frame 166
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Frame 167
score = 0; delete onEnterFrame; stop();
Frame 168
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 3500) { gotoAndPlay ("level5complete"); } } };
Instance of Symbol 98 MovieClip in Frame 168
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 31 MovieClip "sprite" in Frame 168
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Instance of Symbol 42 MovieClip in Frame 168
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 42 MovieClip in Frame 168
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 168
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 168
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 168
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 168
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Frame 169
score = 0; delete onEnterFrame; stop();
Frame 170
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 4000) { gotoAndPlay ("level6complete"); } } };
Instance of Symbol 95 MovieClip in Frame 170
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 31 MovieClip "sprite" in Frame 170
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Instance of Symbol 42 MovieClip in Frame 170
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 170
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 170
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 170
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 170
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Frame 171
stop(); score = 0; delete onEnterFrame; stop();
Frame 172
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 4000) { gotoAndPlay ("level7complete"); } } };
Instance of Symbol 95 MovieClip in Frame 172
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 115 MovieClip in Frame 172
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 31 MovieClip "sprite" in Frame 172
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Instance of Symbol 42 MovieClip in Frame 172
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 172
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Frame 173
stop(); score = 0; delete onEnterFrame; stop();
Frame 174
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 4000) { gotoAndPlay ("level8complete"); } } };
Instance of Symbol 95 MovieClip in Frame 174
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 115 MovieClip in Frame 174
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 115 MovieClip in Frame 174
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 119 MovieClip in Frame 174
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 31 MovieClip "sprite" in Frame 174
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Instance of Symbol 105 MovieClip in Frame 174
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 174
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Frame 175
stop(); score = 0; delete onEnterFrame; stop();
Frame 176
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 2000) { gotoAndPlay ("level9complete"); } } };
Instance of Symbol 115 MovieClip in Frame 176
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 115 MovieClip in Frame 176
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 31 MovieClip "sprite" in Frame 176
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Frame 177
stop(); score = 0; delete onEnterFrame; stop();
Frame 178
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 3000) { gotoAndPlay ("level10complete"); } } };
Instance of Symbol 115 MovieClip in Frame 178
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 95 MovieClip in Frame 178
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 95 MovieClip in Frame 178
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 95 MovieClip in Frame 178
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 178
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 178
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 178
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 31 MovieClip "sprite" in Frame 178
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Frame 179
stop(); score = 0; delete onEnterFrame; stop();
Frame 180
stop(); thing = "on"; function getdistance(x, y, x1, y1) { var _local2; var _local3; _local2 = x1 - x; _local3 = y1 - y; return(_root.hyp(_local2, _local3)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 550; height = 400; var _local4; var _local3; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; _local4 = _root.getdistance(this.x, this.y, this.targx, this.targy); _local3 = this.speed / _local4; this.diffx = (this.targx - this.x) * _local3; this.diffy = (this.targy - this.y) * _local3; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; }; sprite._x = 275; sprite._y = 200; score = 0; onEnterFrame = function () { if (thing == "on") { if (sprite._x > 275) { xdiff = sprite._x; } if (sprite._x < 275) { xdiff = 550 - sprite._x; } if (sprite._y > 200) { ydiff = sprite._y; } if (sprite._y < 200) { ydiff = 400 - sprite._y; } fulldiff = (xdiff - 275) + (ydiff - 200); if (fulldiff >= 300) { score = score - 2; } if ((fulldiff < 300) && (fulldiff >= 250)) { score = score - 1; } if ((fulldiff < 250) && (fulldiff >= 200)) { score = score - 0; } if ((fulldiff < 200) && (fulldiff >= 150)) { score = score + 1; } if ((fulldiff < 150) && (fulldiff >= 100)) { score = score + 2; } if ((fulldiff < 100) && (fulldiff >= 50)) { score = score + 3; } if (fulldiff < 50) { score = score + 5; } if (score >= 1000) { gotoAndPlay ("level11complete"); } } };
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 31 MovieClip "sprite" in Frame 180
onClipEvent (load) { _x = 275; _y = 200; speed = 7; } onClipEvent (mouseDown) { endX = _root._xmouse; endY = _root._ymouse; } onClipEvent (enterFrame) { _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); } onClipEvent (load) { var frame = 0; var secScore = 0; }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Instance of Symbol 105 MovieClip in Frame 180
onClipEvent (enterFrame) { move(); } onClipEvent (enterFrame) { if (_parent.sprite.hitTest(this)) { _root.gotoAndPlay("die"); } }
Frame 181
stop(); score = 0; delete onEnterFrame; stop();
Symbol 17 Button
on (release) { getURL ("http://www.addictinggames.com", _blank); }
Symbol 27 Button
on (release) { gotoAndPlay ("pass"); }
Symbol 31 MovieClip Frame 24
gotoAndPlay (1);
Symbol 33 MovieClip Frame 79
stop();
Symbol 40 Button
on (release) { play(); }
Symbol 44 MovieClip Frame 75
stop();
Symbol 52 Button
on (release) { play(); }
Symbol 60 Button
on (release) { if (password == "madcow") { gotoAndStop ("level2"); } if (password == "epidemic") { gotoAndStop ("level3"); } if (password == "cancer") { gotoAndStop ("level4"); } if (password == "disease") { gotoAndStop ("level5"); } if (password == "vaccine") { gotoAndStop ("level6"); } if (password == "eczema") { gotoAndStop ("level7"); } if (password == "redbloodcell") { gotoAndStop ("level8"); } if (password == "bluefinger") { gotoAndStop ("level9"); } if (password == "freezeburn") { gotoAndStop ("level10"); } if (password == "blindingpain") { gotoAndStop ("level11"); } if (password == "blackandblue") { gotoAndStop ("level12"); } }
Symbol 61 Button
on (release) { gotoAndPlay ("level1"); }
Symbol 69 Button
on (release) { gotoAndPlay ("pass"); }
Symbol 76 Button
on (release) { gotoAndPlay ("level2"); }
Symbol 82 Button
on (release) { gotoAndPlay ("level3"); }
Symbol 90 Button
on (release) { gotoAndPlay ("level4"); }
Symbol 100 Button
on (release) { gotoAndPlay ("level5"); }
Symbol 106 Button
on (release) { gotoAndPlay ("level6"); }
Symbol 110 Button
on (release) { gotoAndPlay ("level7"); }
Symbol 116 Button
on (release) { gotoAndPlay ("level8"); }
Symbol 120 Button
on (release) { gotoAndPlay ("level9"); }
Symbol 123 Button
on (release) { gotoAndPlay ("level10"); }
Symbol 126 Button
on (release) { gotoAndPlay ("level11"); }
Symbol 131 Button
on (release) { gotoAndPlay (158); }
Symbol 133 Button
on (press) { getURL ("http://www.addictinggames.com", _blank); }

Library Items

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

Instance Names

"AGhome01"Frame 33Symbol 17 Button
"AGhome01"Frame 98Symbol 17 Button
"score"Frame 160Symbol 72 EditableText
"sprite"Frame 160Symbol 31 MovieClip
"score"Frame 162Symbol 79 EditableText
"sprite"Frame 162Symbol 31 MovieClip
"score"Frame 164Symbol 84 EditableText
"sprite"Frame 164Symbol 31 MovieClip
"score"Frame 166Symbol 92 EditableText
"sprite"Frame 166Symbol 31 MovieClip
"score"Frame 168Symbol 102 EditableText
"sprite"Frame 168Symbol 31 MovieClip
"score"Frame 170Symbol 108 EditableText
"sprite"Frame 170Symbol 31 MovieClip
"score"Frame 172Symbol 112 EditableText
"sprite"Frame 172Symbol 31 MovieClip
"score"Frame 174Symbol 118 EditableText
"sprite"Frame 174Symbol 31 MovieClip
"score"Frame 176Symbol 122 EditableText
"sprite"Frame 176Symbol 31 MovieClip
"score"Frame 178Symbol 125 EditableText
"sprite"Frame 178Symbol 31 MovieClip
"score"Frame 180Symbol 128 EditableText
"sprite"Frame 180Symbol 31 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "intro"
ExportAssets (56)Timeline Frame 1Symbol 2 as "game"

Labels

"pass"Frame 158
"die"Frame 159
"level1"Frame 160
"level1complete"Frame 161
"level2"Frame 162
"level2complete"Frame 163
"level3"Frame 164
"level3complete"Frame 165
"level4"Frame 166
"level4complete"Frame 167
"level5"Frame 168
"level5complete"Frame 169
"level6"Frame 170
"level6complete"Frame 171
"level7"Frame 172
"level7complete"Frame 173
"level8"Frame 174
"level8complete"Frame 175
"level9"Frame 176
"level9complete"Frame 177
"level10"Frame 178
"level10complete"Frame 179
"level11"Frame 180
"level11complete"Frame 181

Dynamic Text Variables

passwordSymbol 55 EditableText""
scoreSymbol 72 EditableText""
scoreSymbol 79 EditableText""
scoreSymbol 84 EditableText""
scoreSymbol 92 EditableText""
scoreSymbol 102 EditableText""
scoreSymbol 108 EditableText""
scoreSymbol 112 EditableText""
scoreSymbol 118 EditableText""
scoreSymbol 122 EditableText""
scoreSymbol 125 EditableText""
scoreSymbol 128 EditableText""




http://swfchan.com/6/27476/info.shtml
Created: 21/5 -2019 12:34:08 Last modified: 21/5 -2019 12:34:08 Server time: 14/05 -2024 16:44:33