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

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

LePussé Christmas Capers.swf

This is the info page for
Flash #38685

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


Text
-2

ArmorGames.com

Sponsored by:

www.Peturo.com

Loading

Loading

99

Click on Screen to continue

.com

.com

s

Music

in

Christmas Capers

New Game

New Game

High Scores

High Scores

Play More Games

Play More Games

Visit Peturo

Visit Peturo

Credits

Credits

Submit

Submit

Enter Name

Time Up!

Submit your score below!

Menu

Menu

Error

Play Again

Play Again

ERROR: CAN'T GET DATA

#
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

Name

Score

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

HIT!

MISS

Level Up!

Presents Reloaded

Ammo:

<p align="left"><font face="Calibri" size="20" color="#ff0000" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

Target:

<p align="left"><font face="Calibri" size="20" color="#ff0000" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

Press SPACE to continue

Press SPACE to continue

0

Chrismas Capers

Created By: Pete Ryan
SFX: Pete Ryan
Audio: NewGrounds Audio
Special Thanks: Felix, FlashKid, Jay, Tugler,
ShortMonkey, Blaze,  Simon, Expired, Netdemons,
Shei, Mum, Team Ninety5, UnknownFury, NG BBS
and everyone who enjoyed playing!
Tracker: MochiBot.com
HighScores: ArmorBot.com
Sponsor: ArmorGames.com

ActionScript [AS1/AS2]

