fixed test
This commit is contained in:
parent
6b07d5f716
commit
c8ffa0ded7
@ -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++
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user