help with script list

i need a code to link the sound to a sprite
I have to start from two existing lists
List image = new List();
List clip = new List();
i need something code to reproduce the image with its corresponding sound at the same time.

Look into Dictionaries, and use the Sprite as Key, the Audio as Value

1 Like