JavaScript equivalent of start sound block

well I already did it now you guys help is useless now

I was asking to see how Snap does the multiple sound playing

if you recall I was calling @jens to explain his source code

The way you worded the title and body of the topic was very vague. It should be something like, "How does the start sound block work in the source code?"

welp lets not argue and have @bh close this immediately cuz I already found it out

And besides, you can already look in the source code all you want!

im done with this topic I'm muting it

um... haven't you ever considered that most browsers don't support python, and the source code is written entirely in javascript? How did you think that snap was written in python?


I figured it out: it creates a new audio element each time (which is also my method; how about that!).

It seems like using network is useless
As network only shows AFTER sounds play

how about flask?

well, the more popular ones, like, chrome.

Replit has python intergrations

oh, ok.

Replit sends the code to an external server. The interpretation isn't done in the client-side. Unless you use something like Brython.