Discuss Scratch

totallybigbrain
Scratcher
100+ posts

[v1.3-beta] sb3topy: Scratch to Python with Pygame

This is interesting, considering how I’m learning Pygame.
Pedroshowbala
Scratcher
3 posts

[v1.3-beta] sb3topy: Scratch to Python with Pygame

I sucks at Pygame, i need to learn.
totallybigbrain
Scratcher
100+ posts

[v1.3-beta] sb3topy: Scratch to Python with Pygame

Can you add the “return” block? It’s inside of Turbowarp, but is an extremely useful feature, and shouldn’t be too difficult to add?
imfh
Scratcher
1000+ posts

[v1.3-beta] sb3topy: Scratch to Python with Pygame

totallybigbrain wrote:

Can you add the “return” block? It’s inside of Turbowarp, but is an extremely useful feature, and shouldn’t be too difficult to add?
Hmm, potentially, but there are probably other features which I should implement first. There are still a few vanilla Scratch features which don't work. Notably, variable reporters, list reporters, speech bubbles, thinking bubbles, and input prompts don't work yet.
totallybigbrain
Scratcher
100+ posts

[v1.3-beta] sb3topy: Scratch to Python with Pygame

Yeah, true. I feel like those aren’t needed if you’re making a really polished game, but that’s just my opinion. They are necessary for in-general projects, so that’s all right.
MonkeyBean2
Scratcher
100+ posts

[v1.3-beta] sb3topy: Scratch to Python with Pygame

totallybigbrain wrote:

Yeah, true. I feel like those aren’t needed if you’re making a really polished game, but that’s just my opinion. They are necessary for in-general projects, so that’s all right.
uh, variable reporters are pretty important
totallybigbrain
Scratcher
100+ posts

[v1.3-beta] sb3topy: Scratch to Python with Pygame

MonkeyBean2 wrote:

totallybigbrain wrote:

Yeah, true. I feel like those aren’t needed if you’re making a really polished game, but that’s just my opinion. They are necessary for in-general projects, so that’s all right.
uh, variable reporters are pretty important

Yup! That’s why I said that: “They are necessary for in-general projects”
Though, if it wasn’t available, you could just use a number counter and/or text engine.

Powered by DjangoBB