Amadeus

onClipEvent(load){
    salieri = new Sound(this);
    salieri.attachSound("requiem");
    salieri.start(0, 99);
    //_root.mozartLaughing.play();
    _root.godLaughing.play();
}
Vote up this code0