touchbit.on(touchbit.TouchPad.right, touchbit.TouchEvent.pressed, function () { basic.showArrow(ArrowNames.East); }); touchbit.on(touchbit.TouchPad.left, touchbit.TouchEvent.pressed, function () { basic.showArrow(ArrowNames.West); }); basic.forever(function () {});