aspizu / goboscript

goboscript is the Scratch compiler
https://aspizu.github.io/goboscript
MIT License
76 stars 14 forks source link

Fix compatibility with Scratch runtime #40

Closed pkhead closed 3 weeks ago

pkhead commented 3 weeks ago

There were two problems I identified when running a project generated by Goboscript using the vanilla Scratch runtime:

  1. Code running from a procedure call or an event crashes the website.
  2. Say and wait blocks did not work properly. I don't really know why.

This pull request fixes those issues.

aspizu commented 3 weeks ago

thank you