libscratchcpp icon indicating copy to clipboard operation
libscratchcpp copied to clipboard

Some broadcast blocks are not compiled

Open adazem009 opened this issue 1 year ago • 0 comments

Some projects converted from Scratch 2.0 use incorrect broadcast names in blocks, for example in this project, StartGameTic is used in broadcast blocks, but startgametic is the actual name. However, the ID is correct, so the broadcast block should find the broadcast by ID instead of name.

adazem009 avatar Apr 30 '24 19:04 adazem009