Frame 1
function Next() { gotoAndPlay ("Titles"); } if (_global.SoundON == undefined) { _global.SoundON = true; } var Flakes = new Array(); init = function () { width = 550; height = 350; max_snowsize = 10; snowflakes = 50; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); Flakes.push(t); t._alpha = 20 + (Math.random() * 80); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t._xscale = (t._yscale = 50 + (Math.random() * (max_snowsize * 10))); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 4.2); t.onEnterFrame = mover; i++; } }; mover = function () { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } else if (this._x < -20) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } }; init(); All.LNUM.embedFonts = true; stop(); function doSomething() { Ins.gotoAndStop(40); _level0.PauseUN(); } function doSomething2() { getURL ("http://www.Peturo.com", _blank); } function doSomething4() { if (_global.SoundON) { stopAllSounds(); _global.SoundON = false; } else { _global.SoundON = true; Sounds("Game", 15); } } function doSomething5() { _quality = "HIGH"; } function doSomething6() { _quality = "MEDIUM"; } function doSomething7() { _quality = "LOW"; } MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Quality = new ContextMenuItem("High", doSomething5, true); Quality2 = new ContextMenuItem("Medium", doSomething6); Quality3 = new ContextMenuItem("Low", doSomething7); Pause_c = new ContextMenuItem("Pause", doSomething); if (_global.SoundON) { Sound_c = new ContextMenuItem("Sound: ON", doSomething4); } else { Sound_c = new ContextMenuItem("Sound: OFF", doSomething4); } Peturo_c = new ContextMenuItem("Visit Peturo", doSomething2, true); MENU.customItems.push(Sound_c); MENU.customItems.push(Peturo_c); MENU.customItems.push(Quality); MENU.customItems.push(Quality2); MENU.customItems.push(Quality3); _root.menu = MENU; stop();
Frame 3
stop();
Frame 4
function Sounds(sound) { if (_global.SoundON) { var _local2 = new Sound(); _local2.attachSound("Intro"); _local2.start(0, 15); _local2.setVolume(100); } } if (_global.SoundON == undefined) { _global.SoundON = true; } Sounds("Intro"); stop();
Frame 5
stop();
Frame 18
gotoAndPlay ("Menu");
Frame 19
function NewGame(Level) { o = 0; while (o < Flakes.length) { Flakes[o].removeMovieClip(); o++; } MENU = false; _level0.T_Menu.gotoAndStop(27); _level0.T_Menu.swapDepths(-100); Puss.removeMovieClip(); Puss.swapDepths(-100); _level0.gotoAndStop(Level); } function Sounds(sound, clicks) { if (_global.SoundON) { var _local2 = new Sound(); _local2.attachSound(sound); _local2.start(0, clicks); _local2.setVolume(100); } } var Flakes = new Array(); o = 0; while (o < Flakes.length) { Flakes[o].removeMovieClip(); o++; } init = function () { width = 550; height = 350; max_snowsize = 10; snowflakes = 50; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); Flakes.push(t); t._alpha = 50 + (Math.random() * 50); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t._xscale = (t._yscale = 50 + (Math.random() * (max_snowsize * 10))); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 4.2); t.onEnterFrame = mover; i++; } }; mover = function () { if (MENU) { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } else if (this._x < -20) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } } }; init(); stop(); function doSomething() { Ins.gotoAndStop(40); _level0.PauseUN(); } function doSomething2() { getURL ("http://www.Peturo.com", _blank); } function doSomething4() { if (_global.SoundON) { stopAllSounds(); _global.SoundON = false; } else { _global.SoundON = true; Sounds("Game", 15); } } function doSomething5() { _quality = "HIGH"; } function doSomething6() { _quality = "MEDIUM"; } function doSomething7() { _quality = "LOW"; } MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Quality = new ContextMenuItem("High", doSomething5, true); Quality2 = new ContextMenuItem("Medium", doSomething6); Quality3 = new ContextMenuItem("Low", doSomething7); Pause_c = new ContextMenuItem("Pause", doSomething); if (_global.SoundON) { Sound_c = new ContextMenuItem("Sound: ON", doSomething4); } else { Sound_c = new ContextMenuItem("Sound: OFF", doSomething4); } Peturo_c = new ContextMenuItem("Visit Peturo", doSomething2, true); MENU.customItems.push(Sound_c); MENU.customItems.push(Peturo_c); MENU.customItems.push(Quality); MENU.customItems.push(Quality2); MENU.customItems.push(Quality3); _root.menu = MENU; function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("e38691c5", this, 10301, true);
Instance of Symbol 151 MovieClip "Puss" in Frame 19
onClipEvent (load) { this.swapDepths(15); }
Instance of Symbol 173 MovieClip "T_Menu" in Frame 19
onClipEvent (load) { this.swapDepths(10000000000); }
Frame 20
FinalScore.text = GameScore + " Kids in the world got presents!"; stop(); var MENU = new Boolean(true); var Flakes = new Array(); o = 0; while (o < Flakes.length) { Flakes[o].removeMovieClip(); o++; } init = function () { width = 550; height = 350; max_snowsize = 10; snowflakes = 50; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); Flakes.push(t); t._alpha = 50 + (Math.random() * 50); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t._xscale = (t._yscale = 50 + (Math.random() * (max_snowsize * 10))); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 4.2); t.onEnterFrame = mover; i++; } }; mover = function () { if (MENU) { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } else if (this._x < -20) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } } }; init();
Frame 21
stop(); __top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 604; __top10_send__.kid = "NXWPGW"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { i = 1; while (i < 11) { _root[("_name" + i) + "_"].text = __top10_receive__["name" + i]; _root[("_score" + i) + "_"].text = __top10_receive__["score" + i]; _parent[("_name" + i) + "_"].embedFonts = true; _parent[("_score" + i) + "_"].embedFonts = true; i++; } } else { _root.__err__.gotoAndStop(2); } };
Frame 22
function Sounds(sound, repeat) { if (_global.SoundON) { var _local2 = new Sound(); _local2.attachSound(sound); _local2.start(0, repeat); _local2.setVolume(100); } } function Sounds2(sound, repeat) { if (_global.SoundON) { var _local2 = new Sound(); _local2.attachSound(sound); _local2.start(0, repeat); _local2.setVolume(100); } } function PauseUN() { if (!_global.PAUSE) { MusicPlay.setVolume(50); _global.PAUSE = true; p = 0; while (p < ALLOBJECTS.length) { ALLOBJECTS[p].stop(); p++; } GullInMind.BirdFlap.gotoAndStop(1); } else { MusicPlay.setVolume(100); _global.PAUSE = false; p = 0; while (p < ALLOBJECTS.length) { ALLOBJECTS[p].play(); p++; } GullInMind.BirdFlap.gotoAndPlay(1); } } function AmmoSet(Target) { if (bigSpeed < 15) { bigSpeed = bigSpeed + 0.3; } Ammo = Ammo + (Target + ((100 + Target) / Target)); Ammo = Math.floor(Ammo); } function Hidden() { p = 0; while (p < BackGrounds.length) { BackGrounds[p]._visible = true; ForeGrounds[p]._visible = true; p++; } p = 0; while (p < BackGrounds.length) { if (_global.Current != p) { BackGrounds[p]._visible = false; BackGrounds[p].gotoAndPlay(1); ForeGrounds[p]._visible = false; ForeGrounds[p].gotoAndPlay(1); } p++; } } function onEnterFrame() { function doSomething() { Ins.gotoAndStop(40); _level0.PauseUN(); } function doSomething2() { getURL ("http://www.Peturo.com", _blank); } function doSomething3() { stopAllSounds(); Sounds("Intro"); _level0.PauseUN(); _level0.gotoAndPlay("Menu"); } function doSomething4() { if (_global.SoundON) { stopAllSounds(); _global.SoundON = false; } else { _global.SoundON = true; Sounds("Game", 15); } } function doSomething5() { _quality = "HIGH"; } function doSomething6() { _quality = "MEDIUM"; } function doSomething7() { _quality = "LOW"; } MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Quality = new ContextMenuItem("High", doSomething5, true); Quality2 = new ContextMenuItem("Medium", doSomething6); Quality3 = new ContextMenuItem("Low", doSomething7); Pause_c = new ContextMenuItem("Pause", doSomething); Menu_c = new ContextMenuItem("Menu", doSomething3); if (_global.SoundON) { Sound_c = new ContextMenuItem("Sound: ON", doSomething4); } else { Sound_c = new ContextMenuItem("Sound: OFF", doSomething4); } Peturo_c = new ContextMenuItem("Visit Peturo", doSomething2, true); MENU.customItems.push(Menu_c); MENU.customItems.push(Pause_c); MENU.customItems.push(Sound_c); MENU.customItems.push(Peturo_c); MENU.customItems.push(Quality); MENU.customItems.push(Quality2); MENU.customItems.push(Quality3); _root.menu = MENU; if (!_global.PAUSE) { Score.text = GameScore; if (GullInMind.hitTest(_level0.Sleigh) && (!GullInMind.HIT)) { GullInMind.HIT = true; GullInMind.gotoAndStop(2); Ammo = Ammo - 2; Sounds2("Gull_b", 1); } if ((Ammo < 1) || (PresHIT == LevelTarget)) { if (PresHIT < LevelTarget) { PauseUN(); _level0.Sounds("GameOver", 1); _level0["Gift" + i].removeMovieClip(); _level0[("Gift" + i) - 1].removeMovieClip(); _level0[("Gift" + i) - 2].removeMovieClip(); _level0[("Gift" + i) - 3].removeMovieClip(); _level0[("Gift" + i) - 4].removeMovieClip(); GullInMind.removeMovieClip(); gotoAndPlay ("GameOver"); } else { _global.Current++; if (_global.Current > LevelsNUM) { _global.Current = 0; } DetectReset(); ForeGrounds[_global.Current].gotoAndPlay(1); _level0.LevelTarget = _level0.LevelTarget + Increase; AmmoSet(LevelTarget); PresHIT = 0; bigSpeed = bigSpeed + 0.75; Hidden(); _level0.Sounds2("LevelUP", 1); GullInMind.removeMovieClip(); CreateNew(); Level.play(); } } PresT = Ammo; Pres = (PresHIT + "/") + LevelTarget; if (Key.isDown(32)) { if (KeysUP) { Ammo--; KeysUP = false; i++; duplicateMovieClip (_level0.Gift, "Gift" + i, i); _level0["Gift" + i]._x = _level0.Sleigh._x - 30; _level0["Gift" + i]._y = _level0.Sleigh._y; } } else { KeysUP = true; } } } function DetectReset() { j = 0; while (j < Detection.length) { Detection[j]._x = DetectNums[j] + 40; Detection[j].Tick._visible = false; Detection[j].nowHit = true; j++; } } function Reload(Me) { Me.nowHit = true; } function DetectHIT(PresentV) { if (PresentV.hitTest(GullInMind) && (!GullInMind.HIT)) { Sounds2("Gull_b", 1); GullInMind.HIT = true; GullInMind.gotoAndStop(2); PresentV.gotoAndPlay("MISS"); GullInMind.Gull.Gull._alpha = 0; _level0.Sounds2("Miss", 1); PresentV.End = true; } j = 0; while (j < Detection.length) { if (!PresentV.End) { if (PresentV.hitTest(Detection[j])) { Detection[j].Tick._visible = true; _level0.PresHIT++; _level0.GameScore++; if (Detection[j].nowHit) { PresentV.gotoAndPlay("HIT"); _level0.Sounds2("Hit", 1); } else { PresentV.gotoAndPlay("MISS"); _level0.Sounds2("Miss", 1); } Detection[j].nowHit = false; PresentV.End = true; } } j++; } } function MoveLeft() { if (!_global.PAUSE) { this._x = this._x - bigSpeed; if (this._x < 0) { this.removeMovieClip(); CreateNew(); } } } function CreateNew() { GullInMind = undefined; GullInMind = attachMovie("Gull", "Gull" + Vari, Vari); GullInMind._y = _level0.Sleigh._y; GullInMind._x = 500; GullInMind._xscale = 15; GullInMind._yscale = 15; GullInMind.HIT = false; _level0["Gull" + Vari].onEnterFrame = MoveLeft; Vari++; GullInMind.gotoAndStop(1); } _global.Current = 0; _global.PAUSE = false; i = 1; KeysUP = true; PresHIT = 0; var BackGrounds = new Array(_level0.Mountains, _level0.Sand, _level0.Glacier, _level0.City, _level0.Ocean); var ForeGrounds = new Array(_level0.Houses, _level0.Stalls, _level0.Igloo, _level0.BuildingTop, _level0.Islands); var ALLOBJECTS = new Array(_level0.Stalls, _level0.Mountains, _level0.Houses, _level0.Clouds, _level0.Sleigh.Sleigh, _level0.Sand, _level0.Ocean, _level0.Islands, _level0.City, _level0.BuildingTop); var Detection = new Array(_level0.Detect.Detect1, _level0.Detect.Detect2, _level0.Detect.Detect3, _level0.Detect.Detect4); var DetectNums = new Array(-332.8, -168, -2.3, 164.3); var LevelTarget = new Number(20); var Increase = new Number(2); var Ammo = new Number(0); var Vari = new Number(1); var GameScore = new Number(0); var bigSpeed = new Number(5); var LevelsNUM = new Number(BackGrounds.length - 1); var GullInMind = new Object(); stopAllSounds(); Sounds("Game", 15); CreateNew(); AmmoSet(LevelTarget); DetectReset(); Ammo = Ammo + 10; Score.embedFonts = true; Pressi.embedFonts = true; PresTi.embedFonts = true; stop();
Instance of Symbol 248 MovieClip "Gift" in Frame 22
onClipEvent (load) { if (!_global.PAUSE) { _level0.Hidden(); if (_level0.Gift != this) { var myColor = new Color(this.Gift.Gift); myColor.setTransform({bb:Math.random() * 512, gb:Math.random() * 512, rb:Math.random() * 512}); Alive = true; speed = 3; speed2 = 3; this.End = false; } } } onClipEvent (enterFrame) { if (!_global.PAUSE) { if (_level0.Gift != this) { if (Alive) { this._y = this._y + speed; this._x = this._x - speed2; speed = speed + 0.3; speed2 = speed2 + 0.1; _level0.DetectHIT(this); if ((this._y > 280) && (Alive)) { if (!this.End) { this.gotoAndPlay("MISS"); _level0.Sounds2("Miss", 1); } Alive = false; } } } } }
Instance of Symbol 288 MovieClip "Sleigh" in Frame 22
onClipEvent (load) { Speed = 5; Right = 420; Left = 100; Bottom = 250; Top = 80; } onClipEvent (enterFrame) { if (!_global.PAUSE) { JustPress = false; if (Key.isDown(38)) { if (this._y > Top) { this._rotation--; JustPress = true; this._y = this._y - Speed; } } if (Key.isDown(40)) { if (this._y < Bottom) { this._rotation++; JustPress = true; this._y = this._y + Speed; } } if (Key.isDown(39)) { if (this._x < Right) { this._x = this._x + Speed; } } else if (this._x > Left) { this._x = this._x - Speed; } if (!JustPress) { if (this._rotation > 0) { this._rotation--; } if (this._rotation < 0) { this._rotation++; } } } }
Frame 23
var MENU = new Boolean(true); var Flakes = new Array(); o = 0; while (o < Flakes.length) { Flakes[o].removeMovieClip(); o++; } init = function () { width = 550; height = 350; max_snowsize = 10; snowflakes = 50; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); Flakes.push(t); t._alpha = 50 + (Math.random() * 50); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t._xscale = (t._yscale = 50 + (Math.random() * (max_snowsize * 10))); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 4.2); t.onEnterFrame = mover; i++; } }; mover = function () { if (MENU) { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } else if (this._x < -20) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } } }; init(); stop();
Symbol 15 MovieClip Frame 17
stop();
Symbol 19 MovieClip Frame 25
stop();
Symbol 20 MovieClip Frame 1
stop();
Symbol 21 MovieClip [Gull] Frame 1
stop();
Symbol 21 MovieClip [Gull] Frame 2
stop();
Symbol 71 Button
on (release) { getURL ("http://newgrounds.com/collection/christmas2006.html", _blank); }
Symbol 75 Button
on (release) { getURL ("http://www.ArmorGames.com", blank); }
Instance of Symbol 83 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(32)) { _parent.gotoAndPlay("Map"); } }
Symbol 87 Button
on (release) { getURL ("http://www.Peturo.com", blank); }
Symbol 96 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; Loading = PercentLoaded - (PercentLoaded % 1); LNUM.text = Loading; PercentLoaded2 = (PercentLoaded / 100) * 360; Loading2 = PercentLoaded2 - (PercentLoaded2 % 1); j = 1; while (j < Bars.length) { Bars[j].removeMovieClip(); j++; } var Bars = new Array(Bar); i = 0; while (i < PercentLoaded2) { duplicateMovieClip (Bar, "Bar" + i, i); Bars.push(_level0.All["Bar" + i]); i++; } var Rotate = new Number(0); c = 0; while (c < Bars.length) { Bars[c]._rotation = Rotate; Rotate++; c++; } if (PercentLoaded > 99) { gotoAndPlay (3); } _parent.LNUM.embedFonts = true; _root.LNUM.embedFonts = true; LNUM.embedFonts = true;
Symbol 96 MovieClip Frame 2
gotoAndPlay (1);
Symbol 96 MovieClip Frame 3
_level0.play();
Symbol 98 Button
on (release) { _level0.Next(); }
Instance of Symbol 103 MovieClip "Clouds" in Symbol 111 MovieClip Frame 1
onClipEvent (load) { this.stop(); }
Symbol 127 Button
on (release) { _root.play(); }
Symbol 128 MovieClip Frame 80
_root.play(); stop();
Symbol 130 Button
on (release) { gotoAndPlay ("Menu"); }
Symbol 139 MovieClip Frame 1
stop();
Symbol 140 Button
on (release) { getURL ("http://www.Peturo.com", blank); }
Symbol 142 MovieClip Frame 80
_root.play();
Symbol 151 MovieClip Frame 20
stop();
Instance of Symbol 150 MovieClip in Symbol 151 MovieClip Frame 20
onClipEvent (load) { this.swapDepths(15); }
Symbol 158 Button
on (rollOver) { _level0.Sounds("Switch", 1); } on (release) { _level0.NewGame("Game"); }
Symbol 162 Button
on (release) { _level0.NewGame("Scores"); } on (rollOver) { _level0.Sounds("Switch", 1); }
Symbol 165 Button
on (release) { getURL ("http://www.armorgames.com/", blank); } on (rollOver) { _level0.Sounds("Switch", 1); }
Symbol 168 Button
on (release) { getURL ("http://www.peturo.com/", blank); } on (rollOver) { _level0.Sounds("Switch", 1); }
Symbol 171 Button
on (release) { _level0.NewGame("thanks"); } on (rollOver) { _level0.Sounds("Switch", 1); }
Instance of Symbol 159 MovieClip in Symbol 173 MovieClip Frame 5
onClipEvent (enterFrame) { this.New.enabled = false; }
Symbol 173 MovieClip Frame 15
stop();
Symbol 193 Button
on (release) { ab20_09 = new LoadVars(); ab20_09.z = myName; ab20_09.x = GameScore; ab20_09.c = 604; ab20_09.v = "NXWPGW"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); _level0.B_Submit.enabled = false; _level0.B_Submit._alpha = 50; _level0.gotoAndPlay("Scores"); } on (rollOver) { _level0.Sounds("Switch", 1); }
Symbol 200 Button
on (release) { function Sounds(sound) { if (_global.SoundON) { var _local2 = new Sound(); _local2.attachSound("Intro"); _local2.start(0, 15); _local2.setVolume(100); } } stopAllSounds(); Sounds("Intro"); _level0.gotoAndPlay("Menu"); } on (rollOver) { _level0.Sounds("Switch", 1); }
Symbol 204 Button
on (release) { o = 0; while (o < Flakes.length) { Flakes[o].removeMovieClip(); o++; } _level0.gotoAndPlay("Game"); } on (rollOver) { _level0.Sounds("Switch", 1); }
Symbol 206 MovieClip Frame 20
stop();
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
stop();
Symbol 237 Button
on (release) { function Sounds(sound) { if (_global.SoundON) { var _local2 = new Sound(); _local2.attachSound("Intro"); _local2.start(0, 15); _local2.setVolume(100); } } stopAllSounds(); Sounds("Intro"); _level0.gotoAndPlay("Menu"); }
Symbol 238 Button
on (release) { o = 0; while (o < Flakes.length) { Flakes[o].removeMovieClip(); o++; } _level0.gotoAndPlay("Game"); }
Symbol 248 MovieClip Frame 20
stop();
Symbol 248 MovieClip Frame 21
play();
Symbol 248 MovieClip Frame 48
stop();
Symbol 248 MovieClip Frame 49
play();
Symbol 248 MovieClip Frame 74
stop();
Symbol 294 MovieClip Frame 1
var speed = new Number(6.65);
Instance of Symbol 293 MovieClip "Detect4" in Symbol 294 MovieClip Frame 1
onClipEvent (enterFrame) { if (!_global.PAUSE) { this._x = this._x - _parent.speed; if (this._x < -497.1) { this._x = 165.3; this.Tick._visible = false; _level0.Reload(this); } } }
Instance of Symbol 293 MovieClip "Detect3" in Symbol 294 MovieClip Frame 1
onClipEvent (enterFrame) { if (!_global.PAUSE) { this._x = this._x - _parent.speed; if (this._x < -497.1) { this._x = 165.3; this.Tick._visible = false; _level0.Reload(this); } } }
Instance of Symbol 293 MovieClip "Detect2" in Symbol 294 MovieClip Frame 1
onClipEvent (enterFrame) { if (!_global.PAUSE) { this._x = this._x - _parent.speed; if (this._x < -497.1) { this._x = 165.3; this.Tick._visible = false; _level0.Reload(this); } } }
Instance of Symbol 293 MovieClip "Detect1" in Symbol 294 MovieClip Frame 1
onClipEvent (enterFrame) { if (!_global.PAUSE) { this._x = this._x - _parent.speed; if (this._x < -497.1) { this._x = 165.3; this.Tick._visible = false; _level0.Reload(this); } } }
Symbol 298 MovieClip Frame 1
stop();
Symbol 305 MovieClip Frame 1
Ins.embedFonts = true;
Symbol 308 Button
on (release, keyPress "<Space>") { Next(); }
Symbol 309 MovieClip Frame 1
_level0.PauseUN(true);
Symbol 309 MovieClip Frame 10
function Next() { Ins.Ins.text = Arrazh[NextB]; NextB++; if (NextB > 5) { play(); } } stop(); var Arrazh = new Array("Use your Arrow Keys to steer your sleigh", "Press the SpaceBar to drop presents onto the houses below", "Look out for birds they will try to attack you!", "Right Click for more Options", "\nFly!", ""); var NextB = new Number(0); Next();
Symbol 309 MovieClip Frame 15
_level0.PauseUN(true);
Symbol 309 MovieClip Frame 37
stop();
Symbol 312 Button
on (release) { _level0.gotoAndPlay("Menu"); } on (rollOver) { _level0.Sounds("Switch", 1); }

