Multiple Touch, Multiple Sound
Shpint
Member Posts: 404
Hi,
I have a sound that will loop when touch is press, but I want that same sound to play for EVERY touch pressed. Say, I touch with one finger, the sound starts to play and loop. When I add another touch, I want that same sound to play and loop for the second time. and so on with more fingers.
I have a sound that will loop when touch is press, but I want that same sound to play for EVERY touch pressed. Say, I touch with one finger, the sound starts to play and loop. When I add another touch, I want that same sound to play and loop for the second time. and so on with more fingers.
Comments
You can explore using Touch Count perhaps? It's the global attribute that counts how many touches are current on the screen, regardless of position. Or a combination of Touch Count and something else.