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

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

Elroy Learns To Fly.swf

This is the info page for
Flash #23946

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


Text
Play Now

Replay Intro

Instructions

SKIP INTRO

SKIP INTRO

Santa’s Instructions

Playing ‘Elroy learns to fly’
A slow spinning Santa will appear in the bottom left of your screen.
1. Click and hold your mouse anywhere on the game play area to
increase Santa’s power and spinning speed.
2. When optimum power and spinning is reached, let go of your
mouse button to launch Elroy. A combination of power, speed and
direction determine the furthest throw.
Once 5 throws are complete, you have the option of submitting your score.
Insert your name and click 'submit'
Enjoy the game!

0

0

From all the team at Icon raremedia.

Have a fantastic festive season
and we look forward to seeing you
in the New Year.

Your best throw was:

Submit Score

Play Again

Submitting your score

Santa's Top Ten Helpers

<P ALIGN="CENTER"></P>

Play Again

buckley

56.26

Tosca...the king

hoppyc

Aaron Littlefield

Brian Olesen

bundym

beat this roger

Ho Ho Ho

56.32

mickp

maxxy

Name

Distance

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

ActionScript [AS1/AS2]

Frame 1
_root.playedOnce = false;
Frame 2
stop();
Frame 101
play();
Frame 132
_root.MasterVolume = 100; startSound = new Sound(this); startSound.attachSound("intro3"); startSound.start(0, 999); startSound.setVolume(_root.MasterVolume); _root.attempt = 0; _root.oldScore = 0; _root.currentScore = 0; _root.differenceScore = 0; _root.distanceOrig = 0; _root.topScoreText.text = 0; _root.topScore = 0; _root.launchDistance1 = null; _root.launchDistance2 = null; _root.launchDistance3 = null; _root.launchDistance4 = null; _root.launchOffset1 = null; _root.launchOffset2 = null; _root.launchOffset3 = null; _root.launchOffset4 = null;
Frame 216
if (_root.playedOnce) { _root.replay._visible = true; } else { _root.replay._visible = false; } stop();
Frame 217
function dialogueCounter(frames) { myFrames = frames; if ((originalTime == undefined) || (originalTime == 0)) { originalTime = getTimer(); } currentTime = getTimer(); if (currentTime > (originalTime + (myFrames * 65))) { play(); originalTime = 0; } else { prevFrame(); } } dialogueSound = new Sound(this); dialogueSound.attachSound("dialogue"); dialogueSound.start(0, 5); dialogueSound.setVolume(_root.MasterVolume); _root.originalTime = 0; _root.currentTime = 0;
Frame 275
play();
Frame 276
dialogueCounter(105);
Frame 311
play();
Frame 312
dialogueCounter(115);
Frame 349
play();
Frame 350
dialogueCounter(105);
Frame 399
play();
Frame 400
dialogueCounter(105);
Frame 403
function fadeOut() { sndTmp = dialogueSound.getVolume(); sndTmp = sndTmp / 1.4; dialogueSound.setVolume(sndTmp); } fadeOut();
Frame 405
fadeOut();
Frame 407
fadeOut();
Frame 409
fadeOut();
Frame 411
fadeOut();
Frame 413
fadeOut();
Frame 417
dialogueSound.stop();
Frame 419
gotoAndPlay (463);
Frame 462
this.stop();
Frame 463
function throwElf() { _root.spinning = false; _root.powerBar.stop(); randomNum = random(20); randomNum = randomNum / 100; _root.endSpin = (getTimer() - _root.startSpin) / 1000; if (_root.endSpin > 9) { _root.power = (27 - ((_root.endSpin - 9) * 6.5)) + randomNum; } else { _root.power = (_root.endSpin * 3) + randomNum; } if (_root.power < 4.5) { _root.power = 4.5; } _root.throwHeight = (-10 * _root.endSpin) - 350; if (_root.endSpin > 11) { _root.throwHeight = -495; _root.power = 5; } stopFrame = _root.spinSanta._currentframe + 14; _root.spinSanta.gotoAndStop(stopFrame); if (_root.foul == "none") { _root.gotoAndPlay("throw"); } if (_root.foul == "back") { _root.gotoAndPlay("foulback"); } if (_root.foul == "left") { _root.gotoAndPlay("foulleft"); } if (_root.foul == "front") { _root.gotoAndPlay("foulfront"); } _root.status = (("power:" + _root.power) + " throwHeight:") + _root.throwHeight; } gruntSound = new Sound(this); gruntSound.attachSound("grunt"); gruntSound.setVolume(_root.MasterVolume); _root.elfSound = new Sound(); _root.elfSound.attachSound("yahoo"); _root.elfSound.setVolume(_root.MasterVolume); _root.wooshSound = new Sound(); _root.wooshSound.attachSound("woosh"); _root.wooshSound.setVolume(25); _root.elfThudSound = new Sound(); _root.elfThudSound.attachSound("elfThud"); _root.elfThudSound.setVolume(200); _root.elfSlideSound = new Sound(); _root.elfSlideSound.attachSound("elfSlide"); _root.elfSlideSound.setVolume(25); _root.playedOnce = true; _root.endAnimation = false; _root.loop = 0; _root.distance = 0; _root.markerNum = 10; _root.woods.marker.text = _root.markerNum; _root.spinTime = 0; _root.endSpin = 0; _root.power = 0; _root.throwHeight = 0; _root.startSpin = 0; _root.woods._x = 0; _root.spinSanta._x = 56; _root.elfSwing.gotoAndStop(1); _root.spinning = false; _root.faceplant = false; _root.Ball.gotoAndStop(1); _root.power = 0; _root.distanceOrig = 0; _root.attempt++; _root.powerMask._width = 3.8; _root.spinSanta.gotoAndStop(1); stop();
Instance of Symbol 112 MovieClip "mountains" in Frame 463
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree9" in Frame 463
/* no clip actions */
Instance of Symbol 115 MovieClip "tree3" in Frame 463
/* no clip actions */
Instance of Symbol 121 MovieClip "hat1" in Frame 463
onClipEvent (enterFrame) { thisHat = 1; if (_root.attempt == thisHat) { _root.launchDistance1 = _root.distanceOrig; if (_root.launchDistance1 < 200) { _root.launchDistance1 = -100; } _root.launchOffset1 = _root.launchDirection; } if (_root.attempt > thisHat) { ydist = _root.path._y - (_root.launchOffset1 * 10); this._y = ydist; if (_root.distanceOrig < 255) { xdist = _root.launchDistance1; } else { xdist = (_root.launchDistance1 - _root.distanceOrig) + 255; } if ((distx > -50) && (distx < 550)) { this._x = xdist; } } }
Instance of Symbol 121 MovieClip "hat2" in Frame 463
onClipEvent (enterFrame) { thisHat = 2; if (_root.attempt == thisHat) { _root.launchDistance2 = _root.distanceOrig; if (_root.launchDistance2 < 200) { _root.launchDistance2 = -100; } _root.launchOffset2 = _root.launchDirection; } if (_root.attempt > thisHat) { ydist = _root.path._y - (_root.launchOffset2 * 10); this._y = ydist; if (_root.distanceOrig < 255) { xdist = _root.launchDistance2; } else { xdist = (_root.launchDistance2 - _root.distanceOrig) + 255; } if ((distx > -50) && (distx < 550)) { this._x = xdist; } } }
Instance of Symbol 121 MovieClip "hat3" in Frame 463
onClipEvent (enterFrame) { thisHat = 3; if (_root.attempt == thisHat) { _root.launchDistance3 = _root.distanceOrig; if (_root.launchDistance3 < 200) { _root.launchDistance3 = -100; } _root.launchOffset3 = _root.launchDirection; } if (_root.attempt > thisHat) { ydist = _root.path._y - (_root.launchOffset3 * 10); this._y = ydist; if (_root.distanceOrig < 255) { xdist = _root.launchDistance3; } else { xdist = (_root.launchDistance3 - _root.distanceOrig) + 255; } if ((distx > -50) && (distx < 550)) { this._x = xdist; } } }
Instance of Symbol 121 MovieClip "hat4" in Frame 463
onClipEvent (enterFrame) { thisHat = 4; if (_root.attempt == thisHat) { _root.launchDistance4 = _root.distanceOrig; if (_root.launchDistance4 < 200) { _root.launchDistance4 = -100; } _root.launchOffset4 = _root.launchDirection; } if (_root.attempt > thisHat) { ydist = _root.path._y - (_root.launchOffset4 * 10); this._y = ydist; if (_root.distanceOrig < 255) { xdist = _root.launchDistance4; } else { xdist = (_root.launchDistance4 - _root.distanceOrig) + 255; } if ((distx > -50) && (distx < 550)) { this._x = xdist; } } }
Instance of Symbol 172 MovieClip "spinSanta" in Frame 463
onClipEvent (load) { frameDelay = 8; this.stop(); _root.elfSwing.stop(); originalSwingAngle = _root.elfSwing._rotation; } onClipEvent (enterFrame) { frameDelay--; if ((frameDelay < 1) && (_root.power == 0)) { if (_currentframe < 12) { this.gotoAndStop(_currentframe + 1); } else { this.gotoAndStop(1); } _root.elfSwing.gotoAndStop(this._currentframe); } if ((_root.spinTime > 0) && (frameDelay < 1)) { if (_root.spinTime < 8) { frameDelay = 8 - _root.spinTime; } else { frameDelay = 1; } } if ((frameDelay < 1) && (!_root.spinning)) { frameDelay = 8; } }
Instance of Symbol 30 MovieClip "powerBar" in Frame 463
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (_root.spinning == true) { _root.spinTime = int((getTimer() - _root.startSpin) / 1000); if (_root.spinTime < 1) { _root.spinTime = 1; } this._width = 20 + (39.9 * ((getTimer() - _root.startSpin) / 1000)); _root.powerMask._width = this._width; if (_root.startSpin > 0) { currentTime = (getTimer() - _root.startSpin) / 1000; } else { currentTime = 0; } if (currentTime > 9) { tempPower = 18 - ((currentTime - 9) * 6.5); } else { tempPower = currentTime * 2; } _root.status = (("Power:" + tempPower) + " throwHeight:") + int(-45 * currentTime); if (_root.spinTime == 11) { _root.spinning = false; _root.power = 1; _root.powerBar.stop(); stopFrame = _root.spinSanta._currentframe + 14; _root.spinSanta.gotoAndStop(stopFrame); _root.gotoAndPlay("foulleft"); } } if ((!_root.spinning) && (_root.power < 1)) { this._width = 3.8; } }
Instance of Symbol 191 MovieClip in Frame 463
onClipEvent (enterFrame) { thisHat = 1; if (_root.attempt > thisHat) { this._visible = false; } else { this._visible = true; } }
Instance of Symbol 191 MovieClip in Frame 463
onClipEvent (enterFrame) { thisHat = 4; if (_root.attempt > thisHat) { this._visible = false; } else { this._visible = true; } }
Instance of Symbol 191 MovieClip in Frame 463
onClipEvent (enterFrame) { thisHat = 3; if (_root.attempt > thisHat) { this._visible = false; } else { this._visible = true; } }
Instance of Symbol 191 MovieClip in Frame 463
onClipEvent (enterFrame) { thisHat = 2; if (_root.attempt > thisHat) { this._visible = false; } else { this._visible = true; } }
Frame 478
_root.endAnimation = true; stop();
Frame 492
_root.endAnimation = true; stop();
Frame 493
Frame 512
monitorHitSound = new Sound(); monitorHitSound.attachSound("monitor"); monitorHitSound.start(); monitorHitSound.setVolume(_root.MasterVolume);
Frame 533
glasswipeSound = new Sound(); glasswipeSound.attachSound("glasswipe"); glasswipeSound.start(); glasswipeSound.setVolume(40);
Frame 575
_root.endAnimation = true; stop();
Frame 576
_root.loop = 0; stop();
Instance of Symbol 115 MovieClip "tree8" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -30) { this._x = 530; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree7" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -30) { this._x = 530; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree6" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 550; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree5" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 550; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree9" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -100) { this._x = 600; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree4" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 550; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree3" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -100) { this._x = 600; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree10" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -100) { this._x = 600; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree2" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -100) { this._x = 600; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 115 MovieClip "tree1" in Frame 576
onClipEvent (load) { myPos = this._x; } onClipEvent (enterFrame) { if (this._x < -100) { this._x = 600; } if (_root.distance == 0) { this._x = myPos; } }
Instance of Symbol 118 MovieClip "woods" in Frame 576
onClipEvent (load) { _root.markerNum = 10; _root.markerFront.marker.text = _root.markerNum; _root.markerBack.marker.text = _root.markerNum; _root.distance = 0; _root.loop = 0; loopValue = (this._width - 500) * -1; } onClipEvent (enterFrame) { if (_root.flag) { this._x = this._x - (_root.power * 2); if (this._x <= loopValue) { _root.loop = _root.loop + 1; _root.markerNum = _root.markerNum + 10; _root.markerFront.marker.text = _root.markerNum; _root.markerBack.marker.text = _root.markerNum; this._x = 0; } if (_root.loop == 0) { _root.spinSanta._x = 56 + this._x; } } if ((!_root.flag) && (_root.bounce == 1)) { _root.woods._x = _root.woods._x + _root.woodsX; _root.woodsX = _root.woodsX + (1 / (_root.power / 8)); if (_root.woods._x <= loopValue) { _root.loop = _root.loop + 1; _root.markerNum = _root.markerNum + 10; _root.markerFront.marker.text = _root.markerNum; _root.markerBack.marker.text = _root.markerNum; _root.woods._x = 0; } if (_root.woodsX >= 0) { _root.woodsX = 0; } } if (_root.spinning == false) { _root.distance = ((_root.loop * (this._width / 2)) + (-1 * _root.woods._x)) + _root.Ball._x; _root.distanceOrig = _root.distance; _root.distance = _root.distance / 100; _root.distance = int(_root.distance * 100) / 100; } if (_root.distance <= 0) { _root.distanceText.text = "0"; _root.topScoreText.text = "0"; } else { _root.oldScore = _root.currentScore; _root.currentScore = _root.distance * 2; _root.differenceScore = _root.currentScore - _root.oldScore; _root.distanceText.text = _root.currentScore; if (_root.topScore < _root.currentScore) { _root.topScore = _root.currentScore; _root.topScoreText.text = _root.topScore; } } if (_root.differenceScore == 0) { _root.elfSlideSound.stop(); } if (_root.currentScore > 5.06) { _root.mountains._x = _root.mountains._x - (1.5 * _root.differenceScore); _root.tree1._x = _root.tree1._x - ((_root.tree1._xscale / 2) * _root.differenceScore); _root.tree2._x = _root.tree2._x - ((_root.tree2._xscale / 2) * _root.differenceScore); _root.tree3._x = _root.tree3._x - ((_root.tree3._xscale / 2) * _root.differenceScore); _root.tree4._x = _root.tree4._x - ((_root.tree4._xscale / 2) * _root.differenceScore); _root.tree5._x = _root.tree5._x - ((_root.tree5._xscale / 2) * _root.differenceScore); _root.tree6._x = _root.tree6._x - ((_root.tree6._xscale / 2) * _root.differenceScore); _root.tree7._x = _root.tree7._x - ((_root.tree7._xscale / 2) * _root.differenceScore); _root.tree8._x = _root.tree8._x - ((_root.tree8._xscale / 2) * _root.differenceScore); _root.tree9._x = _root.tree9._x - ((_root.tree9._xscale / 2) * _root.differenceScore); _root.tree10._x = _root.tree10._x - ((_root.tree10._xscale / 2) * _root.differenceScore); } }
Instance of Symbol 177 MovieClip "markerBack" in Frame 576
onClipEvent (enterFrame) { if (_root.launchDirection > 0) { this._visible = false; } else { this._visible = true; } if (this._visible) { this._x = _root.woods._x + 500; } }
Instance of Symbol 207 MovieClip in Frame 576
onClipEvent (enterFrame) { this._x = _root.Ball._x; this._y = _root.path._y - (_root.launchDirection * 10); this._alpha = _root.Ball._y / 6; }
Instance of Symbol 228 MovieClip "Ball" in Frame 576
onClipEvent (load) { g = 150; elastic = 0.4; BallRadius = this._height / 2; vy = _root.throwHeight / 2; pathY = _root.path._y - (_root.launchDirection * 10); _root.bounce = 0; _root.woodsX = -1 * _root.power; this._x = 75; x = this._x; bounceNum = 0; } onClipEvent (enterFrame) { y = this._y; x = x + _root.power; angle = vy / 5; vy = Number(vy) + Number(g / 10); y = Number(y) + Number(vy / 10); if (Number(y) > Number(pathY - BallRadius)) { _root.bounce = 1; _root.flag = false; y = pathY - BallRadius; vy = -(vy * elastic); bounceNum = bounceNum + 1; if (_root.facePlant == false) { _root.elfThudSound.start(); } } if (_root.faceplant == false) { if (bounceNum > 1) { _root.faceplant = true; this.gotoAndPlay(2); this._rotation = 0; } else { this._y = y; this._rotation = angle; } } if (x <= 250) { this._x = x; } if ((x >= 250) && (_root.bounce == 0)) { _root.flag = true; } if ((x >= 250) && (_root.bounce == 1)) { _root.flag = false; } }
Instance of Symbol 177 MovieClip "markerFront" in Frame 576
onClipEvent (enterFrame) { if (_root.launchDirection < 1) { this._visible = false; } else { this._visible = true; } if (this._visible) { this._x = _root.woods._x + 500; } }
Frame 642
function submitScore() { myLoadVars = new LoadVars(); myLoadVars.score = _root.score; myLoadVars.names1 = _root.names1; myLoadVars.send("http://www.newsbuilder.com.au/rarexmas/submit.asp", "submit", "POST"); play(); } score = _root.topScore; _root.highName.text = "Please enter your name here..."; _root.highName.onSetFocus = function () { _root.highName.text = ""; }; stop();
Instance of Symbol 252 MovieClip in Frame 642
onClipEvent (enterFrame) { _root.highName.onSetFocus = function (oldFocus) { _root.highName.text = ""; }; }
Frame 788
Frame 797
gotoAndPlay (798);
Frame 838
this.stop();
Symbol 28 MovieClip Frame 1
function myCounter() { if (counter == 45) { counter = 0; play(); } else { counter++; prevFrame(); } } counter = 0;
Symbol 28 MovieClip Frame 2
play();
Symbol 28 MovieClip Frame 3
_root.pose1 = true; myCounter();
Symbol 28 MovieClip Frame 7
play();
Symbol 28 MovieClip Frame 8
_root.pose2 = true; myCounter();
Symbol 28 MovieClip Frame 12
play();
Symbol 28 MovieClip Frame 13
_root.pose3 = true; myCounter();
Symbol 28 MovieClip Frame 17
play();
Symbol 28 MovieClip Frame 18
_root.pose4 = true; myCounter();
Symbol 33 MovieClip Frame 1
total = Math.floor(_root.getBytesTotal()); loadedx = Math.floor(_root.getBytesLoaded()); percent = Math.floor((loadedx / total) * 100); play();
Symbol 33 MovieClip Frame 2
movingframes = percent; if (((((percent < 100) || (!_root.pose1)) || (!_root.pose2)) || (!_root.pose3)) || (!_root.pose4)) { if ((!_root.pose1) && (percent < 25)) { _level0.gotoAndStop(0); } else if ((percent >= 25) && (!_root.pose2)) { _level0.gotoAndStop(25); } else if ((percent >= 50) && (!_root.pose3)) { _level0.gotoAndStop(50); } else if ((percent >= 75) && (!_root.pose4)) { _level0.gotoAndStop(75); } else { _level0.gotoAndStop(movingframes); } gotoAndPlay (1); } else { _level0.gotoAndPlay(100); }
Instance of Symbol 39 MovieClip in Symbol 40 MovieClip Frame 1
onClipEvent (load) { if (_root.value < 24) { this._visible = true; } else { this._visible = false; } }
Symbol 61 Button
on (release) { startSound.stop(); if (_root.playedOnce) { gotoAndPlay (463); } else { gotoAndPlay (217); } }
Symbol 63 Button
on (release) { startSound.stop(); gotoAndPlay (217); }
Symbol 65 Button
on (release) { gotoAndPlay (420); }
Symbol 68 Button
on (release) { dialogueSound.stop(); gotoAndPlay (463); }
Symbol 106 Button
on (release) { startSound.stop(); if (_root.playedOnce) { gotoAndPlay (463); } else { gotoAndPlay (217); } }
Symbol 172 MovieClip Frame 1
_root.foul = "back";
Symbol 172 MovieClip Frame 3
_root.foul = "left";
Symbol 172 MovieClip Frame 5
_root.wooshSound.setVolume(25); _root.wooshSound.start();
Symbol 172 MovieClip Frame 7
_root.foul = "front";
Symbol 172 MovieClip Frame 8
_root.foul = "none"; _root.launchDirection = -2;
Symbol 172 MovieClip Frame 9
_root.launchDirection = -1;
Symbol 172 MovieClip Frame 10
_root.launchDirection = 0;
Symbol 172 MovieClip Frame 11
_root.launchDirection = 1;
Symbol 172 MovieClip Frame 12
_root.launchDirection = 2;
Symbol 172 MovieClip Frame 13
_root.foul = "back";
Symbol 179 Button
on (press) { _root.spinTime = 0; frameDelay = 0; _root.startSpin = getTimer(); _root.powerBar._width = 5; _root.spinning = true; } on (release) { gruntSound.start(); _root.throwElf(); }
Symbol 194 Button
on (release) { if (_root.endAnimation) { if (_root.attempt > 4) { gotoAndPlay (577); } else { _root.loop = 0; _root.distance = 0; _root.markerNum = 10; _root.woods.marker.text = _root.markerNum; _root.spinTime = 0; _root.endSpin = 0; _root.power = 0; _root.throwHeight = 0; _root.startSpin = 0; _root.woods._x = 0; _root.spinSanta._x = 56; _root.spinning = null; _root.gotoAndStop("startSpin"); } } }
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 12
_root.elfThudSound.start(); _root.elfSlideSound.start(0, 999); _root.elfSlideSound.setVolume(25);
Symbol 228 MovieClip Frame 21
stop();
Symbol 229 Button
on (release) { if ((_root.differenceScore == 0) && (_root.Ball._x >= 200)) { if (_root.attempt > 4) { gotoAndPlay (577); } else { _root.loop = 0; _root.distance = 0; _root.markerNum = 10; _root.woods.marker.text = _root.markerNum; _root.spinTime = 0; _root.endSpin = 0; _root.power = 0; _root.throwHeight = 0; _root.startSpin = 0; _root.woods._x = 0; _root.spinSanta._x = 56; _root.spinning = null; _root.gotoAndStop("startSpin"); } } }
Symbol 245 Button
on (release) { System.security.allowDomain("http://www.newsbuilder.com.au"); submitScore(); }
Symbol 247 Button
on (release) { gotoAndPlay (132); }
Symbol 261 MovieClip Frame 323
this.gotoAndPlay(1);
Symbol 266 Button
on (release) { name0.text = ""; score0.text = ""; name1.text = ""; score1.text = ""; name2.text = ""; score2.text = ""; name3.text = ""; score3.text = ""; name4.text = ""; score4.text = ""; gotoAndPlay (132); }

Library Items

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

Instance Names

"replay"Frame 216Symbol 63 Button
"mountains"Frame 463Symbol 112 MovieClip
"tree8"Frame 463Symbol 115 MovieClip
"tree7"Frame 463Symbol 115 MovieClip
"tree6"Frame 463Symbol 115 MovieClip
"tree5"Frame 463Symbol 115 MovieClip
"tree9"Frame 463Symbol 115 MovieClip
"tree4"Frame 463Symbol 115 MovieClip
"tree3"Frame 463Symbol 115 MovieClip
"tree10"Frame 463Symbol 115 MovieClip
"tree2"Frame 463Symbol 115 MovieClip
"tree1"Frame 463Symbol 115 MovieClip
"path"Frame 463Symbol 117 MovieClip
"woods"Frame 463Symbol 118 MovieClip
"hat1"Frame 463Symbol 121 MovieClip
"hat2"Frame 463Symbol 121 MovieClip
"hat3"Frame 463Symbol 121 MovieClip
"hat4"Frame 463Symbol 121 MovieClip
"spinSanta"Frame 463Symbol 172 MovieClip
"markerFront"Frame 463Symbol 177 MovieClip
"startButton"Frame 463Symbol 179 Button
"powerMask"Frame 463Symbol 30 MovieClip
"powerBar"Frame 463Symbol 30 MovieClip
"distanceText"Frame 463Symbol 187 EditableText
"topScoreText"Frame 463Symbol 188 EditableText
"startButton"Frame 464Symbol 194 Button
"tree8"Frame 576Symbol 115 MovieClip
"tree7"Frame 576Symbol 115 MovieClip
"tree6"Frame 576Symbol 115 MovieClip
"tree5"Frame 576Symbol 115 MovieClip
"tree9"Frame 576Symbol 115 MovieClip
"tree4"Frame 576Symbol 115 MovieClip
"tree3"Frame 576Symbol 115 MovieClip
"tree10"Frame 576Symbol 115 MovieClip
"tree2"Frame 576Symbol 115 MovieClip
"tree1"Frame 576Symbol 115 MovieClip
"woods"Frame 576Symbol 118 MovieClip
"markerBack"Frame 576Symbol 177 MovieClip
"Ball"Frame 576Symbol 228 MovieClip
"markerFront"Frame 576Symbol 177 MovieClip
"startButton"Frame 576Symbol 229 Button
"highName"Frame 642Symbol 248 EditableText
"score"Frame 642Symbol 250 EditableText
"loadingData"Frame 798Symbol 264 EditableText
"path"Symbol 118 MovieClip Frame 1Symbol 117 MovieClip
"path"Symbol 118 MovieClip Frame 1Symbol 117 MovieClip
"marker"Symbol 177 MovieClip Frame 1Symbol 176 EditableText

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "woosh"
ExportAssets (56)Timeline Frame 1Symbol 2 as "grunt"
ExportAssets (56)Timeline Frame 1Symbol 3 as "intro3"
ExportAssets (56)Timeline Frame 1Symbol 4 as "monitor"
ExportAssets (56)Timeline Frame 1Symbol 5 as "glasswipe"
ExportAssets (56)Timeline Frame 1Symbol 6 as "yahoo"
ExportAssets (56)Timeline Frame 1Symbol 7 as "elfSlide"
ExportAssets (56)Timeline Frame 1Symbol 8 as "elfThud"
ExportAssets (56)Timeline Frame 1Symbol 9 as "dialogue"

Labels

"startSpin"Frame 463
"foulback"Frame 464
"foulleft"Frame 479
"foulfront"Frame 493
"throw"Frame 576
"loadingStill"Frame 671

Dynamic Text Variables

names1Symbol 248 EditableText""
scoreSymbol 250 EditableText""




http://swfchan.com/5/23946/info.shtml
Created: 25/5 -2019 18:00:49 Last modified: 25/5 -2019 18:00:49 Server time: 28/04 -2024 02:40:11