Sounds not overlapping

Hello Community,

I am trying to make a drumpad machine. But, when I try to play the crash cymbal, the sound component waits for the crash cymbal file to finish before it can play another one. Can I make it so that the sounds overlap with each other? Like, when I press the sound button, make it keep playing the original sound while playing a new one? Thanks!

Use the Player component instead of the Sound component, for more functionality.

Also, use multiple Player components if you want simultaneous playong, but you will need to juggle the Player components.

Sample app ...


row_your_boat.aia (2.4 MB)

2 Likes