var sndSync:Sound = new b3();
var chnSync:SoundChannel=sndSync.play();
var myVolume003:Number=0;
var myTransform003:SoundTransform=new SoundTransform(myVolume003);
chnSync.soundTransform=myTransform003;
chnSync.addEventListener(Event.SOUND_COMPLETE, loopSoundf);
function loopSoundf(e:Event):void{
chnSync = sndSync.play();
chnSync.addEventListener(Event.SOUND_COMPLETE, loopSoundf);
chnSync.soundTransform=myTransform003;
}
syncer.addEventListener(MouseEvent.MOUSE_DOWN,soundonlySync);
stopper.addEventListener(MouseEvent.MOUSE_DOWN,soundonlySync);
function soundonlySync(event:MouseEvent){
chnSync.stop();
chnSync = sndSync.play();
chnSync.soundTransform=myTransform003;
chnSync.addEventListener(Event.SOUND_COMPLETE, loopSoundf);
}
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.