Library Items

Symbol 1 Font [Calibri]Used by:295 296 300 302 304 310
Symbol 2 Sound [GameOver]
Symbol 3 GraphicUsed by:11
Symbol 4 GraphicUsed by:11
Symbol 5 GraphicUsed by:11
Symbol 6 GraphicUsed by:11
Symbol 7 GraphicUsed by:11
Symbol 8 GraphicUsed by:11
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:3 4 5 6 7 8 9 10Used by:12
Symbol 12 MovieClipUses:11Used by:21
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:15
Symbol 15 MovieClipUses:14Used by:20
Symbol 16 FontUsed by:17 74 84 90 91 93 97 129 131 153 154 156 157 160 161 163 164 166 167 169 170 191 192 194 195 196 201 311 313
Symbol 17 TextUses:16Used by:18
Symbol 18 MovieClipUses:17Used by:19
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:15 19Used by:21
Symbol 21 MovieClip [Gull]Uses:12 20
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClip [snow]Uses:22
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:70 71
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:70
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:70
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:70
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:70
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:70
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:70
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:70
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:70
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:70
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:70
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:70
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:70
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:70
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:70
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:70
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:70
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:70
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:70
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:70
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:70
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:70
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:70
Symbol 70 MovieClipUses:25 27 29 31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63 65 67 69Used by:71
Symbol 71 ButtonUses:70 25Used by:Timeline
Symbol 72 GraphicUsed by:73 75 87 98 130 158 162 165 168 171 193 200 204 205 237 238 308 312
Symbol 73 MovieClipUses:72Used by:75 87 98 130 158 162 165 168 171 193 200 204 237 238 308 312
Symbol 74 TextUses:16Used by:75
Symbol 75 ButtonUses:73 74 72Used by:Timeline
Symbol 76 FontUsed by:77 313
Symbol 77 TextUses:76Used by:Timeline
Symbol 78 GraphicUsed by:79 85 87 140
Symbol 79 MovieClipUses:78Used by:85 86 140
Symbol 80 GraphicUsed by:81 85 87 140
Symbol 81 MovieClipUses:80Used by:85 86 140
Symbol 82 GraphicUsed by:83 85 87 140
Symbol 83 MovieClipUses:82Used by:85 86 140
Symbol 84 TextUses:16Used by:85 86 87 140
Symbol 85 ButtonUses:79 81 83 84 78 80 82Used by:87
Symbol 86 MovieClipUses:79 81 83 84Used by:87
Symbol 87 ButtonUses:73 85 86 72 78 80 82 84Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 TextUses:16Used by:Timeline
Symbol 91 TextUses:16Used by:92
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 EditableTextUses:16Used by:96
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:96
Symbol 96 MovieClipUses:93 95Used by:Timeline
Symbol 97 TextUses:16Used by:98
Symbol 98 ButtonUses:73 97 72Used by:Timeline
Symbol 99 GraphicUsed by:111
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:102 103
Symbol 102 MovieClipUses:101Used by:103 145
Symbol 103 MovieClipUses:101 102Used by:111
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:111
Symbol 106 GraphicUsed by:111  Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:110
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:108 109Used by:111  Timeline
Symbol 111 MovieClipUses:99 103 105 106 110Used by:Timeline
Symbol 112 GraphicUsed by:116
Symbol 113 FontUsed by:114 115
Symbol 114 TextUses:113Used by:116
Symbol 115 TextUses:113Used by:116
Symbol 116 MovieClipUses:112 114 115Used by:128
Symbol 117 GraphicUsed by:128
Symbol 118 GraphicUsed by:128
Symbol 119 GraphicUsed by:128
Symbol 120 GraphicUsed by:128
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:128
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:128
Symbol 125 GraphicUsed by:128
Symbol 126 GraphicUsed by:127
Symbol 127 ButtonUses:126Used by:128
Symbol 128 MovieClipUses:116 117 118 119 120 122 124 125 127Used by:Timeline
Symbol 129 TextUses:16Used by:130
Symbol 130 ButtonUses:73 129 72Used by:Timeline
Symbol 131 TextUses:16Used by:139
Symbol 132 Sound [Switch]Used by:139
Symbol 133 Sound [Hit]Used by:139
Symbol 134 Sound [Intro]Used by:139
Symbol 135 Sound [LevelUP]Used by:139
Symbol 136 Sound [Game]Used by:139
Symbol 137 Sound [Gull_b]Used by:139
Symbol 138 Sound [Miss]Used by:139
Symbol 139 MovieClipUses:131 132 133 134 135 136 137 138Used by:Timeline
Symbol 140 ButtonUses:79 81 83 84 78 80 82Used by:141
Symbol 141 MovieClipUses:140Used by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:Timeline
Symbol 145 MovieClipUses:102Used by:Timeline
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:250  Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:150
Symbol 150 MovieClipUses:149Used by:151
Symbol 151 MovieClipUses:150Used by:Timeline
Symbol 152 GraphicUsed by:155
Symbol 153 TextUses:16Used by:155
Symbol 154 TextUses:16Used by:155
Symbol 155 MovieClipUses:152 153 154Used by:173
Symbol 156 TextUses:16Used by:158
Symbol 157 TextUses:16Used by:158
Symbol 158 ButtonUses:73 156 157 72Used by:159
Symbol 159 MovieClipUses:158Used by:173
Symbol 160 TextUses:16Used by:162
Symbol 161 TextUses:16Used by:162
Symbol 162 ButtonUses:160 73 161 72Used by:172
Symbol 163 TextUses:16Used by:165
Symbol 164 TextUses:16Used by:165
Symbol 165 ButtonUses:163 73 164 72Used by:172
Symbol 166 TextUses:16Used by:168
Symbol 167 TextUses:16Used by:168
Symbol 168 ButtonUses:166 73 167 72Used by:172
Symbol 169 TextUses:16Used by:171
Symbol 170 TextUses:16Used by:171
Symbol 171 ButtonUses:169 73 170 72Used by:172
Symbol 172 MovieClipUses:162 165 168 171Used by:173
Symbol 173 MovieClipUses:155 159 172Used by:Timeline
Symbol 174 GraphicUsed by:190
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:190
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:190
Symbol 179 GraphicUsed by:190
Symbol 180 GraphicUsed by:190
Symbol 181 GraphicUsed by:190
Symbol 182 GraphicUsed by:190
Symbol 183 GraphicUsed by:190
Symbol 184 GraphicUsed by:190
Symbol 185 GraphicUsed by:190
Symbol 186 GraphicUsed by:190
Symbol 187 GraphicUsed by:190
Symbol 188 GraphicUsed by:190
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:174 176 178 179 180 181 182 183 184 185 186 187 188 189Used by:288  Timeline
Symbol 191 TextUses:16Used by:193
Symbol 192 TextUses:16Used by:193
Symbol 193 ButtonUses:191 73 192 72Used by:Timeline
Symbol 194 EditableTextUses:16Used by:Timeline
Symbol 195 TextUses:16Used by:Timeline
Symbol 196 TextUses:16Used by:Timeline
Symbol 197 FontUsed by:198 199 202 203 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 244 246 299 301 306 307
Symbol 198 TextUses:197Used by:200 237 312
Symbol 199 TextUses:197Used by:200 237 312
Symbol 200 ButtonUses:198 73 199 72Used by:Timeline
Symbol 201 EditableTextUses:16Used by:Timeline
Symbol 202 TextUses:197Used by:204 238
Symbol 203 TextUses:197Used by:204 238
Symbol 204 ButtonUses:202 73 203 72Used by:Timeline
Symbol 205 MovieClipUses:72Used by:206
Symbol 206 MovieClipUses:205Used by:Timeline
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 GraphicUsed by:213
Symbol 211 FontUsed by:212
Symbol 212 TextUses:211Used by:213
Symbol 213 MovieClipUses:210 212Used by:Timeline
Symbol 214 TextUses:197Used by:Timeline
Symbol 215 TextUses:197Used by:Timeline
Symbol 216 TextUses:197Used by:Timeline
Symbol 217 EditableTextUses:197Used by:Timeline
Symbol 218 EditableTextUses:197Used by:Timeline
Symbol 219 EditableTextUses:197Used by:Timeline
Symbol 220 EditableTextUses:197Used by:Timeline
Symbol 221 EditableTextUses:197Used by:Timeline
Symbol 222 EditableTextUses:197Used by:Timeline
Symbol 223 EditableTextUses:197Used by:Timeline
Symbol 224 EditableTextUses:197Used by:Timeline
Symbol 225 EditableTextUses:197Used by:Timeline
Symbol 226 EditableTextUses:197Used by:Timeline
Symbol 227 EditableTextUses:197Used by:Timeline
Symbol 228 EditableTextUses:197Used by:Timeline
Symbol 229 EditableTextUses:197Used by:Timeline
Symbol 230 EditableTextUses:197Used by:Timeline
Symbol 231 EditableTextUses:197Used by:Timeline
Symbol 232 EditableTextUses:197Used by:Timeline
Symbol 233 EditableTextUses:197Used by:Timeline
Symbol 234 EditableTextUses:197Used by:Timeline
Symbol 235 EditableTextUses:197Used by:Timeline
Symbol 236 EditableTextUses:197Used by:Timeline
Symbol 237 ButtonUses:198 73 199 72Used by:Timeline
Symbol 238 ButtonUses:202 73 203 72Used by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:243
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:241 242Used by:248
Symbol 244 TextUses:197Used by:245
Symbol 245 MovieClipUses:244Used by:248
Symbol 246 TextUses:197Used by:247
Symbol 247 MovieClipUses:246Used by:248
Symbol 248 MovieClipUses:243 245 247Used by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 MovieClipUses:147Used by:Timeline
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:251Used by:253
Symbol 253 MovieClipUses:252Used by:Timeline
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:254Used by:257
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:255 256Used by:258
Symbol 258 MovieClipUses:257Used by:259
Symbol 259 MovieClipUses:258Used by:Timeline
Symbol 260 GraphicUsed by:261
Symbol 261 MovieClipUses:260Used by:262
Symbol 262 MovieClipUses:261Used by:263
Symbol 263 MovieClipUses:262Used by:Timeline
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:264Used by:266
Symbol 266 MovieClipUses:265Used by:267
Symbol 267 MovieClipUses:266Used by:Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:270
Symbol 270 MovieClipUses:269Used by:271
Symbol 271 MovieClipUses:270Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:274
Symbol 274 MovieClipUses:273Used by:275
Symbol 275 MovieClipUses:274Used by:Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:278
Symbol 278 MovieClipUses:277Used by:279
Symbol 279 MovieClipUses:278Used by:Timeline
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:282
Symbol 282 MovieClipUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:284Used by:286
Symbol 286 MovieClipUses:285Used by:287
Symbol 287 MovieClipUses:286Used by:Timeline
Symbol 288 MovieClipUses:190Used by:Timeline
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289Used by:293
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291Used by:293
Symbol 293 MovieClipUses:290 292Used by:294
Symbol 294 MovieClipUses:293Used by:Timeline
Symbol 295 TextUses:1Used by:297
Symbol 296 TextUses:1Used by:297
Symbol 297 MovieClipUses:295 296Used by:298
Symbol 298 MovieClipUses:297Used by:Timeline
Symbol 299 TextUses:197Used by:Timeline
Symbol 300 EditableTextUses:1Used by:Timeline
Symbol 301 TextUses:197Used by:Timeline
Symbol 302 EditableTextUses:1Used by:Timeline
Symbol 303 GraphicUsed by:305
Symbol 304 EditableTextUses:1Used by:305
Symbol 305 MovieClipUses:303 304Used by:309
Symbol 306 TextUses:197Used by:308
Symbol 307 TextUses:197Used by:308
Symbol 308 ButtonUses:306 73 307 72Used by:309
Symbol 309 MovieClipUses:305 308Used by:Timeline
Symbol 310 EditableTextUses:1Used by:Timeline
Symbol 311 TextUses:16Used by:Timeline
Symbol 312 ButtonUses:198 73 199 72Used by:Timeline
Symbol 313 TextUses:76 16Used by:Timeline

