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

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

Tangerine_panic.swf

This is the info page for
Flash #8579

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


Text
000

000000

000000

Get Ready To
PANIC!

TANGERINE
PANIC

Click here to begin

SCORE

Tough luck
YOU'RE DEAD!
You managed to dodge

PRESS SPACE TO PLAY AGAIN

tangerines though

PLAY MORE GAMES

PLAY MORE GAMES

Music by Khuskan

ADD TO YOUR SITE

ADD TO YOUR SITE

TheGameHomepage.com

TheGameHomepage.com

TheGameHomepage.com

ActionScript [AS1/AS2]

Frame 1
t = 60; t2 = 100; var MENU = new ContextMenu(); MENU.hideBuiltInItems(); MENU.builtInItems.quality = true;
Frame 2
if (t != 100) { t = t + 10; MCPreloader._alpha = t; } else if (t2 != 40) { t2 = t2 - 10; MCPreloader._alpha = t2; } else { t = 40; t2 = 100; }
Frame 3
gotoAndPlay(_currentframe - 1);
Frame 34
stop();
Frame 36
rock._x = -100; rock._y = -100; fscommand ("allowscale", 0); start = getTimer(); x = 0; score = 0; lives = 5; hitstart = 0;
Instance of Symbol 37 MovieClip "man" in Frame 36
onClipEvent (enterFrame) { if (((!dead) && (!almostdead)) && (_root._xmouse > 50)) { if (_root._xmouse < this._x) { dir = "left"; } else if (_root._xmouse > this._x) { dir = "right"; } else { dir = "none"; } this._x = _root._xmouse; if (dir != prevdir) { if (dir == "none") { _root.man.gotoAndPlay("1"); } else if (dir == "left") { _root.man.gotoAndPlay("left"); } else if (dir == "right") { _root.man.gotoAndPlay("right"); } prevdir = dir; } } } onClipEvent (keyDown) { if (dead && (Key.isDown(32))) { _root.restart = true; } else if (Key.isDown(37)) { left = true; right = false; if ((!anim) && (!dead)) { _root.man.gotoAndPlay("left"); anim = true; } } else if (Key.isDown(39)) { right = true; left = false; if ((!anim) && (!dead)) { _root.man.gotoAndPlay("right"); anim = true; } } } onClipEvent (keyUp) { left = false; right = false; anim = false; if (!dead) { gotoAndPlay (36); } }
Instance of Symbol 46 MovieClip in Frame 36
onClipEvent (enterFrame) { gotoAndStop (37); }
Instance of Symbol 46 MovieClip in Frame 36
onClipEvent (enterFrame) { gotoAndStop (37); }
Instance of Symbol 46 MovieClip in Frame 36
onClipEvent (enterFrame) { gotoAndStop (37); }
Instance of Symbol 46 MovieClip in Frame 36
onClipEvent (enterFrame) { gotoAndStop (37); }
Instance of Symbol 46 MovieClip in Frame 36
onClipEvent (enterFrame) { gotoAndStop (37); }
Frame 37
manspeech._x = _xmouse - 150; curTime = getTimer() - beginTime; if ((5000 < curTime) && (curTime < 7000)) { manspeech.text = "OMG! TANGERINES!!"; } else if ((15000 < curTime) && (curTime < 18000)) { manspeech.text = "WTF??"; } else if ((25000 < curTime) && (curTime < 28000)) { manspeech.text = "I HATE TANGERINES!"; } else if ((35000 < curTime) && (curTime < 38000)) { manspeech.text = "WHY ARE THEY SO BIG??"; } else if ((45000 < curTime) && (curTime < 47000)) { manspeech.text = "WHERE ARE THEY ALL COMING FROM!?"; } else if ((50000 < curTime) && (curTime < 52000)) { manspeech.text = "HELP!!"; } else if ((55000 < curTime) && (curTime < 57000)) { manspeech.text = "ARRGHHH!!!"; } else if ((65000 < curTime) && (curTime < 68000)) { manspeech.text = "THIS IS HORRIBLE!!"; } else if ((75000 < curTime) && (curTime < 82000)) { manspeech.text = ":-("; } else if ((85000 < curTime) && (curTime < 88000)) { manspeech.text = "#*!@#!"; } else if ((95000 < curTime) && (curTime < 98000)) { manspeech.text = "GODAMN TANGERINES!"; } else if ((105000 < curTime) && (curTime < 108000)) { manspeech.text = "ARRGGGHH!!!"; } else { manspeech.text = ""; } rock._x = -100; rock._y = -100; if ((getTimer() - start) > 2000) { x++; duplicateMovieClip (rock, "rock" + x, x); start = getTimer(); } if (man.dead) { gotoAndPlay (39); }
Instance of Symbol 46 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.lives < 3) { gotoAndStop (37); } }
Instance of Symbol 46 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.lives < 4) { gotoAndStop (37); } }
Instance of Symbol 46 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.lives < 5) { gotoAndStop (37); } }
Instance of Symbol 46 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.lives < 1) { gotoAndStop (37); } }
Instance of Symbol 46 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.lives < 2) { gotoAndStop (37); } }
Frame 38
rock._x = -100; rock._y = -100; gotoAndPlay (37);
Frame 39
rock._x = -100; rock._y = -100; if (restart) { d = 0; while (d < (x + 1)) { removeMovieClip(_root["rock" + d]); d++; } x = 0; restart = false; gotoAndPlay (36); man.gotoAndPlay(1); man.dead = false; rock.gotoAndPlay(1); }
Frame 40
rock._x = -100; rock._y = -100; gotoAndPlay (39);
Symbol 9 MovieClip Frame 1
total = _root.getBytesTotal(); r = EmptyMC.createEmptyMovieClip("m", 1); r.lineStyle(1, 0, 100); MovieClip.prototype.drawCircle = function (segs, sw, w, rad) { var w = (w + sw); var teilW = ((w - sw) / segs); var _local1 = 0; while (_local1 <= segs) { var _local3 = Math.cos(((teilW * _local1) * Math.PI) / 180) * rad; var _local2 = Math.sin(((teilW * _local1) * Math.PI) / 180) * rad; this.lineTo(_local3, _local2); _local1++; } this.lineTo(0, 0); this._rotation = sw; };
Symbol 9 MovieClip Frame 2
percent = int((_root.getBytesLoaded() / total) * 100); if (percent < 10) { cPercent = "00" + percent; } else if (percent < 100) { cPercent = "0" + percent; } else { cPercent = percent; } todo = total - _root.getBytesLoaded(); if (todo < 10) { todo = ""; } done = _root.getBytesLoaded(); if (done == total) { done = "Completely Loaded"; } r.beginFill(0, 100); r.drawCircle(100, 0, percent * 2.7, 100); r.endFill();
Symbol 9 MovieClip Frame 3
if (percent >= 100) { _root.gotoAndPlay(10); } else { gotoAndPlay(_currentframe - 1); }
Symbol 9 MovieClip Frame 4
stop();
Symbol 15 Button
on (release) { begintime = getTimer(); _root.gotoAndPlay("begingame"); }
Symbol 37 MovieClip Frame 12
gotoAndPlay (1);
Symbol 37 MovieClip Frame 18
gotoAndPlay ("right");
Symbol 37 MovieClip Frame 24
gotoAndPlay ("left");
Symbol 37 MovieClip Frame 35
if (_root.lives == 0) { dead = true; stop(); } _root.almostdead = false;
Symbol 39 Button
on (press) { _parent.gotoAndPlay(4); }
Symbol 41 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 1
grav = 1; bounce = 0.9; friction = 0.99999; bottom = 345; right = 550; _x = 0; _y = 50; xspeed = (Math.random() * 8) + 2; yspeed = 1;
Symbol 43 MovieClip Frame 2
xspeed = xspeed * friction; yspeed = yspeed + grav; yspeed = yspeed * friction; _x = (_x + xspeed); _y = (_y + yspeed); if (_y > bottom) { _y = bottom; yspeed = (-yspeed) * bounce; rock_sym.gotoAndPlay(2); } if ((_x > right) && (!_root.man.dead)) { gotoAndPlay (1); _root.score++; } else if (_x > right) { removeMovieClip(this); } if (hitTest(_root.man) && ((getTimer() - _root.hitstart) > 1000)) { _root.hitstart = getTimer(); if (!_root.man.dead) { _root.lives--; _root.man.gotoAndPlay("dead"); } }
Symbol 43 MovieClip Frame 3
gotoAndPlay (2);
Symbol 43 MovieClip Frame 4
stop();
Symbol 46 MovieClip Frame 1
stop();
Symbol 58 Button
on (release) { getURL ("http://www.thegamehomepage.com/", "_blank"); }
Symbol 62 Button
on (release) { getURL ("http://www.thegamehomepage.com/freesitecontent/", "_blank"); }
Symbol 68 Button
on (release) { getURL ("http://www.thegamehomepage.com/", "_blank"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 4 5
Symbol 3 EditableTextUses:2Used by:9
Symbol 4 EditableTextUses:2Used by:9
Symbol 5 EditableTextUses:2Used by:9
Symbol 6 MovieClipUsed by:9
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:9
Symbol 9 MovieClipUses:3 4 5 6 8Used by:Timeline
Symbol 10 FontUsed by:11 13 14 44 50 51 52 53 55 57 60 61
Symbol 11 TextUses:10Used by:Timeline
Symbol 12 GraphicUsed by:15
Symbol 13 TextUses:10Used by:15  Timeline
Symbol 14 TextUses:10Used by:15  Timeline
Symbol 15 ButtonUses:12 13 14Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 FontUsed by:20 47 49 59 67
Symbol 20 EditableTextUses:19Used by:Timeline
Symbol 21 GraphicUsed by:37
Symbol 22 GraphicUsed by:37
Symbol 23 GraphicUsed by:37
Symbol 24 GraphicUsed by:37
Symbol 25 GraphicUsed by:37
Symbol 26 GraphicUsed by:37
Symbol 27 GraphicUsed by:37
Symbol 28 GraphicUsed by:37
Symbol 29 GraphicUsed by:37
Symbol 30 GraphicUsed by:37
Symbol 31 GraphicUsed by:37
Symbol 32 GraphicUsed by:37
Symbol 33 GraphicUsed by:37
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:37
Symbol 36 SoundUsed by:37
Symbol 37 MovieClipUses:21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36Used by:Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 ButtonUses:38Used by:41
Symbol 40 SoundUsed by:41
Symbol 41 MovieClipUses:39 40Used by:43
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:41 42Used by:Timeline
Symbol 44 EditableTextUses:10Used by:Timeline
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:Timeline
Symbol 47 EditableTextUses:19Used by:Timeline
Symbol 48 SoundUsed by:Timeline
Symbol 49 EditableTextUses:19Used by:Timeline
Symbol 50 TextUses:10Used by:Timeline
Symbol 51 EditableTextUses:10Used by:Timeline
Symbol 52 TextUses:10Used by:Timeline
Symbol 53 EditableTextUses:10Used by:Timeline
Symbol 54 GraphicUsed by:58 62
Symbol 55 TextUses:10Used by:58
Symbol 56 GraphicUsed by:58 62
Symbol 57 TextUses:10Used by:58
Symbol 58 ButtonUses:54 55 56 57Used by:Timeline
Symbol 59 TextUses:19Used by:Timeline
Symbol 60 TextUses:10Used by:62
Symbol 61 TextUses:10Used by:62
Symbol 62 ButtonUses:54 60 56 61Used by:Timeline
Symbol 63 FontUsed by:64 65
Symbol 64 TextUses:63Used by:68
Symbol 65 TextUses:63Used by:68
Symbol 66 GraphicUsed by:68
Symbol 67 TextUses:19Used by:68
Symbol 68 ButtonUses:64 65 66 67Used by:Timeline

Instance Names

"MCPreloader"Frame 1Symbol 9 MovieClip
"man"Frame 36Symbol 37 MovieClip
"rock"Frame 36Symbol 43 MovieClip
"manspeech"Frame 36Symbol 47 EditableText
"EmptyMC"Symbol 9 MovieClip Frame 1Symbol 6 MovieClip
"rock_sym"Symbol 43 MovieClip Frame 1Symbol 41 MovieClip

Labels

"begingame"Frame 35
"right"Symbol 37 MovieClip Frame 13
"left"Symbol 37 MovieClip Frame 19
"dead"Symbol 37 MovieClip Frame 35

Dynamic Text Variables

cPercentSymbol 3 EditableText"000"
todoSymbol 4 EditableText"000000"
doneSymbol 5 EditableText"000000"
scoreSymbol 44 EditableText""
scoreSymbol 49 EditableText""
scoreSymbol 51 EditableText""




http://swfchan.com/2/8579/info.shtml
Created: 11/6 -2019 02:16:28 Last modified: 11/6 -2019 02:16:28 Server time: 25/04 -2024 07:09:41