dansury
02.07.2007, 20:12
на кнопке висит такой код
on (release) {
mystream.loadSound("fail", true);
buffer = 1024;
bufferdis = 0;
mystream = new Sound();
mystream.loadSound("playlist/Deadfood-03.mp3", true);
mystream.setVolume(20);
}
вопрос: как в данной ситуации заloopить звук?
on (release) {
mystream.loadSound("fail", true);
buffer = 1024;
bufferdis = 0;
mystream = new Sound();
mystream.loadSound("playlist/Deadfood-03.mp3", true);
mystream.setVolume(20);
}
вопрос: как в данной ситуации заloopить звук?