Updates Blockly UI event usages to reflect changes made in Blockly core in upcoming release.
These fixes affect the following cases:
Maze - don't check for new help text if there's only a ui event
Movie - don't generate new JS code when it's only a ui event
Music - don't disable submission button if there is a ui event triggered after running code (this game requires running code before submission to gallery)
Turtle - correctly monitor if the user clicks on a toolbox category (important for level hint)
This should be merged after Blockly's December release (as it depends on api changes made there).
Updates Blockly UI event usages to reflect changes made in Blockly core in upcoming release.
These fixes affect the following cases:
This should be merged after Blockly's December release (as it depends on api changes made there).