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) {
gotoAndStop(3);
}
}
frame 1 {
function pokehidden() {
getURL('http://pokehidden.tumblr.com/', '_top');
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
movieClip 3 {
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndStop(3);
}
}
frame 3 {
stop();
}
// unknown tag 88 length 90
button 9 {
on (press) {
gotoAndPlay(4);
}
}
movieClip 13 {
}
movieClip 26 {
frame 72 {
gotoAndPlay(1);
}
}
movieClip 28 {
}
movieClip 31 {
}
movieClip 33 {
}
movieClip 36 {
}
movieClip 38 {
}
movieClip 40 {
}
movieClip 42 {
}
movieClip 43 {
}
frame 25 {
gotoAndPlay('loop');
}