davidjsherman / inirobot-scratch-thymioII

Link Scratch 2 and the Thymio-II robot
7 stars 2 forks source link

Buttons events are not seen #9

Open mathildeDV opened 8 years ago

mathildeDV commented 8 years ago

With a simple program

When clicked
    wait until button.center = 1
    move 50 mm

the buttons do not response and their LEDs do not light up.

ddoak commented 8 years ago

@davidjsherman I finally got around to looking at updating my examples today (octopus shoot game etc.) and have also seen this issue.

Button events and clap are not registered.