Log In  


Cart #bitbytes-0 | 2024-07-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


Im made new technology
4 SFX that im add rnd on function _update and s that like a music
S use that random SFX like a music
SFX only using phaser wave

Code

s=rnd(2)

function _init()
end

function _draw()
 cls()
 rect(s,s,50,50)
end

function _update()
s=rnd(2)
sfx(s)
end



[Please log in to post a comment]