Block Factory

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 36

  • @chrisperry666
    @chrisperry666 4 года назад +12

    This is a good little tutorial on how to assemble a new block, but what I, and I suspect others, would find really useful, is a video on how to utilize the code generated in a Blockly app. Finding the right places to insert the various snippets the block factory produces isn't quite as obvious as it might seem to those involved in the project.

    • @ishu4227
      @ishu4227 2 года назад +2

      AND being able to make the block any color you want instead of a half saturated gray colored hue block

    • @The.Anime.Library
      @The.Anime.Library 7 месяцев назад

      so where do you put this kind of code (i know it is 4 year later lmao)javascript.javascriptGenerator.forBlock['set_axis'] = function(block, generator) {
      var dropdown_dropdownaxis = block.getFieldValue('dropdownaxis');
      var number_distance = block.getFieldValue('distance');
      // TODO: Assemble javascript into code variable.
      var code = '...
      ';
      return code;
      };

  • @MMABeijing
    @MMABeijing 4 года назад +1

    thank you Sir, it's 2020 and your video is as usual as ever. I am almost surprised that blockly factory has not changed at all during the 5 years that separates us from your video upload date.

  • @weshuiz1325
    @weshuiz1325 5 лет назад +14

    can you do a tutorial on generating custom code

  • @garrygorman6989
    @garrygorman6989 4 года назад +1

    Hi Neil, is there a tutorial available for someone with little programming experience to build blocky games. I'm struggling with getting my custom blocks to work in my html.
    Thank you

  • @mitkosokolov9382
    @mitkosokolov9382 4 года назад

    Great! Can we establish a network topology with Block Factory?

  • @marcelaportela1132
    @marcelaportela1132 6 лет назад +1

    Do you can to explain how to use the closure compiler? Help-me please :(

  • @ToniLopezMM
    @ToniLopezMM 6 лет назад

    Thanks for tutorial. very good explanation.

  • @AlexanderLetetski
    @AlexanderLetetski 8 месяцев назад

    dear Neil, how to use generated block code to use it in HTML?

  • @meetmeer
    @meetmeer 2 года назад

    thank you

  • @heyUajay
    @heyUajay 5 лет назад

    Thanks for the Video! Is it possible to generate code for a different language which is not mentioned in the list? In my case it is C-sharp.

    • @UCYT-cu3ww
      @UCYT-cu3ww 2 месяца назад

      You will need to implement a custom generator.

  • @cauesomenzi
    @cauesomenzi 7 лет назад +1

    Thank you so much from Brazil!

  • @marcelaportela1132
    @marcelaportela1132 6 лет назад

    Thanks !

  • @mjblackburn1
    @mjblackburn1 9 лет назад

    Are you using an O.S. other than Windows 7? My Chrome browser is up-to-date, but the GUI I'm getting from blockly-demo.appspot.com/static/demos/blockfactory/index.html looks a little different (missing scrollbars, etc.). It's the same problem for both Firefox and IE.

    • @neilfraser3939
      @neilfraser3939  9 лет назад +1

      The OS used was Mac OSX, using Chrome. The trashcan graphic has been updated, and a help button has been added, but otherwise things should still look the same as in the video.

    • @mjblackburn1
      @mjblackburn1 9 лет назад

      Neil Fraser I don't know what I did differently, but now when I load the block factory in chrome, the preview block isn't being cut off by the top left corner of the preview frame anymore. If you fixed it, thanks!

  • @klcfilm7142
    @klcfilm7142 5 лет назад

    Hi Neil, my name is Nail. Thanks ...

  • @pasiu76
    @pasiu76 2 года назад

    How add include library?

  • @rockabala1336
    @rockabala1336 7 лет назад

    Thank youuuuuuuuuuuuuuuuu

  • @pirotech1862
    @pirotech1862 3 года назад

    if your video was for people not to understand anything, you are to be congratulated. thanks.