Frame 1
function interval() {
frame = frameCo;
frameCo = 0;
}
debug_flg = 0;
setInterval(function () {
interval();
}, 1000);
Instance of Symbol 12 MovieClip in Frame 1
onClipEvent (enterFrame) {
max = _root.getBytesTotal();
if (max > 1) {
pst = (_root.getBytesLoaded() * 100) / max;
} else {
pst = 100;
}
if (pst > 99) {
_root.play();
}
}
Instance of Symbol 15 MovieClip in Frame 1
onClipEvent (keyDown) {
if (Key.getCode() == 2) {
}
if (Key.getCode() == 32) {
}
if (Key.getCode() == 70) {
}
if (Key.getCode() == 77) {
}
if (Key.getCode() == 71) {
}
if (Key.getCode() == 67) {
_root.bellMC.bodyMC.pantsMC.mozaMC.nextFrame();
}
if (Key.getCode() == 65) {
_root._quality = "LOW";
} else if (Key.getCode() == 83) {
_root._quality = "MEDIUM";
} else if (Key.getCode() == 68) {
_root._quality = "HIGH";
}
}
Frame 15
stop();
ALLCLEARflg = false;
Frame 20
_root.m_count = 0;
S1 = new Sound();
S1.attachSound("SET");
S2 = new Sound(this);
S2.attachSound("CHIME");
Instance of Symbol 107 MovieClip "P01" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 109 MovieClip "P02" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 111 MovieClip "P03" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 113 MovieClip "P04" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 115 MovieClip "P05" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 117 MovieClip "P06" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 119 MovieClip "P07" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 121 MovieClip "P08" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 123 MovieClip "P09" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 125 MovieClip "P10" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 127 MovieClip "P11" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 129 MovieClip "P12" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 131 MovieClip "P13" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 133 MovieClip "P14" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 135 MovieClip "P15" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 137 MovieClip "P16" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 139 MovieClip "P17" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 141 MovieClip "P18" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 143 MovieClip "P19" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 145 MovieClip "P20" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 147 MovieClip "P21" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 149 MovieClip "P22" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 151 MovieClip "P23" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 153 MovieClip "P24" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 155 MovieClip "P25" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 157 MovieClip "P26" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 159 MovieClip "P27" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 161 MovieClip "P28" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 163 MovieClip "P29" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 165 MovieClip "P30" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 167 MovieClip "P31" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 169 MovieClip "P32" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 171 MovieClip "P33" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 173 MovieClip "P34" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 175 MovieClip "P35" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 177 MovieClip "P36" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 179 MovieClip "P37" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 181 MovieClip "P38" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 183 MovieClip "P39" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 185 MovieClip "P40" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 187 MovieClip "P41" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 189 MovieClip "P42" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 191 MovieClip "P43" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 193 MovieClip "P44" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Instance of Symbol 195 MovieClip "P45" in Frame 20
onClipEvent (load) {
this.m_posx1 = this._x - 15;
this.m_posx2 = this._x + 15;
this.m_posy1 = this._y - 15;
this.m_posy2 = this._y + 15;
this._rotation = Math.floor(Math.random() * 36) * 10;
this._x = (Math.floor(Math.random() * 66) * 10) + 40;
this._y = (Math.floor(Math.random() * 46) * 10) + 40;
this.m_z = 0;
}
on (rollOver) {
if (this.m_z != 1) {
this.swapDepths(100);
}
}
on (press) {
if (this.m_z != 1) {
this.startDrag(true);
}
this._rotation = 0;
}
on (release) {
if (this.m_z != 1) {
if ((((this._x > this.m_posx1) && (this._x < this.m_posx2)) && (this._y > this.m_posy1)) && (this._y < this.m_posy2)) {
n = this._name.substr(1, 2);
this._visible = false;
_root["M" + n]._visible = false;
_root.S1.start();
_root.m_count++;
if (_root.m_count >= 45) {
_root.S2.start();
_root.play();
}
this.m_z = 1;
}
}
this.stopDrag();
}
Frame 21
function load_xml(success) {
if (success == true) {
rdfNode = obj_xml.firstChild;
itemNode = rdfNode.firstChild;
nodeLen = rdfNode.childNodes.length;
if (nodeLen > 4) {
nodeLen = 4;
}
cnt = 0;
i = 0;
while (i < nodeLen) {
if (itemNode.nodeName == "item") {
n = i + 1;
subNode = itemNode.firstChild;
j = 0;
while (j < itemNode.childNodes.length) {
if (subNode.nodeName == "file") {
eval ("mc" + n).loadMovie(subNode.firstChild.nodeValue);
}
if (subNode.nodeName == "x") {
eval ("mc" + n)._x = eval ("mc" + n)._x + parseInt(subNode.firstChild.nodeValue);
}
if (subNode.nodeName == "y") {
eval ("mc" + n)._y = eval ("mc" + n)._y + parseInt(subNode.firstChild.nodeValue);
}
if (subNode.nodeName == "xscale") {
eval ("mc" + n)._xscale = parseInt(subNode.firstChild.nodeValue);
}
if (subNode.nodeName == "yscale") {
eval ("mc" + n)._yscale = parseInt(subNode.firstChild.nodeValue);
}
if (subNode.nodeName == "alpha") {
eval ("mc" + n)._alpha = parseInt(subNode.firstChild.nodeValue);
}
subNode = subNode.nextSibling;
j++;
}
itemNode = itemNode.nextSibling;
}
i++;
}
}
}
_root.load_flg = 0;
System.useCodepage = true;
var obj_xml = new XML();
if (xml_file != undefined) {
obj_xml.onLoad = load_xml;
obj_xml.ignoreWhite = true;
obj_xml.load(xml_file);
}
Frame 27
if (debug_flg != 1) {
stop();
}
Frame 29
if (debug_flg != 1) {
if (_root.m_count < 45) {
gotoAndStop ("p_wait");
} else {
ALLCLEARflg = true;
}
}
Frame 30
Lv = 2;
Frame 60
bellMC.play();
bellMC.bodyMC.backHairMC.play();
_root.onEnterFrame = function () {
frameCo++;
};
Frame 65
this.stop();
Instance of Symbol 9 MovieClip in Symbol 11 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
//component parameters
onClipEvent (construct) {
Loaded = 100;
}
Symbol 200 MovieClip Frame 1
this.stop();
Symbol 200 MovieClip Frame 120
this.gotoAndPlay(2);
Symbol 204 MovieClip Frame 1
this.stop();
Symbol 215 MovieClip Frame 1
this.stop();
Symbol 215 MovieClip Frame 6
this.gotoAndStop(1);
Symbol 216 MovieClip Frame 1
this.stop();
Instance of Symbol 206 MovieClip in Symbol 216 MovieClip Frame 1
on (release) {
var cf = _parent._parent.fukuMC2._currentframe;
var tf = _parent._parent.fukuMC2._totalframes;
if (cf == tf) {
_parent.play();
_parent._parent.wingMC.play();
_parent._parent.faceMC.gotoAndPlay(5);
_root.Lv = 4;
}
}
Symbol 216 MovieClip Frame 60
this.stop();
Symbol 218 MovieClip Frame 1
this.stop();
Instance of Symbol 206 MovieClip in Symbol 218 MovieClip Frame 1
on (release) {
var cf = _parent._parent.accessoryMC._currentframe;
var tf = _parent._parent.accessoryMC._totalframes;
if (cf == tf) {
_parent.play();
_parent._parent.wingMC.play();
_parent._parent.faceMC.gotoAndPlay(5);
_root.Lv = 3;
}
}
Symbol 218 MovieClip Frame 60
this.stop();
Symbol 220 MovieClip Frame 1
this.stop();
Instance of Symbol 206 MovieClip in Symbol 220 MovieClip Frame 1
on (release) {
var cf = _parent._parent.fukuMC1._currentframe;
var tf = _parent._parent.fukuMC1._totalframes;
if (cf == tf) {
_parent.play();
_parent._parent.wingMC.play();
_parent._parent.faceMC.gotoAndPlay(5);
}
}
Symbol 220 MovieClip Frame 60
this.stop();
Symbol 222 MovieClip Frame 1
this.stop();
Instance of Symbol 206 MovieClip in Symbol 222 MovieClip Frame 1
on (release) {
var cf = _parent._parent.itemMC._currentframe;
var tf = _parent._parent.itemMC._totalframes;
if (cf == tf) {
_parent.play();
_parent._parent.wingMC.play();
_parent._parent.faceMC.gotoAndPlay(5);
}
}
Symbol 222 MovieClip Frame 60
this.stop();
Symbol 224 MovieClip Frame 1
this.stop();
Instance of Symbol 206 MovieClip in Symbol 224 MovieClip Frame 1
on (release) {
if (_root.ALLCLEARflg) {
_parent.play();
_parent._parent.wingMC.play();
_parent._parent.faceMC.gotoAndPlay(5);
}
}
Symbol 224 MovieClip Frame 60
this.stop();
Symbol 237 MovieClip Frame 2
this.stop();
Symbol 237 MovieClip Frame 20
this.gotoAndStop(_root.Lv);
Instance of Symbol 206 MovieClip in Symbol 238 MovieClip Frame 1
on (release) {
var cf = _parent.pantsMC._currentframe;
var tf = _parent.pantsMC._totalframes;
if (cf == tf) {
_parent.wingMC.play();
_parent.faceMC.gotoAndPlay(5);
}
}
Symbol 239 MovieClip Frame 1
this.stop();
Symbol 239 MovieClip Frame 360
this.gotoAndPlay(2);
Symbol 243 Button
on (release) {
_root.gotoAndPlay(10);
}