Discuss Scratch

PablitoIgnacip
New to Scratch
1 post

Welcome to Scratch! Get started here!

added a scratch
pupy1231
Scratcher
6 posts

Welcome to Scratch! Get started here!

i think i now how to do it vidata i just need to now waht kind of device you are on
pro-designer-party
Scratcher
23 posts

Welcome to Scratch! Get started here!

StarBot wrote:

Hello Im New
Well hello and welcome to scartch
Riditekh001
Scratcher
3 posts

Welcome to Scratch! Get started here!

Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
Like new project
IMakeFunni
Scratcher
28 posts

Welcome to Scratch! Get started here!

define (greeting scratcher)
forever
if <successful greeting> then
wait until <<<greet> and <all scratchers>>>
stop [greeting]

Last edited by IMakeFunni (March 10, 2023 19:04:14)


when green flag clicked
if <Found Bug> then
go to [Forums]
if <Still can't remove bug> then
set [Confusion] to [MAX]
end
end
Henriquebm12
Scratcher
50 posts

Welcome to Scratch! Get started here!

hello new Scratchers, you are very excited to create a good project, right? Well, I'll give you a tip NEVER create a game with nothing, always use some block

(☞゚ヮ゚)☞☜(゚ヮ゚☜)
when green flag clicked
forever
I love slowpoke
end
the world is a cat playing with australia
phuchung6v3
Scratcher
57 posts

Welcome to Scratch! Get started here!

to do save code we use many code:
define save(data)
set [code] to (join [code] (join [data] []))
when green flag clicked
set [code] to []
when [s] key pressed(save(level))(save(coin))
when [i] key pressed
ask [save code?] and wait(load data(answer))
set [level] to (item (1) of [loaded data] :: list)
set [coin] to (item (2) of [loaded data] :: list)
define load data(data)
set [i] to [1]
set [value] to []
repeat until <(i) > (length of (data))>
repeat until <(letter (i) of (data)) = [;]>
set [value] to (join (value) (letter (i) of (data)))
change [i] by (1)
if <not <(value) = []>> then
add (value) to [loaded data]

change [i] by (1)
set [value] to []

end

end

end
you can see in my project: scratch.mit.edu/projects/815750819/

Last edited by phuchung6v3 (March 11, 2023 01:50:01)

phuchung6v3
Scratcher
57 posts

Welcome to Scratch! Get started here!

forever
(imagine)
(list :program: list)
(share)
end
Kirbygokuandmore
Scratcher
28 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!
Boom

Hello. I want to say that if you see this, you have to make this you’re signature
v67y
Scratcher
5 posts

Welcome to Scratch! Get started here!

.

Last edited by v67y (March 13, 2023 09:49:04)

CraneAnimations
Scratcher
5 posts

Welcome to Scratch! Get started here!

FreeFollow01 wrote:

Hello i New
Hello there! Hope you have fun.
Tatsi2012
Scratcher
1 post

Welcome to Scratch! Get started here!

Hi, I'm new here and have a question! What if you had a Scratch project that you wanted to share via email but wanted to keep it private so other people on Scratch couldn't see it except for the person who had received it via email and yourself. Actually, this is my case, as I am making a birthday card for one of my family members. Thanks!

Last edited by Tatsi2012 (March 14, 2023 18:02:24)

CraneAnimations
Scratcher
5 posts

Welcome to Scratch! Get started here!

Tatsi2012 wrote:

Hi, I'm new here and have a question! What if you had a Scratch project that you wanted to share via email but wanted to keep it private so other people on Scratch couldn't see it except for the person who had received it via email and yourself. Actually, this is my case, as I am making a birthday card for one of my family members. Thanks!
First off, Welcome to Scratch! And about your question, maybe if you had the offline editor of scratch, you might be able to send it via email. But here, I don’t know, that’s where my knowledge ends. Hope you figure something out!
define 
[/send]

Last edited by CraneAnimations (March 15, 2023 05:04:07)

Aywen8oh
Scratcher
1 post

Welcome to Scratch! Get started here!

Hey everyone! I have an small idea! Can you add an You can add an camera system, microphone and moving sprite system. Someone that is named Scratcheurscratch have tryed to made an Live Script System! I want to know if it's possible.


Wurzie1111
Scratcher
63 posts

Welcome to Scratch! Get started here!

HI i'm new
pro-designer-party
Scratcher
23 posts

Welcome to Scratch! Get started here!

Wurzie1111 wrote:

HI i'm new


Well hello and welcome to Scratch ! You'll have fun here !
2ndnerdanimator
Scratcher
3 posts

Welcome to Scratch! Get started here!

Hello every one i have been on scratch for almost 2 years now and i have a dream. I want to reach at least 50 followers and 50 likes + favourites on my projects! I ain't trying to advertise or anything but only trying to reach my goal, so plz follow and like my projects plz. Thanks!
markfh-
Scratcher
29 posts

Welcome to Scratch! Get started here!

-EvrethingIsCool-
Scratcher
100+ posts

Welcome to Scratch! Get started here!

markfh- wrote:

Check out this to help you
https://scratch.mit.edu/projects/803570075/
STOP ADVERTISING, THERE IS A STUDIO ON ITS OWN, THANK YOU
i know your trying to help BUT YOU KNOW THAT ADVERTIZING WONT HELP ANYONE PLUS ITS ANOYING

Last edited by -EvrethingIsCool- (March 24, 2023 00:49:15)


dont eat my- CHOMP,
I, AM EVIL
toast becuse you ate me <3
you probably have technical issue you literally watched the bfdi season 22 and you never saw a toast, BECOME EVILL but whatever
NOTHING CAN STOP ME NOW
"bro, you act like your from- chomp lol


  • season-
no we are not doing that, LETS JUST SU FOR THE DAY YAY

HI IM TOST IM GOING TO GORILAZ LOL *gasp* A signature is a small piece of text that is attached to your posts. In it, you can enter just about anything you like. Perhaps you would like to enter your favourite quote or your star sign. It's up to you! In your signature you can use BBCode if it is allowed in this particular forum. You can see the features that are allowed/enabled listed below whenever you edit your signature.

oh no,
MultiLayerScratch
Scratcher
13 posts

Welcome to Scratch! Get started here!

Does someone saw this? 826627647?
Click in 826627647 or go directly in https://scratch.mit.edu/projects/826627647/

This thing of below is a thing I made because yes
define LINK (ID)
say (join [Redirecting to scratch.mit.edu/] (ID)) for (2) secs
go to scratch game (ID)

when green flag clicked
ask [Do you want to go to my project? yes(1) or no(2)] and wait
if <(answer)=(1)> then
LINK (826627647)
else
if <(answer)=(2)> then
say [It’s ok if you don’t want so...] for (2) secs
end

Last edited by MultiLayerScratch (March 30, 2023 02:17:35)

Powered by DjangoBB