snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Does "when node <node> double-clicked" block still work? #455

Open dulcarnon opened 2 years ago

dulcarnon commented 2 years ago

I have been unable to get the "when node double-clicked" block to work, either in my own scripts or in the examples like Sim and Tic-Tac-Toe.

If I start from the simple script suggested in the Help for that block, and double-click on some node on the stage, I get an error that varies a little from browser to browser:

In any of those browsers, double-clicking on the script itself gives "Error a variable of name 'node' does not exist in this context".

Thanks for your attention and your great Snap mods!