devil_mc.onPress = function () { s.stop(); delete s; var s:Sound = new Sound(); s.attachSound(Math.floor(Math.random()*9).toString()); s.start(); }