Frame 1 (302 B)
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 100;
_root.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
_root.gotoAndPlay(3);
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (24 B)
stop();
flagA = false;
Frame 27 (74 B)
if (flagA == false) {
gotoAndPlay (4);
} else {
gotoAndPlay (28);
}
Frame 43 (73 B)
if (flagA == true) {
gotoAndPlay (28);
} else {
gotoAndPlay (4);
}
Frame 67 (75 B)
if (flagA == false) {
gotoAndPlay (44);
} else {
gotoAndPlay (68);
}
Frame 83 (74 B)
if (flagA == true) {
gotoAndPlay (68);
} else {
gotoAndPlay (44);
}
Frame 107 (76 B)
if (flagA == false) {
gotoAndPlay (84);
} else {
gotoAndPlay (108);
}
Frame 123 (75 B)
if (flagA == true) {
gotoAndPlay (108);
} else {
gotoAndPlay (84);
}
Symbol 16 Button (69 B)
on (release) {
getURL ("http://www.furaffinity.net/user/fursat/");
}
Symbol 21 Button (59 B)
on (release) {
getURL ("https://inkbunny.net/moonstar");
}
Symbol 26 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 29 Button (31 B)
on (release) {
flagA = true;
}
Symbol 32 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 35 Button (35 B)
on (release) {
gotoAndPlay (44);
}
Symbol 38 Button (35 B)
on (release) {
gotoAndPlay (84);
}
Symbol 40 Button (32 B)
on (release) {
flagA = false;
}