Discuss Scratch

ScratchersBestFriend
Scratcher
28 posts

Welcome to Scratch! Get started here!

Mathperson22 wrote:

I posted my project but when I search it i can't find it! Please help.
Yeah, that is common, To fix this, you need to wait for at least 1 or 2 weeks I think
Roblminecraft
Scratcher
18 posts

Welcome to Scratch! Get started here!

ScratchDude82 wrote:

@rockstar151 how do i make a sprite “jump”?
Use this script
when green flag clicked
change y by (10)
akosiku
Scratcher
14 posts

Welcome to Scratch! Get started here!

ProgrammingPro01 wrote:

Hello, and have a warm welcome to Scratch!

We're glad to have you as part of the community! We know how being new to something is like being lost in a forest at first, so I'm here to provide some tips and tricks on how to get involved with the Scratch community, and get to know everyone!

• A good way to get started in the community would be posting a topic in the New Scratchers forum. That will help you recognize some members in the community, and possibly meet new friends who will help you! Your topic doesn't have to be a long biography, you keep keep it short if that's what your comfortable with the most. For some ideas, you might want to check out this guide to Making a First Impression by ForeverArtist.

• A simple way to get familiar to the program would be just experimenting with the project editor! It's a good and quick way to discover the features quickly on your own. Who knows - You might create a fascinating project along the way! Never hurts to play around with the program for a while.

• Another good way to get involved with the community would be posting on the forums often. Helping others, posting on discussion threads, reporting glitches to the Scratch Team, all that can help you get involved!

• Don't be shy to ask anyone if you need to ask a question. All of us will be happy to help a New Scratcher in need, and will definitely do the best we can to help. If you are looking for help currently, good places to check out would be the following forums below:
- Help With Scripts: Need help with your Scratch project? Ask here!
- Requests: Looking for something? Want to offer your skills to others?
- Questions About Scratch: Post general questions about Scratch here.

• Here are some more great threads that you can look at to learn more about how the Scratch website works.
“Guidelines for the New Scratchers Forum” by Paddle2See (I recommend reading this before posting a thread in this forum.)
“Looking for Help in Discuss forums” by VectorHero
“All about ranks” by chocolatepenguin
“An explanation of the ”New Scratcher“ status” by jvvg
“BBCode Help” by nXIII
“How To Make EPIC Forum Signatures!” by kmeemaster (since moved to @TehCow)
“Why Scratch? A New Scratcher's Benefits Guide” by Haiming
“Achieving more followers (for New Scratchers)” by Hamish752
“Popularity - what is it, and is it important to become popular?” by Coder11000
"A guide to [Scratchblocks] and other BBCode help" by Techno-CAT
“Welcome to Scratch” by ZaharaMar
“Scratch: The Guide °Updated° Everything you need to know!” by makethebrainhappy
“Scratch Guide” by Evil_Leopard
“Remixing FAQ (Frequently Asked Questions” by Chibi-Matoran
“Profiles: A Guide ” by pastelistic

Good luck, and have fun Scratchin'!

Also, if you're not new, and just here to check this topic out, you can suggest additions to this topic, it'd be great!
Roblminecraft
Scratcher
18 posts

Welcome to Scratch! Get started here!

I have a question,how do I pin people on my scratch project?My browser / operating system: Windows NT 10.0, Chrome 103.0.0.0, No Flash version detected
when green flag clicked
if <<key [ v] pressed?>> then
<ask question?>
end
Dollar2011
Scratcher
11 posts

Welcome to Scratch! Get started here!

()[scratchblocks]
when green flag clicked
say [eeeeeeeeeee] for (2) secs
turn cw (15) degrees
turn ccw (15) degrees
define eee
[/scratchblocks]

Last edited by Dollar2011 (July 29, 2022 10:18:20)

CUTE046
Scratcher
1 post

Welcome to Scratch! Get started here!

if <> then
if <> then

end
end
The_Cooler-Dude
Scratcher
2 posts

Welcome to Scratch! Get started here!

good.
Roblminecraft
Scratcher
18 posts

Welcome to Scratch! Get started here!

Roblminecraft wrote:

ScratchDude82 wrote:

@rockstar151 how do i make a sprite “jump”?
Use this script
when green flag clicked
change y by (10)
Alternative:
when [up arrow,w or space v] key pressed
change y by (10)
Blueboy700
Scratcher
1 post

Welcome to Scratch! Get started here!

Hi, im new. Sort of. This is my second account
Roblminecraft
Scratcher
18 posts

Welcome to Scratch! Get started here!

Blueboy700 wrote:

Hi, im new. Sort of. This is my second account
Welcome!
when green flag clicked
say [Hi![scratchblocks]
] for (2) secs[/scratchblocks]
if <<key [ v] pressed?>[scratchblocks]
pen up> then
set pen color to [#3011fa]
set pen color to [#3011fa]
:):):)[quote][quote][big][/big][/quote][/quote]

