Mobsya / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
1 stars 9 forks source link

Timer initialization in Blockly #14

Open motib opened 7 years ago

motib commented 7 years ago

When you use a timer in VPL it is initialized to 0 and this prevents spurious timer events. Blockly does not initialize the timer at all, so it is extremely difficult to use.

stephanemagnenat commented 7 years ago

I agree, blockly should have some initialization. Also it lacks an initialization area, an "on init" event.