oh haha sorry, I misunderstood. Here's what I began with...
Start of layout: - set listener to "player"
- play channel 3
- attach channel 3 to "shore"
this attached the sound played in channel 3 to the first instance of the shore object...
then I tried...
Start of layout: - set listener to "player"
- play channel 3
For each object "shore": - attach channel 3 to "shore"
for some reason all this did was to attach channel 3 to the second instance of the shore object (which I can't understand at all)
I really appreciate the help by the way, this problem is just frustrating me to no end and keeping me from focusing on the other functions I need to finish up...