--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In some rare cases, you may need to refresh the page. Some funny artifacts are currently occurring with load order.
--
You received this message because you are subscribed to a topic in the Google Groups "Blockly" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/blockly/cyBuNvOcNlw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to blockly+u...@googlegroups.com.
The problem is in the degenerators/JavaScript.is file. The "initialize" function is intended to run after Blockly is initialized, but I got lazy and just put it on a 300ms delay. When I get around to it, I will move it into the onload function.
I'm pretty sure both comparison and logical operators should be working. String manipulation can also be added without any effort at all.
Everything you need is contained within the three JavaScript files in degenerator/ . Right now, you'll need to put in a little work to adapt it to anything but JavaScript. The source of the html page should be a pretty good example, but know that m.toBlock() returns the top generated block so you can link it to whatever blocks are already on place.