Discuss Scratch
- Discussion Forums
- » Suggestions
- » block „fill last shape“
- TheRailwayNoob87
-
100+ posts
block „fill last shape“
Scratch has very good pen tools, but there is still missing a very important one: fill shapes. even @griffpatch and other Scratchers programmed that by themselves, but it takes around 30 till 40 lines, so it‘s much too complicated. Therefore, Scratch should implement such a block:
But I don‘t have any idea how it would work and how to manage it.
But I don‘t have any idea how it would work and how to manage it.

Last edited by TheRailwayNoob87 (July 4, 2021 07:22:06)
- Pianostar4
-
1000+ posts
block „fill last shape“
You're right, it would be hard to implement, although other languages like Python have it. I still support, though. Also, you can use this code to make colored blocks:
[scratchblocks]
fill::pen
[/scratchblocks]
- PkmnQ
-
1000+ posts
block „fill last shape“
It would be better if it worked like Python's turtle module.
- Pianostar4
-
1000+ posts
block „fill last shape“
I would prefer this: It would be better if it worked like Python's turtle module.
- scratchering_coder
-
500+ posts
block „fill last shape“
Yeah that is a good idea like for make a paper io game Scratch has very good pen tools, but there is still missing a very important one: fill shapes. even @griffpatch and other Scratchers programmed that by themselves, but it takes around 30 till 40 lines, so it‘s much too complicated. Therefore, Scratch should implement such a block:
But I don‘t have any idea how it would work and how to manage it.
- the2000
-
1000+ posts
block „fill last shape“
Hard to implement? JavaScript has this feature built in! You're right, it would be hard to implement
ctx.fill();
- Pianostar4
-
1000+ posts
block „fill last shape“
Also Python:Hard to implement? JavaScript has this feature built in! You're right, it would be hard to implement(That being said, IIRC the Scratch pen canvas doesn't use an HTML canvas element for some reason. Maybe it's more efficient that way idk)ctx.fill();
turtle.fill (I think)
Last edited by Pianostar4 (July 3, 2021 20:08:04)
- ScolderCreations
-
1000+ posts
block „fill last shape“
This would be easy to add(?) and beneficial to all pen projects.
- TheRailwayNoob87
-
100+ posts
block „fill last shape“
Thanks for your support! For more suggestions look at this link: https://scratch.mit.edu/discuss/topic/524968/?page=1#post-5384828
It‘s about implementing new and better calendar blocks.
It‘s about implementing new and better calendar blocks.
- MasterofTheBrick
-
1000+ posts
block „fill last shape“
https://scratch.mit.edu/discuss/topic/524968/?page=1#post-5384828Thanks for your support! For more suggestions look at this link:
It‘s about implementing new and better calendar blocks.
Please don't hijack the thread.
- Pianostar4
-
1000+ posts
block „fill last shape“
They're the writer, they can do what they want to an extent in their own topichttps://scratch.mit.edu/discuss/topic/524968/?page=1#post-5384828Thanks for your support! For more suggestions look at this link:
It‘s about implementing new and better calendar blocks.
Please don't hijack the thread.
- the2000
-
1000+ posts
block „fill last shape“
Just because they're the author doesn't mean that they should (or can) redirect people to an unrelated thread.hijack the thread.They're the writer, they can do what they want to an extent in their own topic Please don't
- Harakou
-
1000+ posts
block „fill last shape“
It's really not a big deal…Just because they're the author doesn't mean that they should (or can) redirect people to an unrelated thread.hijack the thread.They're the writer, they can do what they want to an extent in their own topic Please don't
- mumu245
-
1000+ posts
block „fill last shape“
Support as per this It would be better if it worked like Python's turtle module.
- Pianostar4
-
1000+ posts
block „fill last shape“
Harakou didnt say that PikmnQ said itSupport as per this It would be better if it worked like Python's turtle module.
- Discussion Forums
- » Suggestions
-
» block „fill last shape“