Log In  
Follow
grotevogel

Commodore64 ontwikkelaar uit Suid-Afrika

[ :: Read More :: ]

I'm noob with PICO-8 and wanna play "Mary had a little lamb" using only beeps from code. Not using sfx editor, not using music.

however, i dont hear any beeps. Whats wrong?

    print("Press arrow keys ",12,64,0)
        ID=0

    if btnp(0) then sfx(id,"E-4")
      elseif btnp(1) then sfx(id,"E-6")
      elseif btnp(2) then sfx(id,"E-7")
      elseif btnp(3) then sfx(id,"E-5")
    end
P#43111 2017-08-06 23:07 ( Edited 2017-08-07 03:07)