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);
}