Combined Code
frame 1 {
total = getBytesTotal();
carregando = getBytesLoaded();
porcentagem = Math.floor((total / carregando) * 100);
porcentagem = Math.floor((carregando / total) * 100);
barra_mc._xscale = porcentagem;
if (carregando == total) {
gotoAndPlay(3);
}
}
// unknown tag 88 length 67
movieClip 5 {
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndPlay(3);
}
}
frame 3 {
gotoAndStop(4);
tay._visible = false;
love._visible = false;
troll._visible = false;
mee._visible = false;
}
movieClip 10 pinkieee {
}
movieClip 17 trovao {
}
movieClip 22 rain {
}
button 24 {
on (rollOver) {
troll._visible = true;
}
on (rollOut) {
troll._visible = false;
}
}
button 26 {
on (rollOver) {
tay._visible = true;
}
on (rollOut) {
tay._visible = false;
}
}
button 28 {
on (rollOver) {
love._visible = true;
}
on (rollOut) {
love._visible = false;
}
}
movieClip 30 thats me {
}
movieClip 32 trolling {
}
movieClip 34 discord is warm lol {
}
movieClip 36 about tay {
}
movieClip 38 pokehidden {
}
movieClip 48 pokehidden on {
frame 13 {
stop();
}
}
button 49 {
on (press) {
getURL('http://www.furaffinity.net/user/pokehidden/', '');
}
on (rollOver) {
mee._visible = true;
}
on (rollOut) {
mee._visible = false;
}
}