Hi again.
I hope I can find some help on this subject. I used this code:
mySound = new Sound(this);
mySound.attachSound(“sss-short”);
mySound.start(0, 1);
to attach a sound and make it play using AS. BUT I want to know if after that sound has completed playing can you have another sound play in the same action script box. Or do you have to make a new actions keyframe with the new sound on it? Can it be on the same layer? I tried a few different variations but I get the two different sounds playing overtop of each other. I hope someone can help me on this subject.
Thank you!