Happy

So we want the EYES to move if the micro:bit is happy

Forver (hint under the previous code)
If Happy = true
    If Eye Movement State = 0
        show face looking forward
        ELSE IF Eye Movement State = 1
            show Face Looking Left
            Else
                Show Face Looking Right

pause 2000ms

Last updated