[scratchblocks]
<key [ v] pressed?>end
[/scratchblocks]
[/scratchblocks]
hajrahazlaan
Scratcher
3 posts

Welcome to Scratch! Get started here!

SURAH AN NISA

يَـٰٓأَيُّهَا ٱلنَّاسُ ٱتَّقُوا۟ رَبَّكُمُ ٱلَّذِى خَلَقَكُم مِّن نَّفْسٍۢ وَٰحِدَةٍۢ وَخَلَقَ مِنْهَا زَوْجَهَا وَبَثَّ مِنْهُمَا رِجَالًۭا كَثِيرًۭا وَنِسَآءًۭ ۚ وَٱتَّقُوا۟ ٱللَّهَ ٱلَّذِى تَسَآءَلُونَ بِهِۦ وَٱلْأَرْحَامَ ۚ إِنَّ ٱللَّهَ كَانَ عَلَيْكُمْ رَقِيبًۭا
O humanity! Be mindful of your Lord Who created you from a single soul, and from it He created its mate,1 and through both He spread countless men and women. And be mindful of Allah—in Whose Name you appeal to one another—and ˹honour˺ family ties. Surely Allah is ever Watchful over you.
maxmakersworld
Scratcher
15 posts

Welcome to Scratch! Get started here!

when green flag clicked
play sound [Sorry v] until done
NewProject868
Scratcher
4 posts

Welcome to Scratch! Get started here!

when green flag clicked
if <(already entered) > [0]> then
say [I already said hello.]
else
say [Hello world. I am NewProject868]
end

when I receive [Already did. I'm not new. v]
set [already entered v] to [1]

Last edited by NewProject868 (Aug. 14, 2022 23:04:15)

coolbeans_4
Scratcher
38 posts

Welcome to Scratch! Get started here!

when green flag clicked
say [need help?] for (2) secs
Austin093008
Scratcher
2 posts

Welcome to Scratch! Get started here!

Hello!
MegiumZ
Scratcher
73 posts

Welcome to Scratch! Get started here!

Hello Everybody! im a new user if you need anything me related, i have your back:cool




I JOINED ON AGUST 19TH

"i am here" -megiumz
if you click on my page
forever
insanity awaits you
end
shinymoth97
Scratcher
4 posts

Welcome to Scratch! Get started here!

Roblminecraft wrote:

I have a question,how do I pin people on my scratch project?My browser / operating system: Windows NT 10.0, Chrome 103.0.0.0, No Flash version detected
when green flag clicked
if <<key [ v] pressed?>> then
<ask question?>
end
type an @ symbol before a username in the notes and credits to make a link to their account. If you are in your account you won't be able to see the link.
for example @griffpatch
regirock_123
Scratcher
2 posts

Welcome to Scratch! Get started here!

listupninnde

when green flag clicked
if <[done] = [yes]> then
say [buhbye!] for (2) secs
end
regirock_123
Scratcher
2 posts

Welcome to Scratch! Get started here!

define eeee
play sound [dudududu:cool: v]

when green flag clicked
if <[done] = [yes]> then
say [buhbye!] for (2) secs
end
Roblminecraft
Scratcher
18 posts

Welcome to Scratch! Get started here!

Daniel97er wrote:

Hey when can i use cloud variables I need it for my study project?
I think u can do it now bc you're a scratcher.

Powered by DjangoBB