s = new Sound(_root);
s.attachSound("suono");
i = 80;
s.setVolume(i);
vol = i;
s.start(s.position/1000,999);
musica = true;