2018-01-05 19:14:55 -08:00
|
|
|
sensors.touch1.onEvent(TouchSensorEvent.Pressed, function () {
|
2017-11-28 16:11:15 -08:00
|
|
|
})
|
2018-01-05 19:14:55 -08:00
|
|
|
sensors.touch2.onEvent(TouchSensorEvent.Bumped, function () {
|
2017-11-28 16:11:15 -08:00
|
|
|
})
|
2018-01-05 19:14:55 -08:00
|
|
|
sensors.touch3.onEvent(TouchSensorEvent.Released, function () {
|
2017-11-28 16:11:15 -08:00
|
|
|
})
|
2018-01-05 19:14:55 -08:00
|
|
|
sensors.touch4.isPressed();
|
|
|
|
sensors.touch4.wasPressed();
|