Combined Code
frame 1 {
stop();
}
movieClip 3 {
}
movieClip 7 {
}
movieClip 11 {
}
instance Cargador of movieClip 11 {
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
cargado = _root.getBytesLoaded();
porcentaje = int((cargado / total) * 100);
Letras = porcentaje + '%';
_root.Cargador.Barra._xscale = porcentaje;
if (cargado == total) {
_root.gotoAndPlay(2);
}
}
}
button 15 {
on (release) {
getURL('http://www.furaffinity.net/user/milachu92/', '_blank');
}
}
frame 91 {
gotoAndPlay(2);
}