Two sounds on one MC to play?
I have an MC with 3 frames, acting as a button.
The AS(2.0) tells the mc to gotoAndStop frame 2 on roll over and gotoAndStop frame 3 onPress.
It does all of this, I have traced it ("being rolled over" and "being pressed") so I know the states are being taken care of.
The problem is frame 2 and frame 3 each have a sound on them. When I roll over the MC the sound on frame 2 plays, when I click it, the sound on frame 3 does NOT play.
What can I do to make the different sounds play?
~MoN