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 barra {
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndPlay(3);
}
}
movieClip 7 camera {
frame 1 {
this._visible = false;
this.onEnterFrame = function () {
var v4 = Stage.width / this._width;
var v3 = Stage.height / this._height;
_parent._x = Stage.width / 2 - this._x * v4;
_parent._y = Stage.height / 2 - this._y * v3;
_parent._xscale = 100 * v4;
_parent._yscale = 100 * v3;
};
this.onUnload = function () {
_parent.xscale = 100;
_parent.yscale = 100;
_parent._x = 0;
_parent._y = 0;
};
}
}
movieClip 9 moldura {
}
movieClip 11 pokehidden {
}
movieClip 14 pokehiddenstress {
}
button 15 {
on (press) {
getURL('http://www.furaffinity.net/user/pokehidden/', '');
}
}
movieClip 17 fundo {
}
movieClip 26 olho {
}
movieClip 29 sombrchega {
}
movieClip 31 bochecha {
}
movieClip 56 cabeca2 {
}
movieClip 58 cabelo2 {
}
movieClip 67 olho2 {
}
movieClip 72 sombr1 {
}
movieClip 90 cabeca1 {
}
movieClip 92 cabelo1 {
}
movieClip 94 cabelox {
}
movieClip 97 brilho2 {
}
movieClip 120 promotion {
}
movieClip 122 brilho1 {
}
frame 45 {
gotoAndPlay('animation');
}