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://www.pokehidden.net/', '_top');
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
movieClip 4 {
}
movieClip 6 {
}
movieClip 13 {
frame 1200 {
gotoAndPlay(1);
}
}
movieClip 16 {
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndStop(3);
}
}
frame 3 {
cum._visible = false;
stop();
}
movieClip 23 {
}
movieClip 31 {
}
button 33 {
on (rollOver) {
_root.cum._visible = true;
}
on (rollOut) {
_root.cum._visible = false;
}
}