Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Leopard: Edit Scratch projects as JavaScript code
- PlXELATE
-
Scratcher
18 posts
Leopard: Edit Scratch projects as JavaScript code
yes I tried it beforeLeopard is cool!
Yo should try it out. It’s epic! I think pulljosh is the best!
- hello_smile
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
griffpatch wrote:
I do not like fakers!
- kccuber
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
like turbowarp's cloud server? it would be cool if there was that kind of server in leopardjsA public server for thatTrue. But sometimes I just want the project. You don’t have to fix this. And can you make leopard support cloud varubles?@pulljosh 8 have a error with the new leopard thing. It doesn’t show the project output.What happens when you enter a project url and then click the “Edit as JavaScript” button? It should open a nice code editor with the project preview.can you plz fix this!
- crawly_coder_15
-
Scratcher
17 posts
Leopard: Edit Scratch projects as JavaScript code
So this project has all requirements but it no work: https://scratch.mit.edu/projects/561458919/
- Codin_Queen222
-
Scratcher
16 posts
Leopard: Edit Scratch projects as JavaScript code
It's broken. When I put a scratch project link, it takes a really long time to load. It never loads. Does this happen to someone else? If so, can you help me troubleshoot?
- kccuber
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
It's broken. When I put a scratch project link, it takes a really long time to load. It never loads. Does this happen to someone else? If so, can you help me troubleshoot?hold on let me try it out
ok, so it works, but it's pretty broken. i cannot control my game using arrow keys or mobile controls.
Last edited by kccuber (Aug. 28, 2021 02:45:02)
- Venatus_123
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
wait it convert all fonts to times new roman
- pe_brxwn
-
Scratcher
7 posts
Leopard: Edit Scratch projects as JavaScript code
Hello,
I've never used Leopard before, and I look forward to using it, but I keep getting this error-
{“error”:"This endpoint requires the params `files` or `parameters` in order to work. See https://codesandbox.io/docs/importing#create-wizard for more details."}
The error message's URL is https://codesandbox.io/api/v1/sandboxes/define
Going to https://codesandbox.io/docs/importing#create-wizard presents no more leads, because I speculate that it has to do with something server-side?
My project is https://scratch.mit.edu/projects/560470541/.
Thanks!
I've never used Leopard before, and I look forward to using it, but I keep getting this error-
{“error”:"This endpoint requires the params `files` or `parameters` in order to work. See https://codesandbox.io/docs/importing#create-wizard for more details."}
The error message's URL is https://codesandbox.io/api/v1/sandboxes/define
Going to https://codesandbox.io/docs/importing#create-wizard presents no more leads, because I speculate that it has to do with something server-side?
My project is https://scratch.mit.edu/projects/560470541/.
Thanks!
- Venatus_123
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
wait it convert all fonts to times new romanpost bump
- PullJosh
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
Hello,That's weird! I've seen a few different projects that do that, and I'm pretty sure the problem is sprites or costumes with weird names. For example, inside of the spite “a” you have a costume that is just called _
I've never used Leopard before, and I look forward to using it, but I keep getting this error-
{“error”:"This endpoint requires the params `files` or `parameters` in order to work. See https://codesandbox.io/docs/importing#create-wizard for more details."}
The error message's URL is https://codesandbox.io/api/v1/sandboxes/define
Going to https://codesandbox.io/docs/importing#create-wizard presents no more leads, because I speculate that it has to do with something server-side?
My project is https://scratch.mit.edu/projects/560470541/.
Thanks!
I am off at school right now, so I can't promise that I'll be able to fix the problem any time soon. But if you want to fix it yourself, you could try making a copy of your project and changing the costume names to see if that helps.
- PullJosh
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
Yeah, I never got around to loading up other fonts.wait it convert all fonts to times new romanpost bump
Definitely a bug. I'll add it to the tracker.- _PRO_GRAMMER
-
New Scratcher
1 post
Leopard: Edit Scratch projects as JavaScript code
I did can you help meCool!Let me know if you run into any issues!I'll try it out!
- Venatus_123
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
okYeah, I never got around to loading up other fonts.wait it convert all fonts to times new romanpost bumpDefinitely a bug. I'll add it to the tracker.
- crawly_coder_15
-
Scratcher
17 posts
Leopard: Edit Scratch projects as JavaScript code
follow crawly coder 15! (He dod not say this. Like gripatch did not say this
- Venatus_123
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
stopfollow crawly coder 15! (He dod not say this. Like gripatch did not say this
- PullJosh
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
What was the problem?I did can you help meCool!Let me know if you run into any issues!I'll try it out!
- mazzadoobry
-
Scratcher
100+ posts
Leopard: Edit Scratch projects as JavaScript code
Some of the translations in leopard to js are not real javascript code right?
- Maximouse
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
Some of the translations in leopard to js are not real javascript code right?They're all real JavaScript, but some require Leopard's library.
- PullJosh
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
This is correct. Leopard provides some built-in functions, which are a bit like “My Blocks” in Scratch. Essentially, we use regular JavaScript code to create some additional functionality for you, and then your project can use that.Some of the translations in leopard to js are not real javascript code right?They're all real JavaScript, but some require Leopard's library.
So it's all real JavaScript code, but Leopard is doing a lot of the hard work for you.
- mazzadoobry
-
Scratcher
100+ posts
Leopard: Edit Scratch projects as JavaScript code
This is correct. Leopard provides some built-in functions, which are a bit like “My Blocks” in Scratch. Essentially, we use regular JavaScript code to create some additional functionality for you, and then your project can use that.Some of the translations in leopard to js are not real javascript code right?They're all real JavaScript, but some require Leopard's library.
So it's all real JavaScript code, but Leopard is doing a lot of the hard work for you.
So wait(1); in leopard is setTimeout(myFunction, 1000); in Javascript?
can you plz fix this!
I'll try it out!