Discuss Scratch

randsk
New to Scratch
7 posts

Launch ScratchX directly with a plugin loader

Hi,

Could someone tell me if it's possible to the scratchx editor preloaded with a plugin. I'd to send someone a url like: http://scratchx.org?plugin=my-extension or something of that kind. Basically, they wouldn't have to faff around finding/loadin my plugin

Kevin
MegaApuTurkUltra
Scratcher
1000+ posts

Launch ScratchX directly with a plugin loader

You can load an SBX file and it will load its extensions.

$(".box-head")[0].textContent = "committing AT crimes since $whenever"
djdolphin
Scratcher
1000+ posts

Launch ScratchX directly with a plugin loader

Znapi
Scratcher
500+ posts

Launch ScratchX directly with a plugin loader

I think you are looking for ScratchX urls. It is basically just like what you described. It looks like this:
http://scratchx.org/?url=<url to your extension>
The developer documentation explains ScratchX urls here so you can read up on it.

EDIT: Noo! It happened again! I opened this topic, and then went to do other stuff before replying, and so didn't see @djdolphin's reply.

Last edited by Znapi (May 29, 2015 21:34:31)

randsk
New to Scratch
7 posts

Launch ScratchX directly with a plugin loader

Cheers guys

Powered by DjangoBB