Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » Scratch Wiki Community Portal - in the forums!
- mybearworld
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
You only have one project. I am 28 days playing this scratch why Im not still a scratchers
- TheGlassPenguin
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
To join the Scratch Team. you must be 18 years or older and be able to work in the US. More info here: @scratch wiki can you make me scratch teamhttps://scratch.mit.edu/jobs/
my profile @divanshguptanoida
The Scratch Wiki also isn't owned or managed by the Scratch Team.
Make sure you meet the requirements. You can read about them in the I am 28 days playing this scratch why Im not still a scratchersNew Scratcher article.
Please don't spam. play sound until done
- studio989
-
47 posts
Scratch Wiki Community Portal - in the forums!
I want to join on the wiki!
- jvvg
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
I want to join on the wiki!Here is the page with the instructions on how to join as a contributor
- TheAnimalKingdom42
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
The Wiki article that contains a list of past Scratch Design Studios is missing Blast From the Past, which should be at 136, in between Serenity and Somewhere Out There.
- Creatorsub123
-
17 posts
Scratch Wiki Community Portal - in the forums!
Just follow this discussion I want to join on the wiki!

- Loganbuddy123
-
43 posts
Scratch Wiki Community Portal - in the forums!
uh @scratchteam my friend, his project got taken down for copyright can you explain?
when green flag clicked
ask [@scratchteam plz explain] and wait
Last edited by Loganbuddy123 (Oct. 29, 2021 20:16:54)
- TheAnimalKingdom42
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
The method I used for text rendering was very similar to the way it was shown in the Text Rendering article, under the part ‘With Case Sensitivity’. However, I did have to change one thing. Sometimes, it didn't work correctly if I didn't add a ‘Switch costume to “null”’ at the beginning of the script. I believe the Wiki article should include this as the final script instead of the other one:
define rendertext (text) at x: (x pos) y: (y pos)The Wiki article also had a mistake within the first ‘If <> then’ block. The code in the article was
switch costume to [null]
go to x: (x pos) y: (y pos)
set [ letter] to [1]
repeat (length of (text))
switch costume to (letter (letter) of (text))
if <(costume #) = [1]> then
switch costume to (join (letter (letter) of (text)) [t])
end
if <(costume #) = [1]> then
else
stamp
end
change x by (10)
change [letter] by (1)
end
switch costume to (join (character) [t])even though the variable ‘character’ was never used or established. This is merely an error that can be fixed by using
(join (letter (letter) of (text)) [t])instead.
- ScratchCatDoBem
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
Just follow this discussion I want to join on the wiki!
Not really, you have to request a account on https://en.scratch-wiki.info/wiki/Special:RequestAccount
- ScratchCatDoBem
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
Read https://en.scratch-wiki.info/wiki/S:CONTRIB too (I can't edit posts)Just follow this discussion I want to join on the wiki!
Not really, you have to request a account on https://en.scratch-wiki.info/wiki/Special:RequestAccount
- AppleSharer555
-
11 posts
Scratch Wiki Community Portal - in the forums!
Sziasztok!
Lenne két kérdésem:
Hello!
I would have two questions:
Lenne két kérdésem:
define kérdések:
1. Hogyan lehet olyan programot csinálni, ami érzékeli, hogyha lenyomják a SHIFTET?
2. Hogyan lehet olyan programot csinálni ami hozzáfér a profilodhoz?
(Aki szeretne csatlakozni a társaságomhoz írjon egy üzenetet erre a linkre: https://scratch.mit.edu/studios/30421335)
say [Köszönöm a segítséget!]
Hello!
I would have two questions:
define questions:
1. How do I make a program that detects when SHIFT is pressed?
2. How do I make a program that accesses your profile?
(If you want to join my company, write a message to this link: https://scratch.mit.edu/studios/30421335)
say [Thanks for the help!]
- Yellowsheep43
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
Please use the -snipHelp With Scripts forum to get the answer to your problem
Kérjük, használja a Help With Scripts fórumot, hogy választ kapjon problémájára
Translated using Google Translate, so there may be some errors
A Google Fordítóval fordította le, ezért előfordulhat néhány hiba
- TheRedHood42
-
48 posts
Scratch Wiki Community Portal - in the forums!
you have to comment, be helpful and post more projects I am 28 days playing this scratch why Im not still a scratchers
- Loganbuddy123
-
43 posts
Scratch Wiki Community Portal - in the forums!
How do you make a note?
- Marc92020
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
what do you mean How do you make a note?
- mybearworld
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
How do you make a note?Comment (programming feature)
- mrcreatorluigi
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
Since I'm not a Wiki editor (considering I was rejected anyway) I realized on the Future Front Page Curators list on this wiki page is outdated; here is the current list:
- squeaks1
- 2GS6
- Alpha_Wolf_Coder
- superscratch3112
- superscratch3112
- Takin_baby
- jask82006
- jvvg
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
wiki page is outdated; here is the current list:Updated. Since I'm not a Wiki editor (considering I was rejected anyway) I realized on the Future Front Page Curators list on thisThe list should look like this:
- squeaks1
- 2GS6
- Alpha_Wolf_Coder
- superscratch3112
I don't know if I should post the mistake here, so sorry if I did.
- superscratch3112
- Takin_baby
- jask82006
Also FYI, even though your account request may have been rejected, you can submit another one after a week, just make sure to read the account request instructions completely.
- TheAnimalKingdom42
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
The Wiki article that contains a list of past Scratch Design Studios is missing Blast From the Past, which should be at 136, in between Serenity and Somewhere Out There.
Text Rendering article, under the part ‘With Case Sensitivity’. However, I did have to change one thing. Sometimes, it didn't work correctly if I didn't add a ‘Switch costume to “null”’ at the beginning of the script. I believe the Wiki article should include this as the final script instead of the other one:I got buried. The method I used for text rendering was very similar to the way it was shown in thedefine rendertext (text) at x: (x pos) y: (y pos)The Wiki article also had a mistake within the first ‘If <> then’ block. The code in the article was
switch costume to [null]
go to x: (x pos) y: (y pos)
set [ letter] to [1]
repeat (length of (text))
switch costume to (letter (letter) of (text))
if <(costume #) = [1]> then
switch costume to (join (letter (letter) of (text)) [t])
end
if <(costume #) = [1]> then
else
stamp
end
change x by (10)
change [letter] by (1)
endswitch costume to (join (character) [t])even though the variable ‘character’ was never used or established. This is merely an error that can be fixed by using(join (letter (letter) of (text)) [t])instead. ^input from the custom block
Last edited by TheAnimalKingdom42 (Nov. 1, 2021 19:31:47)
- mrcreatorluigi
-
1000+ posts
Scratch Wiki Community Portal - in the forums!
account request instructions completely.yea i know that Also FYI, even though your account request may have been rejected, you can submit another one after a week, just make sure to read the
