Add 'nosound'

2021-12-07 19:19:55 +01:00
parent 9a06bfb27d
commit c3caef1394

19
nosound.md Normal file

@@ -0,0 +1,19 @@
# nosound()
Si hi ha só sonant, el para.
### Exemple
```
function init()
sound(440,10000)
end
function update()
print("Pulsa espai per a parar el só",0,0)
if btn(KEY_SPACE) then
nosound()
end
end
```
### Vore també
* [sound(freq,len)](sound)