Tenho um botão no filme principal q chama o filme 2 q tb tem um preloader + quando o preloader chega ao fim ele rebobina o FILME PRINCIPAL. e não o filme dois q deveria ser o correto.
Vejão o codigo:
t = _root.getBytesTotal()/1024;
c = _root.getBytesLoaded()/1024;
p = int((c/t)*100);
mensagem = "Foram carregados "+int(c)+"Kb" +" de "+int(t)+"Kb.";
seta.porcentagem = int(p) + "%";
barra_horizontal._width = p*2;
seta._x = -154+(p*2);
if (c == t) {
_root.play();
}
Question
sssilvio
Tenho um filme principal q tem um preloader.
Tenho um botão no filme principal q chama o filme 2 q tb tem um preloader + quando o preloader chega ao fim ele rebobina o FILME PRINCIPAL. e não o filme dois q deveria ser o correto.
Vejão o codigo:
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.