Frame 1
function mySiteLink() {
getURL ("http://www.naughtyamerica.com", "_blank");
}
stop();
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightNotice = new ContextMenuItem("\u00A9 2006 Naughty America", mySiteLink);
myMenu.customItems.push(copyrightNotice, mySiteLink);
_root.menu = myMenu;
content_stuff.attachMovie("xxx", "xxx", 1);
contect_stuff._x = 0;
contect_stuff._y = 0;
Frame 2
stop();
_global.girls_won = new Array();
_global.maxstrikes = 3;
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
globalTime = 20;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = 3;
_global.gotoimgoffset = 2;
_global.myproperty_x = 0;
_global.myproperty_y = 0;
_global.doimgmath = _global.gotoframe - _global.gotoimgoffset;
_global.inframe = _global.doimgmath;
trace(_global.inframe);
countDown = function () {
if (_global.resetTime == false) {
checkTime = displayTime - _global.cutTime;
if ((displayTime <= 0) || (checkTime <= 0)) {
_root.outoftime.swapDepths(2000);
_root.outoftime.gotoAndPlay(_global.gotoframe);
_root.wrong_next.gotoAndStop(1);
_root.wrong_try.gotoAndStop(1);
_global.strikes = 3;
_global.resetTime = true;
} else {
displayTime = displayTime - _global.cutTime;
displayTime--;
}
_global.cutTime = 0;
barTime = Math.round((displayTime / globalTime) * 100);
_root.redfill.redbar._yscale = barTime;
} else {
displayTime = 0;
_root.redfill.redbar._yscale = 0;
}
};
timer = setInterval(countDown, 1000);
Instance of Symbol 63 MovieClip "b1" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 66 MovieClip "b2" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b3" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b4" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 75 MovieClip "b5" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 78 MovieClip "b6" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b7" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b8" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 87 MovieClip "b9" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b10" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 93 MovieClip "b11" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b12" in Frame 2
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 3
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
trace(_global.inframe);
Instance of Symbol 75 MovieClip "b1" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 78 MovieClip "b2" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b3" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b4" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b5" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b6" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 66 MovieClip "b7" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 87 MovieClip "b8" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b9" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b10" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 63 MovieClip "b11" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 93 MovieClip "b12" in Frame 3
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 4
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
trace(_global.inframe);
Instance of Symbol 63 MovieClip "b1" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 75 MovieClip "b2" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b3" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b4" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 66 MovieClip "b5" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 87 MovieClip "b6" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b7" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b8" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b9" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 93 MovieClip "b10" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b11" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 78 MovieClip "b12" in Frame 4
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 5
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
trace(_global.inframe);
Instance of Symbol 93 MovieClip "b1" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b2" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 87 MovieClip "b3" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b4" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b5" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 78 MovieClip "b6" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 63 MovieClip "b7" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b8" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 66 MovieClip "b9" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b10" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b11" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 75 MovieClip "b12" in Frame 5
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 6
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
trace(_global.inframe);
Instance of Symbol 63 MovieClip "b1" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 66 MovieClip "b2" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b3" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b4" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 75 MovieClip "b5" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b7" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b8" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 87 MovieClip "b9" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b10" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 93 MovieClip "b11" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b12" in Frame 6
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 7
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
Instance of Symbol 66 MovieClip "b1" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 96 MovieClip "b2" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 63 MovieClip "b3" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 75 MovieClip "b4" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b5" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b6" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 93 MovieClip "b7" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b8" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b9" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 78 MovieClip "b10" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b11" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b12" in Frame 7
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 8
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
Instance of Symbol 84 MovieClip "b1" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b2" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 78 MovieClip "b3" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 93 MovieClip "b4" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b5" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 87 MovieClip "b6" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 66 MovieClip "b7" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b8" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 63 MovieClip "b9" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b10" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b11" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 75 MovieClip "b12" in Frame 8
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 9
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
Instance of Symbol 87 MovieClip "b1" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b2" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 87 MovieClip "b3" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b4" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 72 MovieClip "b5" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b6" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 63 MovieClip "b7" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 75 MovieClip "b8" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 66 MovieClip "b9" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b10" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b11" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 78 MovieClip "b12" in Frame 9
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 10
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
Instance of Symbol 93 MovieClip "b1" in Frame 10
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b2" in Frame 10
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 84 MovieClip "b4" in Frame 10
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b5" in Frame 10
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 78 MovieClip "b6" in Frame 10
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b8" in Frame 10
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b10" in Frame 10
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b11" in Frame 10
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 75 MovieClip "b12" in Frame 10
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 11
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
Instance of Symbol 78 MovieClip "b1" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b2" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b3" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b4" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 66 MovieClip "b5" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 63 MovieClip "b6" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 69 MovieClip "b7" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 87 MovieClip "b8" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b9" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b10" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 75 MovieClip "b11" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 93 MovieClip "b12" in Frame 11
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 12
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
Instance of Symbol 75 MovieClip "b1" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 81 MovieClip "b2" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b3" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b4" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b5" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 87 MovieClip "b6" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b7" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 66 MovieClip "b8" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 93 MovieClip "b9" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 96 MovieClip "b10" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 78 MovieClip "b11" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 63 MovieClip "b12" in Frame 12
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 13
stop();
_global.strikes = 0;
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
_global.myproperty_x = 0;
_global.myproperty_y = 0;
globalTime = _root.globalTime;
strikes_var = _global.strikes;
displayTime = globalTime;
_global.cutTime = 0;
_global.resetTime = false;
_global.gotoframe = _global.gotoframe + 1;
_root.redfill.redbar._yscale = 100;
_global.inframe = _global.inframe + 1;
Instance of Symbol 63 MovieClip "b1" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 96 MovieClip "b2" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 66 MovieClip "b3" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 69 MovieClip "b4" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 72 MovieClip "b5" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 75 MovieClip "b6" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 78 MovieClip "b7" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
_root.wrong_try.gotoAndStop(1);
if (_global.strikes < _global.maxstrikes) {
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
stopDrag();
this.swapDepths(this._parent.swap_b);
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
_root.correct.swapDepths(2000);
_root.correct.gotoAndPlay(_global.gotoframe);
_global.strikes = 3;
_global.resetTime = true;
_global.girls_won[_global.inframe] = _global.inframe;
}
}
}
Instance of Symbol 81 MovieClip "b8" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 84 MovieClip "b9" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 87 MovieClip "b10" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 90 MovieClip "b11" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Instance of Symbol 93 MovieClip "b12" in Frame 13
on (press) {
_global.myproperty_x = getProperty(this, _x);
_global.myproperty_y = getProperty(this, _y);
this.swapDepths(this._parent.swap_b);
if (_global.strikes < _global.maxstrikes) {
_root.wrong_try.gotoAndStop(1);
startDrag (this, false, 0, 340, 642, -3);
}
}
on (release, releaseOutside) {
this.swapDepths(this._parent.swap_b);
stopDrag();
if (_global.strikes < _global.maxstrikes) {
if (this._droptarget == "/stage_drop") {
if (_global.strikes == (_global.maxstrikes - 1)) {
_global.resetTime = true;
_root.wrong_next.swapDepths(2000);
_root.wrong_next.gotoAndPlay(2);
_global.strikes++;
} else {
_root.wrong_try.swapDepths(2000);
_root.wrong_try.gotoAndPlay(2);
_global.cutTime = _global.cutTime + 5;
_global.strikes++;
}
}
}
this._x = _global.myproperty_x;
this._y = _global.myproperty_y;
}
Frame 14
stop();
correct.gotoAndStop(1);
wrong_next.gotoAndStop(1);
wrong_try.gotoAndStop(1);
outoftime.gotoAndStop(1);
var i = 1;
while (i <= 12) {
if (_global.girls_won[i] == i) {
_root["g" + i].gotoAndStop(2);
} else {
_root["g" + i].gotoAndStop(1);
}
i++;
}
Symbol 5 MovieClip Frame 20
stop();
Symbol 7 MovieClip Frame 30
stop();
Symbol 10 MovieClip Frame 20
stop();
Symbol 16 MovieClip Frame 30
stop();
Symbol 20 Button
on (release) {
_root.gotoAndStop(2);
}
Symbol 21 MovieClip [xxx] Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 21 MovieClip [xxx] Frame 1
onClipEvent (load) {
var speed = 0.2;
this.onEnterFrame = function () {
if (this._rotation < 360) {
this._rotation = this._rotation + speed;
}
};
}
Instance of Symbol 16 MovieClip in Symbol 21 MovieClip [xxx] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
Symbol 51 Button
on (release) {
_root.gotoAndPlay(_global.gotoframe);
}
Symbol 53 MovieClip Frame 21
stop();
Symbol 55 MovieClip Frame 21
stop();
Symbol 58 Button
on (release) {
_root.gotoAndPlay(_global.gotoframe);
}
Symbol 60 MovieClip Frame 31
stop();
Symbol 103 Button
on (release) {
_root.gotoAndPlay(_global.gotoframe);
}
Symbol 104 MovieClip Frame 21
stop();
Symbol 156 Button
on (release) {
getURL ("flash_files/boobboggle/highres/eve984.jpg", "_blank");
}
Symbol 157 MovieClip Frame 1
this._alpha = 50;
Symbol 157 MovieClip Frame 2
this._alpha = 100;
Symbol 160 Button
on (release) {
getURL ("flash_files/boobboggle/highres/deauxma162.jpg", "_blank");
}
Symbol 161 MovieClip Frame 1
this._alpha = 50;
Symbol 161 MovieClip Frame 2
stop();
this._alpha = 100;
Symbol 164 Button
on (release) {
getURL ("flash_files/boobboggle/highres/lisalipps745.jpg", "_blank");
}
Symbol 165 MovieClip Frame 1
this._alpha = 50;
Symbol 165 MovieClip Frame 2
stop();
this._alpha = 100;
Symbol 168 Button
on (release) {
getURL ("flash_files/boobboggle/highres/echovalley152.jpg", "_blank");
}
Symbol 169 MovieClip Frame 1
this._alpha = 50;
Symbol 169 MovieClip Frame 2
stop();
this._alpha = 100;
Symbol 172 Button
on (release) {
getURL ("flash_files/boobboggle/highres/lucylee125.jpg", "_blank");
}
Symbol 173 MovieClip Frame 1
this._alpha = 50;
Symbol 173 MovieClip Frame 2
stop();
this._alpha = 100;
Symbol 176 Button
on (release) {
getURL ("flash_files/boobboggle/highres/danielle115.jpg", "_blank");
}
Symbol 177 MovieClip Frame 1
this._alpha = 50;
Symbol 177 MovieClip Frame 2
this._alpha = 100;
Symbol 180 Button
on (release) {
getURL ("flash_files/boobboggle/highres/masonstorm654.jpg", "_blank");
}
Symbol 181 MovieClip Frame 1
this._alpha = 50;
Symbol 181 MovieClip Frame 2
stop();
this._alpha = 100;
Symbol 184 Button
on (release) {
getURL ("flash_files/boobboggle/highres/brandytalore865.jpg", "_blank");
}
Symbol 185 MovieClip Frame 1
this._alpha = 50;
Symbol 185 MovieClip Frame 2
stop();
this._alpha = 100;
Symbol 188 Button
on (release) {
getURL ("flash_files/boobboggle/highres/nikiwylde695.jpg", "_blank");
}
Symbol 189 MovieClip Frame 1
this._alpha = 50;
Symbol 189 MovieClip Frame 2
stop();
this._alpha = 100;
Symbol 192 Button
on (release) {
getURL ("flash_files/boobboggle/highres/alektrablue351.jpg", "_blank");
}
Symbol 193 MovieClip Frame 1
this._alpha = 50;
Symbol 193 MovieClip Frame 2
stop();
this._alpha = 100;
Symbol 196 Button
on (release) {
getURL ("flash_files/boobboggle/highres/simpson842.jpg", "_blank");
}
Symbol 197 MovieClip Frame 1
this._alpha = 50;
Symbol 197 MovieClip Frame 2
stop();
this._alpha = 100;
Symbol 200 Button
on (release) {
getURL ("flash_files/boobboggle/highres/julia326.jpg", "_blank");
}
Symbol 201 MovieClip Frame 1
this._alpha = 50;
Symbol 201 MovieClip Frame 2
stop();
this._alpha = 100;