Frame 1
_root.offset = 187.5;
_root.scale = 4;
_root.scale2 = 81;
Frame 2
stop();
Instance of Symbol 56 MovieClip "eye1" in Frame 2
onClipEvent (load) {
this.inner._xscale = _root.scale * 100;
this.inner._yscale = _root.scale * 100;
}
onClipEvent (enterFrame) {
this.inner._y = (_root.scale2 * _root.scale) + (_root.eye5.inner._y * _root.scale);
this.inner._x = (_root.scale2 * _root.scale) + (_root.eye5.inner._x * _root.scale);
}
Instance of Symbol 56 MovieClip "eye2" in Frame 2
onClipEvent (load) {
this.inner._yscale = _root.scale * 100;
}
onClipEvent (enterFrame) {
this.inner._y = (_root.scale2 * _root.scale) + (_root.eye5.inner._y * _root.scale);
this.inner._x = _root.eye5.inner._x;
}
Instance of Symbol 56 MovieClip "eye3" in Frame 2
onClipEvent (load) {
this.inner._yscale = _root.scale * 100;
this.inner._xscale = _root.scale * 100;
}
onClipEvent (enterFrame) {
this.inner._y = (_root.scale2 * _root.scale) + (_root.eye5.inner._y * _root.scale);
this.inner._x = ((-_root.scale2) * _root.scale) + (_root.eye5.inner._x * _root.scale);
}
Instance of Symbol 56 MovieClip "eye4" in Frame 2
onClipEvent (load) {
this.inner._xscale = _root.scale * 100;
}
onClipEvent (enterFrame) {
this.inner._y = _root.eye5.inner._y;
this.inner._x = (_root.scale2 * _root.scale) + (_root.eye5.inner._x * _root.scale);
}
Instance of Symbol 56 MovieClip "eye5" in Frame 2
onClipEvent (mouseMove) {
targetX = (_root._xmouse - _root.offset) / 3;
targetY = (_root._ymouse - _root.offset) / 3;
count = -80;
}
onClipEvent (enterFrame) {
count++;
if (high < count) {
targetX = (random(375) - _root.offset) / 3;
targetY = (random(375) - _root.offset) / 3;
high = random(66);
count = 0;
}
this.xPos = this.xPos + ((targetX - this.inner._x) / 10);
this.inner._x = xPos;
this.yPos = this.yPos + ((targetY - this.inner._y) / 10);
this.inner._y = yPos;
}
Instance of Symbol 56 MovieClip "eye6" in Frame 2
onClipEvent (load) {
this.inner._xscale = _root.scale * 100;
}
onClipEvent (enterFrame) {
this.inner._y = _root.eye5.inner._y;
this.inner._x = ((-_root.scale2) * _root.scale) + (_root.eye5.inner._x * _root.scale);
}
Instance of Symbol 56 MovieClip "eye7" in Frame 2
onClipEvent (load) {
this.inner._xscale = _root.scale * 100;
this.inner._yscale = _root.scale * 100;
}
onClipEvent (enterFrame) {
this.inner._y = ((-_root.scale2) * _root.scale) + (_root.eye5.inner._y * _root.scale);
this.inner._x = (_root.scale2 * _root.scale) + (_root.eye5.inner._x * _root.scale);
}
Instance of Symbol 56 MovieClip "eye8" in Frame 2
onClipEvent (load) {
this.inner._yscale = _root.scale * 100;
}
onClipEvent (enterFrame) {
this.inner._y = ((-_root.scale2) * _root.scale) + (_root.eye5.inner._y * _root.scale);
this.inner._x = _root.eye5.inner._x;
}
Instance of Symbol 56 MovieClip "eye9" in Frame 2
onClipEvent (load) {
this.inner._xscale = _root.scale * 100;
this.inner._yscale = _root.scale * 100;
}
onClipEvent (enterFrame) {
this.inner._y = ((-_root.scale2) * _root.scale) + (_root.eye5.inner._y * _root.scale);
this.inner._x = ((-_root.scale2) * _root.scale) + (_root.eye5.inner._x * _root.scale);
}
Symbol 4 Button
on (press) {
gotoAndStop (2);
}
Symbol 7 Button
on (press) {
gotoAndStop (1);
}
Symbol 8 MovieClip Frame 1
stop();
Symbol 11 Button
on (press) {
j++;
i = 1;
while (9 >= i) {
_root["eye" + i].inner.play();
i++;
}
}
Symbol 15 Button
on (press) {
gotoAndPlay (1);
}
Symbol 16 Button
on (press) {
_root.scale = random(3) + 2;
_root.scale2 = _root.scale2 + (random(2) - 1);
j = random(10) + 1;
i = 1;
while (9 >= i) {
_root["eye" + i].inner.gotoAndStop(j);
i++;
}
}
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 55 MovieClip Frame 3
stop();
Symbol 55 MovieClip Frame 4
stop();
Symbol 55 MovieClip Frame 5
stop();
Instance of Symbol 39 MovieClip in Symbol 55 MovieClip Frame 5
onClipEvent (enterFrame) {
this._xscale = random(10) + 95;
this._yscale = random(10) + 95;
}
Symbol 55 MovieClip Frame 6
stop();
Symbol 55 MovieClip Frame 7
stop();
Instance of Symbol 46 MovieClip in Symbol 55 MovieClip Frame 7
onClipEvent (enterFrame) {
this._rotation = this._rotation - 0.2;
}
Symbol 55 MovieClip Frame 8
stop();
Instance of Symbol 49 MovieClip in Symbol 55 MovieClip Frame 8
onClipEvent (enterFrame) {
this._rotation++;
}
Symbol 55 MovieClip Frame 9
stop();
Symbol 55 MovieClip Frame 10
stop();
Instance of Symbol 54 MovieClip in Symbol 55 MovieClip Frame 10
onClipEvent (enterFrame) {
this._xscale = this._xscale + 2;
this._yscale = this._yscale + 2;
}
Symbol 55 MovieClip Frame 11
gotoAndStop (1);