Frame 1
startTid = getTimer();
Stage.showMenu = false;
Frame 2
kiloBytes = ((int(this.getBytesLoaded() / 1000) + " av ") + int(this.getBytesTotal() / 1000)) + " Kb";
percent = int((this.getBytesLoaded() * 100) / this.getBytesTotal());
percentDisp = percent + "%";
if (percent >= 99) {
gotoAndPlay (5);
}
Frame 3
gotoAndPlay (2);
Frame 5
loadMovie ("games/dnagolf-data/fabfourlooza.swf", "dummy");
tooMany = 0;
stop();
Frame 6
function setActiveClip(newClip) {
oldClip.active.gotoAndStop(1);
newClip.active.gotoAndStop(2);
oldClip = newClip;
}
function saveFile() {
totalTiles = xTiles * yTiles;
file = ("x" + totalTiles) + " -";
i = 1;
while (totalTiles >= i) {
file = file + ("t" + String(gameArray[i].t));
file = file + ("$z" + String(gameArray[i].z));
file = file + "-";
i++;
}
}
function loadFile() {
gameArray = new Array();
tmpArray = file.split("-");
totalTiles = indexSubtract(" ", substring(tmpArray[0], 2, 5));
i = 1;
while (Number(totalTiles) >= i) {
tmpArray2 = tmpArray[i].split("$");
boxGoesTo = int(substring(tmpArray2[0], 2, 5)) + 1;
bunnGoesTo = int(substring(tmpArray2[1], 2, 5)) + 1;
if (mode == "play") {
myArray = new Array();
myArray.t = boxGoesTo - 1;
myArray.z = bunnGoesTo - 1;
gameArray[i] = myArray;
} else if (mode == "edit") {
eval ("g.s" + i).gotoAndStop(boxGoesTo);
eval ("g.s" + i).bunn.gotoAndStop(bunnGoesTo);
}
i++;
}
isoCalc._visible = true;
}
function indexContains(needle, haystack) {
var needleLenght = length(needle);
var haystackLenght = (length(haystack) - needleLenght);
var i = 0;
var result = 0;
while (haystackLenght >= (i++)) {
if ((substring(haystack, i, needleLenght)) == needle) {
result = 1;
i = haystackLenght + 1;
}
}
return(result);
}
function indexSubtract(needle, haystack) {
var needleLenght = length(needle);
var haystackLenght = (length(haystack) - needleLenght);
var i = 0;
var result = 0;
while (haystackLenght >= (i++)) {
if ((substring(haystack, i, needleLenght)) == needle) {
var before = (substring(haystack, 0, i - 1));
var after = (substring(haystack, i + needleLenght, haystackLenght));
result = before add after;
}
}
return(result);
}
xTiles = 15;
yTiles = 15;
kolle = 0.2;
mode = "play";
g._visible = false;
fscommand ("allowscale", "false");
gameArray = new Array();
stop();
Instance of Symbol 140 MovieClip "isoCalc" in Frame 6
onClipEvent (load) {
function occlude(sqNum) {
var needle = ("," + sqNum);
if (!_parent.indexContains(needle, _parent.occludeList)) {
_parent.occlude._visible = false;
} else {
_parent.occlude._visible = true;
}
}
function square0() {
floor = 0;
point.gotoandstop(1);
}
function square1() {
floor = 0;
point.gotoandstop(2);
}
function square2() {
floor = (sqSize - sqXcoord) / (heightOffset * -1);
if (inAir == 0) {
xSpeed = xSpeed - 0.2;
}
point.gotoandstop(3);
}
function square3() {
side = sqXcoord - sqZcoord;
if (0 >= side) {
floor = (sqSize - sqZcoord) / (heightOffset * -1);
} else {
floor = (sqSize - sqXcoord) / (heightOffset * -1);
}
if (inAir == 0) {
if (0 >= side) {
zSpeed = zSpeed - 0.2;
} else {
xSpeed = xSpeed - 0.2;
}
}
point.gotoandstop(4);
}
function square4() {
floor = (sqSize - sqZcoord) / (heightOffset * -1);
if (inAir == 0) {
zSpeed = zSpeed - 0.2;
}
point.gotoandstop(5);
}
function square5() {
side = (sqXcoord + sqZcoord) - sqSize;
if (0 >= side) {
floor = ((sqSize - sqXcoord) / heightOffset) - SqHeightRef;
} else {
floor = (sqSize - sqZcoord) / (heightOffset * -1);
}
if (inAir == 0) {
if (0 >= side) {
xSpeed = xSpeed + 0.2;
} else {
zSpeed = zSpeed - 0.2;
}
}
point.gotoandstop(6);
}
function square6() {
floor = ((sqSize - sqXcoord) / heightOffset) - SqHeightRef;
if (inAir == 0) {
xSpeed = xSpeed + 0.2;
}
point.gotoandstop(7);
}
function square7() {
side = sqXcoord - sqZcoord;
if (side >= 0) {
floor = ((sqSize - sqZcoord) / heightOffset) - SqHeightRef;
} else {
floor = ((sqSize - sqXcoord) / heightOffset) - SqHeightRef;
}
if (inAir == 0) {
if (0 >= side) {
zSpeed = zSpeed + 0.2;
} else {
xSpeed = xSpeed + 0.2;
}
}
point.gotoandstop(8);
}
function square8() {
floor = ((sqSize - sqZcoord) / heightOffset) - SqHeightRef;
if (inAir == 0) {
zSpeed = zSpeed + 0.2;
}
point.gotoandstop(9);
}
function square9() {
side = (sqXcoord + sqZcoord) - sqSize;
if (side >= 0) {
floor = (sqSize - sqXcoord) / (heightOffset * -1);
} else {
floor = ((sqSize - sqZcoord) / heightOffset) - SqHeightRef;
}
if (inAir == 0) {
if (0 >= side) {
zSpeed = zSpeed + 0.2;
} else {
xSpeed = xSpeed - 0.2;
}
}
point.gotoandstop(8);
}
function square10() {
side = (sqXcoord + sqZcoord) - sqSize;
if (0 >= side) {
floor = (sqSize - sqZcoord) / (heightOffset * -1);
} else {
floor = ((sqSize - sqXcoord) / heightOffset) - SqHeightRef;
}
if (inAir == 0) {
if (side >= 0) {
xSpeed = xSpeed + 0.2;
} else {
zSpeed = zSpeed - 0.2;
}
}
point.gotoandstop(6);
}
function square11() {
side = sqXcoord - sqZcoord;
if (0 >= side) {
floor = (sqSize - sqXcoord) / (heightOffset * -1);
} else {
floor = (sqSize - sqZcoord) / (heightOffset * -1);
}
if (inAir == 0) {
if (side >= 0) {
zSpeed = zSpeed - 0.2;
} else {
xSpeed = xSpeed - 0.2;
}
}
point.gotoandstop(4);
}
function square12() {
side = (sqXcoord + sqZcoord) - sqSize;
if (side >= 0) {
floor = ((sqSize - sqZcoord) / heightOffset) - SqHeightRef;
} else {
floor = (sqSize - sqXcoord) / (heightOffset * -1);
}
if (inAir == 0) {
if (side >= 0) {
xSpeed = xSpeed - 0.2;
} else {
zSpeed = zSpeed + 0.2;
}
}
point.gotoandstop(8);
}
function square13() {
side = sqXcoord - sqZcoord;
if (side >= 0) {
floor = ((sqSize - sqXcoord) / heightOffset) - SqHeightRef;
} else {
floor = ((sqSize - sqZcoord) / heightOffset) - SqHeightRef;
}
if (inAir == 0) {
if (side >= 0) {
xSpeed = xSpeed + 0.2;
} else {
zSpeed = zSpeed + 0.2;
}
}
point.gotoandstop(8);
}
function checkBoundsX(xSpeed) {
if ((x - xSpeed) < 0) {
xSpeed = xSpeed * -1;
}
if ((sqSize * _parent.xTiles) < (x - xSpeed)) {
xSpeed = xSpeed * -1;
}
return(xSpeed);
}
function checkBoundsZ(zSpeed) {
if ((z - zSpeed) < 0) {
zSpeed = zSpeed * -1;
}
if ((sqSize * _parent.yTiles) < (z - zSpeed)) {
zSpeed = zSpeed * -1;
}
return(zSpeed);
}
_parent.occlude._visible = false;
_parent.thisScore = "";
_parent.gameScore = 0;
sinY = 0.5;
cosX = 0.866;
SpeedRef = 0.5;
SqHeightRef = 11;
heightOffset = 2;
gameStatus = 6;
level = 1;
gravity = 0.9;
friction = 0.95;
mass = 0.6;
xSpeed = 0;
zSpeed = 0;
ySpeed = 5;
floor = 1;
sqSize = 22;
xRow = _parent.xTiles;
}
onClipEvent (enterFrame) {
if (gameStatus == 0) {
sqX = Math.floor(x / sqSize);
sqZ = Math.floor(z / sqSize);
oldSqNum = sqNum;
sqNum = (sqX + (xRow * sqZ)) + 1;
SqXcoord = x - (SqX * SqSize);
SqZcoord = z - (SqZ * SqSize);
SqType = _parent.gameArray[sqNum].t;
floorMultiplier = int(_parent.gameArray[sqNum].z);
this();
oldWantedY = wantedY;
wantedY = floor - (floorMultiplier * SqHeightRef);
inAir = 0;
haveBounced = haveBounced - 1;
if (oldSqNum != sqNum) {
occlude(sqNum);
}
if (!(((y >= (wantedY + 5)) && (oldSqNum != sqNum)) && (haveBounced != 1))) {
if (haveBounced != 1) {
haveBounced = 0;
}
} else {
if (oldSqNum != (sqNum + 1)) {
if (oldSqNum != (sqNum - 1)) {
zSpeed = zSpeed * -1;
} else {
xSpeed = xSpeed * -1;
}
} else {
xSpeed = xSpeed * -1;
}
haveBounced = 2;
}
if (Math.floor(y) >= (Math.floor(wantedY) - 2)) {
if (-1.1 < ySpeed) {
if (haveBounced == 0) {
ySpeed = ySpeed * friction;
y = wantedY;
}
} else {
ySpeed = Math.floor(ySpeed * (mass * -1));
}
} else {
inAir = 1;
if (ySpeed >= 0) {
ySpeed = ySpeed - gravity;
} else {
ySpeed = ySpeed - gravity;
}
}
y = y - ySpeed;
if ((inAir != 1) && (haveBounced < 1)) {
xSpeed = xSpeed * friction;
zSpeed = zSpeed * friction;
}
xSpeed = checkBoundsX(xSpeed);
zSpeed = checkBoundsZ(zSpeed);
x = x - xSpeed;
z = z - zSpeed;
shadow._x = (x - z) * cosX;
shadow._y = (floor + ((x + z) * sinY)) - (floorMultiplier * SqHeightRef);
point._x = (x - z) * cosX;
point._y = (y + ((x + z) * sinY)) - 10;
if (!((((4 >= Math.floor(Math.abs(xSpeed * 10))) && (Math.floor(Math.abs(ySpeed)) == 0)) && (4 >= Math.floor(Math.abs(zSpeed * 10)))) && (Math.floor(Math.abs(floor)) == 0))) {
countToStatusChange = 0;
} else {
countToStatusChange++;
if (sqNum != _parent.levelHoleTile) {
if (10 < countToStatusChange) {
gameStatus = 1;
dude._visible = true;
dude._x = point._x;
dude._y = point._y;
}
} else {
gameStatus = 11;
Set("_parent.frame.hull" + level, gamestrokes);
_parent.gameEnd = getTimer() - gameStart;
trace((("gameStart " + gameStart) + " _parent.gameEnd ") + _parent.gameEnd);
_parent.thisScore = int(((190000 - _parent.gameEnd) / gamestrokes) / 100) * 10;
if (_parent.thisScore < 0) {
_parent.thisScore = 0;
}
_parent.gameScore = _parent.gameScore + _parent.thisScore;
level++;
if (level >= 6) {
_parent.gotoandstop("high");
}
}
}
}
if (((gameStatus == 3) || (_parent.velocity >= 95)) && (gameStatus == 2)) {
velocity = _parent.velocity / 10;
ySpeed = (velocity * (_parent.kolle * -1)) * 3;
xSpeed = (velocity * xVelocity) * (1.2 - _parent.kolle);
zSpeed = (velocity * zVelocity) * (1.2 - _parent.kolle);
_parent.bag.meter.speed.gotoandplay("l2");
dude.hit.play();
gameStatus = 4;
}
if (gameStatus == 4) {
if (30 >= dudeAnimCounter) {
dudeAnimCounter++;
} else {
gameStatus = 0;
gamestrokes++;
dudeAnimCounter = 0;
dude._visible = false;
line._visible = false;
Set("_parent.frame.hull" + level, gamestrokes);
if (gamestrokes < 21) {
_parent.tooMany = 0;
} else {
_parent.tooMany = 1;
_parent.gotoandstop("high");
}
}
}
if (gameStatus == 8) {
x = 300;
z = 300;
y = -100;
dude._visible = false;
gameStatus = 0;
}
if (gameStatus == 7) {
if (_parent.levelLoaded == 1) {
_parent.g.play();
gameStatus = 8;
}
}
if (gameStatus == 6) {
this._visible = false;
_parent.dummy.loadmovie(("games/dnagolf-data/level" + level) + ".swf");
_parent.occlude.loadmovie(("games/dnagolf-data/occlude" + level) + ".swf");
gamestrokes = 0;
gameStart = getTimer();
gameStatus = 7;
}
if (gameStatus == 11) {
_parent.file = "";
_parent.newFile = "";
_parent.gameArray = "";
_parent.levelLoaded = 0;
_parent.gameInBetweens.gotoandplay("level");
gameStatus = 12;
}
}
Symbol 1 MovieClip Frame 1
if (this.sessionstarted != 1) {
this.arcade = new LoadVars();
this.sessionvars = new LoadVars();
this.arcade.gamename = "dnagolf";
this.arcade.sessdo = "sessionstart";
this.arcade.sendAndLoad("arcade.php", sessionvars, "POST");
if (this.sessionvars.sessiontype != 2) {
_root.is_a_challenge = 0;
} else {
_root.is_a_challenge = 1;
}
this.sessionstarted = 1;
}
if (_root.gameover == 1) {
if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) {
this.prequestvars = new LoadVars();
this.pranswer = new LoadVars();
this.prequestvars.gametime = this.sessionvars.gametime;
this.prequestvars.fakekey = this.sessionvars.initbar;
_root.score = int(Number(_root.score));
if (_root.score != 0) {
this.prequestvars.score = _root.score;
} else {
this.prequestvars.score = -1;
}
this.prequestvars.id = this.sessionvars.lastid;
this.prequestvars.sessdo = "permrequest";
this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey;
this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST");
this.askpermission = 1;
}
if ((this.pranswer.validate == 1) && (this.finalsent != 1)) {
this.burnscore = new LoadVars();
this.burnscore.microone = this.pranswer.microone;
this.burnscore.gametime = this.prequestvars.gametime;
this.burnscore.id = this.prequestvars.id;
if (_root.score == 0) {
this.burnscore.noscore = 1;
}
this.burnscore.sessdo = "burn";
this.burnscore.send("./arcade.php", "_self", "POST");
this.finalsent = 1;
}
}
Symbol 24 Button
on (press) {
_parent.play();
}
Symbol 29 Button
on (release) {
tellTarget ("help") {
gotoAndPlay (2);
};
}
Symbol 34 Button
on (press) {
_parent._parent.play();
}
Symbol 52 Button
on (press) {
_parent.kolle = 0.2;
tellTarget ("club") {
gotoAndStop (2);
};
}
Symbol 57 Button
on (press) {
_parent.kolle = 0.4;
tellTarget ("club") {
gotoAndStop (3);
};
}
Symbol 62 Button
on (press) {
_parent.kolle = 0.6;
tellTarget ("club") {
gotoAndStop (4);
};
}
Symbol 67 Button
on (press) {
_parent.kolle = 0.8;
tellTarget ("club") {
gotoAndStop (5);
};
}
Symbol 72 Button
on (press) {
_parent.kolle = 1;
tellTarget ("club") {
gotoAndStop (6);
};
}
Symbol 79 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 1
velocity = 1;
_parent._currentframe = velocity;
stop();
Symbol 96 MovieClip Frame 2
velocity = velocity + 3;
_parent.gotoAndStop(velocity);
_parent._parent._parent.velocity = velocity;
Symbol 96 MovieClip Frame 3
gotoAndPlay (2);
Symbol 96 MovieClip Frame 4
velocity = velocity - 5;
_parent.gotoAndStop(velocity);
if (velocity < 5) {
gotoAndStop (1);
}
Symbol 96 MovieClip Frame 5
gotoAndPlay (4);
Symbol 93 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 97 Button
on (release, releaseOutside) {
play();
}
Symbol 104 Button
on (rollOver) {
tellTarget ("swing01") {
play();
};
}
Symbol 106 Button
on (release, releaseOutside) {
play();
}
Symbol 107 Button
on (rollOver) {
tellTarget ("swing01") {
play();
};
}
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 6
stop();
Symbol 108 Button
on (press) {
getURL ("http://www.imaginetheshoes.com", "_blank");
}
Symbol 112 Button
on (press) {
if (isoCalc.gameStatus == 1) {
isoCalc.gameStatus = 2;
bag.meter.speed.gotoAndPlay("l1");
}
}
on (release) {
if (isoCalc.gameStatus == 2) {
isoCalc.gameStatus = 3;
bag.meter.speed.gotoAndPlay("l2");
}
}
Symbol 115 MovieClip Frame 1
_parent.setGameArray();
stop();
Symbol 115 MovieClip Frame 2
_parent.setGameArray();
Symbol 115 MovieClip Frame 3
_parent.setGameArray();
Symbol 115 MovieClip Frame 4
_parent.setGameArray();
Symbol 115 MovieClip Frame 5
_parent.setGameArray();
Symbol 115 MovieClip Frame 6
_parent.setGameArray();
Symbol 115 MovieClip Frame 7
_parent.setGameArray();
Symbol 115 MovieClip Frame 8
_parent.setGameArray();
Symbol 115 MovieClip Frame 9
_parent.setGameArray();
Symbol 115 MovieClip Frame 10
_parent.setGameArray();
Symbol 115 MovieClip Frame 11
_parent.setGameArray();
Symbol 115 MovieClip Frame 12
_parent.setGameArray();
Symbol 115 MovieClip Frame 13
_parent.setGameArray();
Symbol 115 MovieClip Frame 14
_parent.setGameArray();
Symbol 115 MovieClip Frame 15
_parent.setGameArray();
Symbol 115 MovieClip Frame 16
_parent.setGameArray();
Symbol 115 MovieClip Frame 17
_parent.setGameArray();
Symbol 117 MovieClip Frame 3
tmp = _root.gameArray[_parent.num].z;
if (tmp ne "") {
_parent._x = _parent._x + (tmp * -50);
_parent._Y = _parent._Y + (tmp * -50);
}
stop();
Symbol 118 Button
on (press) {
_parent._parent.setActiveClip(this);
gotoAndStop(_parent._parent.activeTile);
}
Symbol 121 MovieClip Frame 1
stop();
Symbol 136 Button
on (press) {
_parent._parent.setActiveClip(this);
gotoAndStop(_parent._parent.activeTile);
}
Symbol 114 MovieClip Frame 1
function setGameArray() {
myArray = new Array();
myArray.t = _currentframe - 1;
myArray.z = bunn._currentframe - 1;
_root.gameArray[num] = myArray;
}
setGameArray();
stop();
Symbol 114 MovieClip Frame 2
setGameArray();
Symbol 114 MovieClip Frame 3
setGameArray();
Symbol 114 MovieClip Frame 4
setGameArray();
Symbol 114 MovieClip Frame 5
setGameArray();
Symbol 114 MovieClip Frame 6
setGameArray();
Symbol 114 MovieClip Frame 7
setGameArray();
Symbol 114 MovieClip Frame 8
setGameArray();
Symbol 114 MovieClip Frame 9
setGameArray();
Symbol 114 MovieClip Frame 10
setGameArray();
Symbol 114 MovieClip Frame 11
setGameArray();
Symbol 114 MovieClip Frame 12
setGameArray();
Symbol 114 MovieClip Frame 13
setGameArray();
Symbol 114 MovieClip Frame 14
setGameArray();
Symbol 114 MovieClip Frame 15
gotoAndStop (1);
Symbol 113 MovieClip Frame 1
trace("loadFile!");
_parent.loadFile();
stop();
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 2
_parent.yBounce = -10;
Symbol 137 MovieClip Frame 3
_parent.yBounce = _parent.yBounce + 0.5;
if (0 >= (_parent.yBounce + 0.5)) {
_parent.yBounce = 0;
gotoAndStop (1);
}
Symbol 137 MovieClip Frame 4
gotoAndPlay (3);
Symbol 145 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 1
stop();
Instance of Symbol 145 MovieClip "point" in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.gameStatus == 1) {
_parent.line._visible = true;
drawLine();
rotateTowards(this, _root._xmouse, _root._ymouse);
test = topoint(_parent.angleToShoot);
_parent.xVelocity = test.x - test.y;
_parent.zVelocity = test.x + test.y;
} else {
_parent.line._visible = false;
}
}
onClipEvent (load) {
function rotateTowards(clip, targetX, targetY) {
var clipPoint = {x:clip._x, y:clip._y};
clip._parent.localToGlobal(clipPoint);
var deltaX = (targetX - clipPoint.x);
var deltaY = (targetY - clipPoint.y);
var rotationRadian = Math.atan2(deltaY, deltaX);
dist = math.sqrt((deltaX * deltaX) + (deltaY * deltaY));
var rotationAngle = radiansToDegrees(rotationRadian);
_parent.angleToShoot = 180 - (rotationAngle + 180);
}
function radiansToDegrees(radians) {
return((radians / Math.PI) * 180);
}
function topoint(angle, dist) {
var a = ((angle - 90) / 57.29577951);
var x = Math.cos(a);
var y = (Math.sin(a) * -1);
return({x:x, y:y});
}
function drawLine() {
_parent.line._xscale = _xmouse;
_parent.line._yscale = _ymouse;
_parent.line._x = _x;
_parent.line._y = _y;
}
}
Instance of Symbol 147 MovieClip "dude" in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) {
rotationOffset = -60;
angleToShoot = _parent.angleToShoot;
if ((angleToShoot >= (0 + rotationOffset)) && ((90 + rotationOffset) >= angleToShoot)) {
this.gotoAndStop(1);
} else if ((angleToShoot >= (90 + rotationOffset)) && ((180 + rotationOffset) >= angleToShoot)) {
this.gotoAndStop(2);
} else if ((angleToShoot >= (180 + rotationOffset)) && ((270 + rotationOffset) >= angleToShoot)) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(4);
}
}
Symbol 201 MovieClip Frame 1
gotoAndStop(_parent._parent._parent.isoCalc.level + 1);
Symbol 200 MovieClip Frame 1
if (_parent._parent.thisScore == "") {
stop();
}
Symbol 200 MovieClip Frame 2
stop();
Symbol 192 MovieClip Frame 53
_parent.isoCalc.gameStatus = 6;
Symbol 192 MovieClip Frame 63
stop();
Symbol 212 Button
on (press) {
getURL ("http://www.imaginetheshoes.com", "_blank");
}
Symbol 215 MovieClip Frame 1
stop();
Symbol 236 Button
on (press) {
getURL ("http://www.imaginetheshoes.com", "_blank");
}
Symbol 241 Button
on (press) {
tellTarget ("../") {
gotoAndStop (5);
};
}
Symbol 251 Button
on (press) {
gotoAndStop (1);
}
Symbol 252 Button
on (press) {
gotoAndStop (1);
}
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 2
loadVariables ((((("http://data.imaginetheshoes.com/users/?type=new&email=" + _parent.email) + "&firstname=") + _parent.firstname) + "&lastname=") + _parent.lastname, "");
Symbol 245 MovieClip Frame 20
if (userID ne "") {
_parent._parent.userID = userID;
_parent.gotoAndStop("display");
}
Symbol 245 MovieClip Frame 25
gotoAndPlay (20);
Symbol 258 Button
on (press) {
gotoAndStop (1);
}
Symbol 259 Button
on (press) {
gotoAndStop (1);
}
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
loadVariables ("http://data.imaginetheshoes.com/users/?type=login&email=" + _parent.email, "");
Symbol 253 MovieClip Frame 20
if (userID ne "") {
_parent._parent.userID = userID;
_parent.gotoAndStop("display");
}
Symbol 253 MovieClip Frame 25
gotoAndPlay (20);
Symbol 260 Button
on (press) {
_root.score = score;
_root.gameover = 1;
}
Symbol 265 Button
on (press) {
tellTarget ("../") {
gotoAndStop (5);
};
}
Symbol 266 Button
on (press) {
_root.score = score;
_root.gameover = 1;
}
Symbol 267 Button
on (press) {
tellTarget ("../") {
gotoAndStop (5);
};
}
Symbol 268 Button
on (press) {
_root.score = score;
_root.gameover = 1;
}
Symbol 237 MovieClip Frame 1
if (_parent.userID ne "") {
gotoAndStop (4);
} else if (_parent.tooMany == 1) {
gotoAndStop (3);
} else {
gotoAndStop (2);
}
Symbol 237 MovieClip Frame 4
stop();
_parent.userID;
Symbol 269 Button
on (press) {
if (isoCalc.gameStatus == 1) {
isoCalc.gameStatus = 2;
bag.meter.speed.gotoAndPlay("l1");
}
}
on (release) {
if (isoCalc.gameStatus == 2) {
isoCalc.gameStatus = 3;
bag.meter.speed.gotoAndPlay("l2");
}
}
Symbol 270 Button
on (press) {
getURL ("http://www.imaginetheshoes.com", "_blank");
}