Discuss Scratch

Paddle2See
Scratch Team
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

Last edited by Paddle2See (Nov. 19, 2020 00:35:32)


Scratch Team Member, kayak and pickleball enthusiast, cat caregiver.

This is my forum signature! On a forum post, it is okay for Scratchers to advertise in their forum signature. The signature is the stuff that shows up below the horizontal line on the post. It will show up on every post I make.
(credit to Za-Chary)



;
jvvg
Scratcher
1000+ posts

List of Helpful Topics



Shouldn't this be stickied, though?


Professional web developer and lead engineer on the Scratch Wiki
Maybe the Scratch Team isn't so badWhy the April Fools' Day forum didn't work last year
SilverDomination
Scratcher
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
Scratcher
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.)
jagadeesh0813
Scratcher
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?
QuillzToxic
Scratcher
1000+ posts

List of Helpful Topics

jagadeesh0813 wrote:

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?
Edited for future.

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
Scratcher
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
Scratcher
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:
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
Scratcher
100+ posts

List of Helpful Topics

KronosTheMaster wrote:

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.
I like the idea of alpha, but it should be called transparency

There are 10 types of people in this world. People who know binary code, and people who don't.
My mod, NoMod!!!
savaka
Scratcher
1000+ posts

List of Helpful Topics

This may be helpful if making extensions gets more popular.
coolgem923_test
Scratcher
18 posts

List of Helpful Topics

This topic should be one of them. Thanks for the list!


Once upon a time, I found a lucky dime!
LoudHeadphones
Scratcher
100+ posts

List of Helpful Topics

dannah wrote:

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]
create clone of [the name of any sprite besides the one the block is in 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.
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 clone
that 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

This has been LHP. The dude that makes chiptune music ranging from “Meh” to “Nice” and then puts it in a studio
Do you want somebody to tell you what they think goes into good platformers? No? Well then don't view this project
Scrillrock
Scratcher
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/

Hey buddies! Cool weather today, right? Play my games right here!

Have a nice day and keep Scratching! XD


PullJosh
Scratcher
1000+ posts

List of Helpful Topics

You should add the 2.0 modding guide, even though it's already its own sticky.
adityapanchal
Scratcher
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
Scratcher
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.

Last edited by Vetpetmon (Feb. 8, 2015 15:42:24)


Pet peeve: Lag. Just, lag. Lag, lag, LAG SPIKE-
There is a need for perfection, even if it's unusual: www.vetpetmon.com
A retired Scratcher who won't be using scratch. I usually go on the forums. I mostly play Unturned, but sometimes, I make mods for games. Knows many programming languages: 100% of HTML, about 60% of CSS, 1% JS, 2% of C#, 50% TSC (for CS modding) and, 1% ASM. Is experienced at Beatbox. I also like writing stories about topics that are interesting to me. I'm well known for my variety of skills that range from programming, art, music, writing, and more. Yes, I have too many hobbies, and I am in 6 fandoms right now!
;
Thepuzzlegame
Scratcher
1000+ posts

List of Helpful Topics

adityapanchal wrote:

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!!!]
Flash, or in other words, Actionscript.

hi!
1523394
Scratcher
100+ posts

List of Helpful Topics

Paddle2See wrote:

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

“If you want to view paradise simply look around and view it, if you want to change the world there's nothing to it” From Willy Wonka (a real person)

©Licensed Potterhead® █║▌│█│║▌║││█║▌║▌║ Verified Official by Albus Dumbledore. Repost if you are a true PotterHead.
adityapanchal
Scratcher
6 posts

List of Helpful Topics

Thepuzzlegame wrote:

adityapanchal wrote:

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!!!]
Flash, or in other words, Actionscript.

thanks
Barnabas09
Scratcher
84 posts

List of Helpful Topics

Paddle2See wrote:

Here's (the beginnings of) a list of helpful topics that the community has made on various topics. Thanks everybody

Security
thanks for that!

Powered by DjangoBB