Discuss Scratch

NFlex23
Scratcher
1000+ posts

Welcome to the Advanced Topics!

MagicCrayon9342 wrote:

(#245)

NFlex23 wrote:

MagicCrayon9342 wrote:

(#243)
I'd recommend mentioning that you can close topics when they are solved.
This topic is pretty old (written in 2013), so I doubt the @Hardmath123 updates it anymore.
so, should there be a new one?
No, that's not what I was saying. This topic is extremely well written and is a very good explanation of the ATs, so I don't think there should be a new one.

Help improve the Advanced Topics (Really!)
Before you create a topic:
Always search for duplicates or other similar topics before making an umbrella topic, e.g., “The Mac Topic”.
  • Is it about something you are planning on making but haven't made yet? If so, please wait to post until you have created a working prototype. This is a key factor to keeping the ATs as clean as possible.
  • The ATs aren't technical support. It is perfectly valid to ask questions about things related to programming, but not issues with external websites, apps, or devices. Most sites have their own support system; try asking there!
  • Is it related to something you are making in Scratch? (This includes OSes and other Scratch projects) If so, please post in Collaboration, Show and Tell, or another similar forum.
  • Is your topic questionably “advanced”? Try browsing the other forums to see if your topic fits better in one of those.
  • Issues with Scratch itself should be put in Bugs and Glitches.
Before you post: Is what you're posting likely to start an argument or derail the thread (e.g., browsers, operating systems)? If so, please re-think your post!





GalakC
Scratcher
500+ posts

Welcome to the Advanced Topics!

Great topic!

GalakC
Forum Helper
Advanced Scratcher
erencemaltay
Scratcher
87 posts

Welcome to the Advanced Topics!

This topic was written 1 hour 8 minutes 34 seconds before I was born! (I am born in May 10, 2013 10:20 GMT)

Last edited by erencemaltay (May 13, 2022 18:30:20)


define Coding with @erencemaltay
say [Lets make a cloud project!] for (2) secs
dang
Scratcher
3 posts

Welcome to the Advanced Topics!

-_EmeraldGames_- wrote:

How do you change your location to AT?
change your location to A(dvanced) T(opics) via https://scratch.mit.edu/discuss/31/ or are you asking about using scratch blocks?

Last edited by dang (May 17, 2022 10:49:50)

EverythingIsNothing
Scratcher
92 posts

Welcome to the Advanced Topics!

Hello fellow Scratchers!

I use firefox browser, and wanted to use the animated thumbnail toolkit.

I follow the tutorial to the full extent, but nothing is happening.

Is there a loophole or is it chrome-exclusive?

Hello! I am EverythingIsNothing! I make a wide variety of projects, but I specialize in making pixel games/songs, or joke projects
My name is a reference to an episode of The Simpsons (Todd, Todd, Why Hast Thou Forsaken Me?)




Some cool projects:


erencemaltay
Scratcher
87 posts

Welcome to the Advanced Topics!

EverythingIsNothing wrote:

Hello fellow Scratchers!

I use firefox browser, and wanted to use the animated thumbnail toolkit.

I follow the tutorial to the full extent, but nothing is happening.

Is there a loophole or is it chrome-exclusive?
idk

define Coding with @erencemaltay
say [Lets make a cloud project!] for (2) secs
hammertogaem5436
Scratcher
14 posts

Welcome to the Advanced Topics!

erencemaltay wrote:

This topic was written 1 hour 8 minutes 34 seconds before I was born! (I am born in May 10, 2013 10:20 GMT)
we didnt need to know that
DifferentDance8
Scratcher
1000+ posts

Welcome to the Advanced Topics!

hammertogaem5436 wrote:

erencemaltay wrote:

This topic was written 1 hour 8 minutes 34 seconds before I was born! (I am born in May 10, 2013 10:20 GMT)
we didnt need to know that
And we also did not need to know this:

hammertogaem5436 wrote:

when green flag clicked
forever
if <no hot water in shower> then
play sound [ death]
end
end


R.I.P Zydrolic, 2023-2024
jfmpatrick
Scratcher
48 posts

Welcome to the Advanced Topics!

I found a way to make sprite activate with the enter key (in Scratch). Now, some of you may have noticed that the is no option for enter in the
<key [ space] pressed?>
Well, I found a way to do it! There are multiple ways, such as using hack blocks and join blocks, but there is another very simple way. It also works with keys such as ?,/,` ~, and keys that are already in the blocks.
when green flag clicked
set [ my variable] to [enter]
forever
if <key (my variable) pressed?> then
move (10) steps
end
See it in action here:https://scratch.mit.edu/projects/714005473

Last edited by jfmpatrick (July 13, 2022 22:37:00)

DifferentDance8
Scratcher
1000+ posts

Welcome to the Advanced Topics!

jfmpatrick wrote:

I found a way to make sprite activate with the enter key (in Scratch). Now, some of you may have noticed that the is no option for enter in the
<key [ space] pressed?>
Well, I found a way to do it! There are multiple ways, such as using hack blocks and join blocks, but there is another very simple way. It also works with keys such as ?,/,` ~, and keys that are already in the blocks.
when green flag clicked
set [ my variable] to [enter]
forever
if <key (my variable) pressed?> then
move (10) steps
end
See it in action here:https://scratch.mit.edu/projects/714005473
Does it work for CTRL, ALT, the F keys and other special keys?

R.I.P Zydrolic, 2023-2024
jfmpatrick
Scratcher
48 posts

Welcome to the Advanced Topics!

DifferentDance8 wrote:

jfmpatrick wrote:

I found a way to make sprite activate with the enter key (in Scratch). Now, some of you may have noticed that the is no option for enter in the
<key [ space] pressed?>
Well, I found a way to do it! There are multiple ways, such as using hack blocks and join blocks, but there is another very simple way. It also works with keys such as ?,/,` ~, and keys that are already in the blocks.
when green flag clicked
set [ my variable] to [enter]
forever
if <key (my variable) pressed?> then
move (10) steps
end
See it in action here:https://scratch.mit.edu/projects/714005473
Does it work for CTRL, ALT, the F keys and other special keys?
No, unfortunately it doesn't.
jfmpatrick
Scratcher
48 posts

Welcome to the Advanced Topics!

There's a Scratcher who makes hack blocks, blocks that are made because of custom block glitches. He's made blocks in Scratch like a while loop, a loop that repeats until a certain condition is false, If then blocks where you can insert variables, a boolean titled loud
<loud>
end
that's not a custom block, and the strangest of all, a block called the red hat block, which is a define block that is bright red and has no words on it. He's also made the enter key appear in the drop down menus of key pressed blocks.
when green flag clicked
if <key [enter] pressed?> then
do something cool
end

Last edited by jfmpatrick (July 14, 2022 19:23:06)

ZZC12345
Scratcher
500+ posts

Welcome to the Advanced Topics!

jfmpatrick wrote:

There's a Scratcher who makes hack blocks, blocks that are made because of custom block glitches. He's made blocks in Scratch like a while loop, a loop that repeats until a certain condition is false, If then blocks where you can insert variables, a boolean titled loud
<loud>
end
that's not a custom block, and the strangest of all, a block called the red hat block, which is a define block that is bright red and has no words on it. He's also made the enter key appear in the drop down menus of key pressed blocks.
when green flag clicked
if <key [enter] pressed?> then
do something cool
end
That's just editing the JSON. The while block and for loop are built into Scratch, just not exposed in the toolbox (according to @GarboMuffin, who I asked a while ago on their profile).

Hardmath123 wrote:

The best way to enjoy the ATs is to learn the basics of a couple of languages. The most useful are Python, JavaScript, and PHP, since most cool projects are in those languages.
According to a survey I conducted, almost nobody here knows PHP anymore after nearly a decade.

Would it be possible to edit the topic, as it hasn't been updated in a while? @Hardmath123 probably won't “get back to you ASAP” as they are in college.

This is my signature. Go check out my GitHub if you want to!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Make sure to check out these cool projects, written in real code! (outdated, sorry)
Aviate - Itinerary - Scratch Auth - Orange OS Linux Distro - ocular - Leopard - PyHelp - My GitHub
jfmpatrick
Scratcher
48 posts

Welcome to the Advanced Topics!

I want to create a Scratch Mod, but I'm not sure how. I'll probably have to learn HTML before I start.
when green flag clicked
Make Scratch Modd
DifferentDance8
Scratcher
1000+ posts

Welcome to the Advanced Topics!

jfmpatrick wrote:

I want to create a Scratch Mod, but I'm not sure how. I'll probably have to learn HTML before I start.
when green flag clicked
Make Scratch Modd
when green flag clicked
say [Stop blockspamming!] for (2) secs

R.I.P Zydrolic, 2023-2024
jfmpatrick
Scratcher
48 posts

Welcome to the Advanced Topics!

DifferentDance8 wrote:

jfmpatrick wrote:

I want to create a Scratch Mod, but I'm not sure how. I'll probably have to learn HTML before I start.
when green flag clicked
Make Scratch Modd
when green flag clicked
say [Stop blockspamming!] for (2) secs
I would never do such stupid things! I'm not spamming!
jfmpatrick
Scratcher
48 posts

Welcome to the Advanced Topics!

ZZC12345 wrote:

jfmpatrick wrote:

There's a Scratcher who makes hack blocks, blocks that are made because of custom block glitches. He's made blocks in Scratch like a while loop, a loop that repeats until a certain condition is false, If then blocks where you can insert variables, a boolean titled loud
<loud>
end
that's not a custom block, and the strangest of all, a block called the red hat block, which is a define block that is bright red and has no words on it. He's also made the enter key appear in the drop down menus of key pressed blocks.
when green flag clicked
if <key [enter] pressed?> then
do something cool
end
That's just editing the JSON. The while block and for loop are built into Scratch, just not exposed in the toolbox (according to @GarboMuffin, who I asked a while ago on their profile).

No, this is a bit confusing. Obviously, in other coding languages, repeat loops are called while loops, he just made a loop that repeats until a certain condition is false and called it a while loop.
Adzboy
Scratcher
1000+ posts

Welcome to the Advanced Topics!

DifferentDance8 wrote:

jfmpatrick wrote:

I want to create a Scratch Mod, but I'm not sure how. I'll probably have to learn HTML before I start.
when green flag clicked
Make Scratch Modd
when green flag clicked
say [Stop blockspamming!] for (2) secs
It's not blockspam if it is related to the post

ZZC12345
Scratcher
500+ posts

Welcome to the Advanced Topics!

jfmpatrick wrote:

ZZC12345 wrote:

jfmpatrick wrote:

There's a Scratcher who makes hack blocks, blocks that are made because of custom block glitches. He's made blocks in Scratch like a while loop, a loop that repeats until a certain condition is false, If then blocks where you can insert variables, a boolean titled loud
<loud>
end
that's not a custom block, and the strangest of all, a block called the red hat block, which is a define block that is bright red and has no words on it. He's also made the enter key appear in the drop down menus of key pressed blocks.
when green flag clicked
if <key [enter] pressed?> then
do something cool
end
That's just editing the JSON. The while block and for loop are built into Scratch, just not exposed in the toolbox (according to @GarboMuffin, who I asked a while ago on their profile).
No, this is a bit confusing. Obviously, in other coding languages, repeat loops are called while loops, he just made a loop that repeats until a certain condition is false and called it a while loop.
Oh, sorry.

jfmpatrick wrote:

I want to create a Scratch Mod, but I'm not sure how. I'll probably have to learn HTML before I start.
when green flag clicked
Make Scratch Modd
Actually, you don't. Scratch is written almost entirely in JavaScript and JSX (JS with React elements). Though it would be advisable to first start by learning HTML, then CSS, then making your pages interactive with JavaScript, then writing the page itself with JavaScript (the way that Scratch and a lot of other websites do).

This is my signature. Go check out my GitHub if you want to!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Make sure to check out these cool projects, written in real code! (outdated, sorry)
Aviate - Itinerary - Scratch Auth - Orange OS Linux Distro - ocular - Leopard - PyHelp - My GitHub
Nick4999_holder
Scratcher
77 posts

Welcome to the Advanced Topics!

How do I POST a banner to assets.scratch.mit.edu using JavaScript for my signature (if it's allowed, I also have not POSTed something for a while)?

Hello my username is @Nick4999_holder but I prefer to be called Nick. (I used to be @Nick4999 but now I want to change my username lol, use Ctrl + Shift + Down to see my full siggy.)



⌐■◞ ■::#191918//Nick Jr. protects my siggy from evil kumquats.


Powered by DjangoBB