tu créer d'abord un son:
monSon = new Sound();//créer ton son
monSon.attachSound("maMusique");//lui "attache" une musique
//exporter depuis la bibliothèque
monSon.start();//comence le son
var choix=1;
//tu vera aprè pk!!!
Après avec ton "bouton magique"

on(Press)
{
choix*=-1;//si choix==1 sa devient -1
//si choix==-1 sa devient 1
choix==1 ? monSon.start() : monSon.stop();
//Si la variable "choix"==1 sa joue le son
//Sinon sa le stop
//C pour sa ke g utilisé une varible de "control"....
SUPER NEWBIES EST LA POUR VOUS SAUVER!!!!!!!!!!!!!!!!!!!!!
