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

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

tangerinepanic.swf

This is the info page for
Flash #82305

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


Text
000

000000

000000

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

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 36 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 45 MovieClip in Frame 36
onClipEvent (enterFrame) { gotoAndStop (37); }
Instance of Symbol 45 MovieClip in Frame 36
onClipEvent (enterFrame) { gotoAndStop (37); }
Instance of Symbol 45 MovieClip in Frame 36
onClipEvent (enterFrame) { gotoAndStop (37); }
Instance of Symbol 45 MovieClip in Frame 36
onClipEvent (enterFrame) { gotoAndStop (37); }
Instance of Symbol 45 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 45 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.lives < 3) { gotoAndStop (37); } }
Instance of Symbol 45 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.lives < 4) { gotoAndStop (37); } }
Instance of Symbol 45 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.lives < 5) { gotoAndStop (37); } }
Instance of Symbol 45 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.lives < 1) { gotoAndStop (37); } }
Instance of Symbol 45 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 14 Button
on (release) { begintime = getTimer(); _root.gotoAndPlay("begingame"); }
Symbol 36 MovieClip Frame 12
gotoAndPlay (1);
Symbol 36 MovieClip Frame 18
gotoAndPlay ("right");
Symbol 36 MovieClip Frame 24
gotoAndPlay ("left");
Symbol 36 MovieClip Frame 35
if (_root.lives == 0) { dead = true; stop(); } _root.almostdead = false;
Symbol 38 Button
on (press) { _parent.gotoAndPlay(4); }
Symbol 40 MovieClip Frame 1
stop();
Symbol 42 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 42 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 42 MovieClip Frame 3
gotoAndPlay (2);
Symbol 42 MovieClip Frame 4
stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 56 Button
on (release) { getURL ("http://www.thegamehomepage.com/", "_blank"); }
Symbol 60 Button
on (release) { getURL ("http://www.thegamehomepage.com/freesitecontent/", "_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 GraphicUsed by:14
Symbol 11 FontUsed by:12 13 49 50 51 52 54 55 58 59
Symbol 12 TextUses:11Used by:14  Timeline
Symbol 13 TextUses:11Used by:14  Timeline
Symbol 14 ButtonUses:10 12 13Used by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 FontUsed by:19 43 46 48 57
Symbol 19 EditableTextUses:18Used by:Timeline
Symbol 20 GraphicUsed by:36
Symbol 21 GraphicUsed by:36
Symbol 22 GraphicUsed by:36
Symbol 23 GraphicUsed by:36
Symbol 24 GraphicUsed by:36
Symbol 25 GraphicUsed by:36
Symbol 26 GraphicUsed by:36
Symbol 27 GraphicUsed by:36
Symbol 28 GraphicUsed by:36
Symbol 29 GraphicUsed by:36
Symbol 30 GraphicUsed by:36
Symbol 31 GraphicUsed by:36
Symbol 32 GraphicUsed by:36
Symbol 33 GraphicUsed by:36
Symbol 34 GraphicUsed by:36
Symbol 35 SoundUsed by:36
Symbol 36 MovieClipUses:20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 ButtonUses:37Used by:40
Symbol 39 SoundUsed by:40
Symbol 40 MovieClipUses:38 39Used by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:40 41Used by:Timeline
Symbol 43 EditableTextUses:18Used by:Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 EditableTextUses:18Used by:Timeline
Symbol 47 SoundUsed by:Timeline
Symbol 48 EditableTextUses:18Used by:Timeline
Symbol 49 TextUses:11Used by:Timeline
Symbol 50 EditableTextUses:11Used by:Timeline
Symbol 51 TextUses:11Used by:Timeline
Symbol 52 EditableTextUses:11Used by:Timeline
Symbol 53 GraphicUsed by:56 60
Symbol 54 TextUses:11Used by:56
Symbol 55 TextUses:11Used by:56
Symbol 56 ButtonUses:53 54 55Used by:Timeline
Symbol 57 TextUses:18Used by:Timeline
Symbol 58 TextUses:11Used by:60
Symbol 59 TextUses:11Used by:60
Symbol 60 ButtonUses:53 58 59Used by:Timeline

Instance Names

"MCPreloader"Frame 1Symbol 9 MovieClip
"man"Frame 36Symbol 36 MovieClip
"rock"Frame 36Symbol 42 MovieClip
"manspeech"Frame 36Symbol 46 EditableText
"EmptyMC"Symbol 9 MovieClip Frame 1Symbol 6 MovieClip
"rock_sym"Symbol 42 MovieClip Frame 1Symbol 40 MovieClip

Labels

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

Dynamic Text Variables

cPercentSymbol 3 EditableText"000"
todoSymbol 4 EditableText"000000"
doneSymbol 5 EditableText"000000"
scoreSymbol 43 EditableText""
scoreSymbol 48 EditableText""
scoreSymbol 50 EditableText""




http://swfchan.com/17/82305/info.shtml
Created: 1/4 -2019 11:58:07 Last modified: 1/4 -2019 11:58:07 Server time: 05/05 -2024 01:48:15