Müzik ile ilgili bir App yapyıorum kod bilmiyorum örnek bir blok bana gösterilse yaparım.
2 tane buttonum var ikisinde de farklı bir ses var. Şu an hazır ve çalıyorlar. Ancak benim istediğim; 2. buttona bastığımda birincinin bitmesini beklesin sonra başlasın hepsi bu.
Fakat tümü loop olarak seçili seslerimin doalyısıyla imaknsız gibi geliyor. Kodular formunda çözüm için aşağıdaki yazıldı. Aşağıdaki çözüm için bana bir blok örneği gösterebilecek olan var mı?
"Add the New sound to play into a list
İn the Player.completed Event check, if there are items in the list
İf yes, play that sound and remove that item from the list"
Ben loop olduğunu söyleyince aşağıdakini yazdı
"
Then unmark the loop for all sounds and use the following Logic
Add the New sound to play into a list
İn the Player.completed Event check, if there are items in the list
İf yes, play that sound and remove that item from the list
Else restart the just completed sound"