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

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

Merry Christmas.swf

This is the info page for
Flash #30235

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


Text
well done!

counting your pressies...

0

0

play again!

Merry
Christmas

miniclip wishes you a

and a groovy new year

click here to play!

MINICLIP.COM SNOW COMPONENT v0.1

Place this component on the frame you want the
snow to appear.
NOTE: If you export Flash 5 content, the
'stageWidth' and 'stageHeight' parameters of
this component must be set.

prepare to click like mad

5

4

3

2

1

go!

ActionScript [AS1/AS2]

Instance of Symbol 53 MovieClip in Frame 1
onClipEvent (load) { snowFlakes = 20; stageWidth = 550; stageHeight = 400; snowSpeed = 0.11; snowDistance = 10; } onClipEvent (load) { this.swapDepths(200000); }
Frame 2
if (_totalframes < _framesloaded) { gotoAndPlay(_currentframe - 1); } else { play(); }
Frame 3
function reset() { trace("remove"); var i = 0; while (presentCount >= i) { _root["mcPresent" + i].removeMovieClip(); i++; } mcCounter.removeMovieClip(); presentCount = 0; presentCount2 = 0; setScore(0); } reset(); stop();
Frame 117
function makePresent() { setScore(presentCount++); attachMovie("mcPresent", "mcPresent" + presentCount, presentCount); var size = (50 + random(100)); this["mcPresent" + presentCount]._xscale = size; this["mcPresent" + presentCount]._yscale = size; this["mcPresent" + presentCount]._rotation = random(20) - 10; var my_color = new Color(this["mcPresent" + presentCount]); var col = random(7); if (col == 0) { var r = 150; var g = 0; var b = 0; } else if (col == 1) { var r = 0; var g = 150; var b = 0; } else if (col == 2) { var r = 0; var g = 0; var b = 150; } else if (col == 3) { var r = -20; var g = 100; var b = 100; } else if (col == 4) { var r = 150; var g = 0; var b = 150; } else if (col == 5) { var r = 100; var g = 100; var b = -10; } else if (col == 6) { var r = 50; var g = 50; var b = 50; } var myColorTransform = {ra:100, rb:r, ga:100, gb:g, ba:100, bb:b, aa:100, ab:0}; my_color.setTransform(myColorTransform); var flip = random(2); if (flip == 0) { this["mcPresent" + presentCount]._xscale = (-size) - (random(20) - 10); } movePressie = 0; do { this["mcPresent" + presentCount]._x = random(500) + 25; this["mcPresent" + presentCount]._y = random(350) + 25; var i = 0; while (i < presentCount) { var onAnotherPresent = this["mcPresent" + presentCount].hitTest(this["mcPresent" + i]); if (onAnotherPresent) { break; } movePressie++; if (100 < movePressie) { break; } i++; } } while (onAnotherPresent); } function done() { clearInterval(ivDone); gotoAndStop ("hiscore"); } function timer() { var goto = int((getTimer() - startTime) / 10); mcTimer.gotoAndStop(goto); if (500 < goto) { clearInterval(ivTimer); } } t = 0; ivDone = setInterval(done, 5000); startTime = getTimer(); ivTimer = setInterval(timer, 31); stop();
Instance of Symbol 33 MovieClip [mcPresent] in Frame 117
onClipEvent (load) { _visible = false; } onClipEvent (mouseDown) { _parent.makePresent(); }
Frame 126
attachMovie("mcCounter", "mcCounter", 100000); play();
Frame 156
function countPresents() { mcCounter.txtCounter = presentCount2; mcCounter.txtCounter2 = presentCount2; _root["mcPresent" + presentCount2].gotoAndPlay("count"); presentCount2++; if (presentCount < presentCount2) { mcCounter.gotoAndStop("done"); clearInterval(ivCountPresents); } } var presentCount2 = 0; ivCountPresents = setInterval(countPresents, 150); stop();
Symbol 15 Button
on (release) { _parent.gotoAndPlay("start"); }
Symbol 17 MovieClip Frame 1
this._visible = false;
Symbol 27 Button
on (release) { gameURL = ("http://www.miniclip.com/games/" + gamename) + "/en/"; trace("Going to game: " + gameURL); getURL ("http://www.miniclip.com", "_blank"); }
Symbol 29 MovieClip Frame 1
System.security.allowDomain("www.miniclip.com");
Instance of Symbol 17 MovieClip "mcHighscores" in Symbol 29 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 29 MovieClip Frame 2
if (scoreLocation == undefined) { trace(("*** Miniclip Highscore Component: scoreLocation (" + scoreLocation) + ") is undefined."); } if ((((_url.indexOf("miniclip.com") == -1) && (_url.indexOf("miniclip.net") == -1)) && (_url.indexOf("miniclip.co.uk") == -1)) && (_url.indexOf("miniclips.com"))) { gotoAndStop(_currentframe + 1); } else { var noCache = (getTimer() + random(100000)); mcTarget.loadMovie("http://www.miniclip.com/swfcontent/highscore.swf?noCache=" + noCache); stop(); }
Symbol 29 MovieClip Frame 3
stop();
Symbol 30 MovieClip [mcCounter] Frame 1
play();
Symbol 30 MovieClip [mcCounter] Frame 49
stop();
Instance of Symbol 29 MovieClip "comHighscores" in Symbol 30 MovieClip [mcCounter] Frame 50
onClipEvent (load) { scoreLocation = "_root.presentCount"; gamename = "xmas"; saveScore = true; scoreIsTime = false; scoreReversed = false; negativeScoreAllowed = false; }
Symbol 33 MovieClip [mcPresent] Frame 9
stop();
Symbol 33 MovieClip [mcPresent] Frame 16
stop();
Symbol 47 Button
on (release) { gotoAndPlay ("game"); }
Symbol 53 MovieClip Frame 1
function makeFlake(flake) { flake._y = 0; flake._x = random(stageWidth); flake._y = random(stageHeight * 2) - (stageHeight * 2); flake.size = random(50) + 50; flake._xscale = flake.size; flake._yscale = flake.size; flake.originalPosition = flake._x; flake.vin = (flake._x + random(10)) - 5; flake.snowSpeed = snowSpeed * ((random(100) - 50) / 40); flake.fallSpeed = random(snowSpeed * 30) + 1; } this._visible = false; snowFall = new Array(); stageWidth = int(stageWidth); stageHeight = int(stageHeight); landedSnow = snowFlakes; error = false; if (((stageWidth == 0) or (stageHeight == 0)) && (mcTarget.getDepth() == undefined)) { trace("MINICLIP.COM LOADING COMPONENT WARNING"); trace("======================================"); trace("The 'stageWidth' and 'stageHeight' parameters have not been set."); trace("If you export Flash 5 content, these values MUST be set."); mcInstructions._visible = true; mcInstructions._x = 0; mcInstructions._y = 0; mcInstructions.gotoAndStop(2); mcTarget._visible = false; error = true; } else if ((stageWidth == 0) or (stageHeight == 0)) { stageWidth = Stage.width; stageHeight = Stage.height; } if (error == false) { i = 0; while (i < snowFlakes) { attachMovie("mcFlake", "mcFlake" + i, i); var flakePath = eval (this["mcFlake" + i]._target); makeFlake(flakePath); i++; } } else { stop(); } this._visible = true;
Instance of Symbol 52 MovieClip "mcInfo" in Symbol 53 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 53 MovieClip Frame 3
i = 0; while (i < snowFlakes) { this["mcFlake" + i].y = (Math.sin(this["mcFlake" + i].vin) * snowDistance) + this["mcFlake" + i].originalPosition; this["mcFlake" + i]._x = snowDistance + this["mcFlake" + i].y; this["mcFlake" + i]._y = this["mcFlake" + i]._y + this["mcFlake" + i].fallSpeed; this["mcFlake" + i].vin = this["mcFlake" + i].vin + this["mcFlake" + i].snowSpeed; if ((stageHeight + 10) < this["mcFlake" + i]._y) { var flakePath = eval (this["mcFlake" + i]._target); makeFlake(flakePath); } i++; } gotoAndPlay(_currentframe - 1);
Symbol 63 MovieClip Frame 32
stop();

