blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

getting started codelab part 6 document improvements.

Open Berttwm opened this issue 3 years ago • 0 comments

Some documentation improvements for Part 6 (Creating a custom block), this particular part can be appended with additional details as explained below.

image

It is important to also add the <script src="scripts/sound_blocks.js"></script> before <script src="scripts/main.js"></script> as doing otherwise will not even show the "play" box as intended. I was stuck on this issue until I took a look at the ./complete-code/ folder

Berttwm avatar Mar 02 '22 04:03 Berttwm