Combined Code
frame 1 {
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
BAR._width = PERCENT * 200;
0;
TEXT = Math.round(PERCENT * 100);
if (LOADED == TOTAL) {
gotoAndStop(3);
}
}
movieClip 4 {
}
// unknown tag 88 length 91
movieClip 8 {
}
button 11 {
on (release) {
getURL('https://www.patreon.com/akiranime', '_blank');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
stop();
}
button 14 {
on (press) {
gotoAndStop(4);
}
}
frame 4 {
stop();
mus = new Sound();
mus.attachSound('sound');
_root.onn._visible = 0;
}
movieClip 783 {
}
movieClip 785 {
frame 50 {
stop();
}
}
button 787 {
on (press) {
mus.setVolume(100);
off._visible = 1;
onn._visible = 0;
}
}
button 788 {
on (press) {
mus.setVolume(0);
off._visible = 0;
onn._visible = 1;
}
}