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);
}
}
movieClip 3 barra {
}
// unknown tag 88 length 68
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndStop(3);
}
}
movieClip 16 {
}
movieClip 18 {
}
movieClip 21 {
}
movieClip 30 {
}
movieClip 31 {
}
button 32 {
on (press) {
getURL('http://www.furaffinity.net/user/pokehidden/', '');
}
}