PencilCode / jquery-turtle

Turtle Graphics for JQuery
Other
44 stars 25 forks source link

Stop audio when the user interrupts execution. #62

Closed davidbau closed 10 years ago

davidbau commented 10 years ago

Prior to this change, audio would continue playing when the "stop" button was pressed.

Now we stop it by hacking off (and replacing) the top-level audio node (through which we funnel all our audio) immediately upon interrupt.