JS is not transferable to blocks / cant open some tutorials
Closed this issue · 1 comments
Amerlander commented
Describe the bug
JS can`t be converted to Blocks when the input event type is used:
input.onButtonEvent(Button.A, ButtonEvent.Click, function () {
})
So some tutorials can`t be opened.
Using the default Block without custom input event works:
input.onButtonEvent(Button.A, input.buttonEventClick(), function () {
})
Expected behavior
Transfer all types of Blocks to JS and back without issues.
Amerlander commented
Referencing thread in calliope.cc forum: https://forum.calliope.cc/t/kann-von-javascript-nicht-zu-bloecken-wechseln/2401/6