Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert required blocks #18

Closed
GoogleCodeExporter opened this issue Dec 6, 2015 · 1 comment
Closed

Insert required blocks #18

GoogleCodeExporter opened this issue Dec 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

If Blockly designed for newbies to programming, you should pay attention to 
this point: when I use the repeat unit (for example), it required to insert a 
block of Logic (boolean), but may by I do not know about it and the program 
will not to work.

When choosing a block can immediately insert required Blocks (Logic for Repeat 
block), saving the user time and without confusing it later when the program 
will not work.

Original issue reported on code.google.com by haletsk...@gmail.com on 8 Jun 2012 at 9:45

@GoogleCodeExporter
Copy link
Author

I've added a "repeat forever" block and removed the boolean block from the 
maze.  This was initially not done because it made it too trivial to create an 
infinite loop that would crash the browser.  However with the addition of a 
timeout checker in the loops, this is no longer a problem.

Fixed.  Thanks!

Original comment by neil.fra...@gmail.com on 8 Jun 2012 at 11:57

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant