scratchfoundation / scratchx

Scratch Extension Site
https://github.com/llk/scratchx
190 stars 121 forks source link

Trigger an event on stop button press #77 Doesn't Work #145

Closed CreativeComputerLab closed 1 year ago

CreativeComputerLab commented 6 years ago

Hello, I'm looking implement the following code given in this issue: https://github.com/LLK/scratchx/issues/77:

ext._stop = function() { console.log("stop sign has been clicked!"); };

I do not get the console.log message in the browser. I upgraded from version 447.2 to 448 by replacing the Scratch.swf file. Is this feature dependent on other mods to other files? I am serving a local copy of the Scratchx site, that's why I need the files. Thanks