Skip to content

Commit 43893c5

Browse files
authored
add 'do' to the as block... its easier to explain
1 parent 8a822c8 commit 43893c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blocks_vertical/control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ Blockly.Blocks['control_run_as_sprite_menu'] = {
907907
Blockly.Blocks['control_run_as_sprite'] = {
908908
init: function() {
909909
this.jsonInit({
910-
"message0": 'as %1',
910+
"message0": 'as %1 do',
911911
"message1": "%1",
912912
"args0": [
913913
{

0 commit comments

Comments
 (0)