Instance Names

"All"Frame 1Symbol 96 MovieClip
"Clouds"Frame 19Symbol 145 MovieClip
"Puss"Frame 19Symbol 151 MovieClip
"T_Menu"Frame 19Symbol 173 MovieClip
"B_Submit"Frame 20Symbol 193 Button
"Name"Frame 20Symbol 194 EditableText
"FinalScore"Frame 20Symbol 201 EditableText
"__err__"Frame 21Symbol 213 MovieClip
"_name1_"Frame 21Symbol 217 EditableText
"_name2_"Frame 21Symbol 218 EditableText
"_name3_"Frame 21Symbol 219 EditableText
"_name4_"Frame 21Symbol 220 EditableText
"_name5_"Frame 21Symbol 221 EditableText
"_name6_"Frame 21Symbol 222 EditableText
"_name7_"Frame 21Symbol 223 EditableText
"_name8_"Frame 21Symbol 224 EditableText
"_name9_"Frame 21Symbol 225 EditableText
"_name10_"Frame 21Symbol 226 EditableText
"_score1_"Frame 21Symbol 227 EditableText
"_score2_"Frame 21Symbol 228 EditableText
"_score3_"Frame 21Symbol 229 EditableText
"_score4_"Frame 21Symbol 230 EditableText
"_score5_"Frame 21Symbol 231 EditableText
"_score6_"Frame 21Symbol 232 EditableText
"_score7_"Frame 21Symbol 233 EditableText
"_score8_"Frame 21Symbol 234 EditableText
"_score9_"Frame 21Symbol 235 EditableText
"_score10_"Frame 21Symbol 236 EditableText
"Gift"Frame 22Symbol 248 MovieClip
"Clouds"Frame 22Symbol 145 MovieClip
"Mountains"Frame 22Symbol 250 MovieClip
"Glacier"Frame 22Symbol 253 MovieClip
"Sand"Frame 22Symbol 259 MovieClip
"Ocean"Frame 22Symbol 263 MovieClip
"City"Frame 22Symbol 267 MovieClip
"BuildingTop"Frame 22Symbol 271 MovieClip
"Islands"Frame 22Symbol 275 MovieClip
"Igloo"Frame 22Symbol 279 MovieClip
"Stalls"Frame 22Symbol 283 MovieClip
"Houses"Frame 22Symbol 287 MovieClip
"Sleigh"Frame 22Symbol 288 MovieClip
"Detect"Frame 22Symbol 294 MovieClip
"Level"Frame 22Symbol 298 MovieClip
"PresTi"Frame 22Symbol 300 EditableText
"Pressi"Frame 22Symbol 302 EditableText
"Ins"Frame 22Symbol 309 MovieClip
"Score"Frame 22Symbol 310 EditableText
"BirdFlap"Symbol 12 MovieClip Frame 1Symbol 11 MovieClip
"Gull"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"Gull"Symbol 21 MovieClip [Gull] Frame 2Symbol 20 MovieClip
"LNUM"Symbol 96 MovieClip Frame 1Symbol 93 EditableText
"Bar"Symbol 96 MovieClip Frame 1Symbol 95 MovieClip
"Clouds"Symbol 111 MovieClip Frame 1Symbol 103 MovieClip
"New"Symbol 159 MovieClip Frame 1Symbol 158 Button
"Gift"Symbol 243 MovieClip Frame 1Symbol 241 MovieClip
"Gift"Symbol 248 MovieClip Frame 1Symbol 243 MovieClip
"Sleigh"Symbol 288 MovieClip Frame 1Symbol 190 MovieClip
"Tick"Symbol 293 MovieClip Frame 1Symbol 290 MovieClip
"Detect4"Symbol 294 MovieClip Frame 1Symbol 293 MovieClip
"Detect3"Symbol 294 MovieClip Frame 1Symbol 293 MovieClip
"Detect2"Symbol 294 MovieClip Frame 1Symbol 293 MovieClip
"Detect1"Symbol 294 MovieClip Frame 1Symbol 293 MovieClip
"Ins"Symbol 305 MovieClip Frame 1Symbol 304 EditableText
"Ins"Symbol 309 MovieClip Frame 1Symbol 305 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "Calibri"
ExportAssets (56)Timeline Frame 1Symbol 2 as "GameOver"
ExportAssets (56)Timeline Frame 1Symbol 21 as "Gull"
ExportAssets (56)Timeline Frame 1Symbol 23 as "snow"
ExportAssets (56)Timeline Frame 4Symbol 132 as "Switch"
ExportAssets (56)Timeline Frame 4Symbol 133 as "Hit"
ExportAssets (56)Timeline Frame 4Symbol 134 as "Intro"
ExportAssets (56)Timeline Frame 4Symbol 135 as "LevelUP"
ExportAssets (56)Timeline Frame 4Symbol 136 as "Game"
ExportAssets (56)Timeline Frame 4Symbol 137 as "Gull_b"
ExportAssets (56)Timeline Frame 4Symbol 138 as "Miss"

Labels

"Titles"Frame 4
"Menu"Frame 19
"GameOver"Frame 20
"Scores"Frame 21
"Game"Frame 22
"thanks"Frame 23
"HIT"Symbol 248 MovieClip Frame 21
"MISS"Symbol 248 MovieClip Frame 49

Dynamic Text Variables

LoadingSymbol 93 EditableText"99"
myNameSymbol 194 EditableText"Enter Name"
PresTSymbol 300 EditableText"<p align="left"><font face="Calibri" size="20" color="#ff0000" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
PresSymbol 302 EditableText"<p align="left"><font face="Calibri" size="20" color="#ff0000" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"




http://swfchan.com/8/38685/info.shtml
Created: 13/5 -2019 01:41:04 Last modified: 13/5 -2019 01:41:04 Server time: 10/05 -2024 13:00:58