Frame 20
loader.percentLoaded.text = "0%";
Frame 42
percent = (this.getBytesLoaded() / this.getBytesTotal()) * 100;
if (percent == 100) {
loader.percentLoaded.text = "100%";
play();
} else {
loader.percentLoaded.text = Math.round(percent) + "%";
gotoAndPlay(this._currentframe - 1);
}
Frame 74
_root.musicOn = 1;
screensAudio = new Sound(screensLoop);
screensAudio.attachSound("screensAudio");
screensAudio.start(0, 99);
screensAudio.setVolume(65);
Frame 75
stop();
Instance of Symbol 67 MovieClip "mover" in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.moveable == 1) {
this._height = this._height + ((this.targetY - this._height) * 0.25);
if (Math.abs(Math.round(this._height - this.targetY)) == 0) {
this.targetY = this.targetY - 20;
this.targetY = this.targetY + (Math.random() * 15);
}
if (this.targetY < 20) {
this.targetY = this.targetY + (Math.random() * 15);
}
}
}
onClipEvent (load) {
this.moveable = 1;
this._height = 0;
this.targetY = 220;
}
Symbol 71 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 3
gotoAndStop (1);
Symbol 77 MovieClip Frame 1
stop();
Instance of Symbol 76 MovieClip "clicker" in Symbol 77 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 77 MovieClip Frame 8
stop();
Symbol 79 MovieClip Frame 1
email_txt.text = this._parent.email_txt.text;
_root.emaillAddress = this._parent.email_txt.text;
Symbol 80 MovieClip Frame 118
stop();
Instance of Symbol 77 MovieClip in Symbol 80 MovieClip Frame 118
on (release, keyPress "<Enter>") {
this.clicker.gotoAndPlay(4);
if ((this._parent.email_txt.text.indexOf("@", 0) == -1) or (this._parent.email_txt.text.indexOf(".", 0) == -1)) {
if (this._parent.error._currentframe == 1) {
this._parent.error.gotoAndPlay(2);
}
} else {
_root.email = this._parent.email_txt.text;
this._parent.bar.mover.moveable = 0;
this._parent.arrows.stop();
this.enabled = false;
this._parent.play();
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
onClipEvent (enterFrame) {
if (this.over) {
this.nextFrame();
} else {
this.prevFrame();
}
}
Symbol 80 MovieClip Frame 154
_parent.nextFrame();
Symbol 83 Button
on (release) {
if (this._parent.friendBox._currentframe == 1) {
this._parent.friendBox.gotoAndPlay(2);
}
}
Symbol 84 MovieClip Frame 10
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 10
stop();
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 10
on (release) {
_root.musicOn;
if (_root.musicOn == 1) {
_root.gamePlay.gameAudio.setVolume(0);
_root.screensAudio.setVolume(0);
_root.musicOn = 0;
gotoAndStop (2);
} else {
_root.screensAudio.setVolume(65);
_root.gamePlay.gameAudio.setVolume(75);
_root.musicOn = 1;
gotoAndStop (1);
}
}
Symbol 104 Button
on (release) {
if ((name_txt.text != "") and (email_txt.text != "")) {
var result_lv = new LoadVars();
result_lv.onLoad = function (success) {
if (success) {
play();
}
};
var send_lv = new LoadVars();
send_lv.name = name_txt.text;
send_lv.email = email_txt.text;
send_lv.sendAndLoad("http://67.199.7.78/Portals/0/tougharmchallenge/sendfriend.php", result_lv, "POST");
}
}
Symbol 108 Button
on (release) {
name_txt.text = "";
email_txt.text = "";
_parent.play();
}
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 40
stop();
_parent.play();
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 16
stop();
Symbol 121 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 10
stop();
Symbol 137 MovieClip Frame 19
stop();
Symbol 137 MovieClip Frame 28
stop();
Symbol 137 MovieClip Frame 37
stop();
Symbol 137 MovieClip Frame 46
stop();
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 14
stop();
this._parent.rumble = 30;
Instance of Symbol 137 MovieClip in Symbol 138 MovieClip Frame 14
onClipEvent (load) {
this._visible = false;
gotoAndPlay(_root.selectedArm);
}
Symbol 140 MovieClip Frame 1
stop();
Instance of Symbol 127 MovieClip "arm" in Symbol 141 MovieClip Frame 1
onClipEvent (load) {
this._x = 152;
this.onEnterFrame = function () {
if (Math.round(this._parent._parent._x) < 190) {
this._parent._parent._parent.play();
this.onEnterFrame = function () {
this._x = this._x + ((-17 - this._x) * 0.25);
if (Math.round(this._x) == -17) {
this._parent._parent._parent.activeArea.moveable = 1;
this.onEnterFrame = null;
}
};
}
};
}
Instance of Symbol 140 MovieClip "clicker" in Symbol 141 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 1
stop();
Instance of Symbol 147 MovieClip "arm" in Symbol 149 MovieClip Frame 1
onClipEvent (load) {
this._x = 154;
this.onEnterFrame = function () {
if (Math.round(this._parent._parent._x) < 190) {
this.onEnterFrame = function () {
this._x = this._x + ((-24 - this._x) * 0.25);
if (Math.round(this._x) == -24) {
this.onEnterFrame = null;
}
};
}
};
}
Instance of Symbol 140 MovieClip "clicker" in Symbol 149 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 152 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 1
stop();
Instance of Symbol 156 MovieClip "arm" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._x = 154;
this.onEnterFrame = function () {
if (Math.round(this._parent._parent._x) < 190) {
this.onEnterFrame = function () {
this._x = this._x + ((-29 - this._x) * 0.25);
if (Math.round(this._x) == -29) {
this.onEnterFrame = null;
}
};
}
};
}
Instance of Symbol 140 MovieClip "clicker" in Symbol 158 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 159 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 1
stop();
Instance of Symbol 140 MovieClip "clicker" in Symbol 164 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 165 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 1
stop();
Instance of Symbol 140 MovieClip "clicker" in Symbol 170 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 141 MovieClip in Symbol 171 MovieClip Frame 1
on (release) {
_root.selectedArm = "ace";
for (i in this._parent) {
this._parent[i].enabled = true;
this._parent[i].over = false;
this._parent[i].selected = false;
this._parent[i].chosen.gotoAndStop(1);
}
this.over = true;
this.selected = true;
this.enabled = false;
this.chosen.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (this.over) {
this.backer.nextFrame();
} else {
this.backer.prevFrame();
}
if (this.rumble > 0) {
this._x = this.origX + ((Math.random() * this.rumble) - (this.rumble / 2));
this._y = this.origY + ((Math.random() * this.rumble) - (this.rumble / 2));
this.rumble = this.rumble - 2;
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.arm.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
onClipEvent (load) {
this.origX = this._x;
this.origY = this._y;
this.rumble = 0;
this.selected = false;
}
Instance of Symbol 149 MovieClip in Symbol 171 MovieClip Frame 1
on (release) {
_root.selectedArm = "martha";
for (i in this._parent) {
this._parent[i].enabled = true;
this._parent[i].over = false;
this._parent[i].selected = false;
this._parent[i].chosen.gotoAndStop(1);
}
this.over = true;
this.selected = true;
this.enabled = false;
this.chosen.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (this.over) {
this.backer.nextFrame();
} else {
this.backer.prevFrame();
}
if (this.rumble > 0) {
this._x = this.origX + ((Math.random() * this.rumble) - (this.rumble / 2));
this._y = this.origY + ((Math.random() * this.rumble) - (this.rumble / 2));
this.rumble = this.rumble - 2;
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.arm.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
onClipEvent (load) {
this.origX = this._x;
this.origY = this._y;
this.rumble = 0;
this.selected = false;
}
Instance of Symbol 158 MovieClip in Symbol 171 MovieClip Frame 1
on (release) {
_root.selectedArm = "billie";
for (i in this._parent) {
this._parent[i].enabled = true;
this._parent[i].over = false;
this._parent[i].selected = false;
this._parent[i].chosen.gotoAndStop(1);
}
this.over = true;
this.selected = true;
this.enabled = false;
this.chosen.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (this.over) {
this.backer.nextFrame();
} else {
this.backer.prevFrame();
}
if (this.rumble > 0) {
this._x = this.origX + ((Math.random() * this.rumble) - (this.rumble / 2));
this._y = this.origY + ((Math.random() * this.rumble) - (this.rumble / 2));
this.rumble = this.rumble - 2;
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.arm.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
onClipEvent (load) {
this.origX = this._x;
this.origY = this._y;
this.rumble = 0;
this.selected = false;
}
Instance of Symbol 164 MovieClip in Symbol 171 MovieClip Frame 1
on (release) {
_root.selectedArm = "zeus";
for (i in this._parent) {
this._parent[i].enabled = true;
this._parent[i].over = false;
this._parent[i].selected = false;
this._parent[i].chosen.gotoAndStop(1);
}
this.over = true;
this.selected = true;
this.enabled = false;
this.chosen.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (this.over) {
this.backer.nextFrame();
} else {
this.backer.prevFrame();
}
if (this.rumble > 0) {
this._x = this.origX + ((Math.random() * this.rumble) - (this.rumble / 2));
this._y = this.origY + ((Math.random() * this.rumble) - (this.rumble / 2));
this.rumble = this.rumble - 2;
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.arm.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
onClipEvent (load) {
this.origX = this._x;
this.origY = this._y;
this.rumble = 0;
this.selected = false;
}
Instance of Symbol 170 MovieClip in Symbol 171 MovieClip Frame 1
on (release) {
_root.selectedArm = "buck";
for (i in this._parent) {
this._parent[i].enabled = true;
this._parent[i].over = false;
this._parent[i].selected = false;
this._parent[i].chosen.gotoAndStop(1);
}
this.over = true;
this.selected = true;
this.enabled = false;
this.chosen.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (this.over) {
this.backer.nextFrame();
} else {
this.backer.prevFrame();
}
if (this.rumble > 0) {
this._x = this.origX + ((Math.random() * this.rumble) - (this.rumble / 2));
this._y = this.origY + ((Math.random() * this.rumble) - (this.rumble / 2));
this.rumble = this.rumble - 2;
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.arm.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
onClipEvent (load) {
this.origX = this._x;
this.origY = this._y;
this.rumble = 0;
this.selected = false;
}
Symbol 187 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 27
arms.setMask(armSelectionMask);
stop();
Instance of Symbol 171 MovieClip "arms" in Symbol 192 MovieClip Frame 27
onClipEvent (load) {
_root.selectedArm = "";
this._x = 718;
bf = new flash.filters.BlurFilter(40, 0, 2);
this.targetX = 158;
this.onEnterFrame = function () {
this.speed = Math.abs(this._x - this.oldSpeed);
this.oldSpeed = this._x;
this._x = this._x + ((this.targetX - this._x) * 0.25);
if (this.speed > 20) {
this.filters = [bf];
} else {
this.filters = [];
}
if (Math.round(this._x) == 158) {
this.onEnterFrame = function () {
this.speed = Math.abs(this._x - this.oldSpeed);
this.oldSpeed = this._x;
this._x = this._x + ((this.targetX - this._x) * 0.25);
if (this.speed > 20) {
this.filters = [bf];
} else {
this.filters = [];
}
};
}
};
}
Instance of Symbol 174 MovieClip "activeArea" in Symbol 192 MovieClip Frame 27
onClipEvent (enterFrame) {
if (this.moveable == 1) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.percent = _xmouse / this._width;
}
if (((_root._xmouse < this._x) and (_root._ymouse > this._y)) and (_root._ymouse < (this._y + this._height))) {
this.percent = 0;
}
if (((_root._xmouse > (this._x + this._width)) and (_root._ymouse > this._y)) and (_root._ymouse < (this._y + this._height))) {
this.percent = 1;
}
this._parent.arms.targetX = 158 + (-(388 * percent));
}
}
onClipEvent (load) {
this._visible = false;
this.moveable = 0;
}
Symbol 192 MovieClip Frame 115
stop();
initials_txt.restrict = "A-Z a-z";
if (_root.initials != undefined) {
initials_txt.text = _root.initials;
}
Instance of Symbol 77 MovieClip in Symbol 192 MovieClip Frame 115
on (release, keyPress "<Enter>") {
this.clicker.gotoAndPlay(4);
if ((_root.selectedArm == "") and (this._parent.armError._currentframe == 1)) {
this._parent.armError.gotoAndPlay(2);
}
if ((this._parent.initials_txt.text == "") and (this._parent.initialsError._currentframe == 1)) {
this._parent.initialsError.gotoAndPlay(2);
}
if ((this._parent.initials_txt.text != "") and (_root.selectedArm != "")) {
this._parent.activeArea.moveable = 0;
for (i in this._parent.arms) {
this._parent.arms[i].enabled = false;
}
this.enabled = false;
_root.initials = this._parent.initials_txt.text;
this._parent.play();
}
}
onClipEvent (enterFrame) {
if (this.over) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
Instance of Symbol 191 MovieClip in Symbol 192 MovieClip Frame 138
onClipEvent (enterFrame) {
_root.screensAudio.setVolume(_root.screensAudio.getVolume() - 1);
if (_root.screensAudio.getVolume() <= 0) {
_root.screensAudio.stop();
}
}
Symbol 192 MovieClip Frame 183
arms.targetX = 718;
Symbol 192 MovieClip Frame 186
stop();
Instance of Symbol 191 MovieClip in Symbol 192 MovieClip Frame 186
onClipEvent (enterFrame) {
if (this._parent.arms._x > 717) {
this._parent.play();
}
}
Symbol 192 MovieClip Frame 200
_root.screensAudio.stop();
this._parent.nextFrame();
Instance of Symbol 197 MovieClip "cover" in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.go == 1) {
this._y = this._y + this.force;
this.force = this.force + 1;
if (this.force > 10) {
this.force = 10;
}
if (this._y >= 0) {
this._y = 0;
this.force = 0;
}
if (this._y <= -282) {
this._y = -282;
}
}
}
onClipEvent (load) {
this.force = 0;
this.go = 0;
}
Symbol 220 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 240 MovieClip Frame 10
stop();
Symbol 242 MovieClip Frame 14
stop();
Symbol 247 MovieClip Frame 30
stop();
Symbol 258 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 20
stop();
Symbol 258 MovieClip Frame 39
stop();
Symbol 258 MovieClip Frame 58
stop();
Symbol 258 MovieClip Frame 77
stop();
Symbol 267 MovieClip Frame 20
stop();
timebonus = this._parent._parent.countdown * 10;
score.text = (("Time bonus: " + timebonus) + "\nTotal Score: ") + (((_root.totalHits * 2) + timebonus) + 1000);
_root.score = ((_root.totalHits * 2) + timebonus) + 1000;
Instance of Symbol 77 MovieClip in Symbol 267 MovieClip Frame 20
on (release) {
this.clicker.gotoAndPlay(4);
this._parent._parent._parent.play();
}
onClipEvent (enterFrame) {
if (this.over) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
Symbol 270 MovieClip Frame 20
stop();
_root.score = 0;
Instance of Symbol 77 MovieClip in Symbol 270 MovieClip Frame 20
on (release) {
this.clicker.gotoAndPlay(4);
this._parent._parent._parent.play();
}
onClipEvent (enterFrame) {
if (this.over) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
Symbol 274 MovieClip Frame 20
stop();
score.text = "Total Score: " + _root.totalHits;
_root.score = _root.totalHits;
Instance of Symbol 77 MovieClip in Symbol 274 MovieClip Frame 20
on (release) {
this.clicker.gotoAndPlay(4);
this._parent._parent._parent.play();
}
onClipEvent (enterFrame) {
if (this.over) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (rollOver) {
this.clicker.gotoAndPlay(2);
this.over = true;
}
on (rollOut) {
this.over = false;
}
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 2
this._parent.puffs.gotoAndStop(129);
Symbol 275 MovieClip Frame 3
this._parent.puffs.gotoAndStop(129);
Symbol 275 MovieClip Frame 4
this._parent.puffs.gotoAndStop(129);
Symbol 276 MovieClip Frame 46
stillArm.gotoAndStop(_root.selectedArm);
Symbol 276 MovieClip Frame 100
arms.gotoAndStop(_root.selectedArm);
arms._rotation = arms._rotation - 7;
Instance of Symbol 237 MovieClip "arms" in Symbol 276 MovieClip Frame 100
onClipEvent (enterFrame) {
if (this.go == 1) {
this._rotation = this._rotation + (this.force + ((Math.random() * 1) - 0.5));
this._rotation = this._rotation + (this.force + ((Math.random() * 1) - 0.5));
if ((this._rotation > -60) and (this._rotation < -50)) {
Key.removeListener(this._parent.keyListener);
clearInterval(this._parent.stopwatch);
this._parent.gameAudio.stop();
this._rotation = this._rotation - 15;
this.rTarget = -60;
this.go = -1;
this._parent.finalStatus.gotoAndStop("win");
}
this._rotation = this._rotation + (this.force + ((Math.random() * 1) - 0.5));
if ((this._rotation > 70) and (this._rotation < 80)) {
Key.removeListener(this._parent.keyListener);
clearInterval(this._parent.stopwatch);
this._parent.gameAudio.stop();
this._rotation = this._rotation + 15;
this.rTarget = 80;
this.go = -1;
this._parent.finalStatus.gotoAndStop("lose");
}
this.force = this.force + 0.004;
if (this.force < -0.01) {
this.force = -0.01;
}
}
if (this.go == -1) {
this._rotation = this._rotation + ((this.rTarget - this._rotation) * 0.25);
}
}
onClipEvent (load) {
this.force = 0;
this.go = -1;
this.rTarget = 0;
}
Symbol 276 MovieClip Frame 154
function update() {
countdown = countdown - 1;
if (countdown < 1) {
clearInterval(stopwatch);
arms.go = 0;
Key.removeListener(keyListener);
}
if (countdown < 10) {
count = ":0" + countdown;
} else {
count = ":" + countdown;
}
if (countdown == 5) {
finalCountdown.gotoAndPlay("a");
}
if (countdown == 4) {
finalCountdown.gotoAndPlay("b");
}
if (countdown == 3) {
finalCountdown.gotoAndPlay("c");
}
if (countdown == 2) {
finalCountdown.gotoAndPlay("d");
}
if (countdown == 1) {
finalCountdown.gotoAndPlay("e");
}
if (countdown == 0) {
gameAudio.stop();
finalStatus.gotoAndStop("draw");
}
timer.text = count;
}
gameAudio = new Sound(gameLoop);
gameAudio.attachSound("gameTrack");
gameAudio.start(0, 0);
if (_root.musicOn == 0) {
gameAudio.setVolume(0);
} else {
gameAudio.setVolume(75);
}
_root.totalHits = 0;
arms.go = 1;
stop();
countdown = 45;
timer.text = ":" + countdown;
stopwatch = setInterval(update, 1000);
powerMeter.cover.go = 1;
prevKey = 37;
gap = 0;
var keyListener = new Object();
keyListener.onKeyDown = function () {
if ((Key.getCode() == 39) and (prevKey == 37)) {
prevKey = 39;
gap = getTimer() - current;
current = getTimer();
arms.force = arms.force - 0.05;
_root.totalHits = _root.totalHits + 1;
powerMeter.cover._y = powerMeter.cover._y - 10;
powerMeter.cover.force = 0;
} else if ((Key.getCode() == 37) and (prevKey == 39)) {
prevKey = 37;
gap = getTimer() - current;
current = getTimer();
arms.force = arms.force - 0.05;
_root.totalHits = _root.totalHits + 1;
powerMeter.cover._y = powerMeter.cover._y - 10;
powerMeter.cover.force = 0;
} else {
gap = 0;
}
gap_txt.text = (1000 - gap) / 10000;
};
Key.addListener(keyListener);
Symbol 276 MovieClip Frame 179
stop();
this._parent.nextFrame();
Symbol 281 Button
on (release) {
play();
}
Symbol 296 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 1
stop();
Instance of Symbol 309 MovieClip in Symbol 311 MovieClip Frame 1
on (press) {
this.startDrag(false, this._x, 0, this._x, this._parent.gutter._height - this._height);
this.dragging = true;
}
on (release, releaseOutside) {
this.stopDrag();
this.dragging = false;
}
onClipEvent (enterFrame) {
if (this.dragging) {
gap = this._parent._parent.scores._height - this._parent._parent.masker._height;
percent = this._y / (this._parent.gutter._height - this._height);
this._parent._parent.scores.targetY = ((-percent) * gap) + 55;
}
}
Symbol 313 MovieClip Frame 32
if (_root.musicOn == 0) {
_root.screensAudio.start(0, 99);
_root.screensAudio.setVolume(0);
} else {
_root.screensAudio.start(0, 99);
_root.screensAudio.setVolume(65);
}
Symbol 313 MovieClip Frame 45
stop();
delete send_lv;
delete result_lv;
scores.scoreHolder._visible = false;
var result_lv = new LoadVars();
result_lv.onLoad = function (success) {
if (success) {
highScoreList = this.highscores.split("##");
altCount = 0;
i = 0;
while (i < highScoreList.length) {
tempScore = highScoreList[i].split("|");
mc = "scoreHolder" + scores.getNextHighestDepth();
duplicateMovieClip (scores.scoreHolder, mc, scores.getNextHighestDepth());
scores[mc]._y = 57 * i;
scores[mc].count_txt.text = i + 1;
scores[mc].score_txt.text = tempScore[1] + " POINTS";
scores[mc].initials_txt.text = tempScore[2];
scores[mc].thumbs_mc.gotoAndStop(tempScore[0]);
scores[mc].names_mc.gotoAndStop(tempScore[0]);
if (altCount == 1) {
scores[mc].backer._visible = false;
altCount = 0;
} else {
altCount = altCount + 1;
}
i++;
}
}
};
var send_lv = new LoadVars();
send_lv.arm = _root.selectedArm;
send_lv.score = _root.score;
send_lv.initials = _root.initials;
send_lv.email = _root.email;
send_lv.sendAndLoad("http://67.199.7.78/Portals/0/tougharmchallenge/scoring.php", result_lv, "POST");
Instance of Symbol 308 MovieClip "scores" in Symbol 313 MovieClip Frame 45
onClipEvent (enterFrame) {
this._y = this._y + ((this.targetY - this._y) * 0.25);
if (Math.abs(this._y - this.oldY) > 25) {
this.filters = [bf];
} else {
this.filters = [];
}
this.oldY = this._y;
}
onClipEvent (load) {
this.targetY = 55;
bf = new flash.filters.BlurFilter(0, 50, 1);
}
Instance of Symbol 308 MovieClip "scores" in Symbol 313 MovieClip Frame 57
onClipEvent (enterFrame) {
this._y = this._y + ((this.targetY - this._y) * 0.25);
}
onClipEvent (load) {
this.targetY = 55;
}
Symbol 313 MovieClip Frame 63
_root.gotoAndStop(76);