Josh Pullen
Josh Pullen
> I guess I'm wondering -- is this good-enough yet? Or should we keep striving for better accuracy before merging it in? I am personally a big fan of "good...
Once this is merged, let's create a new release (minor version bump) so that people can use the new `touching "edge"` and `if on edge, bounce` features.
@adroitwhiz Is this something that we can merge?
@micahlt That would be fantastic! :)
Many blocks are straightforward to implement, but a few pose questions: * Say and ask: Do we implement proper speech bubbles, or rely on `alert()` and `propmpt()`? * How do...
@nanaian Agree on speech bubbles. You're right that magic strings are a bad plan. Thanks for making it clear. One thing that's kind of weird about passing the class directly...
Yeah, that's totally an option. It definitely feels like there could be a nice two-in-one solution to both the scope problem and the accessing instances problem. I just don't know...
I've been testing the [compiler](https://github.com/PullJosh/sb-edit) with a bunch of projects pulled from the Scratch "explore" page (and some from the home page). It seems like the most commonly used features...
> Sound blocks can all be marked complete now! Good call! I just [updated](https://github.com/PullJosh/scratch-js-website/commit/7775c0dc8ed090380b6d365c365e394e2aa24336) the [docs](https://scratch-js.now.sh/docs/sound) as well. (We're getting startlingly close to supporting every Scratch block!)
I think whatever we build should give the user considerable control over the loading screen. Ideally Leopard would provide a built-in loading screen that is simple and effective, and customizable...