this._lockroot = true; var musique:Sound = new Sound(this); btn.onPress = function() { musique.attachSound("colley's reel"); musique.start(); }
var musique:Sound = new Sound(); musique.attachSound("colley's reel"); musique.start();
le_loader.load();
on (press) { _lockroot = true; var musique:Sound = new Sound(); musique.attachSound("colley's reel"); musique.start(); }