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 44 (74 B)
if (flagA == false) {
gotoAndPlay (4);
} else {
gotoAndPlay (45);
}
Frame 45 (15 B)
flagA = false;
Frame 85 (75 B)
if (flagA == false) {
gotoAndPlay (45);
} else {
gotoAndPlay (86);
}
Frame 86 (15 B)
flagA = false;
Frame 126 (74 B)
if (flagA == false) {
gotoAndPlay (86);
} else {
gotoAndPlay (4);
}
Frame 127 (15 B)
flagA = false;
Frame 155 (77 B)
if (flagA == false) {
gotoAndPlay (118);
} else {
gotoAndPlay (156);
}
Frame 156 (15 B)
flagA = false;
Frame 193 (77 B)
if (flagA == false) {
gotoAndPlay (156);
} else {
gotoAndPlay (194);
}
Frame 194 (15 B)
flagA = false;
Frame 231 (75 B)
if (flagA == false) {
gotoAndPlay (194);
} else {
gotoAndPlay (4);
}
Symbol 13 Button (69 B)
on (release) {
getURL ("http://www.furaffinity.net/user/fursat/");
}
Symbol 20 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 23 Button (31 B)
on (release) {
flagA = true;
}