2
nosound
JailDoctor edited this page 2021-12-08 12:49:27 +01:00

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é