fixed test

This commit is contained in:
Peli de Halleux 2017-10-24 18:49:15 -07:00
parent 6b07d5f716
commit c8ffa0ded7

View File

@ -31,7 +31,7 @@ input.buttonUp.onEvent(ButtonEvent.Click, () => {
let num = 0
input.touchSensor1.onEvent(ButtonEvent.Click, () => {
input.touchSensor1.onEvent(TouchSensorEvent.Bumped, () => {
screen.print("Click! " + num, 10, 60)
num++
})