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

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

Avoid Swine Flu.swf

This is the info page for
Flash #74957

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


Text
Loading...

PLAY

Music by RyeGuyHead

Things go here.

Avoid Swine Flu...

Basically, you're trapped in a pig enclosure
with no hope of escape. Avoid the flu for as
long as you can.

Arrows to Move.

Avoid:

Get        for Bonus.

Real life tips:
-WASH YOUR HANDS
-Cover your mouth to sneeze
or cough.
-If you feel sick, avoid other
people and see a doctor.
-Stay hydrated and well rested.

PLAY

PLAY MORE GAMES

Press P to pause.

ON

OFF

<p align="left"></p>

<p align="left"><font face="Century Gothic" size="19" color="#ffffff" letterSpacing="0.000000" kerning="1">Score:</font></p>

End Game

Paused

Click Here to Unpause

Play More Games

<p align="center"></p>

You've Been Infected!

Main Menu

Play More Games

Next time, try washing your
hands...

Image From pdclipart.org

ActionScript [AS1/AS2]

Frame 1
function gotoMySite() { getURL ("http://www.startmyhomework.com", "_blank"); } onEnterFrame = function () { var _local2 = new ContextMenu(); _local2.hideBuiltInItems(); var _local3 = new ContextMenuItem("Start My Homework", gotoMySite); _local2.customItems.push(_local3, copyrightNotice); _root.menu = _local2; };
Frame 6
function gotoMySite() { getURL ("http://www.startmyhomework.com", "_blank"); } onEnterFrame = function () { var _local2 = new ContextMenu(); _local2.hideBuiltInItems(); var _local3 = new ContextMenuItem("Start My Homework", gotoMySite); _local2.customItems.push(_local3, copyrightNotice); _root.menu = _local2; }; sneeze = new Sound(); sneeze.attachSound("sneeze"); cough = new Sound(); cough.attachSound("cough"); pig = new Sound(); pig.attachSound("pig"); song = new Sound(); song.attachSound("song"); sound = true; stop();
Instance of Symbol 47 MovieClip in Frame 6
on (release) { _root.gotoAndStop("game"); }
Instance of Symbol 47 MovieClip in Frame 6
on (release) { getURL ("http://www.startmyhomework.com", "_blank"); }
Frame 7
sp = 0; ysp = 0; WIDTH = 630; HEIGHT = 450; xbound = 275; ybound = xbound * (HEIGHT / WIDTH); health = 100; score = 0; p = false; pa = false; dcount = 10; stop(); dead = false; onEnterFrame = function () { if (!p) { score++; if (sp > 0) { if (guy._x > (WIDTH - xbound)) { _root.world._x = _root.world._x - sp; } else { guy._x = guy._x + sp; } } if (sp < 0) { if (guy._x < xbound) { _root.world._x = _root.world._x + (xbound - guy._x); guy._x = xbound + sp; } else { guy._x = guy._x + sp; } } if (ysp > 0) { if (guy._y > (HEIGHT - ybound)) { _root.world._y = _root.world._y - ysp; } else { guy._y = guy._y + ysp; } } if (ysp < 0) { if (guy._y < ybound) { _root.world._y = _root.world._y - ysp; } else { guy._y = guy._y + ysp; } } if (Key.isDown(39)) { guy.gotoAndStop("right"); if (!_root.world.features.hitTest(guy._x + (guy._width / 2), guy._y, true)) { sp = 8; } } if (Key.isDown(37)) { guy.gotoAndStop("left"); if (!_root.world.features.hitTest(guy._x - (guy._width / 2), guy._y, true)) { sp = -8; } } if (Key.isDown(38)) { guy.gotoAndStop("up"); if (!_root.world.features.hitTest(guy._x, guy._y - (guy._height / 2), true)) { ysp = -8; } } if (Key.isDown(40)) { guy.gotoAndStop("down"); if (!_root.world.features.hitTest(guy._x, guy._y + (guy._height / 2), true)) { ysp = 8; } } if (Key.isDown(37) && (Key.isDown(38))) { guy.gotoAndStop("ul"); } if (Key.isDown(37) && (Key.isDown(40))) { guy.gotoAndStop("dl"); } if (Key.isDown(39) && (Key.isDown(38))) { guy.gotoAndStop("ur"); } if (Key.isDown(39) && (Key.isDown(40))) { guy.gotoAndStop("dr"); } while (_root.world.features.hitTest(guy._x, guy._y + (guy._height / 2), true)) { guy._y--; ysp = 0; } while (_root.world.features.hitTest(guy._x, guy._y - (guy._height / 2), true)) { guy._y++; ysp = 0; } while (_root.world.features.hitTest(guy._x - (guy._width / 2), guy._y, true)) { guy._x++; sp = 0; } while (_root.world.features.hitTest(guy._x + (guy._width / 2), guy._y, true)) { guy._x--; sp = 0; } if (dcount <= 0) { dcount = 10; if (sound) { sneeze.start(0, 0); } } if (health == 0) { dead = true; } if (dead) { _root.gotoAndStop("gameover"); } if ((!Key.isDown(37)) && (!Key.isDown(39))) { sp = 0; } if ((!Key.isDown(38)) && (!Key.isDown(40))) { ysp = 0; } if (Key.isDown(80)) { p = true; pa = true; } } else { pm.gotoAndStop("p"); } };
Frame 8
finalscore = "Final Score: " + score; if (_root.sound) { _root.cough.start(0, 0); }
Instance of Symbol 47 MovieClip in Frame 8
on (release) { _root.gotoAndStop("menu"); _root.score = 0; _root.health = 100; _root.dead = false; }
Instance of Symbol 47 MovieClip in Frame 8
on (release) { getURL ("http://www.startmyhomework.com", "_blank"); }
Symbol 12 MovieClip [you] Frame 1
stop();
Symbol 21 Button
on (release) { getURL ("http://www.startmyhomework.com", "_blank"); }
Symbol 24 Button
on (release) { _root.gotoAndStop("menu"); }
Symbol 25 MovieClip Frame 1
stop(); _root.stop();
Instance of Symbol 16 MovieClip "bar" in Symbol 25 MovieClip Frame 1
onClipEvent (enterFrame) { percent = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); _xscale = percent; if (_root.getBytesLoaded() == _root.getBytesTotal()) { _parent.nextFrame(); } }
Symbol 51 Button
on (release) { nextFrame(); }
Symbol 54 Button
on (release) { prevFrame(); }
Symbol 56 MovieClip Frame 1
stop(); _root.setVolume(50); _root.song.start(0, 9999); _root.sound = true;
Symbol 56 MovieClip Frame 2
_root.setVolume(0); stopAllSounds(); _root.sound = false;
Symbol 65 MovieClip Frame 1
sp = Math.random() * 7; ysp = Math.random() * 7; num = Math.ceil(Math.random() * 2); num1 = Math.ceil(Math.random() * 2); if (num > 1) { sp = sp; } else { sp = -1 * sp; } if (num1 > 1) { ysp = ysp; } else { ysp = -1 * ysp; } onEnterFrame = function () { if (!_root.p) { _x = (_x + sp); _y = (_y + ysp); if (_x < (30 + (_width / 2))) { sp = -sp; } else { _x = (_x + 2); } if (_x > (1220 - (_width / 2))) { sp = -sp; } else { _x = (_x - 2); } if (_y < (30 + (_height / 2))) { ysp = -ysp; } else { _y = (_y + 2); } if (_y > (620 - (_height / 2))) { ysp = -ysp; } else { _y = (_y - 2); } while (_x < (30 + (_width / 2))) { _x = (_x+1); } while (_x > (1220 - (_width / 2))) { _x = (_x-1); } while (_y < (30 + (_height / 2))) { _y = (_y+1); } while (_y > (620 - (_height / 2))) { _y = (_y-1); } if (this.hitTest(_root.guy)) { _root.health--; _root.dcount--; } if (_root.dead) { this.unloadMovie(); } } };
Symbol 66 MovieClip Frame 1
sp = Math.random() * 10; ysp = Math.random() * 10; num = Math.ceil(Math.random() * 2); num1 = Math.ceil(Math.random() * 2); if (num > 1) { sp = sp; } else { sp = -1 * sp; } if (num1 > 1) { ysp = ysp; } else { ysp = -1 * ysp; } onEnterFrame = function () { if (!_root.p) { _x = (_x + sp); _y = (_y + ysp); if (_x < (30 + (_width / 2))) { sp = -sp; } else { _x = (_x + 2); } if (_x > (1220 - (_width / 2))) { sp = -sp; } else { _x = (_x - 2); } if (_y < (30 + (_height / 2))) { ysp = -ysp; } else { _y = (_y + 2); } if (_y > (620 - (_height / 2))) { ysp = -ysp; } else { _y = (_y - 2); } while (_x < (30 + (_width / 2))) { _x = (_x+1); } while (_x > (1220 - (_width / 2))) { _x = (_x-1); } while (_y < (30 + (_height / 2))) { _y = (_y+1); } while (_y > (620 - (_height / 2))) { _y = (_y-1); } if (_root.count > 5) { sp = sp * 1.0125; ysp = ysp * 1.0125; } if (this.hitTest(_root.guy)) { _root.score = _root.score + 100; _x = ((Math.random() * 750) + 45); _y = ((Math.random() * 550) + 45); sp = Math.random() * 10; ysp = Math.random() * 10; num = Math.ceil(Math.random() * 2); num1 = Math.ceil(Math.random() * 2); if (num > 1) { sp = sp; } else { sp = -1 * sp; } if (num1 > 1) { ysp = ysp; } else { ysp = -1 * ysp; } if (_root.sound) { _root.pig.start(0, 0); } } if (_root.dead) { this.unloadMovie(); } } };
Symbol 75 MovieClip Frame 1
onEnterFrame = function () { hpb._xscale = _root.health; healthdisp = "Health: " + _root.health; scoredisp = "Score: " + _root.score; };
Instance of Symbol 47 MovieClip in Symbol 75 MovieClip Frame 1
on (release) { _root.dead = true; }
Symbol 79 MovieClip Frame 1
stop();
Instance of Symbol 47 MovieClip in Symbol 79 MovieClip Frame 2
on (release) { _root.p = false; _root.pm.prevFrame(); }
Instance of Symbol 47 MovieClip in Symbol 79 MovieClip Frame 2
on (release) { getURL ("http://www.startmyhomework.com", "_blank"); }

