Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Leopard: Edit Scratch projects as JavaScript code
- CST1229
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
(#461)When you just wanna see if a project works in Leopard without needing to wait for the text editor to load.Suggestion: Readd the in-site player. Sometimes it is more convienient rather than loading a possibly-beefy sandbox in codesandbox.I am curious… Under what circumstances would you want to use the in-site player, but not want to view or edit the JavaScript code?
- jpdyba
-
Scratcher
53 posts
Leopard: Edit Scratch projects as JavaScript code
Some scripts doesnt work..
- _SNIPR-
-
Scratcher
37 posts
Leopard: Edit Scratch projects as JavaScript code
hello, asking why my clones respawn after they go off screen??
i spawn a clone and move it off screen then it respawns on screen.
how fix?
thanks
i spawn a clone and move it off screen then it respawns on screen.
how fix?
thanks
- Mario5Sonic
-
Scratcher
49 posts
Leopard: Edit Scratch projects as JavaScript code
puljosh,can you provide me the link of leopard?https://leopardjs.com/
- -yeldarbnivot-
-
Scratcher
25 posts
Leopard: Edit Scratch projects as JavaScript code
I seem to be unable to load projects. {“error”:"This endpoint requires the params `files` or `parameters` in order to work. See https://codesandbox.io/docs/importing#create-wizard for more details."}. Not sure why
- Taemon-Coolz
-
New Scratcher
2 posts
Leopard: Edit Scratch projects as JavaScript code
https://packager.turbowarp.org/ works better and with more functionality
- CST1229
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
(#468)However, the TurboWarp Packager doesn't produce readable code for speed and for compatibility.
https://packager.turbowarp.org/ works better and with more functionality
This tool does.
- The2AndOnly
-
Scratcher
88 posts
Leopard: Edit Scratch projects as JavaScript code
where are the “if on edge, bounce” blocks and show/hide variables? Also the red stop sign.
- medians
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
where are the “if on edge, bounce” blocks and show/hide variables? Also the red stop sign.The red stop sign isn't a real block.
- EC3328
-
Scratcher
1 post
Leopard: Edit Scratch projects as JavaScript code
How do I change the window size in the website?
I'd just like to have a game that occupies more space on the website that just the top left corner.
I'd just like to have a game that occupies more space on the website that just the top left corner.
- _SNIPR-
-
Scratcher
37 posts
Leopard: Edit Scratch projects as JavaScript code
How do I change the window size in the website?
I'd just like to have a game that occupies more space on the website that just the top left corner.
I simply added width: Max.width and height: maxheight to mine. And it fills the entire screen on any size display.
- _SNIPR-
-
Scratcher
37 posts
Leopard: Edit Scratch projects as JavaScript code
How do I make clones work. When I set a clone to a position, then move it off-screen it deletes itself and reappears on-screen.
- MaxwellRose1019
-
Scratcher
15 posts
Leopard: Edit Scratch projects as JavaScript code
Mine will not work. Why? It was created in Scratch 3.0. https://scratch.mit.edu/projects/477155071/
- _SNIPR-
-
Scratcher
37 posts
Leopard: Edit Scratch projects as JavaScript code
Mine will not work. Why? It was created in Scratch 3.0. https://scratch.mit.edu/projects/477155071/
Variables do not show up as a box and sometimes layering is off. If you go inside the project code on cosesandbox u can fix.
- TriD12
-
Scratcher
1 post
Leopard: Edit Scratch projects as JavaScript code
{“error”:"This endpoint requires the params `files` or `parameters` in order to work. See https://codesandbox.io/docs/importing#create-wizard for more details."}
How can I put the file in order to work?
How can I put the file in order to work?
- PullJosh
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
{“error”:"This endpoint requires the params `files` or `parameters` in order to work. See https://codesandbox.io/docs/importing#create-wizard for more details."}Good question. The answer is here: https://github.com/PullJosh/leopard/discussions/109
How can I put the file in order to work?
- Jennifer_luis
-
Scratcher
9 posts
Leopard: Edit Scratch projects as JavaScript code
hi i am Jennifer, from USA
say [hello]
switch costume to [ball dress v]
say [i like to be fiends] for (2) secs
- Jennifer_luis
-
Scratcher
9 posts
Leopard: Edit Scratch projects as JavaScript code
how to convert scratch projects into java projects 

- god286
-
Scratcher
1000+ posts
Leopard: Edit Scratch projects as JavaScript code
how to convert scratch projects into java projectsFor java it hasn't been made, but for JavaScript you have 2 options:
Use https://packager.turbowarp.org/ which turns your code into JavaScript but is not readable by humans,
Use Leopard https://leopardjs.com/ which turns your code into JavaScript but is readable by humans, although a bit buggy
hi