Library Items

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

Instance Names

"mcTimer"Frame 117Symbol 70 MovieClip
"mcHighscores"Symbol 29 MovieClip Frame 1Symbol 17 MovieClip
"mcTarget"Symbol 29 MovieClip Frame 2Symbol 18 MovieClip
"comHighscores"Symbol 30 MovieClip [mcCounter] Frame 50Symbol 29 MovieClip
"mcInfo"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 30 as "mcCounter"
ExportAssets (56)Timeline Frame 1Symbol 33 as "mcPresent"
ExportAssets (56)Timeline Frame 1Symbol 35 as "mcFlake"
ExportAssets (56)Timeline Frame 1Symbol 35 as "mcFlake"
ExportAssets (56)Timeline Frame 117Symbol 33 as "mcPresent"
ExportAssets (56)Timeline Frame 118Symbol 33 as "mcPresent"
ExportAssets (56)Timeline Frame 119Symbol 33 as "mcPresent"
ExportAssets (56)Timeline Frame 120Symbol 33 as "mcPresent"
ExportAssets (56)Timeline Frame 121Symbol 33 as "mcPresent"
ExportAssets (56)Timeline Frame 122Symbol 33 as "mcPresent"
ExportAssets (56)Timeline Frame 123Symbol 33 as "mcPresent"
ExportAssets (56)Timeline Frame 124Symbol 33 as "mcPresent"
ExportAssets (56)Timeline Frame 125Symbol 33 as "mcPresent"

Labels

"start"Frame 3
"game"Frame 12
"hiscore"Frame 126
"done"Symbol 30 MovieClip [mcCounter] Frame 50
"count"Symbol 33 MovieClip [mcPresent] Frame 10

Dynamic Text Variables

txtCounter2Symbol 8 EditableText"0"
txtCounterSymbol 9 EditableText"0"




http://swfchan.com/7/30235/info.shtml
Created: 19/5 -2019 11:58:19 Last modified: 19/5 -2019 11:58:19 Server time: 19/05 -2024 20:04:40