Audio overlap loop: Difference between revisions

m (this needs more entries to come out of draft)
Line 7:
=={{header|JavaScript}}/{{header|HTML}}==
<lang JavaScript><script>
for(i=0,var j = prompt("Enter the sound manipulation level you want", ""); i<j; i++){
for(i=0; i<j; i++) {
document.write("<bgsound src='loop.wav'>")}
}
</script></lang>
 
Anonymous user