Combined Code
movieClip 8 {
}
movieClip 9 {
frame 1 {
stop();
}
}
movieClip 11 {
}
button 13 {
on (keyPress '<Right>') {
tl = _root._currentframe;
tlup = tl + 50;
if (tome == 1 && tl < 3029) {
nextFrame();
} else {
if (tlup >= 3029) {
_root.saisei.gotoAndStop(2);
tome = 1;
gotoAndStop(3029);
} else {
gotoAndPlay(tlup);
}
}
}
on (keyPress '<Left>') {
tl = _root._currentframe;
tldown = tl - 50;
if (tome == 1 && tl > 6) {
prevFrame();
} else {
if (tldown <= 6) {
gotoAndPlay(6);
} else {
gotoAndPlay(tldown);
}
}
}
on (keyPress '<Down>') {
if (tome == 1) {
_root.saisei.gotoAndStop(1);
tome = 0;
play();
} else {
_root.saisei.gotoAndStop(2);
tome = 1;
stop();
}
}
}
frame 3 {
loadp = Math.round((_framesloaded / _totalframes) * 100);
if (loadp < 11) {
negilord.gotoAndStop(1);
} else {
if (loadp < 21) {
negilord.gotoAndStop(2);
} else {
if (loadp < 31) {
negilord.gotoAndStop(3);
} else {
if (loadp < 41) {
negilord.gotoAndStop(4);
} else {
if (loadp < 51) {
negilord.gotoAndStop(5);
} else {
if (loadp < 61) {
negilord.gotoAndStop(6);
} else {
if (loadp < 71) {
negilord.gotoAndStop(7);
} else {
if (loadp < 81) {
negilord.gotoAndStop(8);
} else {
if (loadp < 91) {
negilord.gotoAndStop(9);
} else {
if (loadp == 100) {
negilord.gotoAndStop(10);
}
}
}
}
}
}
}
}
}
}
}
frame 4 {
if (_totalframes > _framesloaded) {
gotoAndPlay(3);
}
if (loadp < 11) {
negilord.gotoAndStop(1);
} else {
if (loadp < 21) {
negilord.gotoAndStop(2);
} else {
if (loadp < 31) {
negilord.gotoAndStop(3);
} else {
if (loadp < 41) {
negilord.gotoAndStop(4);
} else {
if (loadp < 51) {
negilord.gotoAndStop(5);
} else {
if (loadp < 61) {
negilord.gotoAndStop(6);
} else {
if (loadp < 71) {
negilord.gotoAndStop(7);
} else {
if (loadp < 81) {
negilord.gotoAndStop(8);
} else {
if (loadp < 91) {
negilord.gotoAndStop(9);
} else {
if (loadp == 100) {
negilord.gotoAndStop(10);
}
}
}
}
}
}
}
}
}
}
}
frame 5 {
var sound_obj = new Sound(_root);
_root.meter.meter2.gotoAndStop(100);
}
frame 5 {
tome = 1;
_root.saisei.gotoAndStop(2);
_root.meter.meter2.gotoAndStop(100);
stop();
}
button 17 {
on (release) {
_root.saisei.gotoAndStop(1);
tome = 0;
play();
}
}
// unknown tag 88 length 67
// unknown tag 88 length 63
movieClip 31 {
frame 1 {
stop();
}
}
movieClip 33 {
}
movieClip 34 {
frame 1 {
var cen = (max - min) / 2 + min;
cursor._x = ((value - min) / (max - min)) * 200;
var update = function () {
if (floor) {
value = Math.floor((max - min) * (cursor._x / 200) + min + 0.5);
} else {
value = (max - min) * (cursor._x / 200) + min;
}
};
}
instance cursor of movieClip 33 {
onClipEvent (mouseDown) {
drag = false;
if (_parent._xmouse < -10) {
} else {
if (_parent._xmouse > 210) {
} else {
if (_parent._ymouse < -10) {
} else {
if (_parent._ymouse > 10) {
} else {
this._x = _parent._xmouse;
if (this._x < 0) {
this._x = 0;
}
if (this._x > 200) {
this._x = 200;
}
this.startDrag(true, 0, 0, 200, 0);
_parent.update();
_parent.change();
drag = true;
}
}
}
}
}
onClipEvent (mouseMove) {
if (drag) {
_parent.update();
_parent.change();
}
}
onClipEvent (mouseUp) {
drag = false;
this.stopDrag();
_parent.update();
_parent.change();
}
}
}
instance meter of movieClip 34 {
onClipEvent (load) {
var min = 0;
var max = 100;
var value = 100;
var floor = true;
var change = function () {
_root.sound_obj.setVolume(value);
_root.meter.meter2.gotoAndStop(value);
};
}
}
button 37 {
on (release) {
if (tome == 1) {
_root.saisei.gotoAndStop(1);
tome = 0;
play();
} else {
_root.saisei.gotoAndStop(2);
tome = 1;
stop();
}
}
}
movieClip 41 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 44 {
on (release) {
tl = _root._currentframe;
tldown = tl - 50;
if (tome == 1 && tl > 6) {
prevFrame();
} else {
if (tldown <= 6) {
gotoAndPlay(6);
} else {
gotoAndPlay(tldown);
}
}
}
}
button 45 {
on (release) {
tl = _root._currentframe;
tlup = tl + 50;
if (tome == 1 && tl < 3029) {
nextFrame();
} else {
if (tlup >= 3029) {
_root.saisei.gotoAndStop(2);
tome = 1;
gotoAndStop(3029);
} else {
gotoAndPlay(tlup);
}
}
}
}
// unknown tag 88 length 24
movieClip 154 {
}
movieClip 185 {
}
movieClip 223 {
}
// unknown tag 88 length 37
// unknown tag 88 length 71
// unknown tag 88 length 19
movieClip 312 {
}
movieClip 318 {
}
movieClip 493 {
}
movieClip 500 {
}
movieClip 501 {
}
movieClip 582 {
}
movieClip 608 {
}
movieClip 609 {
}
movieClip 621 {
}
movieClip 622 {
}
movieClip 644 {
}
movieClip 647 {
}
movieClip 649 {
}
movieClip 653 {
}
movieClip 655 {
}
movieClip 657 {
}
movieClip 659 {
}
frame 3029 {
_root.saisei.gotoAndStop(2);
tome = 1;
stop();
}
button 679 {
on (release) {
_root.saisei.gotoAndStop(1);
tome = 0;
gotoAndPlay(6);
}
}
// unknown tag 88 length 36
button 683 {
on (release) {
nextFrame();
}
}
frame 3030 {
stop();
}
button 685 {
on (release) {
nextFrame();
}
}
// unknown tag 88 length 14
// unknown tag 88 length 43
movieClip 694 {
frame 57 {
stop();
}
}
button 700 {
on (release) {
_root.saisei.gotoAndStop(1);
tome = 0;
gotoAndPlay(5);
}
}
// unknown tag 88 length 15