Frame 1 (299 B)
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
this.loadBar._width = getPercent * 100;
this.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
Frame 2 (21 B)
this.gotoAndPlay(1);
Frame 3 (8 B)
stop();
Frame 4 (24 B)
flagA = false;
play();
Frame 31 (74 B)
if (flagA == false) {
gotoAndPlay (4);
} else {
gotoAndPlay (32);
}
Frame 32 (15 B)
flagA = false;
Frame 59 (75 B)
if (flagA == false) {
gotoAndPlay (32);
} else {
gotoAndPlay (60);
}
Frame 60 (15 B)
flagA = false;
Frame 87 (74 B)
if (flagA == false) {
gotoAndPlay (60);
} else {
gotoAndPlay (4);
}
Frame 88 (15 B)
flagA = false;
Frame 139 (77 B)
if (flagA == false) {
gotoAndPlay (106);
} else {
gotoAndPlay (140);
}
Frame 140 (15 B)
flagA = false;
Frame 173 (77 B)
if (flagA == false) {
gotoAndPlay (140);
} else {
gotoAndPlay (174);
}
Frame 174 (15 B)
flagA = false;
Frame 207 (77 B)
if (flagA == false) {
gotoAndPlay (174);
} else {
gotoAndPlay (208);
}
Frame 208 (15 B)
flagA = false;
Frame 241 (75 B)
if (flagA == false) {
gotoAndPlay (208);
} else {
gotoAndPlay (4);
}
Symbol 15 Button (69 B)
on (release) {
getURL ("http://www.furaffinity.net/user/fursat/");
}
Symbol 22 Button (60 B)
on (release) {
getURL ("https://inkbunny.net/chacumera");
}
Symbol 27 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 30 Button (31 B)
on (release) {
flagA = true;
}