Combined Code
frame 1 {
stop();
}
movieClip 6 {
frame 1 {
_xscale = 0;
_root.stop();
this.onEnterFrame = function () {
nParcent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (_xscale < nParcent) {
_xscale = _xscale + 2;
}
if (_xscale == 100) {
_root.play();
}
};
}
}
// unknown tag 88 length 196
movieClip 9 {
frame 1 {
this.onEnterFrame = function () {
nParcent_txt.text = _parent._parent.bar_mc._xscale + 2 + '%';
};
}
}
movieClip 10 {
frame 1 {
function stopMovie() {
this.gotoAndStop(1);
}
this.onEnterFrame = function () {
if (_parent.bar_mc._xscale == 100) {
this.stopMovie();
}
};
}
}
movieClip 11 {
}
button 14 {
on (release) {
this._quality = 'low';
}
}
button 17 {
on (release) {
this._quality = 'medium';
}
}
button 20 {
on (release) {
this._quality = 'high';
}
}
button 26 {
on (release) {
_parent.mask_mc.gotoAndStop(1);
lyricOff_mc._visible = false;
lyricOn_mc._visible = true;
}
}
button 29 {
on (release) {
_parent.mask_mc.gotoAndStop(2);
lyricOff_mc._visible = true;
lyricOn_mc._visible = false;
}
}
movieClip 30 {
}
instance of movieClip 30 {
onClipEvent (load) {
bOut = true;
this._visible = false;
}
onClipEvent (enterFrame) {
if (bOut == this.hitTest(_root._xmouse, _root._ymouse, true)) {
bOut = !bOut;
if (bOut) {
this._visible = false;
} else {
this._visible = true;
}
}
}
}
movieClip 31 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 2 {
stop();
}
movieClip 35 {
}
button 38 {
on (release) {
_parent.gotoAndPlay(4);
}
}
movieClip 39 {
frame 10 {
this.stop();
}
}
button 1256 {
on (release) {
getURL('http://tetlapot.net/', '_blank');
}
}
button 1264 {
on (release) {
getURL('http://www.iosysos.com/cd/toho20/', '_blank');
}
}
button 1269 {
on (release) {
getURL('http://www.iosysos.com/', '_blank');
}
}
frame 3092 {
stop();
}
movieClip 1284 {
}
button 1286 {
on (release) {
gotoAndPlay(4);
}
}