Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » List of Helpful Topics
- Paddle2See
-
1000+ posts
List of Helpful Topics
Here's (the beginnings of) a list of helpful topics that the community has made on various topics. Thanks everybody 
Security

Security
- How to keep a website safe by jvvg
- The small steps on how to secure your online site or community by LS97
- Get your old forum posts from the 1.x site by blob8108
- What to do after Scratch by Blaze349
- Useful Converters to Help You With Conversion by R4356th
Last edited by Paddle2See (Nov. 19, 2020 00:35:32)
- SilverDomination
-
24 posts
List of Helpful Topics
All of my rather helpful and/or constructive topics were on the 1.4 forums. If I see or make any around here, I would be glad to give you the link to them. 

- PullJosh
-
1000+ posts
List of Helpful Topics
Great idea! I'll definitely be referring back to this sometimes. If I see anything that should be put here, I'll let you know!
(P.S. Glad to see the top bar on the post editing was fixed - I couldn't get any of the dropdowns to work.)
(P.S. Glad to see the top bar on the post editing was fixed - I couldn't get any of the dropdowns to work.)
- jagadeesh0813
-
1 post
List of Helpful Topics
Scratch files are in .sb extension format
but scribble files are in .srb extension format
i am getting error while uploading my scribble projects
can any body help it out?
but scribble files are in .srb extension format
i am getting error while uploading my scribble projects
can any body help it out?
- QuillzToxic
-
1000+ posts
List of Helpful Topics
Edited for future. Scratch files are in .sb extension format
but scribble files are in .srb extension format
i am getting error while uploading my scribble projects
can any body help it out?
You can not upload a scribble project to the scratch cloud.
sb. is the 1.4 format and sb2. is the 2.0 format
Last edited by QuillzToxic (March 11, 2015 20:07:49)
- dannah
-
29 posts
List of Helpful Topics
how does cloning work i know that clones can be created and that you use when i start as a clone but how do you actually do it
- KronosTheMaster
-
40 posts
List of Helpful Topics
If I modded Scratch, I'd probably do some more things about cloud variables. For example, you should be able to retrieve a cloud variable value from a different project, using something like this:
Another thing you should do about cloud variables is that you can somehow store color values in it for art editors.
I'll mod Scratch also to enhance pen scripts. For example, the current pen commands are based on the HSLA color system. I'll add a new block:
Another block:
get [variable] from http://scratch.mit.edu/projects/[12345678]
Another thing you should do about cloud variables is that you can somehow store color values in it for art editors.
I'll mod Scratch also to enhance pen scripts. For example, the current pen commands are based on the HSLA color system. I'll add a new block:
set pen saturation to (100)This sets the saturation to 100. 0 = gray, 100 = full color.
Another block:
set pen alpha to (100)For the alpha, 0 = transparent and 100 = opaque.
- EMPedemonte20
-
100+ posts
List of Helpful Topics
I like the idea of alpha, but it should be called transparency If I modded Scratch, I'd probably do some more things about cloud variables. For example, you should be able to retrieve a cloud variable value from a different project, using something like this:get [variable] from http://scratch.mit.edu/projects/[12345678]
Another thing you should do about cloud variables is that you can somehow store color values in it for art editors.
I'll mod Scratch also to enhance pen scripts. For example, the current pen commands are based on the HSLA color system. I'll add a new block:set pen saturation to (100)This sets the saturation to 100. 0 = gray, 100 = full color.
Another block:set pen alpha to (100)For the alpha, 0 = transparent and 100 = opaque.
- coolgem923_test
-
18 posts
List of Helpful Topics
This topic should be one of them. Thanks for the list!
- LoudHeadphones
-
100+ posts
List of Helpful Topics
how does cloning work i know that clones can be created and that you use when i start as a clone but how do you actually do it
All sprites can create clones with this block and it's options.
create clone of [myself v]Then the clone is created and it will start with all the same properties as the sprite it is a clone of. ie. if the sprite1 was hidden when a clone of sprite1 was created, then the clone will be hidden until a block changes that.
create clone of [the name of any sprite besides the one the block is in v]
Also, any variables that are “for this sprite only” can be different in a clone than in the “parent sprite” or the original one. So if there's a block under
when I start as a clonethat changes a “for this sprite only” variable, that will only be in that particular clone and will be what it was before to other things.
For more info, see a better and more detailed description about cloning
- Scrillrock
-
33 posts
List of Helpful Topics
Hello! I just want somebody (if possible, somebody from the Scratch Team) see that: http://scratch.mit.edu/discuss/topic/63004/
- PullJosh
-
1000+ posts
List of Helpful Topics
You should add the 2.0 modding guide, even though it's already its own sticky. 

- adityapanchal
-
6 posts
List of Helpful Topics
Can anyone tell me which type of language is used in embed in projects.. i want to know (plS)
when green flag clicked
if <><[Language] = [java ]> then
end
say [java!!!]
- Vetpetmon
-
1000+ posts
List of Helpful Topics
Make and Put this in Scratch working with other programs: http://scratch.mit.edu/discuss/topic/88176/
Also, since your a ST member, check it out.
Also, since your a ST member, check it out.
Last edited by Vetpetmon (Feb. 8, 2015 15:42:24)
- Thepuzzlegame
-
1000+ posts
List of Helpful Topics
Flash, or in other words, Actionscript. Can anyone tell me which type of language is used in embed in projects.. i want to know (plS)when green flag clickedif <><[Language] = [java ]> then
endsay [java!!!]
- 1523394
-
100+ posts
List of Helpful Topics
Here's (the beginnings of) a list of helpful topics that the community has made on various topics. Thanks everybody
Security
how do i become a member of scratch team
- adityapanchal
-
6 posts
List of Helpful Topics
Flash, or in other words, Actionscript. Can anyone tell me which type of language is used in embed in projects.. i want to know (plS)when green flag clickedif <><[Language] = [java ]> then
endsay [java!!!]
thanks
- Barnabas09
-
84 posts
List of Helpful Topics
thanks for that! Here's (the beginnings of) a list of helpful topics that the community has made on various topics. Thanks everybody
Security
- Discussion Forums
- » Questions about Scratch
-
» List of Helpful Topics