Topic category: Help with MCreator software
Hello..I currently working on a sound on block it works perfectly fine but i want to loop the sound so i cfreated a procedure that i put the play sound and also a wait block for n ticks for how long my sound is it works and put that procedure to on tick update in trigger tab but when i do that the sound gets multiplied or stacking so i removed the wait block completely still the sound gets stacked so i added provided wolrd client side the sound completely not workng The Point is why am i adding that to on update tick when player leaves the world and rejoins the Sound still Plays but it is working when i put on the on update tick trigger the problem is the sound keeps stacking up what should i do please send me images of your procedure if you found a solution to it thanks
The wait block is not a timer, the procedure will still run 20 times per second, but each iteration of the procedure will be delayed by the amount you put in the wait block. Basically, it still plays the sound 20 times per second, but it starts and ends later based on the delay.
I have provided a more in-depth explanation and solution here: https://mcreator.net/comment/287136
My Sound Not Working After i Did That , All I Want Is My Sound Not Get Multiplied And Also When Player Leaves And Rejoins The World The Sound Still Continues To Play...Please Help me With That