Frame 1
stop();
Frame 2
function gotomenu() {
_root.gotoAndPlay(3);
}
function moregames() {
getURL ("http://www.fastgames.com", "_BLANK");
}
stop();
wat = "Return to Menu";
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var menulink = new ContextMenuItem(wat, gotomenu);
var morefgames = new ContextMenuItem("More Games", moregames);
myMenu.customItems.push(menulink, morefgames);
_root.menu = myMenu;
var savefile = SharedObject.getLocal("KERIX");
_root.seconds = savefile.data.seconds;
_root.lvlr = savefile.data.lvlr;
_root.triv = savefile.data.triv;
if (savefile.data.lvlr == undefined) {
_root.seconds = 0;
_root.lvlr = 1;
_root.triv = 0;
}
var green = new Sound();
green.attachSound("green");
var red = new Sound();
red.attachSound("red");
var music = new Sound();
music.attachSound("music");
music.start(0, 99);
_root.vol = 1;
_root.music.setVolume(90);
Instance of Symbol 31 MovieClip "mouse" in Frame 2
onClipEvent (enterFrame) {
this._visible = false;
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 35 MovieClip "wow" in Frame 2
onClipEvent (enterFrame) {
if (_root.dan == 2) {
this._alpha = 100;
}
}
Frame 3
_width = www;
_height = hhh;
www = _width;
hhh = _height;
stop();
savefile.data.seconds = _root.seconds;
savefile.flush();
Instance of Symbol 45 MovieClip in Frame 3
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 31 MovieClip "mouse" in Frame 4
onClipEvent (enterFrame) {
this._visible = false;
this._x = _root._xmouse;
this._y = _root._ymouse;
if (Key.isDown(32)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (mouseDown) {
if (_root.mouse.hitTest(_root.mg) == false) {
_root.gotoAndPlay(_root._currentframe - 1);
_root.mmx._x = 0;
_root.mmx._y = 0;
}
}
Frame 5
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 81 MovieClip in Frame 5
onClipEvent (load) {
if (_root.triv == 2) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 84 MovieClip in Frame 5
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 7
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 89 MovieClip in Frame 7
onClipEvent (load) {
if (_root.triv == 2) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 84 MovieClip in Frame 7
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 9
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 9
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 9
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 11
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 11
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 13
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 13
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 15
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 15
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 15
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 17
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 17
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 19
stop();
_root.wow._alpha = 100;
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 19
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 21
stop();
if (_root.dan != 2) {
_root.wow._alpha = 0;
}
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 21
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 21
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 23
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 23
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 25
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 109 MovieClip in Frame 25
onClipEvent (load) {
if (_root.triv == 2) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 84 MovieClip in Frame 25
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 27
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 27
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 27
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 29
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 29
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 31
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 31
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 31
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 33
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 116 MovieClip in Frame 33
onClipEvent (load) {
if (_root.triv == 2) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 84 MovieClip in Frame 33
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 35
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 35
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 37
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 37
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 37
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 39
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 122 MovieClip in Frame 39
onClipEvent (load) {
if (_root.triv == 2) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 84 MovieClip in Frame 39
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 41
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 41
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 43
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 43
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 43
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 45
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 45
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 47
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 47
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 47
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 49
_root.wow._alpha = 100;
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 49
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 51
if (_root.dan != 2) {
_root.wow._alpha = 0;
}
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 51
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 53
if (_root.dan != 2) {
_root.wow._alpha = 0;
}
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 53
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 53
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 55
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 135 MovieClip in Frame 55
onClipEvent (load) {
if (_root.triv == 2) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 84 MovieClip in Frame 55
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 57
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 57
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 59
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 45 MovieClip "mg" in Frame 59
onClipEvent (enterFrame) {
_root.plynf = ("You have been playing for " + _root.seconds) + " seconds.";
}
Instance of Symbol 84 MovieClip in Frame 59
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 61
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 142 MovieClip in Frame 61
onClipEvent (load) {
if (_root.triv == 2) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 84 MovieClip in Frame 61
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 63
stop();
stt = 1;
cc = 0;
mcc = 0;
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
Instance of Symbol 84 MovieClip in Frame 63
onClipEvent (load) {
this.no = (_root._currentframe - 3) / 2;
}
Frame 64
if (((_root._currentframe - 3) / 2) > _root.lvlr) {
_root.lvlr = (_root._currentframe - 3) / 2;
}
_root.triv = 2;
stop();
savefile.data.seconds = _root.seconds;
savefile.data.lvlr = _root.lvlr;
savefile.flush();
_root.cong = ("congratulations. you completed kerixep in " + _root.seconds) + " seconds.";
Symbol 13 MovieClip Frame 1
kl = "Kerixep is loading. Please wait.";
Symbol 13 MovieClip Frame 10
pct = Math.round(_parent._parent.percent) + "%";
Symbol 15 MovieClip Frame 1
stop();
onMouseDown = function () {
if (_root._ymouse < 400) {
} else {
getURL ("http://www.fastgames.com", "_BLANK");
}
};
Instance of Symbol 13 MovieClip in Symbol 15 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.w8 = ("You have been waiting for " + _root.sex) + " seconds.";
}
Symbol 15 MovieClip Frame 2
stop();
onMouseDown = function () {
if (_root._ymouse < 400) {
_root.play();
} else {
getURL ("http://www.fastgames.com", "_BLANK");
}
};
_root.w8 = ("You have been waiting for " + _root.sex) + " seconds.";
kl = "kerixep has finished loading. please click to continue.";
Symbol 16 MovieClip Frame 1
onEnterFrame = function () {
percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (percent != 100) {
bleh.gotoAndStop(1);
} else {
bleh.gotoAndStop(2);
}
};
Symbol 19 MovieClip Frame 10
stop();
Symbol 24 MovieClip Frame 12
_root.intro9.play();
stop();
Symbol 27 MovieClip Frame 2
stop();
Symbol 27 MovieClip Frame 47
_root.play();
Symbol 29 Button
on (press) {
getURL ("http://www.fastgames.com", "_BLANK");
}
Symbol 38 MovieClip Frame 30
_root.seconds = _root.seconds + 1;
_root.sex = _root.sex + 1;
Symbol 44 Button
on (release) {
trace("meh");
getURL ("http://www.fastgames.com", "_BLANK");
}
Instance of Symbol 50 MovieClip in Symbol 53 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(3 + (_parent._parent._name * 2));
trace(3 + (_parent.tlvl * 2));
}
Instance of Symbol 53 MovieClip in Symbol 54 MovieClip Frame 1
onClipEvent (load) {
tlvl = _parent._name;
}
onClipEvent (enterFrame) {
if (_root.lvlr > (tlvl - 1)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 58 MovieClip Frame 1
stop();
Symbol 61 Button
on (keyPress "Q") {
_root.lvlr = 30;
}
on (release) {
if (_root.vol == 1) {
_root.music.setVolume(30);
_root.vol = 2;
_root.butt._alpha = 75;
} else if (_root.vol == 2) {
_root.music.setVolume(0);
_root.vol = 3;
_root.butt._alpha = 50;
} else if (_root.vol == 3) {
_root.music.setVolume(90);
_root.vol = 1;
_root.butt._alpha = 100;
}
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 10
stop();
Instance of Symbol 69 MovieClip "thx" in Symbol 70 MovieClip Frame 1
onClipEvent (load) {
if ((atk != 2) && (atk != 3)) {
_root.mcc = _root.mcc + 1;
ite = 2;
}
}
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this.box) && (atk != 3)) {
if ((this.t1.hitTest(_root.mmx) && (this.t2.hitTest(_root.mmx) == false)) || (this.t2.hitTest(_root.mmx) && (this.t1.hitTest(_root.mmx) == false))) {
atk = 2;
}
}
}
if (atk == 2) {
if (this._currentframe == 1) {
if (ite == 2) {
_root.cc = _root.cc + 1;
_root.mmx._x = _parent._x;
_root.mmx._y = _parent._y;
}
_root.red.start(0, 0);
this.play();
}
if (_root.mouse.hitTest(this) == false) {
atk = 3;
}
}
}
Symbol 74 MovieClip Frame 1
stop();
_root.mcc = _root.mcc + 1;
Symbol 74 MovieClip Frame 2
_root.green.start(0, 0);
Symbol 74 MovieClip Frame 10
stop();
_root.cc = _root.cc + 1;
Instance of Symbol 74 MovieClip in Symbol 75 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 10
_root.mmx._x = 0;
_root.mmx._y = 0;
_root.play();
Symbol 84 MovieClip Frame 18
stop();
Instance of Symbol 74 MovieClip in Symbol 85 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 96 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 99 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 101 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 106 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 119 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 119 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 123 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 123 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 130 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 133 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Instance of Symbol 74 MovieClip in Symbol 139 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mmx.hitTest(this.box)) {
this._alpha = 60;
} else {
this._alpha = 100;
}
if (_root.mouse.hitTest(this)) {
_root.stt = 2;
if (this._currentframe == 1) {
this.play();
_root.mmx._x = this._x;
_root.mmx._y = this._y;
}
}
if (_root.stt == 2) {
if (_root.mouse.hitTest(this) == false) {
ff = 2;
}
}
if (_root.cc == _root.mcc) {
_root.thang.play();
}
}
Symbol 148 Button
on (release) {
if (_root.wow._alpha < 100) {
_root.wow._alpha = _root.wow._alpha + 30;
} else {
_root.dan = 2;
_root.gotoAndPlay(3);
}
}