Frame 1
function dj_menu0() {
getURL ("http://cocoasweety.deviantart.com/", "_blank");
}
function dj_menu1() {
getURL ("http://cocoasweety.deviantart.com/", "_blank");
}
stop();
fscommand ("allowscale", false);
this.vol = 1;
Set("\u53F3\u952E\u83DC\u5355", new ContextMenu());
\u53F3\u952E\u83DC\u5355.hideBuiltInItems();
\u53F3\u952E\u83DC\u5355.customItems.push(new ContextMenuItem("------\u2605Cocoasweety\u2605------", dj_menu0, false));
\u53F3\u952E\u83DC\u5355.customItems.push(new ContextMenuItem(" --- Visit Cocoas gallery ---", dj_menu1, false));
_root.menu = \u53F3\u952E\u83DC\u5355;
_root.onEnterFrame = function () {
_root.allf.text = "\u603B\u5E27\u6570:" + _root._totalframes;
_root.loadedf.text = "\u5DF2\u52A0\u8F7D:" + _root._framesloaded;
_root.loadf.text = Math.round(((_root._framesloaded / _root._totalframes) * 100) * 100) / 100;
_root.loadf.text = _root.loadf.text + "%";
_root.loadmcf._xscale = (_root._framesloaded / _root._totalframes) * 100;
_root.allb.text = "\u603B\u5B57\u8282:" + _root.getBytesTotal();
_root.loadedb.text = "\u5DF2\u52A0\u8F7D:" + _root.getBytesLoaded();
_root.loadb.text = Math.round(((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) * 100) / 100;
_root.loadb.text = _root.loadb.text + "%";
_root.loadmcb._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if ((_root._framesloaded >= _root._totalframes) || (_root.getBytesLoaded() == _root.getBytesTotal())) {
delete _root.onEnterFrame;
_root.nextFrame();
}
};
Frame 2
stop();
fscommand ("allowscale", false);
this.vol = 1;
a.gotoAndStop(1);
b.gotoAndStop(1);
c.gotoAndStop(1);
d.gotoAndStop(1);
e.gotoAndStop(1);
f.gotoAndStop(1);
g.gotoAndStop(1);
h.gotoAndStop(1);
j.gotoAndStop(1);
k.gotoAndStop(1);
l.gotoAndStop(1);
m.gotoAndStop(1);
n.gotoAndStop(1);
o.gotoAndStop(1);
Instance of Symbol 35 MovieClip "g" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 49 MovieClip "h" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 70 MovieClip "f" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 145 MovieClip "e" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 153 MovieClip "j" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 170 MovieClip "b" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 175 MovieClip "m" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 181 MovieClip "a" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 186 MovieClip "c" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 191 MovieClip "n" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 199 MovieClip "k" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 206 MovieClip "d" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 214 MovieClip "o" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 234 MovieClip "l" in Frame 2
on (release, releaseOutside) {
_parent[this._name + (this._currentframe - 1)]._visible = true;
this.gotoAndStop(1);
}
Instance of Symbol 238 MovieClip "h1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["f" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 240 MovieClip "h4" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 243 MovieClip "h5" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 245 MovieClip "h3" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 247 MovieClip "h2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 34 MovieClip "g2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 249 MovieClip "g1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 251 MovieClip "f1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if ((((this.hitTest(_parent.hit) && (_parent.e._currentframe != 4)) && (_parent.e._currentframe != 12)) && (_parent.e._currentframe != 11)) && (_parent.e._currentframe != 10)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
_parent.j.gotoAndStop(1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["j" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 253 MovieClip "f2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 258 MovieClip "f3" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if ((((this.hitTest(_parent.hit) && (_parent.e._currentframe != 4)) && (_parent.e._currentframe != 12)) && (_parent.e._currentframe != 11)) && (_parent.e._currentframe != 10)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
_parent.j.gotoAndStop(1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["j" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 260 MovieClip "f4" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if ((((this.hitTest(_parent.hit) && (_parent.e._currentframe != 4)) && (_parent.e._currentframe != 12)) && (_parent.e._currentframe != 11)) && (_parent.e._currentframe != 10)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
_parent.j.gotoAndStop(1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["j" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 262 MovieClip "f5" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 264 MovieClip "e1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 266 MovieClip "e2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 268 MovieClip "e3" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 12) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 269 MovieClip "e4" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 271 MovieClip "e5" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 273 MovieClip "e6" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 275 MovieClip "e7" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 277 MovieClip "j1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if ((((this.hitTest(_parent.hit) && (_parent.e._currentframe != 12)) && (_parent.e._currentframe != 11)) && (_parent.e._currentframe != 10)) && (_parent.e._currentframe != 9)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
_parent.f.gotoAndStop(1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["f" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 279 MovieClip "e8" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
_parent.j.gotoAndStop(1);
var i = 1;
while (i <= 12) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["j" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 283 MovieClip "e9" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
_parent.j.gotoAndStop(1);
var i = 1;
while (i <= 12) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["j" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 285 MovieClip "e10" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
_parent.j.gotoAndStop(1);
var i = 1;
while (i <= 12) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["j" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 286 MovieClip "e11" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
_parent.j.gotoAndStop(1);
var i = 1;
while (i <= 12) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["j" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 288 MovieClip "d1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 290 MovieClip "d2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 293 MovieClip "o1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 295 MovieClip "o2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 297 MovieClip "b2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 298 MovieClip "b3" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 300 MovieClip "b1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 308 MovieClip "m1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["f" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 310 MovieClip "k1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 311 MovieClip "k2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 313 MovieClip "k3" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 315 MovieClip "l2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 317 MovieClip "l3" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 322 MovieClip "l4" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 324 MovieClip "l5" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 326 MovieClip "l1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 99) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 327 MovieClip "a3" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 329 MovieClip "a1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 330 MovieClip "a2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 331 MovieClip "a4" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 333 MovieClip "c1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 334 MovieClip "c2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 335 MovieClip "c3" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
var i = 1;
while (i <= 100) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 337 MovieClip "n1" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 339 MovieClip "n2" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Instance of Symbol 340 MovieClip "n3" in Frame 2
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if (this.hitTest(_parent.hit)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 1)) + 1);
var i = 1;
while (i <= 6) {
_parent[this._name.substr(0, 1) + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Symbol 35 MovieClip Frame 1
this.stop();
Instance of Symbol 34 MovieClip "g2" in Symbol 35 MovieClip Frame 3
onClipEvent (load) {
this.X = this._x;
this.Y = this._y;
}
on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
if ((((this.hitTest(_parent.hit) && (_parent.e._currentframe != 4)) && (_parent.e._currentframe != 12)) && (_parent.e._currentframe != 11)) && (_parent.e._currentframe != 10)) {
_parent[this._name.substr(0, 1)].gotoAndStop(Math.floor(this._name.substr(1, 2)) + 1);
_parent.j.gotoAndStop(1);
var i = 1;
while (i <= 8) {
_parent[this._name.substr(0, 1) + i]._visible = true;
_parent["j" + i]._visible = true;
i++;
}
this._visible = false;
} else {
this._visible = true;
}
this._x = this.X;
this._y = this.Y;
}
Symbol 49 MovieClip Frame 1
this.stop();
Symbol 70 MovieClip Frame 1
this.stop();
Symbol 145 MovieClip Frame 1
this.stop();
Symbol 153 MovieClip Frame 1
this.stop();
Symbol 170 MovieClip Frame 1
this.stop();
Symbol 175 MovieClip Frame 1
this.stop();
Symbol 181 MovieClip Frame 1
this.stop();
Symbol 186 MovieClip Frame 1
this.stop();
Symbol 191 MovieClip Frame 1
this.stop();
Symbol 199 MovieClip Frame 1
this.stop();
Symbol 206 MovieClip Frame 1
this.stop();
Symbol 214 MovieClip Frame 1
this.stop();
Symbol 234 MovieClip Frame 1
this.stop();
Symbol 347 Button
on (release) {
if (((((((((((a._currentframe == 3) && (b._currentframe == 4)) && (c._currentframe == 3)) && (e._currentframe == 7)) && (f._currentframe == 2)) && (g._currentframe == 3)) && (h._currentframe == 3)) && (k._currentframe == 2)) && (o._currentframe == 2)) && (d._currentframe == 2)) && (n._currentframe == 2)) {
gotoAndStop ("result100");
} else if ((((((((((a._currentframe == 5) && (b._currentframe == 2)) && (l._currentframe == 3)) && (c._currentframe == 4)) && (e._currentframe == 2)) && (j._currentframe == 2)) && (f._currentframe == 3)) && (h._currentframe == 5)) && (d._currentframe == 3)) && (o._currentframe == 3)) {
gotoAndStop ("result100");
} else if ((((((a._currentframe == 3) && (l._currentframe == 6)) && (e._currentframe == 12)) && (h._currentframe == 5)) && (o._currentframe == 3)) && (c._currentframe == 2)) {
gotoAndStop ("result100");
} else if (((((((((l._currentframe == 3) && (b._currentframe == 4)) && (h._currentframe == 3)) && (k._currentframe == 2)) && (m._currentframe == 2)) && (e._currentframe == 5)) && (f._currentframe == 5)) && (g._currentframe == 3)) && (o._currentframe == 2)) {
gotoAndStop ("result100");
} else if (((((((e._currentframe != 1) && (e._currentframe != 9)) && (e._currentframe != 10)) && (e._currentframe != 11)) && (e._currentframe != 12)) && (j._currentframe == 2)) && (h._currentframe != 1)) {
gotoAndStop ("result80");
} else if (((e._currentframe == 9) && (h._currentframe != 1)) && (h._currentframe != 2)) {
gotoAndStop ("result80");
} else if (((e._currentframe == 10) && (h._currentframe != 1)) && (h._currentframe != 2)) {
gotoAndStop ("result80");
} else if (((e._currentframe == 11) && (h._currentframe != 1)) && (h._currentframe != 2)) {
gotoAndStop ("result80");
} else if (((e._currentframe == 12) && (h._currentframe != 1)) && (h._currentframe != 2)) {
gotoAndStop ("result80");
} else if (((((((e._currentframe != 1) && (e._currentframe != 9)) && (e._currentframe != 10)) && (e._currentframe != 11)) && (e._currentframe != 12)) && (f._currentframe != 1)) && (h._currentframe != 1)) {
gotoAndStop ("result80");
} else if (((e._currentframe != 5) && (e._currentframe != 8)) && (h._currentframe == 2)) {
gotoAndStop ("result60");
} else if ((e._currentframe == 11) && (h._currentframe == 2)) {
gotoAndStop ("result60");
} else if ((e._currentframe == 12) && (h._currentframe == 2)) {
gotoAndStop ("result60");
} else if ((e._currentframe == 9) && (h._currentframe == 2)) {
gotoAndStop ("result60");
} else if (h._currentframe == 1) {
gotoAndStop ("result30");
} else {
gotoAndStop ("result30");
}
}
Symbol 351 Button
on (release) {
a.gotoAndStop(1);
b.gotoAndStop(1);
c.gotoAndStop(1);
d.gotoAndStop(1);
e.gotoAndStop(1);
f.gotoAndStop(1);
g.gotoAndStop(1);
h.gotoAndStop(1);
j.gotoAndStop(1);
k.gotoAndStop(1);
l.gotoAndStop(1);
m.gotoAndStop(1);
n.gotoAndStop(1);
o.gotoAndStop(1);
a1._visible = true;
a2._visible = true;
a3._visible = true;
a4._visible = true;
a5._visible = true;
a6._visible = true;
a7._visible = true;
a8._visible = true;
a9._visible = true;
a10._visible = true;
a11._visible = true;
b1._visible = true;
b2._visible = true;
b3._visible = true;
b4._visible = true;
b5._visible = true;
b6._visible = true;
b7._visible = true;
b8._visible = true;
b9._visible = true;
b10._visible = true;
b11._visible = true;
c1._visible = true;
c2._visible = true;
c3._visible = true;
c4._visible = true;
c5._visible = true;
c6._visible = true;
c7._visible = true;
c8._visible = true;
c9._visible = true;
c10._visible = true;
c11._visible = true;
d1._visible = true;
d2._visible = true;
d3._visible = true;
d4._visible = true;
d5._visible = true;
d6._visible = true;
d7._visible = true;
d8._visible = true;
d9._visible = true;
d10._visible = true;
d11._visible = true;
e1._visible = true;
e2._visible = true;
e3._visible = true;
e4._visible = true;
e5._visible = true;
e6._visible = true;
e7._visible = true;
e8._visible = true;
e9._visible = true;
e10._visible = true;
e11._visible = true;
f1._visible = true;
f2._visible = true;
f3._visible = true;
f4._visible = true;
f5._visible = true;
f6._visible = true;
f7._visible = true;
f8._visible = true;
f9._visible = true;
f10._visible = true;
f11._visible = true;
g1._visible = true;
g2._visible = true;
g3._visible = true;
g4._visible = true;
g5._visible = true;
g6._visible = true;
g7._visible = true;
g8._visible = true;
g9._visible = true;
g10._visible = true;
g11._visible = true;
h1._visible = true;
h2._visible = true;
h3._visible = true;
h4._visible = true;
h5._visible = true;
h6._visible = true;
h7._visible = true;
h8._visible = true;
h9._visible = true;
h10._visible = true;
h11._visible = true;
j1._visible = true;
j2._visible = true;
j3._visible = true;
j4._visible = true;
j5._visible = true;
j6._visible = true;
j7._visible = true;
j8._visible = true;
j9._visible = true;
j10._visible = true;
j11._visible = true;
k1._visible = true;
k2._visible = true;
k3._visible = true;
k4._visible = true;
k5._visible = true;
k6._visible = true;
k7._visible = true;
k8._visible = true;
k9._visible = true;
k10._visible = true;
k11._visible = true;
l1._visible = true;
l2._visible = true;
l3._visible = true;
l4._visible = true;
l5._visible = true;
l6._visible = true;
l7._visible = true;
l8._visible = true;
l9._visible = true;
l10._visible = true;
l11._visible = true;
m1._visible = true;
m2._visible = true;
m3._visible = true;
m4._visible = true;
m5._visible = true;
m6._visible = true;
m7._visible = true;
m8._visible = true;
m9._visible = true;
m10._visible = true;
m11._visible = true;
n1._visible = true;
n2._visible = true;
n3._visible = true;
n4._visible = true;
n5._visible = true;
n6._visible = true;
n7._visible = true;
n8._visible = true;
n9._visible = true;
n10._visible = true;
n11._visible = true;
o1._visible = true;
o2._visible = true;
o3._visible = true;
o4._visible = true;
o5._visible = true;
o6._visible = true;
o7._visible = true;
o8._visible = true;
o9._visible = true;
o10._visible = true;
o11._visible = true;
}
Symbol 355 Button
on (release) {
getURL ("http://games2girls.com/", "_blank");
}
Symbol 359 Button
on (release) {
gotoAndPlay (2);
}
Symbol 367 MovieClip Frame 1
stop();
Symbol 367 MovieClip Frame 2
play();
Symbol 367 MovieClip Frame 37
play();
Symbol 367 MovieClip Frame 157
stop();
Symbol 368 Button
on (release) {
getURL ("http://games2girls.com/", "_blank");
}
Symbol 369 Button
on (release) {
_root.gotoAndStop("start");
}
Symbol 373 Button
on (release) {
getURL ("print:#bmax", "tv");
}
Symbol 382 MovieClip Frame 35
stop();
Symbol 385 MovieClip Frame 35
stop();
Symbol 389 MovieClip Frame 35
stop();
Symbol 405 MovieClip Frame 60
stop();