Library Items

Symbol 1 Sound [pig]Used by:Timeline
Symbol 2 Sound [cough]Used by:Timeline
Symbol 3 GraphicUsed by:12
Symbol 4 GraphicUsed by:12
Symbol 5 GraphicUsed by:12
Symbol 6 GraphicUsed by:12
Symbol 7 GraphicUsed by:12
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [you]Uses:3 4 5 6 7 8 9 10 11Used by:Timeline
Symbol 13 GraphicUsed by:50 51 54  Timeline
Symbol 14 GraphicUsed by:25 47
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:25
Symbol 17 FontUsed by:18 23 26 27 31 32 33 34 35 44 45 46 48 74 76 77 78 82 83 84 85 86 87
Symbol 18 TextUses:17Used by:25
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 ButtonUses:20Used by:25
Symbol 22 GraphicUsed by:24
Symbol 23 TextUses:17Used by:24
Symbol 24 ButtonUses:22 23Used by:25
Symbol 25 MovieClipUses:14 16 18 21 24Used by:Timeline
Symbol 26 TextUses:17Used by:Timeline
Symbol 27 TextUses:17Used by:Timeline
Symbol 28 Sound [sneeze]Used by:Timeline
Symbol 29 Sound [song]Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 TextUses:17Used by:Timeline
Symbol 32 TextUses:17Used by:Timeline
Symbol 33 TextUses:17Used by:Timeline
Symbol 34 TextUses:17Used by:Timeline
Symbol 35 TextUses:17Used by:Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:43
Symbol 38 GraphicUsed by:43
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:43
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:43
Symbol 43 MovieClipUses:37 38 40 42Used by:65 66  Timeline
Symbol 44 TextUses:17Used by:Timeline
Symbol 45 TextUses:17Used by:Timeline
Symbol 46 TextUses:17Used by:Timeline
Symbol 47 MovieClipUses:14Used by:75 79  Timeline
Symbol 48 TextUses:17Used by:Timeline
Symbol 49 GraphicUsed by:51 54
Symbol 50 MovieClipUses:13Used by:51 54
Symbol 51 ButtonUses:49 50 13Used by:56
Symbol 52 FontUsed by:53 55
Symbol 53 TextUses:52Used by:56
Symbol 54 ButtonUses:49 50 13Used by:56
Symbol 55 TextUses:52Used by:56
Symbol 56 MovieClipUses:51 53 54 55Used by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:67
Symbol 59 GraphicUsed by:64
Symbol 60 ShapeTweeningUsed by:63
Symbol 61 ShapeTweeningUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:60 61 62Used by:64
Symbol 64 MovieClipUses:59 63Used by:67
Symbol 65 MovieClipUses:43Used by:67
Symbol 66 MovieClipUses:43Used by:67
Symbol 67 MovieClipUses:58 64 65 66Used by:Timeline
Symbol 68 GraphicUsed by:75
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:75
Symbol 71 FontUsed by:72 73
Symbol 72 EditableTextUses:71Used by:75
Symbol 73 EditableTextUses:71Used by:75
Symbol 74 TextUses:17Used by:75
Symbol 75 MovieClipUses:68 70 47 72 73 74Used by:Timeline
Symbol 76 TextUses:17Used by:79
Symbol 77 TextUses:17Used by:79
Symbol 78 TextUses:17Used by:79
Symbol 79 MovieClipUses:47 76 77 78Used by:Timeline
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:Timeline
Symbol 82 EditableTextUses:17Used by:Timeline
Symbol 83 TextUses:17Used by:Timeline
Symbol 84 TextUses:17Used by:Timeline
Symbol 85 TextUses:17Used by:Timeline
Symbol 86 TextUses:17Used by:Timeline
Symbol 87 TextUses:17Used by:Timeline

