I have created sounds like so:
var tick:Sound = new Sound();
tick.attachSound(“tickSnd”);
and call them like so:
_root.tick.Start();
The results is that it seems to only play the sound half the time. Does anyone know why this would be happening?
Thanks!