Combined Code
frame 1 {
function checkLoad(mcTarget) {
var v2 = mcTarget.getBytesLoaded();
var v1 = mcTarget.getBytesTotal();
var v3 = (v2 / v1) * 100;
mcLoader.mcBar._xscale = v3;
var v5 = (Math.floor(v3)).toString();
var v7 = (Math.floor(v1 / 1024)).toString();
var v6 = v5 + '%';
mcLoader.tPercent.text = v6;
if (v2 >= v1 && v1 > 0) {
if (nCount >= 5) {
clearInterval(nProgress);
mcTarget.gotoAndStop(2);
} else {
++nCount;
}
}
updateAfterEvent();
}
stop();
var nCount = 0;
var nProgress = setInterval(checkLoad, 100, this);
}
// unknown tag 88 length 64
movieClip 7 {
}
movieClip 9 {
}
instance of movieClip 9 {
onClipEvent (enterFrame) {
_rotation = _rotation + 5;
}
}
frame 2 {
mus1 = new Sound();
mus.attachSound('sound1');
mus2 = new Sound();
mus.attachSound('sound2');
_root.onn._visible = 0;
}
frame 2 {
stop();
}
movieClip 13 {
}
button 14 {
on (press) {
gotoAndPlay(4);
}
}
button 16 {
on (press) {
mus1.setVolume(100);
mus2.setVolume(100);
off._visible = 1;
onn._visible = 0;
}
}
button 18 {
on (press) {
mus1.setVolume(0);
mus2.setVolume(0);
off._visible = 0;
onn._visible = 1;
}
}
button 21 {
on (release) {
getURL('https://www.patreon.com/akiranime', _blank);
}
}
frame 215 {
}
movieClip 444 {
}
frame 423 {
stop();
}