Discuss Scratch

CST1229
Scratcher
1000+ posts

Leopard: Edit Scratch projects as JavaScript code

PullJosh wrote:

(#461)

CST1229 wrote:

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?
When you just wanna see if a project works in Leopard without needing to wait for the text editor to load.
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
Mario5Sonic
Scratcher
49 posts

Leopard: Edit Scratch projects as JavaScript code

ColeCoca wrote:

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

Taemon-Coolz wrote:

(#468)
https://packager.turbowarp.org/ works better and with more functionality
However, the TurboWarp Packager doesn't produce readable code for speed and for compatibility.
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

The2AndOnly wrote:

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.
_SNIPR-
Scratcher
37 posts

Leopard: Edit Scratch projects as JavaScript code

EC3328 wrote:

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

MaxwellRose1019 wrote:

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?
PullJosh
Scratcher
1000+ posts

Leopard: Edit Scratch projects as JavaScript code

TriD12 wrote:

{“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?
Good question. The answer is here: https://github.com/PullJosh/leopard/discussions/109
Jennifer_luis
Scratcher
9 posts

Leopard: Edit Scratch projects as JavaScript code

hi
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

Jennifer_luis wrote:

how to convert scratch projects into java projects
For 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

Powered by DjangoBB