When you press the button again, the sound wil play over the playing sound; how can I avoid this?
on (release) {
mijngeluid = new Sound(this);
mijngeluid.attachSound(“coolsound”);
mijngeluid.start(0, 99);
}
When you press the button again, the sound wil play over the playing sound; how can I avoid this?
on (release) {
mijngeluid = new Sound(this);
mijngeluid.attachSound(“coolsound”);
mijngeluid.start(0, 99);
}
:: Copyright KIRUPA 2024 //--