Suppi
July 18th, 2003, 12:59 PM
Hello people,
I was wondering if it is possible to attach sound to a button by using pure actionscript. So I don't mean the most common and easiest way by attaching the sound onto the frames of the button. What I do mean is the opposite of 'StopAllSounds' in :
on (rollOver) {
gotoAndPlay(12);
stopAllSounds();
}
Thank you for your time !
I was wondering if it is possible to attach sound to a button by using pure actionscript. So I don't mean the most common and easiest way by attaching the sound onto the frames of the button. What I do mean is the opposite of 'StopAllSounds' in :
on (rollOver) {
gotoAndPlay(12);
stopAllSounds();
}
Thank you for your time !