Bonjour ou bonsoir à vous tous x_o
Je m'essayes au flash depuis maintenant UNE heure xD
Au bout de cette heure et grâce à un tutorial j'ai enfin réussit à créer mes boutons play / stop
Seulement ya que le bouton play qui marche o_x
Le bouton stop lui ne daigne pas fonctionner quand je le test >.<
Voici le code de mon bouton Stop :
- Code:
-
on (release) {
son.attachSound("Zet");
son.stop();
}
Et voici celui de mon bouton Play :
- Code:
-
on (release) {
stopAllSounds();
son = new Sound();
son.attachSound("Zet");
son.start();
}
Si quelqu'un pouvait m'aider, je lui serait très très reconnaissant T_T