bEbEr Posted August 1, 2004 Report Share Posted August 1, 2004 Galera.. fiz um player de som em flash.. e não estou conseguindo fazer funcionar o botão "play"..olhem o codigo..::on (release) { scale = "99"; action = "play"; down = "3"; status = "playing tr. " add playtrack; //mostra q musica ta tocando tellTarget ("tracks") { //pasta das musicas "tracks" gotoAndStop("track" add playtrack); } play();}o q tem d errado?!?! Quote Link to comment Share on other sites More sharing options...
0 Thuran Posted August 2, 2004 Report Share Posted August 2, 2004 no final do cód você dá um play(), esse play imagino ser para começar a executar o som? ...ele tá na mesmo linha de tempo de onde está o bt? .....um gotoAndPlay() não funcionaria melhor? Quote Link to comment Share on other sites More sharing options...
Question
bEbEr
Galera.. fiz um player de som em flash.. e não estou conseguindo fazer funcionar o botão "play"..
olhem o codigo..::
on (release) {
scale = "99";
action = "play";
down = "3";
status = "playing tr. " add playtrack; //mostra q musica ta tocando
tellTarget ("tracks") { //pasta das musicas "tracks"
gotoAndStop("track" add playtrack);
}
play();
}
o q tem d errado?!?!
Link to comment
Share on other sites
1 answer 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.