Combined Code
frame 1 {
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
BAR._width = PERCENT * 800;
TEXT = Math.round(PERCENT * 100) + '%';
if (LOADED == TOTAL) {
gotoAndPlay(3);
}
}
frame 1 {
mus = new Sound();
mus.attachSound('sound');
_root.off._visible = 0;
}
button 6 {
on (release) {
getURL('https://www.patreon.com/akiranime', '_blank');
}
}
button 7 {
on (press) {
mus.setVolume(0);
off._visible = 1;
onn._visible = 0;
}
}
button 9 {
on (press) {
mus.setVolume(100);
off._visible = 0;
onn._visible = 1;
}
}
movieClip 12 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 6 {
stop();
}
}
movieClip 15 {
}
// unknown tag 88 length 57
movieClip 19 {
}
instance of movieClip 19 {
onClipEvent (enterFrame) {
_rotation = _rotation + 2;
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
stop();
}
movieClip 25 {
frame 8 {
stop();
}
}
button 27 {
on (press) {
gotoAndPlay(4);
}
}
frame 4 {
Mouse.show();
}
frame 4 {
play();
}
movieClip 76 {
}
movieClip 79 {
}
movieClip 80 {
}
instance start of movieClip 12 {
onClipEvent (load) {
_root.start.gotoAndPlay(2);
}
}
button 81 {
on (press) {
gotoAndPlay(49);
}
}
frame 48 {
gotoAndPlay(4);
}
frame 49 {
Mouse.hide();
}
frame 49 {
play();
}
movieClip 88 {
}
frame 60 {
Mouse.show();
}
frame 60 {
play();
}
button 110 {
on (press) {
gotoAndPlay(105);
}
}
frame 104 {
gotoAndPlay(60);
}
frame 105 {
Mouse.hide();
}
frame 105 {
play();
}
frame 112 {
gotoAndPlay(4);
}