STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229494 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #41341 |
Points: 99999 |
Points: 99999 |
Time Bonus: 99999 |
Total: 99999 |
Here is the level as you will play the game. The first thing you will notice is the Time Bar, to the left. As the name implies, it times your game. It starts full, and decreases as time runs out. Finish the level before it empties! |
0 |
To the right is the Quota Bar. It starts empty, unlike the Time Bar, and fills as you collect the Snowflakes by clicking on them. Fill the Quota Bar to finish the level. |
On the bottom are some buttons and a display. The display records how many points you have for the level. The Menu button ends the game and takes you to the menu. The Pause button stops the game temporarily. The Sound and Music buttons toggle whether you can hear the sound effects and music, respectively. |
When you start the game, all you have to do is fill the Quota Bar all the way up by collecting Snowflakes as they fall from the top of the screen. Every Snowflake is worth 100 points. |
On the second level, Speedy Flakes will appear. Slow Snowflakes will be worth 100 points. Medium-speed Snowflakes will be worth 250 points. Finally, fast Snowflakes will be worth 500 points! |
Level 3 introduces Fireflakes. Fireflakes will take away 500 points if you miss one, so be sure to grab all of them! Also, if you miss one, part of the Quota Bar will drain. Grabbing a Fireflake is only worth 50 points. |
Finally, Level 4 presents Iceflakes. These wonderful Snowflakes help you get more points! They freeze the Time Bar, giving you more time. They also freeze the Quota Bar, meaning you can get extra Snowflakes for extra points! On top of that, they protect you from Fireflakes--if a Fireflake reaches the bottom, it doesn't do anything to your score or the Quota Bar! |
On Level 5, you will face the Abominable Snowman. He will throw snowballs at you which will freeze the cursor--be sure to avoid the snowballs, or you might miss a few fireflakes! |
At the Menu, click "Start" to begin. "Continue" brings you to a level select screen, where only levels that you have beaten are accessible. Scores of those levels are also found there. "High Scores" opens a new window with the High Scores page. "Credits" tells you a little about myself, ShirkDeio. |
999999 |
999999 |
999999 |
999999 |
999999 |
Thank you for playing! Be sure to submit your scores! Not sure what to do next? Try the "Continue" button on the main menu and get better scores! |
Name |
Total Score: 99999 |
99999999 |
99999999 |
99999999 |
99999999 |
99999999 |
Total Score: 99999 |
Name |
Thanks First and foremost to Christ Jesus my Lord, who gave me the enjoyment I have in making Flash games. I also thank all the people who tested my game and gave input, including my family, friends, and even a few Newgrounders who gave me input when I posted it at the BBS. And finally, I thank you for playing it! |
Credits ActionScript, Animation, Concept, etc. by ShirkDeio (Luke Godfrey). Music by cornandbeans, DjKavi, alertG, Dj-Seri, DrMontigo, and WritersBlock. If you want to contact me for any reason, my email address is lukeben92@sbcglobal.net. I'd be glad to help you with your own flash experience! |
Jukebox |
Click on the Next/Previous buttons to select songs. The information on the song will appear in the respective boxes (Artist and Song). |
Artist: SomeLongArtistNameHere |
Song: SomeLongSongNameHere |
Menu music is not featured here, because you just have to be in the menu to listen to it. The Menu song is by DrMontigo, and is called "Robot Reindeer." |
ActionScript [AS1/AS2]
Frame 1function noFunction() { } function getHallpass() { getURL ("http://www.hallpass.com/", "_blank"); } function getShirkDeio() { getURL ("http://shirkdeio.newgrounds.com/", "_blank"); } function getNewgrounds() { getURL ("http://www.newgrounds.com/refer/shirkdeio"); } function contactShirkDeio() { getURL ("mailto:shirk.deio@yahoo.com", "_blank"); } function transition(nextScreen) { removeMovieClip(t); attachMovie("transition", "t", this.getNextHighestDepth()); t.onEnterFrame = function () { if (this._currentframe == (this._totalframes / 2)) { delete menu_mc.onRollOver; delete menu_mc.onRollOut; delete menu_mc.onDragOut; delete menu_mc.onRelease; delete sound_mc.onRollOver; delete sound_mc.onRollOut; delete sound_mc.onDragOut; delete sound_mc.onRelease; delete music_mc.onRollOver; delete music_mc.onRollOut; delete music_mc.onDragOut; delete music_mc.onRelease; delete pause_mc.onRollOver; delete pause_mc.onRollOut; delete pause_mc.onDragOut; delete pause_mc.onRelease; _root.gotoAndStop(nextScreen); } if (this._currentframe == this._totalframes) { removeMovieClip(this); } }; } function showGameover(nextScreen) { attachMovie("gameover", "g", this.getNextHighestDepth()); g.onEnterFrame = function () { g.stuff.points_txt.text = "Points: " + points; g.stuff.onRelease = function () { this._parent.play(); transition(nextScreen); }; if (this._currentframe == this._totalframes) { removeMovieClip(this); } }; } function showLevelcomplete(nextScreen) { attachMovie("levelcomplete", "l", this.getNextHighestDepth()); l.onEnterFrame = function () { this.stuff.onRelease = function () { if (time <= 0) { this._parent.play(); transition(nextScreen); } }; if (this._currentframe == this._totalframes) { removeMovieClip(this); } }; } function lightup(object) { var _local1 = new Color(object); object = {ra:100, rb:50, ga:100, gb:50, ba:100, bb:50, aa:100, ab:0}; _local1.setTransform(object); } function dim(object) { var _local1 = new Color(object); object = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; _local1.setTransform(object); } function darken(object) { var _local1 = new Color(object); object = {ra:100, rb:-230, ga:100, gb:-230, ba:100, bb:-230, aa:100, ab:0}; _local1.setTransform(object); } stop(); var contextMenu = new ContextMenu(); contextMenu.hideBuiltInItems(); var cmi1 = new ContextMenuItem("Copyright 2007 Luke Godfrey (ShirkDeio)", noFunction); var cmi2 = new ContextMenuItem("All Rights Reserved", noFunction); var cmi3 = new ContextMenuItem("Contact ShirkDeio", contactShirkDeio); cmi3.separatorBefore = true; var cmi4 = new ContextMenuItem("Visit ShirkDeio's Newgrounds Page", getShirkDeio); var cmi5 = new ContextMenuItem("Play More Games", getHallpass); cmi5.separatorBefore = true; var cmi6 = new ContextMenuItem("Visit Newgrounds", getNewgrounds); contextMenu.customItems.push(cmi1, cmi2, cmi3, cmi4, cmi5, cmi6); _root.menu = contextMenu; var so = SharedObject.getLocal("NG_Snowflakes_ShirkDeio", "/"); if (so.data.level1 == undefined) { so.data.level1 = false; so.data.level1score = 0; } if (so.data.level2 == undefined) { so.data.level2 = false; so.data.level2score = 0; } if (so.data.level3 == undefined) { so.data.level3 = false; so.data.level3score = 0; } if (so.data.level4 == undefined) { so.data.level4 = false; so.data.level4score = 0; } if (so.data.level5 == undefined) { so.data.level5 = false; so.data.level5score = 0; } so.flush();Frame 9stop(); gotoAndStop ("hallpass");Frame 21stop();Instance of Symbol 170 MovieClip in Frame 21on (release) { getURL ("http://www.hallpass.com/", "_blank"); }Frame 29stop(); transition("menu");Frame 31stop(); if (cursong != "menu") { music.stop(); var music = new Sound(); music.attachSound("menu"); musicPlaying = true; cursong = "menu"; music.start(); music.onSoundComplete = function () { music.start(); }; } if (cursor == undefined) { attachMovie("cursor", "cursor", 999999); cursor._x = (cursor._y = -100); Mouse.hide(); cursor.frozen = false; cursor.onEnterFrame = function () { if (!this.frozen) { this.gotoAndStop(1); this._x = _xmouse; this._y = _ymouse; } else { this.gotoAndStop("frozen"); } }; cursor.onMouseDown = function () { Mouse.hide(); }; cursor.onMouseUp = cursor.onMouseDown; } instructions_mc.onRollOver = function () { lightup(this); }; instructions_mc.onRollOut = function () { dim(this); }; instructions_mc.onDragOut = instructions_mc.onRollOut; instructions_mc.onRelease = function () { if (t == undefined) { transition("instructions"); } }; start_mc.onRollOver = function () { lightup(this); }; start_mc.onRollOut = function () { dim(this); }; start_mc.onDragOut = start_mc.onRollOut; start_mc.onRelease = function () { if (t == undefined) { transition("level1"); } }; continue_mc.onRollOver = function () { lightup(this); }; continue_mc.onRollOut = function () { dim(this); }; continue_mc.onDragOut = continue_mc.onRollOut; continue_mc.onRelease = function () { if (t == undefined) { transition("levelselect"); } }; scores_mc.onRollOver = function () { lightup(this); }; scores_mc.onRollOut = function () { dim(this); }; scores_mc.onDragOut = scores_mc.onRollOut; scores_mc.onRelease = function () { getURL ("http://rankz.armorbot.com/snowflakes/", "_blank"); }; jukebox_mc.onRollOver = function () { lightup(this); }; jukebox_mc.onRollOut = function () { dim(this); }; jukebox_mc.onDragOut = jukebox_mc.onRollOut; jukebox_mc.onRelease = function () { if (t == undefined) { transition("jukebox"); } }; credits_mc.onRollOver = function () { lightup(this); }; credits_mc.onRollOut = function () { dim(this); }; credits_mc.onDragOut = credits_mc.onRollOut; credits_mc.onRelease = function () { if (t == undefined) { transition("credits"); } }; more_mc.onRollOver = function () { lightup(this); }; more_mc.onRollOut = function () { dim(this); }; more_mc.onDragOut = more_mc.onRollOut; more_mc.onRelease = function () { getURL ("http://www.hallpass.com", "_blank"); }; more2_mc.onRollOver = function () { lightup(this); }; more2_mc.onRollOut = function () { dim(this); }; more2_mc.onDragOut = more2_mc.onRollOut; more2_mc.onRelease = function () { getURL ("http://www.armorgames.com", "_blank"); }; ng_mc.onRollOver = function () { lightup(this); }; ng_mc.onRollOut = function () { dim(this); }; ng_mc.onDragOut = ng_mc.onRollOut; ng_mc.onRelease = function () { getURL ("http://www.newgrounds.com/collection/christmas2007", "_blank"); };Frame 41stop(); menu_mc.onRollOver = function () { lightup(this); }; menu_mc.onRollOut = function () { dim(this); }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (t == undefined) { transition("menu"); } }; continue_mc.onRollOver = function () { lightup(this); }; continue_mc.onRollOut = function () { dim(this); }; continue_mc.onDragOut = continue_mc.onRollOut; continue_mc.onRelease = function () { if (t == undefined) { play(); } };Frame 42stop(); back_mc.onRollOver = function () { lightup(this); }; back_mc.onRollOut = function () { dim(this); }; back_mc.onDragOut = back_mc.onRollOut; back_mc.onRelease = function () { if (t == undefined) { _root.gotoAndStop(_root._currentframe - 1); } };Frame 43stop();Frame 44stop();Instance of Symbol 122 MovieClip [snowflake1] in Frame 44onClipEvent (enterFrame) { this._rotation++; }Instance of Symbol 124 MovieClip [snowflake2] in Frame 44onClipEvent (enterFrame) { this._rotation--; }Instance of Symbol 126 MovieClip [snowflake3] in Frame 44onClipEvent (enterFrame) { this._rotation++; }Frame 45stop();Instance of Symbol 122 MovieClip [snowflake1] in Frame 45onClipEvent (enterFrame) { this._rotation = this._rotation - 1; }Instance of Symbol 124 MovieClip [snowflake2] in Frame 45onClipEvent (enterFrame) { this._rotation = this._rotation + 2.5; }Instance of Symbol 126 MovieClip [snowflake3] in Frame 45onClipEvent (enterFrame) { this._rotation = this._rotation - 4; }Frame 46stop();Instance of Symbol 96 MovieClip [snowflake4] in Frame 46onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }Instance of Symbol 96 MovieClip [snowflake4] in Frame 46onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }Frame 47stop();Instance of Symbol 127 MovieClip [snowflake5] in Frame 47onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }Instance of Symbol 127 MovieClip [snowflake5] in Frame 47onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }Frame 48stop();Frame 49stop(); continue_mc.onRollOver = function () { lightup(this); }; continue_mc.onRollOut = function () { dim(this); }; continue_mc.onDragOut = continue_mc.onRollOut; continue_mc.onRelease = function () { if (t == undefined) { transition("menu"); } };Frame 51function addFlake() { if (!paused) { if (i == 100) { i = 0; } var type = Math.floor((Math.random() * 3) + 1); var flake = flakes.flakes.attachMovie("snowflake" + type, "flake" + i, ++i); var _local3 = Math.floor((Math.random() * 3) + 1); flake.gotoAndStop(_local3); flake._x = (Math.random() * (Stage.width - 150)) + 75; flake._y = -50; flake.grab = false; var dir = ((Math.random() * 2) - 1); var speed = (Math.abs(dir) * 2); if (speed < 1) { speed = 1; } var score = 100; if (type < 4) { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("bells2"); this.sound.start(); } } }; } else { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake1"); this.sound.start(); } } }; } flake.onEnterFrame = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { this._y = this._y + speed; if (flake.grab) { if (dir == Math.abs(dir)) { this._rotation = this._rotation + 10; } else { this._rotation = this._rotation - 10; } this._alpha = this._alpha - 10; this._xscale = this._xscale + 5; this._yscale = this._yscale + 5; if (this._alpha <= 0) { if (type < 4) { _root.points = _root.points + score; _root.gotten++; } else { _root.points = _root.points + 50; } removeMovieClip(this); } } else { this._rotation = this._rotation + dir; } if (this._y > Stage.height) { if (type >= 4) { if (gotten > 0) { gotten--; if (points > 500) { points = points - 500; } else { points = 0; } } if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake2"); this.sound.start(); } } removeMovieClip(this); } } }; } } function timer() { if (!paused) { var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; time--; } else { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } } } stop(); i = 0; music.stop(); var music = new Sound(); music.attachSound("song1"); musicPlaying = true; cursong = 1; music.start(); music.onSoundComplete = function () { music.start(); }; so.data.level1 = true; so.flush(); var gameover = false; var levelcomplete = false; var paused = false; var muted = false; var points = 0; var quota = 20; var gotten = 0; var timeLimit = 1500; var time = 1500; flakes.createEmptyMovieClip("flakes", 0); quotaBar.onEnterFrame = function () { var _local3 = (gotten / quota) * 100; if (_local3 < 100) { this.fill._yscale = _local3; } else { this.fill._yscale = 100; clearInterval(timerInterval); clearInterval(flakeInterval); delete quotaBar.onEnterFrame; showLevelcomplete("level2"); removeMovieClip(flakes.flakes); var timeBonus = 0; _root.getBonus = function () { l.stuff.points_txt.text = "Points: " + points; l.stuff.onRelease = function () { if (time > 0) { timeBonus = timeBonus + time; time = time - time; timeBar.fill._yscale = 0; if ((so.data.level1score == undefined) || (Number(points + timeBonus) > Number(so.data.level1score))) { so.data.level1score = Number(points + timeBonus); } so.flush(); } }; if (time > 0) { time--; timeBonus++; } else { clearInterval(bonusInterval); if ((so.data.level1score == undefined) || (Number(points + timeBonus) > Number(so.data.level1score))) { so.data.level1score = Number(points + timeBonus); } so.flush(); } l.stuff.bonus_txt.text = "Time Bonus: " + timeBonus; var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; } l.stuff.total_txt.text = "Total: " + (points + timeBonus); }; bonusInterval = setInterval(getBonus, 1); levelcomplete = true; } points_txt.text = points; }; attachMovie("readygo", "readygo", this.getNextHighestDepth()); readygo.onEnterFrame = function () { if (this._currentframe == this._totalframes) { timerInterval = setInterval(timer, 10); flakeInterval = setInterval(addFlake, 500); menu_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; menu_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } }; sound_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; sound_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; sound_mc.onDragOut = sound_mc.onRollOut; sound_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { if (muted) { muted = false; } else { muted = true; } } }; music_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; music_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; music_mc.onDragOut = music_mc.onRollOut; music_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("music", "m", this.getNextHighestDepth()); m.onEnterFrame = function () { if (musicPlaying) { m.stuff.on_mc.gotoAndStop(1); } else { m.stuff.on_mc.gotoAndStop(2); } m.stuff.song_mc.gotoAndStop(cursong); m.stuff.on_mc.onRelease = function () { if (musicPlaying) { musicPlaying = false; music.stop(); this.gotoAndStop(2); } else { musicPlaying = true; music.start(); this.gotoAndStop(1); } }; m.stuff.song_mc.onRelease = function () { musicPlaying = true; if ((cursong + 1) <= 4) { cursong++; } else { cursong = 1; } music.stop(); music.attachSound("song" + cursong); music.start(); this.gotoAndStop(cursong); }; m.stuff.continue_mc.onRelease = function () { if (m._currentframe == (m._totalframes / 2)) { m.play(); } }; if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; pause_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; pause_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; pause_mc.onDragOut = pause_mc.onRollOut; pause_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("pause", "p", this.getNextHighestDepth()); p.onRelease = function () { if (this._currentframe == (this._totalframes / 2)) { this.play(); } }; p.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; removeMovieClip(this); } };Frame 61function addFlake() { if (!paused) { if (i == 100) { i = 0; } var type = Math.floor((Math.random() * 3) + 1); var flake = flakes.flakes.attachMovie("snowflake" + type, "flake" + i, ++i); var _local3 = Math.floor((Math.random() * 3) + 1); flake.gotoAndStop(_local3); flake._x = (Math.random() * (Stage.width - 150)) + 75; flake._y = -50; flake.grab = false; var dir = ((Math.random() * 6) - 3); var speed = (Math.abs(dir) * 2); if (speed < 1) { speed = 1; } if (speed < 2) { var score = 100; } else if ((speed > 2) && (speed < 4)) { var score = 250; } else { var score = 500; } if (type < 4) { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("bells2"); this.sound.start(); } } }; } else { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake1"); this.sound.start(); } } }; } flake.onEnterFrame = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { this._y = this._y + speed; if (flake.grab) { if (dir == Math.abs(dir)) { this._rotation = this._rotation + 10; } else { this._rotation = this._rotation - 10; } this._alpha = this._alpha - 10; this._xscale = this._xscale + 5; this._yscale = this._yscale + 5; if (this._alpha <= 0) { if (type < 4) { _root.points = _root.points + score; _root.gotten++; } else { _root.points = _root.points + 50; } removeMovieClip(this); } } else { this._rotation = this._rotation + dir; } if (this._y > Stage.height) { if (type >= 4) { if (gotten > 0) { gotten--; if (points > 500) { points = points - 500; } else { points = 0; } } if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake2"); this.sound.start(); } } removeMovieClip(this); } } }; } } function timer() { if (!paused) { var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; time--; } else { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } } } stop(); i = 0; if (cursong == "menu") { music.stop(); var music = new Sound(); music.attachSound("song1"); musicPlaying = true; cursong = 1; music.start(); music.onSoundComplete = function () { music.start(); }; } so.data.level2 = true; so.flush(); var gameover = false; var levelcomplete = false; var paused = false; var muted = false; var points = 0; var quota = 30; var gotten = 0; var timeLimit = 1500; var time = 1500; flakes.createEmptyMovieClip("flakes", 0); quotaBar.onEnterFrame = function () { var _local3 = (gotten / quota) * 100; if (_local3 < 100) { this.fill._yscale = _local3; } else { this.fill._yscale = 100; clearInterval(timerInterval); clearInterval(flakeInterval); delete quotaBar.onEnterFrame; showLevelcomplete("level3"); removeMovieClip(flakes.flakes); var timeBonus = 0; _root.getBonus = function () { l.stuff.points_txt.text = "Points: " + points; l.stuff.onRelease = function () { if (time > 0) { timeBonus = timeBonus + time; time = time - time; timeBar.fill._yscale = 0; if ((so.data.level2score == undefined) || (Number(points + timeBonus) > Number(so.data.level2score))) { so.data.level2score = Number(points + timeBonus); } so.flush(); } }; if (time > 0) { time--; timeBonus++; } else { clearInterval(bonusInterval); if ((so.data.level2score == undefined) || (Number(points + timeBonus) > Number(so.data.level2score))) { so.data.level2score = Number(points + timeBonus); } so.flush(); } l.stuff.bonus_txt.text = "Time Bonus: " + timeBonus; var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; } l.stuff.total_txt.text = "Total: " + (points + timeBonus); }; bonusInterval = setInterval(getBonus, 1); levelcomplete = true; } points_txt.text = points; }; attachMovie("readygo", "readygo", this.getNextHighestDepth()); readygo.onEnterFrame = function () { if (this._currentframe == this._totalframes) { timerInterval = setInterval(timer, 10); flakeInterval = setInterval(addFlake, 500); menu_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; menu_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } }; sound_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; sound_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; sound_mc.onDragOut = sound_mc.onRollOut; sound_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { if (muted) { muted = false; } else { muted = true; } } }; music_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; music_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; music_mc.onDragOut = music_mc.onRollOut; music_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("music", "m", this.getNextHighestDepth()); m.onEnterFrame = function () { if (musicPlaying) { m.stuff.on_mc.gotoAndStop(1); } else { m.stuff.on_mc.gotoAndStop(2); } m.stuff.song_mc.gotoAndStop(cursong); m.stuff.on_mc.onRelease = function () { if (musicPlaying) { musicPlaying = false; music.stop(); this.gotoAndStop(2); } else { musicPlaying = true; music.start(); this.gotoAndStop(1); } }; m.stuff.song_mc.onRelease = function () { musicPlaying = true; if ((cursong + 1) <= 4) { cursong++; } else { cursong = 1; } music.stop(); music.attachSound("song" + cursong); music.start(); this.gotoAndStop(cursong); }; m.stuff.continue_mc.onRelease = function () { if (m._currentframe == (m._totalframes / 2)) { m.play(); } }; if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; pause_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; pause_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; pause_mc.onDragOut = pause_mc.onRollOut; pause_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("pause", "p", this.getNextHighestDepth()); p.onRelease = function () { if (this._currentframe == (this._totalframes / 2)) { this.play(); } }; p.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; removeMovieClip(this); } };Frame 71function addFlake() { if (!paused) { if (i == 100) { i = 0; } var type = Math.floor((Math.random() * 4) + 1); var flake = flakes.flakes.attachMovie("snowflake" + type, "flake" + i, ++i); var _local3 = Math.floor((Math.random() * 3) + 1); flake.gotoAndStop(_local3); flake._x = (Math.random() * (Stage.width - 150)) + 75; flake._y = -50; flake.grab = false; var dir = ((Math.random() * 6) - 3); var speed = (Math.abs(dir) * 2); if (speed < 1) { speed = 1; } if (speed < 2) { var score = 100; } else if ((speed > 2) && (speed < 4)) { var score = 250; } else { var score = 500; } if (type < 4) { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("bells2"); this.sound.start(); } } }; } else { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake1"); this.sound.start(); } } }; } flake.onEnterFrame = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { this._y = this._y + speed; if (flake.grab) { if (dir == Math.abs(dir)) { this._rotation = this._rotation + 10; } else { this._rotation = this._rotation - 10; } this._alpha = this._alpha - 10; this._xscale = this._xscale + 5; this._yscale = this._yscale + 5; if (this._alpha <= 0) { if (type < 4) { _root.points = _root.points + score; _root.gotten++; } else { _root.points = _root.points + 50; } removeMovieClip(this); } } else { this._rotation = this._rotation + dir; } if (this._y > Stage.height) { if (type >= 4) { if (gotten > 0) { gotten--; } if (points > 500) { points = points - 500; } else { points = 0; } if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake2"); this.sound.start(); } } removeMovieClip(this); } } }; } } function timer() { if (!paused) { var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; time--; } else { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } } } stop(); i = 0; if (cursong == "menu") { music.stop(); var music = new Sound(); music.attachSound("song1"); musicPlaying = true; cursong = 1; music.start(); music.onSoundComplete = function () { music.start(); }; } so.data.level3 = true; so.flush(); var gameover = false; var levelcomplete = false; var paused = false; var muted = false; var points = 0; var quota = 30; var gotten = 0; var timeLimit = 1750; var time = 1750; flakes.createEmptyMovieClip("flakes", 0); quotaBar.onEnterFrame = function () { var _local3 = (gotten / quota) * 100; if (_local3 < 100) { this.fill._yscale = _local3; } else { this.fill._yscale = 100; clearInterval(timerInterval); clearInterval(flakeInterval); delete quotaBar.onEnterFrame; showLevelcomplete("level4"); removeMovieClip(flakes.flakes); var timeBonus = 0; _root.getBonus = function () { l.stuff.points_txt.text = "Points: " + points; l.stuff.onRelease = function () { if (time > 0) { timeBonus = timeBonus + time; time = time - time; timeBar.fill._yscale = 0; if ((so.data.level3score == undefined) || (Number(points + timeBonus) > Number(so.data.level3score))) { so.data.level3score = Number(points + timeBonus); } so.flush(); } }; if (time > 0) { time--; timeBonus++; } else { clearInterval(bonusInterval); if ((so.data.level3score == undefined) || (Number(points + timeBonus) > Number(so.data.level3score))) { so.data.level3score = Number(points + timeBonus); } so.flush(); } l.stuff.bonus_txt.text = "Time Bonus: " + timeBonus; var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; } l.stuff.total_txt.text = "Total: " + (points + timeBonus); }; bonusInterval = setInterval(getBonus, 1); levelcomplete = true; } points_txt.text = points; }; attachMovie("readygo", "readygo", this.getNextHighestDepth()); readygo.onEnterFrame = function () { if (this._currentframe == this._totalframes) { timerInterval = setInterval(timer, 10); flakeInterval = setInterval(addFlake, 500); menu_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; menu_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } }; sound_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; sound_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; sound_mc.onDragOut = sound_mc.onRollOut; sound_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { if (muted) { muted = false; } else { muted = true; } } }; music_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; music_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; music_mc.onDragOut = music_mc.onRollOut; music_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("music", "m", this.getNextHighestDepth()); m.onEnterFrame = function () { if (musicPlaying) { m.stuff.on_mc.gotoAndStop(1); } else { m.stuff.on_mc.gotoAndStop(2); } m.stuff.song_mc.gotoAndStop(cursong); m.stuff.on_mc.onRelease = function () { if (musicPlaying) { musicPlaying = false; music.stop(); this.gotoAndStop(2); } else { musicPlaying = true; music.start(); this.gotoAndStop(1); } }; m.stuff.song_mc.onRelease = function () { musicPlaying = true; if ((cursong + 1) <= 4) { cursong++; } else { cursong = 1; } music.stop(); music.attachSound("song" + cursong); music.start(); this.gotoAndStop(cursong); }; m.stuff.continue_mc.onRelease = function () { if (m._currentframe == (m._totalframes / 2)) { m.play(); } }; if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; pause_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; pause_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; pause_mc.onDragOut = pause_mc.onRollOut; pause_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("pause", "p", this.getNextHighestDepth()); p.onRelease = function () { if (this._currentframe == (this._totalframes / 2)) { this.play(); } }; p.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; removeMovieClip(this); } };Frame 81function addFlake() { if (!paused) { if (i == 100) { i = 0; } var type = Math.floor((Math.random() * 5) + 1); if (type == 5) { type = Math.floor((Math.random() * 5) + 1); } var flake = flakes.flakes.attachMovie("snowflake" + type, "flake" + i, ++i); var _local3 = Math.floor((Math.random() * 3) + 1); flake.gotoAndStop(_local3); flake._x = (Math.random() * (Stage.width - 150)) + 75; flake._y = -50; flake.grab = false; var dir = ((Math.random() * 6) - 3); var speed = (Math.abs(dir) * 2); if (speed < 1) { speed = 1; } if (speed < 2) { var score = 100; } else if ((speed > 2) && (speed < 4)) { var score = 250; } else { var score = 500; } if (type < 4) { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("bells2"); this.sound.start(); } } }; } else if (type == 4) { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake1"); this.sound.start(); } } }; } else if (type == 5) { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("iceflake"); this.sound.start(); } } }; } flake.onEnterFrame = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { this._y = this._y + speed; if (flake.grab) { if (dir == Math.abs(dir)) { this._rotation = this._rotation + 10; } else { this._rotation = this._rotation - 10; } this._alpha = this._alpha - 10; this._xscale = this._xscale + 5; this._yscale = this._yscale + 5; if (this._alpha <= 0) { if (type < 4) { _root.points = _root.points + score; if (!quotaBar.frozen) { _root.gotten++; } } else if (type == 4) { _root.points = _root.points + 50; } else if (type == 5) { if (!quotaBar.frozen) { iceflakeSet(); } else { clearInterval(iceInterval); iceInterval = setInterval(iceflakeReset, 5000); } } removeMovieClip(this); } } else { this._rotation = this._rotation + dir; } if (this._y > Stage.height) { if ((type == 4) && (!quotaBar.frozen)) { if (gotten > 0) { gotten--; } if (points > 500) { points = points - 500; } else { points = 0; } if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake2"); this.sound.start(); } } removeMovieClip(this); } } }; } } function iceflakeSet() { clearInterval(timerInterval); timeBar.gotoAndStop("frozen"); quotaBar.gotoAndStop("frozen"); quotaBar.frozen = true; iceInterval = setInterval(iceflakeReset, 5000); } function iceflakeReset() { clearInterval(iceInterval); timeBar.gotoAndStop(1); quotaBar.gotoAndStop(1); quotaBar.frozen = false; timerInterval = setInterval(timer, 10); } function timer() { if (!paused) { var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; time--; } else { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } } } stop(); i = 0; if (cursong == "menu") { music.stop(); var music = new Sound(); music.attachSound("song1"); musicPlaying = true; cursong = 1; music.start(); music.onSoundComplete = function () { music.start(); }; } so.data.level4 = true; so.flush(); var gameover = false; var levelcomplete = false; var paused = false; var muted = false; var points = 0; var quota = 20; var gotten = 0; var timeLimit = 1500; var time = 1500; flakes.createEmptyMovieClip("flakes", 0); quotaBar.onEnterFrame = function () { var _local3 = (gotten / quota) * 100; if (_local3 < 100) { this.fill._yscale = _local3; } else { this.fill._yscale = 100; clearInterval(timerInterval); clearInterval(flakeInterval); delete quotaBar.onEnterFrame; showLevelcomplete("level5"); removeMovieClip(flakes.flakes); var timeBonus = 0; _root.getBonus = function () { l.stuff.points_txt.text = "Points: " + points; l.stuff.onRelease = function () { if (time > 0) { timeBonus = timeBonus + time; time = time - time; timeBar.fill._yscale = 0; if ((so.data.level4score == undefined) || (Number(points + timeBonus) > Number(so.data.level4score))) { so.data.level4score = Number(points + timeBonus); } so.flush(); } }; if (time > 0) { time--; timeBonus++; } else { clearInterval(bonusInterval); if ((so.data.level4score == undefined) || (Number(points + timeBonus) > Number(so.data.level4score))) { so.data.level4score = Number(points + timeBonus); } so.flush(); } l.stuff.bonus_txt.text = "Time Bonus: " + timeBonus; var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; } l.stuff.total_txt.text = "Total: " + (points + timeBonus); }; bonusInterval = setInterval(getBonus, 1); levelcomplete = true; } points_txt.text = points; }; attachMovie("readygo", "readygo", this.getNextHighestDepth()); readygo.onEnterFrame = function () { if (this._currentframe == this._totalframes) { timerInterval = setInterval(timer, 10); flakeInterval = setInterval(addFlake, 500); menu_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; menu_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } }; sound_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; sound_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; sound_mc.onDragOut = sound_mc.onRollOut; sound_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { if (muted) { muted = false; } else { muted = true; } } }; music_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; music_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; music_mc.onDragOut = music_mc.onRollOut; music_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("music", "m", this.getNextHighestDepth()); m.onEnterFrame = function () { if (musicPlaying) { m.stuff.on_mc.gotoAndStop(1); } else { m.stuff.on_mc.gotoAndStop(2); } m.stuff.song_mc.gotoAndStop(cursong); m.stuff.on_mc.onRelease = function () { if (musicPlaying) { musicPlaying = false; music.stop(); this.gotoAndStop(2); } else { musicPlaying = true; music.start(); this.gotoAndStop(1); } }; m.stuff.song_mc.onRelease = function () { musicPlaying = true; if ((cursong + 1) <= 4) { cursong++; } else { cursong = 1; } music.stop(); music.attachSound("song" + cursong); music.start(); this.gotoAndStop(cursong); }; m.stuff.continue_mc.onRelease = function () { if (m._currentframe == (m._totalframes / 2)) { m.play(); } }; if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; pause_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; pause_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; pause_mc.onDragOut = pause_mc.onRollOut; pause_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("pause", "p", this.getNextHighestDepth()); p.onRelease = function () { if (this._currentframe == (this._totalframes / 2)) { this.play(); } }; p.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; removeMovieClip(this); } };Frame 91function addFlake() { if (!paused) { if (i == 100) { i = 0; } var type = Math.floor((Math.random() * 5) + 1); if (type != 4) { type = Math.floor((Math.random() * 5) + 1); } if (type == 5) { type = Math.floor((Math.random() * 5) + 1); } var flake = flakes.flakes.attachMovie("snowflake" + type, "flake" + i, ++i); var _local3 = Math.floor((Math.random() * 3) + 1); flake.gotoAndStop(_local3); flake._x = (Math.random() * (Stage.width - 150)) + 75; flake._y = -50; flake.grab = false; var dir = ((Math.random() * 6) - 3); var speed = (Math.abs(dir) * 2); if (speed < 1) { speed = 1; } if (speed < 2) { var score = 100; } else if ((speed > 2) && (speed < 4)) { var score = 250; } else { var score = 500; } if (type < 4) { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("bells2"); this.sound.start(); } } }; } else if (type == 4) { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake1"); this.sound.start(); } } }; } else if (type == 5) { flake.onPress = function () { if ((((!levelcomplete) && (!gameover)) && (!paused)) && (!flake.grab)) { flake.grab = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("iceflake"); this.sound.start(); } } }; } flake.onEnterFrame = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { this._y = this._y + speed; if (flake.grab) { if (dir == Math.abs(dir)) { this._rotation = this._rotation + 10; } else { this._rotation = this._rotation - 10; } this._alpha = this._alpha - 10; this._xscale = this._xscale + 5; this._yscale = this._yscale + 5; if (this._alpha <= 0) { if (type < 4) { _root.points = _root.points + score; if (!quotaBar.frozen) { _root.gotten++; } } else if (type == 4) { _root.points = _root.points + 50; } else if (type == 5) { if (!quotaBar.frozen) { iceflakeSet(); } else { clearInterval(iceInterval); iceInterval = setInterval(iceflakeReset, 5000); } } removeMovieClip(this); } } else { this._rotation = this._rotation + dir; } if (this._y > Stage.height) { if ((type == 4) && (!quotaBar.frozen)) { if (gotten > 0) { gotten--; } if (points > 500) { points = points - 500; } else { points = 0; } if (!muted) { this.sound = new Sound(); this.sound.attachSound("fireflake2"); this.sound.start(); } } removeMovieClip(this); } } }; } } function iceflakeSet() { clearInterval(timerInterval); timeBar.gotoAndStop("frozen"); quotaBar.gotoAndStop("frozen"); snowman.gotoAndStop("frozen"); quotaBar.frozen = true; snowman.frozen = true; iceInterval = setInterval(iceflakeReset, 5000); } function iceflakeReset() { clearInterval(iceInterval); timeBar.gotoAndStop(1); quotaBar.gotoAndStop(1); snowman.gotoAndStop(1); quotaBar.frozen = false; snowman.frozen = false; timerInterval = setInterval(timer, 10); } function timer() { if (!paused) { var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; time--; } else { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } } } function throwSnowball() { snowball = attachMovie("snowball", "snowball" + i, ++i); snowball._x = snowman._x; snowball._y = snowman._y; snowball._width = (snowball._height = 20); snowball.hit = false; snowball.yspeed = -15; snowball.xspeed = (_xmouse - snowball._x) / 44; snowball.onEnterFrame = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { this._x = this._x + this.xspeed; this._y = this._y + this.yspeed; this.yspeed++; this._width++; this._height++; if (this.hitTest(cursor) && (!this.hit)) { this.hit = true; if (!muted) { this.sound = new Sound(); this.sound.attachSound("iceflake"); this.sound.start(); } if (!cursor.frozen) { cursor.frozen = true; cursorInterval = setInterval(reviveCursor, 3000); } } } if (((this._y > Stage.height) || (gameover)) || (levelcomplete)) { removeMovieClip(this); } }; } function reviveCursor() { clearInterval(cursorInterval); cursor.frozen = false; } stop(); i = 0; if (cursong != "song5") { music.stop(); var music = new Sound(); music.attachSound("song5"); musicPlaying = true; cursong = 5; music.start(); music.onSoundComplete = function () { music.start(); }; } so.data.level5 = true; so.flush(); var gameover = false; var levelcomplete = false; var paused = false; var muted = false; var points = 0; var quota = 75; var gotten = 0; var timeLimit = 5000; var time = 5000; flakes.createEmptyMovieClip("flakes", 0); quotaBar.onEnterFrame = function () { var _local3 = (gotten / quota) * 100; if (_local3 < 100) { this.fill._yscale = _local3; } else { this.fill._yscale = 100; clearInterval(timerInterval); clearInterval(flakeInterval); delete quotaBar.onEnterFrame; showLevelcomplete("endgame"); removeMovieClip(flakes.flakes); var timeBonus = 0; _root.getBonus = function () { l.stuff.points_txt.text = "Points: " + points; l.stuff.onRelease = function () { if (time > 0) { timeBonus = timeBonus + time; time = time - time; timeBar.fill._yscale = 0; if ((so.data.level5score == undefined) || (Number(points + timeBonus) > Number(so.data.level5score))) { so.data.level5score = Number(points + timeBonus); } so.flush(); } }; if (time > 0) { time--; timeBonus++; } else { clearInterval(bonusInterval); if ((so.data.level5score == undefined) || (Number(points + timeBonus) > Number(so.data.level5score))) { so.data.level5score = Number(points + timeBonus); } so.flush(); } l.stuff.bonus_txt.text = "Time Bonus: " + timeBonus; var _local1 = (time / timeLimit) * 100; if (_local1 > 0) { timeBar.fill._yscale = _local1; } l.stuff.total_txt.text = "Total: " + (points + timeBonus); }; bonusInterval = setInterval(getBonus, 1); levelcomplete = true; } points_txt.text = points; }; attachMovie("readygo", "readygo", this.getNextHighestDepth()); readygo.onEnterFrame = function () { if (this._currentframe == this._totalframes) { timerInterval = setInterval(timer, 10); flakeInterval = setInterval(addFlake, 500); menu_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; menu_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { clearInterval(timerInterval); clearInterval(flakeInterval); showGameover("menu"); gameover = true; } }; sound_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; sound_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; sound_mc.onDragOut = sound_mc.onRollOut; sound_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { if (muted) { muted = false; } else { muted = true; } } }; music_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; music_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; music_mc.onDragOut = music_mc.onRollOut; music_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("music", "m", this.getNextHighestDepth()); m.onEnterFrame = function () { if (musicPlaying) { m.stuff.on_mc.gotoAndStop(1); } else { m.stuff.on_mc.gotoAndStop(2); } m.stuff.song_mc.gotoAndStop(cursong); m.stuff.on_mc.onRelease = function () { if (musicPlaying) { musicPlaying = false; music.stop(); this.gotoAndStop(2); } else { musicPlaying = true; music.start(); this.gotoAndStop(1); } }; m.stuff.song_mc.onRelease = function () { musicPlaying = true; if ((cursong + 1) <= 5) { cursong++; } else { cursong = 1; } music.stop(); music.attachSound("song" + cursong); music.start(); this.gotoAndStop(cursong); }; m.stuff.continue_mc.onRelease = function () { if (m._currentframe == (m._totalframes / 2)) { m.play(); } }; if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; pause_mc.onRollOver = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { lightup(this); } }; pause_mc.onRollOut = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { dim(this); } }; pause_mc.onDragOut = pause_mc.onRollOut; pause_mc.onRelease = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { attachMovie("pause", "p", this.getNextHighestDepth()); p.onRelease = function () { if (this._currentframe == (this._totalframes / 2)) { this.play(); } }; p.onEnterFrame = function () { if (this._currentframe >= this._totalframes) { removeMovieClip(this); paused = false; } }; paused = true; } dim(this); }; removeMovieClip(this); } }; snowman.throwing = false; snowman.counter = 0; snowman.onEnterFrame = function () { if (((!levelcomplete) && (!gameover)) && (!paused)) { this.counter++; if (this.frozen) { this.counter = 0; } if ((((((this.counter >= 150) && ((time > 4000) && (time < 5000))) || ((this.counter >= 125) && ((time > 3000) && (time < 4000)))) || ((this.counter >= 100) && ((time > 2000) && (time < 3000)))) || ((this.counter >= 50) && ((time > 1000) && (time < 2000)))) || ((this.counter >= 25) && (time < 1000))) { snowman.gotoAndPlay("snowball"); this.counter = 0; } if (this.throwing) { this.throwing = false; throwSnowball(); } } };Frame 101function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s"); par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST"); } stop(); if (cursong != "menu") { music.stop(); var music = new Sound(); music.attachSound("menu"); musicPlaying = true; cursong = "menu"; music.start(); music.onSoundComplete = function () { music.start(); }; } if (so.data.totalscore == undefined) { so.data.totalscore = 0; i = 1; while (i <= 5) { if (so.data[("level" + i) + "score"] != undefined) { so.data.totalscore = so.data.totalscore + so.data[("level" + i) + "score"]; } i++; } so.flush(); } score_txt.text = "Total Score: " + so.data.totalscore; submit_mc.onRollOver = function () { lightup(this); }; submit_mc.onRollOut = function () { dim(this); }; submit_mc.onDragOut = submit_mc.onRollOut; submit_mc.onRelease = function () { canpost = 0; rankz_t10_send = new LoadVars(); rankz_t10_receive = new LoadVars(); rankz_t10_send.SU0249 = "MjAyNGolZSVhJW4lcw=="; rankz_t10_send.flashkey = "U3FPV0xTRGg="; rankz_t10_receive.onLoad = function (success) { if (success) { _rankz_ar_ = rankz_t10_receive.top10.split("<u/*/u>"); i = 0; while (i < _rankz_ar_.length) { tempv = _rankz_ar_[i].split("</*/>"); if ((tempv[0] == name_txt.text) && (tempv[1] == so.data.totalscore)) { canpost++; } if ((i + 1) >= _rankz_ar_.length) { if ((((name_txt.text.length >= 2) && (name_txt.text != "Name")) && (name_txt.text != "Error!")) && (canpost == 0)) { bXlnYW1lX25hbWVfdmFyaWFibGU = name_txt.text; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = so.data.totalscore; __rankz_send__("MjAyNGolZSVhJW4lcw==", "U3FPV0xTRGg=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); getURL ("http://rankz.armorbot.com/snowflakes/", "_blank"); } else { name_txt.text = "Error!"; } } i++; } } else { trace("ERROR"); } }; rankz_t10_send.sendAndLoad("http://rankz.armorbot.com/get/top10.php", rankz_t10_receive, "POST"); }; menu_mc.onRollOver = function () { lightup(this); }; menu_mc.onRollOut = function () { dim(this); }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (t == undefined) { transition("menu"); } };Frame 111function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s"); par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST"); } stop(); i = 1; while (i <= 5) { if (so.data[("level" + i) + "score"] == undefined) { so.data[("level" + i) + "score"] = 0; } i++; } so.data.totalscore = 0; i = 1; while (i <= 5) { if (so.data[("level" + i) + "score"] != undefined) { so.data.totalscore = so.data.totalscore + so.data[("level" + i) + "score"]; } i++; } so.flush(); score_txt.text = "Total Score: " + so.data.totalscore; if (so.data.level1) { level1_mc.points_txt.text = so.data.level1score; level1_mc.onRollOver = function () { lightup(this); }; level1_mc.onRollOut = function () { dim(this); }; level1_mc.onDragOut = level1_mc.onRollOut; level1_mc.onRelease = function () { transition("level1"); }; } else { darken(level1_mc); } if (so.data.level2) { level2_mc.points_txt.text = so.data.level2score; level2_mc.onRollOver = function () { lightup(this); }; level2_mc.onRollOut = function () { dim(this); }; level2_mc.onDragOut = level2_mc.onRollOut; level2_mc.onRelease = function () { transition("level2"); }; } else { darken(level2_mc); } if (so.data.level3) { level3_mc.points_txt.text = so.data.level3score; level3_mc.onRollOver = function () { lightup(this); }; level3_mc.onRollOut = function () { dim(this); }; level3_mc.onDragOut = level3_mc.onRollOut; level3_mc.onRelease = function () { transition("level3"); }; } else { darken(level3_mc); } if (so.data.level4) { level4_mc.points_txt.text = so.data.level4score; level4_mc.onRollOver = function () { lightup(this); }; level4_mc.onRollOut = function () { dim(this); }; level4_mc.onDragOut = level4_mc.onRollOut; level4_mc.onRelease = function () { transition("level4"); }; } else { darken(level4_mc); } if (so.data.level5) { level5_mc.points_txt.text = so.data.level5score; level5_mc.onRollOver = function () { lightup(this); }; level5_mc.onRollOut = function () { dim(this); }; level5_mc.onDragOut = level5_mc.onRollOut; level5_mc.onRelease = function () { transition("level5"); }; } else { darken(level5_mc); } menu_mc.onRollOver = function () { lightup(this); }; menu_mc.onRollOut = function () { dim(this); }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (t == undefined) { transition("menu"); } }; if ((((so.data.level1 && (so.data.level2)) && (so.data.level3)) && (so.data.level4)) && (so.data.level5)) { submit_mc.onRollOver = function () { lightup(this); }; submit_mc.onRollOut = function () { dim(this); }; submit_mc.onDragOut = submit_mc.onRollOut; submit_mc.onRelease = function () { canpost = 0; rankz_t10_send = new LoadVars(); rankz_t10_receive = new LoadVars(); rankz_t10_send.SU0249 = "MjAyNGolZSVhJW4lcw=="; rankz_t10_send.flashkey = "U3FPV0xTRGg="; rankz_t10_receive.onLoad = function (success) { if (success) { _rankz_ar_ = rankz_t10_receive.top10.split("<u/*/u>"); i = 0; while (i < _rankz_ar_.length) { tempv = _rankz_ar_[i].split("</*/>"); if ((tempv[0] == name_txt.text) && (tempv[1] == so.data.totalscore)) { canpost++; } if ((i + 1) >= _rankz_ar_.length) { if ((((name_txt.text.length >= 2) && (name_txt.text != "Name")) && (name_txt.text != "Error!")) && (canpost == 0)) { bXlnYW1lX25hbWVfdmFyaWFibGU = name_txt.text; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = so.data.totalscore; __rankz_send__("MjAyNGolZSVhJW4lcw==", "U3FPV0xTRGg=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); getURL ("http://rankz.armorbot.com/snowflakes/", "_blank"); } else { name_txt.text = "Error!"; } } i++; } } else { trace("ERROR"); } }; rankz_t10_send.sendAndLoad("http://rankz.armorbot.com/get/top10.php", rankz_t10_receive, "POST"); }; } else { submit_mc._visible = false; name_txt._visible = false; }Frame 121stop(); menu_mc.onRollOver = function () { lightup(this); }; menu_mc.onRollOut = function () { dim(this); }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (t == undefined) { transition("menu"); } };Frame 131stop(); if (cursong == "menu") { music.stop(); var music = new Sound(); music.attachSound("song1"); musicPlaying = true; cursong = 1; music.start(); music.onSoundComplete = function () { music.start(); }; } var musicInfo = [0, ["Christmas Grooves", "cornandbeans"], ["Jingle Bells", "Dj-Seri"], ["Winter Division", "WritersBlock"], ["Christmas Snow", "alertG edited by ShirkDeio"], ["Carol of the Bells", "DjKavi"]]; artist_txt.text = "Artist: " + musicInfo[cursong][1]; song_txt.text = "Song: " + musicInfo[cursong][0]; if (so.data.level5) { songMax = 5; } else { songMax = 4; } menu_mc.onRollOver = function () { lightup(this); }; menu_mc.onRollOut = function () { dim(this); }; menu_mc.onDragOut = menu_mc.onRollOut; menu_mc.onRelease = function () { if (t == undefined) { transition("menu"); } }; previous_mc.onRollOver = function () { lightup(this); }; previous_mc.onRollOut = function () { dim(this); }; previous_mc.onDragOut = previous_mc.onRollOut; previous_mc.onRelease = function () { music.stop(); if ((cursong - 1) >= 1) { cursong--; } else { cursong = songMax; } music.attachSound("song" + cursong); music.start(); artist_txt.text = "Artist: " + musicInfo[cursong][1]; song_txt.text = "Song: " + musicInfo[cursong][0]; }; next_mc.onRollOver = function () { lightup(this); }; next_mc.onRollOut = function () { dim(this); }; next_mc.onDragOut = next_mc.onRollOut; next_mc.onRelease = function () { music.stop(); if ((cursong + 1) <= songMax) { cursong++; } else { cursong = 1; } music.attachSound("song" + cursong); music.start(); artist_txt.text = "Artist: " + musicInfo[cursong][1]; song_txt.text = "Song: " + musicInfo[cursong][0]; };Symbol 4 MovieClip [transition] Frame 15var sound = new Sound(); sound.attachSound("bells1"); sound.start(); sound.onSoundComplete = function () { delete sound; };Symbol 67 Buttonon (release) { getURL ("http://www.newgrounds.com/refer/shirkdeio", "_blank"); }Symbol 69 MovieClip Frame 40stop();Symbol 80 Buttonon (release) { _root.play(); }Symbol 81 MovieClip Frame 1function onEnterFrame() { if (!loaded) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); if (_local3 >= 1) { play(); bar._x = initX; loaded = true; } else { bar._x = initX + ((_local3 - 1) * bar._width); } } var _local4 = getTimer() - time; timeAccum = timeAccum + _local4; while (timeAccum >= FRAME_TIME) { var _local2 = 0; while (_local2 < timeClips.length) { if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) { timeClips[_local2].nextFrame(); } else { timeClips[_local2].gotoAndStop(1); } _local2++; } if (loaded && (_currentframe < _totalframes)) { nextFrame(); } timeAccum = timeAccum - FRAME_TIME; } time = time + _local4; } stop(); _root.stop(); var initX = bar._x; var time = getTimer(); var FRAME_TIME = 33.3333333333333; var timeAccum = 0; var loaded = false; timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0]; var i = 0; while (i < timeClips.length) { timeClips[i].stop(); i++; }Symbol 81 MovieClip Frame 51Symbol 424 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] Frame 0class ab3.rankz.Armor_Bot_30_En_AS1 extends Object { static var _CharsReverseLookup; var _Armor_Bot_30_En_AS1Str, _Armor_Bot_30_En_AS1Count; function Armor_Bot_30_En_AS1 () { super(); } static function Encode(str) { var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1(); return(_local1.encodeArmor_Bot_30_En_AS1(str)); } static function Decode(str) { var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1(); return(_local1.decodeArmor_Bot_30_En_AS1(str)); } static function StringReplaceAll(source, find, replacement) { return(source.split(find).join(replacement)); } static function InitReverseChars() { _CharsReverseLookup = new Array(); var _local1 = 0; while (_local1 < _Chars.length) { _CharsReverseLookup[_Chars[_local1]] = _local1; _local1++; } return(true); } static function UrlDecode(str) { str = StringReplaceAll(str, "\\", " "); str = unescape(str); return(str); } static function UrlEncode(str) { str = escape(str); str = StringReplaceAll(str, "\\", "%2B"); str = StringReplaceAll(str, "%20", "+"); return(str); } function setArmor_Bot_30_En_AS1Str(str) { _Armor_Bot_30_En_AS1Str = str; _Armor_Bot_30_En_AS1Count = 0; } function readArmor_Bot_30_En_AS1() { if (!_Armor_Bot_30_En_AS1Str) { return(_EndOfInput); } if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) { return(_EndOfInput); } var _local2 = _Armor_Bot_30_En_AS1Str.charCodeAt(_Armor_Bot_30_En_AS1Count) & 255; _Armor_Bot_30_En_AS1Count++; return(_local2); } function encodeArmor_Bot_30_En_AS1(str) { setArmor_Bot_30_En_AS1Str(str); var _local3 = ""; var _local2 = new Array(3); var _local5 = 0; var _local4 = false; while ((!_local4) && (((_local2[0] = readArmor_Bot_30_En_AS1())) != _EndOfInput)) { _local2[1] = readArmor_Bot_30_En_AS1(); _local2[2] = readArmor_Bot_30_En_AS1(); _local3 = _local3 + _Chars[_local2[0] >> 2]; if (_local2[1] != _EndOfInput) { _local3 = _local3 + _Chars[((_local2[0] << 4) & 48) | (_local2[1] >> 4)]; if (_local2[2] != _EndOfInput) { _local3 = _local3 + _Chars[((_local2[1] << 2) & 60) | (_local2[2] >> 6)]; _local3 = _local3 + _Chars[_local2[2] & 63]; } else { _local3 = _local3 + _Chars[(_local2[1] << 2) & 60]; _local3 = _local3 + "="; _local4 = true; } } else { _local3 = _local3 + _Chars[(_local2[0] << 4) & 48]; _local3 = _local3 + "="; _local3 = _local3 + "="; _local4 = true; } _local5 = _local5 + 4; if (_local5 >= 76) { _local3 = _local3 + newline; _local5 = 0; } } return(_local3); } function readReverseArmor_Bot_30_En_AS1() { if (!_Armor_Bot_30_En_AS1Str) { return(_EndOfInput); } while (true) { if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) { return(_EndOfInput); } var _local2 = _Armor_Bot_30_En_AS1Str.charAt(_Armor_Bot_30_En_AS1Count); _Armor_Bot_30_En_AS1Count++; if (_CharsReverseLookup[_local2]) { return(_CharsReverseLookup[_local2]); } if (_local2 == "A") { return(0); } } } function ntos(n) { var _local1 = n.toString(16); if (_local1.length == 1) { _local1 = "0" + _local1; } _local1 = "%" + _local1; return(unescape(_local1)); } function decodeArmor_Bot_30_En_AS1(str) { setArmor_Bot_30_En_AS1Str(str); var _local3 = ""; var _local2 = new Array(4); var _local4 = false; while (((!_local4) && (((_local2[0] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) && (((_local2[1] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) { _local2[2] = readReverseArmor_Bot_30_En_AS1(); _local2[3] = readReverseArmor_Bot_30_En_AS1(); _local3 = _local3 + ntos(((_local2[0] << 2) & 255) | (_local2[1] >> 4)); if (_local2[2] != _EndOfInput) { _local3 = _local3 + ntos(((_local2[1] << 4) & 255) | (_local2[2] >> 2)); if (_local2[3] != _EndOfInput) { _local3 = _local3 + ntos(((_local2[2] << 6) & 255) | _local2[3]); } else { _local4 = true; } } else { _local4 = true; } } return(_local3); } function toHex(n) { var _local4 = ""; var _local3 = true; var _local1 = 32; while (_local1 > 0) { _local1 = _local1 - 4; var _local2 = (n >> _local1) & 15; if ((!_local3) || (_local2 != 0)) { _local3 = false; _local4 = _local4 + _Digits[_local2]; } } return(((_local4 == "") ? "0" : (_local4))); } function pad(str, len, pad) { var _local2 = str; var _local1 = str.length; while (_local1 < len) { _local2 = pad + _local2; _local1++; } return(_local2); } function encodeHex(str) { var _local4 = ""; var _local2 = 0; while (_local2 < str.length) { _local4 = _local4 + pad(toHex(str.charCodeAt(_local2) & 255), 2, "0"); _local2++; } return(_local4); } function decodeHex(str) { var _local5 = ""; var _local3 = ""; var _local2 = 0; while (_local2 < str.length) { _local3 = _local3 + str.charAt(_local2); if (_local3.length == 2) { _local5 = _local5 + ntos(parseInt("0x" + _local3)); _local3 = ""; } _local2++; } return(_local5); } static var _EndOfInput = -1; static var _Chars = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "+", "/"); static var _CharsReverseLookupInited = InitReverseChars(); static var _Digits = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f"); }Symbol 96 MovieClip [snowflake4] Frame 1stop();Symbol 100 MovieClip [gameover] Frame 19stop();Symbol 108 MovieClip [levelcomplete] Frame 19stop();Symbol 114 MovieClip [pause] Frame 20stop();Instance of Symbol 118 MovieClip in Symbol 121 MovieClip [readygo] Frame 1onClipEvent (load) { this.gotoAndStop(1); }Instance of Symbol 118 MovieClip in Symbol 121 MovieClip [readygo] Frame 30onClipEvent (load) { this.gotoAndStop(2); }Symbol 122 MovieClip [snowflake1] Frame 1stop();Symbol 124 MovieClip [snowflake2] Frame 1stop();Symbol 126 MovieClip [snowflake3] Frame 1stop();Symbol 127 MovieClip [snowflake5] Frame 1stop();Symbol 130 MovieClip [cursor] Frame 1stop();Symbol 139 MovieClip Frame 1stop();Symbol 145 MovieClip Frame 1stop();Symbol 150 MovieClip [music] Frame 20stop();Symbol 170 MovieClip Frame 80stop(); _root.play();Symbol 178 MovieClip Frame 61gotoAndPlay (31);Symbol 259 MovieClip Frame 1stop();Symbol 264 MovieClip Frame 1stop();Symbol 294 MovieClip Frame 1stop(); var counter = 0; this.onEnterFrame = function () { counter++; if (counter >= 200) { play(); } };Symbol 294 MovieClip Frame 71stop(); var counter = 0;Symbol 294 MovieClip Frame 125stop(); var counter = 0;Symbol 308 MovieClip Frame 1stop(); var counter = 0; this.onEnterFrame = function () { counter++; if (counter >= 200) { play(); } };Symbol 308 MovieClip Frame 71stop(); var counter = 0;Symbol 308 MovieClip Frame 125stop(); var counter = 0;Symbol 357 MovieClip Frame 1stop();Symbol 357 MovieClip Frame 16_root.snowman.throwing = true;Symbol 357 MovieClip Frame 30gotoAndStop (1);Symbol 370 MovieClip Frame 70stop();Symbol 379 MovieClip Frame 70stop();Symbol 384 MovieClip Frame 70stop();Symbol 389 MovieClip Frame 70stop();
Library Items
Symbol 1 ShapeTweening | Used by:4 | |
Symbol 2 ShapeTweening | Used by:4 | |
Symbol 3 Graphic | Used by:4 121 | |
Symbol 4 MovieClip [transition] | Uses:1 2 3 | |
Symbol 5 Graphic | Used by:Timeline | |
Symbol 6 Graphic | Used by:81 | |
Symbol 7 Graphic | Used by:81 | |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip | Uses:8 | Used by:81 |
Symbol 10 Graphic | Used by:12 | |
Symbol 11 Graphic | Used by:12 | |
Symbol 12 MovieClip | Uses:10 11 | Used by:81 |
Symbol 13 Graphic | Used by:81 | |
Symbol 14 Graphic | Used by:81 | |
Symbol 15 Graphic | Used by:81 | |
Symbol 16 Graphic | Used by:23 69 | |
Symbol 17 Graphic | Used by:23 69 | |
Symbol 18 Graphic | Used by:23 69 | |
Symbol 19 Graphic | Used by:23 69 | |
Symbol 20 Graphic | Used by:23 69 | |
Symbol 21 Graphic | Used by:23 69 | |
Symbol 22 Graphic | Used by:23 69 | |
Symbol 23 MovieClip | Uses:16 17 18 19 20 21 22 | Used by:81 |
Symbol 24 Graphic | Used by:81 | |
Symbol 25 Graphic | Used by:64 | |
Symbol 26 Graphic | Used by:27 | |
Symbol 27 MovieClip | Uses:26 | Used by:64 |
Symbol 28 Graphic | Used by:29 | |
Symbol 29 MovieClip | Uses:28 | Used by:59 64 |
Symbol 30 Graphic | Used by:64 | |
Symbol 31 Graphic | Used by:64 | |
Symbol 32 Graphic | Used by:64 | |
Symbol 33 Graphic | Used by:34 | |
Symbol 34 MovieClip | Uses:33 | Used by:55 |
Symbol 35 Graphic | Used by:39 | |
Symbol 36 Graphic | Used by:39 | |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 MovieClip | Uses:37 | Used by:39 42 |
Symbol 39 MovieClip | Uses:35 36 38 | Used by:53 |
Symbol 40 Graphic | Used by:42 | |
Symbol 41 Graphic | Used by:42 | |
Symbol 42 MovieClip | Uses:40 41 38 | Used by:53 |
Symbol 43 Graphic | Used by:46 | |
Symbol 44 Graphic | Used by:46 49 | |
Symbol 45 Graphic | Used by:46 | |
Symbol 46 MovieClip | Uses:43 44 45 | Used by:50 |
Symbol 47 Graphic | Used by:49 | |
Symbol 48 Graphic | Used by:49 | |
Symbol 49 MovieClip | Uses:47 44 48 | Used by:50 |
Symbol 50 MovieClip | Uses:46 49 | Used by:53 |
Symbol 51 Graphic | Used by:52 | |
Symbol 52 MovieClip | Uses:51 | Used by:53 |
Symbol 53 MovieClip | Uses:39 42 50 52 | Used by:54 |
Symbol 54 MovieClip | Uses:53 | Used by:55 |
Symbol 55 MovieClip | Uses:34 54 | Used by:64 |
Symbol 56 Graphic | Used by:57 | |
Symbol 57 MovieClip | Uses:56 | Used by:64 |
Symbol 58 Graphic | Used by:59 | |
Symbol 59 MovieClip | Uses:58 29 | Used by:64 |
Symbol 60 Graphic | Used by:61 | |
Symbol 61 MovieClip | Uses:60 | Used by:62 |
Symbol 62 MovieClip | Uses:61 | Used by:63 |
Symbol 63 MovieClip | Uses:62 | Used by:64 |
Symbol 64 MovieClip | Uses:25 27 29 30 31 32 55 57 59 63 | Used by:81 |
Symbol 65 Graphic | Used by:81 | |
Symbol 66 Graphic | Used by:67 170 Timeline | |
Symbol 67 Button | Uses:66 | Used by:81 |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip | Uses:16 17 18 19 20 21 22 68 | Used by:81 |
Symbol 70 ShapeTweening | Used by:81 | |
Symbol 71 Graphic | Used by:81 | |
Symbol 72 ShapeTweening | Used by:81 | |
Symbol 73 ShapeTweening | Used by:81 | |
Symbol 74 Graphic | Used by:81 | |
Symbol 75 Graphic | Used by:80 | |
Symbol 76 Graphic | Used by:79 80 | |
Symbol 77 Graphic | Used by:80 | |
Symbol 78 Graphic | Used by:79 80 | |
Symbol 79 MovieClip | Uses:78 76 | Used by:80 |
Symbol 80 Button | Uses:75 76 77 79 78 | Used by:81 |
Symbol 81 MovieClip | Uses:6 7 9 12 13 14 15 23 24 64 65 67 69 70 71 72 73 74 80 | Used by:Timeline |
Symbol 82 ShapeTweening | Used by:Timeline | |
Symbol 424 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] | ||
Symbol 83 ShapeTweening | Used by:100 | |
Symbol 84 Graphic | Used by:100 108 114 150 | |
Symbol 85 Graphic | Used by:97 | |
Symbol 86 Font | Used by:87 103 104 105 250 252 274 277 278 279 280 281 282 283 300 313 314 327 358 390 393 394 396 399 402 405 409 411 412 413 414 415 416 421 422 423 | |
Symbol 87 EditableText | Uses:86 | Used by:97 |
Symbol 88 Graphic | Used by:96 122 127 | |
Symbol 89 Graphic | Used by:90 | |
Symbol 90 MovieClip | Uses:89 | Used by:96 122 127 |
Symbol 91 Graphic | Used by:96 122 124 126 127 | |
Symbol 92 Graphic | Used by:93 | |
Symbol 93 MovieClip | Uses:92 | Used by:96 124 127 |
Symbol 94 Graphic | Used by:95 | |
Symbol 95 MovieClip | Uses:94 | Used by:96 106 126 127 |
Symbol 96 MovieClip [snowflake4] | Uses:88 90 91 93 95 | Used by:97 Timeline |
Symbol 97 MovieClip | Uses:85 87 96 | Used by:100 |
Symbol 98 ShapeTweening | Used by:100 | |
Symbol 99 Graphic | Used by:100 108 150 | |
Symbol 100 MovieClip [gameover] | Uses:83 84 97 98 99 | Used by:Timeline |
Symbol 101 ShapeTweening | Used by:108 | |
Symbol 102 Graphic | Used by:106 | |
Symbol 103 EditableText | Uses:86 | Used by:106 |
Symbol 104 EditableText | Uses:86 | Used by:106 |
Symbol 105 EditableText | Uses:86 | Used by:106 |
Symbol 106 MovieClip | Uses:102 103 104 105 95 | Used by:108 |
Symbol 107 ShapeTweening | Used by:108 | |
Symbol 108 MovieClip [levelcomplete] | Uses:101 84 106 107 99 | Used by:Timeline |
Symbol 109 ShapeTweening | Used by:114 | |
Symbol 110 ShapeTweening | Used by:114 | |
Symbol 111 ShapeTweening | Used by:114 | |
Symbol 112 ShapeTweening | Used by:114 | |
Symbol 113 Graphic | Used by:114 | |
Symbol 114 MovieClip [pause] | Uses:109 84 110 111 112 113 | Used by:Timeline |
Symbol 115 ShapeTweening | Used by:121 | |
Symbol 116 Graphic | Used by:118 | |
Symbol 117 Graphic | Used by:118 | |
Symbol 118 MovieClip | Uses:116 117 | Used by:121 |
Symbol 119 Graphic | Used by:121 | |
Symbol 120 ShapeTweening | Used by:121 | |
Symbol 121 MovieClip [readygo] | Uses:115 118 119 120 3 | Used by:Timeline |
Symbol 122 MovieClip [snowflake1] | Uses:88 90 91 | Used by:Timeline |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 MovieClip [snowflake2] | Uses:123 93 91 | Used by:Timeline |
Symbol 125 Graphic | Used by:126 | |
Symbol 126 MovieClip [snowflake3] | Uses:125 95 91 | Used by:Timeline |
Symbol 127 MovieClip [snowflake5] | Uses:88 90 91 93 95 | Used by:Timeline |
Symbol 128 Graphic | Used by:130 | |
Symbol 129 Graphic | Used by:130 | |
Symbol 130 MovieClip [cursor] | Uses:128 129 | Used by:Timeline |
Symbol 131 Graphic | Used by:132 | |
Symbol 132 MovieClip [snowball] | Uses:131 | Used by:357 389 Timeline |
Symbol 133 ShapeTweening | Used by:150 | |
Symbol 134 Graphic | Used by:148 | |
Symbol 135 Graphic | Used by:136 | |
Symbol 136 MovieClip | Uses:135 | Used by:139 145 186 188 237 243 245 247 266 268 271 273 276 392 418 420 |
Symbol 137 Graphic | Used by:139 | |
Symbol 138 Graphic | Used by:139 | |
Symbol 139 MovieClip | Uses:136 137 138 | Used by:148 |
Symbol 140 Graphic | Used by:145 | |
Symbol 141 Graphic | Used by:145 | |
Symbol 142 Graphic | Used by:145 | |
Symbol 143 Graphic | Used by:145 | |
Symbol 144 Graphic | Used by:145 | |
Symbol 145 MovieClip | Uses:136 140 141 142 143 144 | Used by:148 |
Symbol 146 Graphic | Used by:147 | |
Symbol 147 MovieClip | Uses:146 | Used by:148 |
Symbol 148 MovieClip | Uses:134 139 145 147 | Used by:150 |
Symbol 149 ShapeTweening | Used by:150 | |
Symbol 150 MovieClip [music] | Uses:133 84 148 149 99 | Used by:Timeline |
Symbol 151 Sound [bells2] | Used by:Timeline | |
Symbol 152 Sound [fireflake1] | Used by:Timeline | |
Symbol 153 Sound [fireflake2] | Used by:Timeline | |
Symbol 154 Sound [iceflake] | Used by:Timeline | |
Symbol 155 Sound [song4] | Used by:Timeline | |
Symbol 156 Sound [song3] | Used by:Timeline | |
Symbol 157 Sound [song2] | Used by:Timeline | |
Symbol 158 Sound [song1] | Used by:Timeline | |
Symbol 159 Sound [song5] | Used by:Timeline | |
Symbol 160 Sound [menu] | Used by:Timeline | |
Symbol 161 Sound [bells1] | Used by:Timeline | |
Symbol 162 ShapeTweening | Used by:170 | |
Symbol 163 Graphic | Used by:170 Timeline | |
Symbol 164 Graphic | Used by:168 | |
Symbol 165 Bitmap | Used by:166 | |
Symbol 166 Graphic | Uses:165 | Used by:168 |
Symbol 167 Graphic | Used by:168 | |
Symbol 168 MovieClip | Uses:164 166 167 | Used by:170 Timeline |
Symbol 169 ShapeTweening | Used by:170 | |
Symbol 170 MovieClip | Uses:162 163 168 169 66 | Used by:Timeline |
Symbol 171 Graphic | Used by:183 | |
Symbol 172 Graphic | Used by:179 294 308 370 | |
Symbol 173 Graphic | Used by:174 | |
Symbol 174 MovieClip | Uses:173 | Used by:179 |
Symbol 175 Graphic | Used by:179 | |
Symbol 176 Graphic | Used by:177 | |
Symbol 177 MovieClip | Uses:176 | Used by:178 |
Symbol 178 MovieClip | Uses:177 | Used by:179 |
Symbol 179 MovieClip | Uses:172 174 175 178 | Used by:183 |
Symbol 180 Graphic | Used by:181 | |
Symbol 181 MovieClip | Uses:180 | Used by:183 |
Symbol 182 Graphic | Used by:183 | |
Symbol 183 MovieClip | Uses:171 179 181 182 | Used by:Timeline |
Symbol 184 Graphic | Used by:Timeline | |
Symbol 185 Graphic | Used by:186 | |
Symbol 186 MovieClip | Uses:136 185 | Used by:Timeline |
Symbol 187 Graphic | Used by:188 | |
Symbol 188 MovieClip | Uses:136 187 | Used by:Timeline |
Symbol 189 Bitmap | Used by:190 | |
Symbol 190 Graphic | Uses:189 | Used by:235 |
Symbol 191 Bitmap | Used by:192 | |
Symbol 192 Graphic | Uses:191 | Used by:235 |
Symbol 193 Bitmap | Used by:194 | |
Symbol 194 Graphic | Uses:193 | Used by:235 |
Symbol 195 Bitmap | Used by:196 | |
Symbol 196 Graphic | Uses:195 | Used by:235 |
Symbol 197 Bitmap | Used by:198 | |
Symbol 198 Graphic | Uses:197 | Used by:235 |
Symbol 199 Bitmap | Used by:200 | |
Symbol 200 Graphic | Uses:199 | Used by:235 |
Symbol 201 Bitmap | Used by:202 | |
Symbol 202 Graphic | Uses:201 | Used by:235 |
Symbol 203 Bitmap | Used by:204 | |
Symbol 204 Graphic | Uses:203 | Used by:235 |
Symbol 205 Bitmap | Used by:206 | |
Symbol 206 Graphic | Uses:205 | Used by:235 |
Symbol 207 Bitmap | Used by:208 | |
Symbol 208 Graphic | Uses:207 | Used by:235 |
Symbol 209 Bitmap | Used by:210 | |
Symbol 210 Graphic | Uses:209 | Used by:235 |
Symbol 211 Bitmap | Used by:212 | |
Symbol 212 Graphic | Uses:211 | Used by:235 |
Symbol 213 Bitmap | Used by:214 | |
Symbol 214 Graphic | Uses:213 | Used by:235 |
Symbol 215 Bitmap | Used by:216 | |
Symbol 216 Graphic | Uses:215 | Used by:235 |
Symbol 217 Bitmap | Used by:218 | |
Symbol 218 Graphic | Uses:217 | Used by:235 |
Symbol 219 Bitmap | Used by:220 | |
Symbol 220 Graphic | Uses:219 | Used by:235 |
Symbol 221 Bitmap | Used by:222 | |
Symbol 222 Graphic | Uses:221 | Used by:235 |
Symbol 223 Bitmap | Used by:224 | |
Symbol 224 Graphic | Uses:223 | Used by:235 |
Symbol 225 Bitmap | Used by:226 | |
Symbol 226 Graphic | Uses:225 | Used by:235 |
Symbol 227 Bitmap | Used by:228 | |
Symbol 228 Graphic | Uses:227 | Used by:235 |
Symbol 229 Bitmap | Used by:230 | |
Symbol 230 Graphic | Uses:229 | Used by:235 |
Symbol 231 Bitmap | Used by:232 | |
Symbol 232 Graphic | Uses:231 | Used by:235 |
Symbol 233 Bitmap | Used by:234 | |
Symbol 234 Graphic | Uses:233 | Used by:235 |
Symbol 235 MovieClip | Uses:190 192 194 196 198 200 202 204 206 208 210 212 214 216 218 220 222 224 226 228 230 232 234 | Used by:Timeline |
Symbol 236 Graphic | Used by:237 | |
Symbol 237 MovieClip | Uses:136 236 | Used by:Timeline |
Symbol 238 Graphic | Used by:239 | |
Symbol 239 MovieClip | Uses:238 | Used by:Timeline |
Symbol 240 Graphic | Used by:241 | |
Symbol 241 MovieClip | Uses:240 | Used by:Timeline |
Symbol 242 Graphic | Used by:243 | |
Symbol 243 MovieClip | Uses:136 242 | Used by:Timeline |
Symbol 244 Graphic | Used by:245 | |
Symbol 245 MovieClip | Uses:136 244 | Used by:Timeline |
Symbol 246 Graphic | Used by:247 | |
Symbol 247 MovieClip | Uses:136 246 | Used by:Timeline |
Symbol 248 Graphic | Used by:249 | |
Symbol 249 MovieClip | Uses:248 | Used by:Timeline |
Symbol 250 Text | Uses:86 | Used by:Timeline |
Symbol 251 Graphic | Used by:Timeline | |
Symbol 252 EditableText | Uses:86 | Used by:Timeline |
Symbol 253 Graphic | Used by:254 | |
Symbol 254 MovieClip | Uses:253 | Used by:259 264 |
Symbol 255 Graphic | Used by:256 | |
Symbol 256 MovieClip | Uses:255 | Used by:259 |
Symbol 257 Graphic | Used by:259 | |
Symbol 258 Graphic | Used by:259 | |
Symbol 259 MovieClip | Uses:254 256 257 258 | Used by:Timeline |
Symbol 260 Graphic | Used by:261 | |
Symbol 261 MovieClip | Uses:260 | Used by:264 |
Symbol 262 Graphic | Used by:264 | |
Symbol 263 Graphic | Used by:264 | |
Symbol 264 MovieClip | Uses:254 261 262 263 | Used by:Timeline |
Symbol 265 Graphic | Used by:266 | |
Symbol 266 MovieClip | Uses:136 265 | Used by:Timeline |
Symbol 267 Graphic | Used by:268 | |
Symbol 268 MovieClip | Uses:136 267 | Used by:Timeline |
Symbol 269 Graphic | Used by:Timeline | |
Symbol 270 Graphic | Used by:271 | |
Symbol 271 MovieClip | Uses:136 270 | Used by:Timeline |
Symbol 272 Graphic | Used by:273 | |
Symbol 273 MovieClip | Uses:136 272 | Used by:Timeline |
Symbol 274 Text | Uses:86 | Used by:Timeline |
Symbol 275 Graphic | Used by:276 | |
Symbol 276 MovieClip | Uses:136 275 | Used by:Timeline |
Symbol 277 Text | Uses:86 | Used by:Timeline |
Symbol 278 Text | Uses:86 | Used by:Timeline |
Symbol 279 Text | Uses:86 | Used by:Timeline |
Symbol 280 Text | Uses:86 | Used by:Timeline |
Symbol 281 Text | Uses:86 | Used by:Timeline |
Symbol 282 Text | Uses:86 | Used by:Timeline |
Symbol 283 Text | Uses:86 | Used by:Timeline |
Symbol 284 Graphic | Used by:298 | |
Symbol 285 Graphic | Used by:286 302 | |
Symbol 286 MovieClip | Uses:285 | Used by:298 |
Symbol 287 Graphic | Used by:288 303 | |
Symbol 288 MovieClip | Uses:287 | Used by:298 |
Symbol 289 Graphic | Used by:290 304 | |
Symbol 290 MovieClip | Uses:289 | Used by:298 |
Symbol 291 Graphic | Used by:292 | |
Symbol 292 MovieClip | Uses:291 | Used by:294 |
Symbol 293 Graphic | Used by:294 370 | |
Symbol 294 MovieClip | Uses:172 292 293 | Used by:298 |
Symbol 295 Graphic | Used by:296 | |
Symbol 296 MovieClip | Uses:295 | Used by:298 |
Symbol 297 Graphic | Used by:298 | |
Symbol 298 MovieClip | Uses:284 286 288 290 294 296 297 | Used by:Timeline |
Symbol 299 MovieClip | Used by:Timeline | |
Symbol 300 EditableText | Uses:86 | Used by:Timeline |
Symbol 301 Graphic | Used by:312 | |
Symbol 302 MovieClip | Uses:285 | Used by:312 |
Symbol 303 MovieClip | Uses:287 | Used by:312 |
Symbol 304 MovieClip | Uses:289 | Used by:312 |
Symbol 305 Graphic | Used by:306 | |
Symbol 306 MovieClip | Uses:305 | Used by:308 |
Symbol 307 Graphic | Used by:308 | |
Symbol 308 MovieClip | Uses:172 306 307 | Used by:312 |
Symbol 309 Graphic | Used by:310 | |
Symbol 310 MovieClip | Uses:309 | Used by:312 |
Symbol 311 Graphic | Used by:312 | |
Symbol 312 MovieClip | Uses:301 302 303 304 308 310 311 | Used by:Timeline |
Symbol 313 EditableText | Uses:86 | Used by:Timeline |
Symbol 314 EditableText | Uses:86 | Used by:Timeline |
Symbol 315 Graphic | Used by:326 | |
Symbol 316 Graphic | Used by:317 | |
Symbol 317 MovieClip | Uses:316 | Used by:326 384 |
Symbol 318 Graphic | Used by:326 | |
Symbol 319 Graphic | Used by:323 | |
Symbol 320 Graphic | Used by:323 | |
Symbol 321 Graphic | Used by:322 | |
Symbol 322 MovieClip | Uses:321 | Used by:323 |
Symbol 323 MovieClip | Uses:319 320 322 | Used by:326 |
Symbol 324 Graphic | Used by:325 | |
Symbol 325 MovieClip | Uses:324 | Used by:326 |
Symbol 326 MovieClip | Uses:315 317 318 323 325 | Used by:Timeline |
Symbol 327 EditableText | Uses:86 | Used by:Timeline |
Symbol 328 Graphic | Used by:333 | |
Symbol 329 Graphic | Used by:330 | |
Symbol 330 MovieClip | Uses:329 | Used by:333 |
Symbol 331 Graphic | Used by:332 | |
Symbol 332 MovieClip | Uses:331 | Used by:333 |
Symbol 333 MovieClip | Uses:328 330 332 | Used by:Timeline |
Symbol 334 Graphic | Used by:335 | |
Symbol 335 MovieClip | Uses:334 | Used by:357 389 |
Symbol 336 Graphic | Used by:357 | |
Symbol 337 Graphic | Used by:357 389 | |
Symbol 338 Graphic | Used by:357 389 | |
Symbol 339 Graphic | Used by:340 | |
Symbol 340 MovieClip | Uses:339 | Used by:341 |
Symbol 341 MovieClip | Uses:340 | Used by:357 |
Symbol 342 Graphic | Used by:343 | |
Symbol 343 MovieClip | Uses:342 | Used by:357 389 |
Symbol 344 Graphic | Used by:357 | |
Symbol 345 Graphic | Used by:357 | |
Symbol 346 Graphic | Used by:357 | |
Symbol 347 Graphic | Used by:357 | |
Symbol 348 Graphic | Used by:357 | |
Symbol 349 Graphic | Used by:357 | |
Symbol 350 Graphic | Used by:357 | |
Symbol 351 Graphic | Used by:357 | |
Symbol 352 Graphic | Used by:357 | |
Symbol 353 Graphic | Used by:357 | |
Symbol 354 Graphic | Used by:357 | |
Symbol 355 Graphic | Used by:357 | |
Symbol 356 Graphic | Used by:357 | |
Symbol 357 MovieClip | Uses:132 335 336 337 338 341 343 344 345 346 347 348 349 350 351 352 353 354 355 356 | Used by:Timeline |
Symbol 358 EditableText | Uses:86 | Used by:Timeline |
Symbol 359 ShapeTweening | Used by:384 | |
Symbol 360 ShapeTweening | Used by:384 | |
Symbol 361 ShapeTweening | Used by:384 | |
Symbol 362 Graphic | Used by:370 | |
Symbol 363 ShapeTweening | Used by:370 | |
Symbol 364 ShapeTweening | Used by:370 | |
Symbol 365 ShapeTweening | Used by:370 | |
Symbol 366 Graphic | Used by:370 | |
Symbol 367 Graphic | Used by:370 | |
Symbol 368 ShapeTweening | Used by:370 | |
Symbol 369 Graphic | Used by:370 | |
Symbol 370 MovieClip | Uses:172 362 363 364 365 366 367 368 293 369 | Used by:384 |
Symbol 371 ShapeTweening | Used by:379 | |
Symbol 372 ShapeTweening | Used by:379 | |
Symbol 373 Graphic | Used by:379 | |
Symbol 374 ShapeTweening | Used by:379 | |
Symbol 375 ShapeTweening | Used by:379 | |
Symbol 376 ShapeTweening | Used by:379 | |
Symbol 377 Graphic | Used by:379 | |
Symbol 378 Graphic | Used by:379 | |
Symbol 379 MovieClip | Uses:371 372 373 374 375 376 377 378 | Used by:384 |
Symbol 380 Graphic | Used by:384 | |
Symbol 381 Graphic | Used by:384 | |
Symbol 382 Graphic | Used by:384 | |
Symbol 383 Graphic | Used by:384 | |
Symbol 384 MovieClip | Uses:359 360 361 370 379 380 317 381 382 383 | Used by:Timeline |
Symbol 385 Graphic | Used by:389 | |
Symbol 386 Graphic | Used by:389 | |
Symbol 387 Graphic | Used by:389 | |
Symbol 388 Graphic | Used by:389 | |
Symbol 389 MovieClip | Uses:132 335 385 386 387 337 338 343 388 | Used by:Timeline |
Symbol 390 Text | Uses:86 | Used by:Timeline |
Symbol 391 Graphic | Used by:392 | |
Symbol 392 MovieClip | Uses:136 391 | Used by:Timeline |
Symbol 393 EditableText | Uses:86 | Used by:Timeline |
Symbol 394 EditableText | Uses:86 | Used by:Timeline |
Symbol 395 Graphic | Used by:398 401 404 407 | |
Symbol 396 EditableText | Uses:86 | Used by:398 |
Symbol 397 Graphic | Used by:398 | |
Symbol 398 MovieClip | Uses:395 396 397 | Used by:Timeline |
Symbol 399 EditableText | Uses:86 | Used by:401 |
Symbol 400 Graphic | Used by:401 | |
Symbol 401 MovieClip | Uses:395 399 400 | Used by:Timeline |
Symbol 402 EditableText | Uses:86 | Used by:404 |
Symbol 403 Graphic | Used by:404 | |
Symbol 404 MovieClip | Uses:395 402 403 | Used by:Timeline |
Symbol 405 EditableText | Uses:86 | Used by:407 |
Symbol 406 Graphic | Used by:407 | |
Symbol 407 MovieClip | Uses:395 405 406 | Used by:Timeline |
Symbol 408 Graphic | Used by:410 | |
Symbol 409 EditableText | Uses:86 | Used by:410 |
Symbol 410 MovieClip | Uses:408 409 | Used by:Timeline |
Symbol 411 EditableText | Uses:86 | Used by:Timeline |
Symbol 412 EditableText | Uses:86 | Used by:Timeline |
Symbol 413 Text | Uses:86 | Used by:Timeline |
Symbol 414 Text | Uses:86 | Used by:Timeline |
Symbol 415 Text | Uses:86 | Used by:Timeline |
Symbol 416 Text | Uses:86 | Used by:Timeline |
Symbol 417 Graphic | Used by:418 | |
Symbol 418 MovieClip | Uses:136 417 | Used by:Timeline |
Symbol 419 Graphic | Used by:420 | |
Symbol 420 MovieClip | Uses:136 419 | Used by:Timeline |
Symbol 421 EditableText | Uses:86 | Used by:Timeline |
Symbol 422 EditableText | Uses:86 | Used by:Timeline |
Symbol 423 Text | Uses:86 | Used by:Timeline |
Instance Names
"scores_mc" | Frame 31 | Symbol 186 MovieClip |
"credits_mc" | Frame 31 | Symbol 188 MovieClip |
"ng_mc" | Frame 31 | Symbol 235 MovieClip |
"jukebox_mc" | Frame 31 | Symbol 237 MovieClip |
"start_mc" | Frame 31 | Symbol 243 MovieClip |
"continue_mc" | Frame 31 | Symbol 245 MovieClip |
"instructions_mc" | Frame 31 | Symbol 247 MovieClip |
"more_mc" | Frame 31 | Symbol 168 MovieClip |
"continue_mc" | Frame 41 | Symbol 245 MovieClip |
"quotaBar" | Frame 41 | Symbol 259 MovieClip |
"timeBar" | Frame 41 | Symbol 264 MovieClip |
"menu_mc" | Frame 41 | Symbol 266 MovieClip |
"back_mc" | Frame 42 | Symbol 276 MovieClip |
"back_mc" | Frame 47 | Symbol 276 MovieClip |
"continue_mc" | Frame 49 | Symbol 266 MovieClip |
"flakes" | Frame 51 | Symbol 299 MovieClip |
"points_txt" | Frame 51 | Symbol 300 EditableText |
"quotaBar" | Frame 51 | Symbol 259 MovieClip |
"timeBar" | Frame 51 | Symbol 264 MovieClip |
"menu_mc" | Frame 51 | Symbol 266 MovieClip |
"music_mc" | Frame 51 | Symbol 268 MovieClip |
"sound_mc" | Frame 51 | Symbol 271 MovieClip |
"pause_mc" | Frame 51 | Symbol 273 MovieClip |
"flakes" | Frame 61 | Symbol 299 MovieClip |
"points_txt" | Frame 61 | Symbol 313 EditableText |
"quotaBar" | Frame 61 | Symbol 259 MovieClip |
"timeBar" | Frame 61 | Symbol 264 MovieClip |
"menu_mc" | Frame 61 | Symbol 266 MovieClip |
"music_mc" | Frame 61 | Symbol 268 MovieClip |
"sound_mc" | Frame 61 | Symbol 271 MovieClip |
"pause_mc" | Frame 61 | Symbol 273 MovieClip |
"flakes" | Frame 71 | Symbol 299 MovieClip |
"points_txt" | Frame 71 | Symbol 314 EditableText |
"quotaBar" | Frame 71 | Symbol 259 MovieClip |
"timeBar" | Frame 71 | Symbol 264 MovieClip |
"menu_mc" | Frame 71 | Symbol 266 MovieClip |
"music_mc" | Frame 71 | Symbol 268 MovieClip |
"sound_mc" | Frame 71 | Symbol 271 MovieClip |
"pause_mc" | Frame 71 | Symbol 273 MovieClip |
"flakes" | Frame 81 | Symbol 299 MovieClip |
"points_txt" | Frame 81 | Symbol 327 EditableText |
"quotaBar" | Frame 81 | Symbol 259 MovieClip |
"timeBar" | Frame 81 | Symbol 264 MovieClip |
"menu_mc" | Frame 81 | Symbol 266 MovieClip |
"music_mc" | Frame 81 | Symbol 268 MovieClip |
"sound_mc" | Frame 81 | Symbol 271 MovieClip |
"pause_mc" | Frame 81 | Symbol 273 MovieClip |
"snowman" | Frame 91 | Symbol 357 MovieClip |
"flakes" | Frame 91 | Symbol 299 MovieClip |
"points_txt" | Frame 91 | Symbol 358 EditableText |
"quotaBar" | Frame 91 | Symbol 259 MovieClip |
"timeBar" | Frame 91 | Symbol 264 MovieClip |
"menu_mc" | Frame 91 | Symbol 266 MovieClip |
"music_mc" | Frame 91 | Symbol 268 MovieClip |
"sound_mc" | Frame 91 | Symbol 271 MovieClip |
"pause_mc" | Frame 91 | Symbol 273 MovieClip |
"flakes" | Frame 101 | Symbol 299 MovieClip |
"submit_mc" | Frame 101 | Symbol 392 MovieClip |
"name_txt" | Frame 101 | Symbol 393 EditableText |
"score_txt" | Frame 101 | Symbol 394 EditableText |
"menu_mc" | Frame 101 | Symbol 266 MovieClip |
"level2_mc" | Frame 111 | Symbol 398 MovieClip |
"level3_mc" | Frame 111 | Symbol 401 MovieClip |
"level4_mc" | Frame 111 | Symbol 404 MovieClip |
"level5_mc" | Frame 111 | Symbol 407 MovieClip |
"level1_mc" | Frame 111 | Symbol 410 MovieClip |
"menu_mc" | Frame 111 | Symbol 266 MovieClip |
"score_txt" | Frame 111 | Symbol 411 EditableText |
"submit_mc" | Frame 111 | Symbol 392 MovieClip |
"name_txt" | Frame 111 | Symbol 412 EditableText |
"menu_mc" | Frame 121 | Symbol 266 MovieClip |
"menu_mc" | Frame 131 | Symbol 266 MovieClip |
"previous_mc" | Frame 131 | Symbol 418 MovieClip |
"next_mc" | Frame 131 | Symbol 420 MovieClip |
"artist_txt" | Frame 131 | Symbol 421 EditableText |
"song_txt" | Frame 131 | Symbol 422 EditableText |
"mc3" | Symbol 50 MovieClip Frame 1 | Symbol 46 MovieClip |
"mc0" | Symbol 50 MovieClip Frame 1 | Symbol 46 MovieClip |
"mc2" | Symbol 50 MovieClip Frame 1 | Symbol 49 MovieClip |
"mc1" | Symbol 50 MovieClip Frame 1 | Symbol 49 MovieClip |
"mc2" | Symbol 53 MovieClip Frame 1 | Symbol 39 MovieClip |
"mc1" | Symbol 53 MovieClip Frame 1 | Symbol 42 MovieClip |
"mc0" | Symbol 53 MovieClip Frame 1 | Symbol 50 MovieClip |
"mc0" | Symbol 54 MovieClip Frame 1 | Symbol 53 MovieClip |
"mc1" | Symbol 55 MovieClip Frame 1 | Symbol 34 MovieClip |
"mc0" | Symbol 55 MovieClip Frame 1 | Symbol 54 MovieClip |
"mc0" | Symbol 59 MovieClip Frame 1 | Symbol 29 MovieClip |
"mc1" | Symbol 64 MovieClip Frame 1 | Symbol 27 MovieClip |
"mc0" | Symbol 64 MovieClip Frame 1 | Symbol 29 MovieClip |
"mc4" | Symbol 64 MovieClip Frame 1 | Symbol 55 MovieClip |
"mc2" | Symbol 64 MovieClip Frame 1 | Symbol 57 MovieClip |
"mc5" | Symbol 64 MovieClip Frame 1 | Symbol 59 MovieClip |
"mc3" | Symbol 64 MovieClip Frame 1 | Symbol 63 MovieClip |
"bar" | Symbol 81 MovieClip Frame 1 | Symbol 9 MovieClip |
"bargfx" | Symbol 81 MovieClip Frame 1 | Symbol 12 MovieClip |
"tank" | Symbol 81 MovieClip Frame 1 | Symbol 64 MovieClip |
"bargfx" | Symbol 81 MovieClip Frame 2 | Symbol 12 MovieClip |
"bargfx" | Symbol 81 MovieClip Frame 20 | Symbol 12 MovieClip |
"flake" | Symbol 96 MovieClip [snowflake4] Frame 1 | Symbol 90 MovieClip |
"flake" | Symbol 96 MovieClip [snowflake4] Frame 2 | Symbol 93 MovieClip |
"flake" | Symbol 96 MovieClip [snowflake4] Frame 3 | Symbol 95 MovieClip |
"points_txt" | Symbol 97 MovieClip Frame 1 | Symbol 87 EditableText |
"stuff" | Symbol 100 MovieClip [gameover] Frame 10 | Symbol 97 MovieClip |
"points_txt" | Symbol 106 MovieClip Frame 1 | Symbol 103 EditableText |
"bonus_txt" | Symbol 106 MovieClip Frame 1 | Symbol 104 EditableText |
"total_txt" | Symbol 106 MovieClip Frame 1 | Symbol 105 EditableText |
"stuff" | Symbol 108 MovieClip [levelcomplete] Frame 10 | Symbol 106 MovieClip |
"flake" | Symbol 122 MovieClip [snowflake1] Frame 1 | Symbol 90 MovieClip |
"flake" | Symbol 127 MovieClip [snowflake5] Frame 1 | Symbol 90 MovieClip |
"flake" | Symbol 127 MovieClip [snowflake5] Frame 2 | Symbol 93 MovieClip |
"flake" | Symbol 127 MovieClip [snowflake5] Frame 3 | Symbol 95 MovieClip |
"on_mc" | Symbol 148 MovieClip Frame 1 | Symbol 139 MovieClip |
"song_mc" | Symbol 148 MovieClip Frame 1 | Symbol 145 MovieClip |
"continue_mc" | Symbol 148 MovieClip Frame 1 | Symbol 147 MovieClip |
"stuff" | Symbol 150 MovieClip [music] Frame 11 | Symbol 148 MovieClip |
"fill" | Symbol 259 MovieClip Frame 1 | Symbol 254 MovieClip |
"fill" | Symbol 264 MovieClip Frame 1 | Symbol 254 MovieClip |
"points_txt" | Symbol 398 MovieClip Frame 1 | Symbol 396 EditableText |
"points_txt" | Symbol 401 MovieClip Frame 1 | Symbol 399 EditableText |
"points_txt" | Symbol 404 MovieClip Frame 1 | Symbol 402 EditableText |
"points_txt" | Symbol 407 MovieClip Frame 1 | Symbol 405 EditableText |
"points_txt" | Symbol 410 MovieClip Frame 1 | Symbol 409 EditableText |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "transition" |
ExportAssets (56) | Timeline Frame 1 | Symbol 424 as "__Packages.ab3.rankz.Armor_Bot_30_En_AS1" |
ExportAssets (56) | Timeline Frame 11 | Symbol 96 as "snowflake4" |
ExportAssets (56) | Timeline Frame 11 | Symbol 100 as "gameover" |
ExportAssets (56) | Timeline Frame 11 | Symbol 108 as "levelcomplete" |
ExportAssets (56) | Timeline Frame 11 | Symbol 114 as "pause" |
ExportAssets (56) | Timeline Frame 11 | Symbol 121 as "readygo" |
ExportAssets (56) | Timeline Frame 11 | Symbol 122 as "snowflake1" |
ExportAssets (56) | Timeline Frame 11 | Symbol 124 as "snowflake2" |
ExportAssets (56) | Timeline Frame 11 | Symbol 126 as "snowflake3" |
ExportAssets (56) | Timeline Frame 11 | Symbol 127 as "snowflake5" |
ExportAssets (56) | Timeline Frame 11 | Symbol 130 as "cursor" |
ExportAssets (56) | Timeline Frame 11 | Symbol 132 as "snowball" |
ExportAssets (56) | Timeline Frame 11 | Symbol 150 as "music" |
ExportAssets (56) | Timeline Frame 11 | Symbol 151 as "bells2" |
ExportAssets (56) | Timeline Frame 11 | Symbol 152 as "fireflake1" |
ExportAssets (56) | Timeline Frame 11 | Symbol 153 as "fireflake2" |
ExportAssets (56) | Timeline Frame 11 | Symbol 154 as "iceflake" |
ExportAssets (56) | Timeline Frame 12 | Symbol 155 as "song4" |
ExportAssets (56) | Timeline Frame 12 | Symbol 156 as "song3" |
ExportAssets (56) | Timeline Frame 12 | Symbol 157 as "song2" |
ExportAssets (56) | Timeline Frame 12 | Symbol 158 as "song1" |
ExportAssets (56) | Timeline Frame 13 | Symbol 159 as "song5" |
ExportAssets (56) | Timeline Frame 13 | Symbol 160 as "menu" |
ExportAssets (56) | Timeline Frame 13 | Symbol 161 as "bells1" |
Labels
"hallpass" | Frame 21 |
"menu" | Frame 31 |
"instructions" | Frame 41 |
"level1" | Frame 51 |
"level2" | Frame 61 |
"level3" | Frame 71 |
"level4" | Frame 81 |
"level5" | Frame 91 |
"endgame" | Frame 101 |
"levelselect" | Frame 111 |
"credits" | Frame 121 |
"jukebox" | Frame 131 |
"LOAD" | Symbol 81 MovieClip Frame 1 |
"COMPLETE_STOP" | Symbol 81 MovieClip Frame 2 |
"frozen" | Symbol 130 MovieClip [cursor] Frame 2 |
"frozen" | Symbol 259 MovieClip Frame 2 |
"frozen" | Symbol 264 MovieClip Frame 2 |
"frozen" | Symbol 357 MovieClip Frame 2 |
"snowball" | Symbol 357 MovieClip Frame 3 |
|