Instance Names

"sound"Frame 6Symbol 56 MovieClip
"world"Frame 7Symbol 67 MovieClip
"guy"Frame 7Symbol 12 MovieClip [you]
"pm"Frame 7Symbol 79 MovieClip
"bar"Symbol 25 MovieClip Frame 1Symbol 16 MovieClip
"features"Symbol 67 MovieClip Frame 1Symbol 64 MovieClip
"hpb"Symbol 75 MovieClip Frame 1Symbol 70 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "pig"
ExportAssets (56)Timeline Frame 1Symbol 2 as "cough"
ExportAssets (56)Timeline Frame 1Symbol 12 as "you"
ExportAssets (56)Timeline Frame 2Symbol 28 as "sneeze"
ExportAssets (56)Timeline Frame 5Symbol 29 as "song"

Labels

"menu"Frame 6
"game"Frame 7
"gameover"Frame 8
"down"Symbol 12 MovieClip [you] Frame 1
"up"Symbol 12 MovieClip [you] Frame 2
"left"Symbol 12 MovieClip [you] Frame 3
"right"Symbol 12 MovieClip [you] Frame 4
"dl"Symbol 12 MovieClip [you] Frame 5
"dr"Symbol 12 MovieClip [you] Frame 6
"ur"Symbol 12 MovieClip [you] Frame 7
"ul"Symbol 12 MovieClip [you] Frame 8
"soundgoeshere"Symbol 56 MovieClip Frame 1
"p"Symbol 79 MovieClip Frame 2

Dynamic Text Variables

healthdispSymbol 72 EditableText"<p align="left"></p>"
scoredispSymbol 73 EditableText"<p align="left"><font face="Century Gothic" size="19" color="#ffffff" letterSpacing="0.000000" kerning="1">Score:</font></p>"
finalscoreSymbol 82 EditableText"<p align="center"></p>"




http://swfchan.com/15/74957/info.shtml
Created: 6/4 -2019 14:49:12 Last modified: 6/4 -2019 14:49:12 Server time: 19/05 -2024 05:15:53