Combined Code
frame 1 {
stop();
}
// unknown tag 88 length 148
movieClip 5 {
}
movieClip 7 {
}
movieClip 9 {
}
movieClip 11 {
}
movieClip 13 {
}
movieClip 15 {
}
movieClip 18 {
}
movieClip 20 {
}
button 22 {
on (release) {
gotoAndStop(2);
}
}
frame 2 {
stop();
Mouse.hide();
onMouseMove = function () {
gotoAndStop(Math.floor(1 + _root._ymouse * 99 / Stage.height));
updateAfterEvent();
};
}
frame 83 {
stop();
gotoAndStop(100);
}
frame 100 {
stop();
onMouseMove = function () {
gotoAndStop(Math.floor(100 + (Stage.height - _root._ymouse) * 99 / Stage.height));
updateAfterEvent();
};
}
movieClip 58 {
frame 1 {
stop();
onMouseMove = function () {
gotoAndStop(Math.floor(_root._xmouse * 99 / Stage.width));
updateAfterEvent();
};
gotoAndStop(Math.floor(_root._xmouse * 99 / Stage.width));
}
}
movieClip 59 {
frame 1 {
stop();
onMouseMove = function () {
gotoAndStop(Math.floor(_root._xmouse * 99 / Stage.width));
updateAfterEvent();
};
gotoAndStop(Math.floor(_root._xmouse * 99 / Stage.width));
}
}
button 62 {
on (rollOver) {
gotoAndStop(200);
}
}
frame 200 {
stop();
asdf._visible = false;
onMouseMove = function () {
gotoAndStop(Math.floor(200 + _root._xmouse * 99 / Stage.width));
updateAfterEvent();
_root.previousframe = _root._currentframe;
};
}
button 69 {
on (release) {
onMouseMove = function () {};
gotoAndStop(1);
}
}
movieClip 88 {
frame 1 {
stop();
if (_root.previousframe <= _root._currentframe) {
play();
}
}
frame 56 {
stop();
}
}
movieClip 91 {
frame 1 {
stop();
if (_root.previousframe <= _root._currentframe) {
play();
}
}
frame 37 {
stop();
}
}
frame 292 {
Mouse.show();
asdf._visible = true;
}