grotevogel [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=24606 Playing beeps sounds.. how? <p>I'm noob with PICO-8 and wanna play &quot;Mary had a little lamb&quot; using only beeps from code. Not using sfx editor, not using music.</p> <p>however, i dont hear any beeps. Whats wrong?</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre> print(&quot;Press arrow keys &quot;,12,64,0) ID=0 if btnp(0) then sfx(id,&quot;E-4&quot;) elseif btnp(1) then sfx(id,&quot;E-6&quot;) elseif btnp(2) then sfx(id,&quot;E-7&quot;) elseif btnp(3) then sfx(id,&quot;E-5&quot;) end </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> https://www.lexaloffle.com/bbs/?tid=29765 https://www.lexaloffle.com/bbs/?tid=29765 Sun, 06 Aug 2017 23:07:40 UTC