-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
In the code below, I expect the sound to end by pressing "a". But that does not happen.
<script src="http://spelprogrammering.nu/simple.js">
playSound("http://spelprogrammering.nu/ljud/musik/Arkanoid_PSID_02.mp3", 0.5);
function update() {
if (keyboard.a)
{
stopSound("http://spelprogrammering.nu/ljud/musik/Arkanoid_PSID_02.mp3");
alert("Stop the sound");
}
}
</script>
I was using Firefox 41.0.1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels