lyman12
April 24th, 2002, 01:12 AM
Can someone tell how to add a soundclip (*.wav) to the following scenario:
if (_root.yellow, hitTest(_root.white)) {
        speedx = -bounce*80;
        speedy = -bounce*90;
....PLAY A SOUND CLIP HERE !!!
                               
        }
THANKS.
if (_root.yellow, hitTest(_root.white)) {
        speedx = -bounce*80;
        speedy = -bounce*90;
....PLAY A SOUND CLIP HERE !!!
                               
        }
THANKS.