Discuss Scratch

mybearworld
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

MasterKen0_0 wrote:

I am 28 days playing this scratch why Im not still a scratchers
You only have one project.
TheGlassPenguin
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

divanshguptanoida wrote:

@scratch wiki can you make me scratch team
my profile @divanshguptanoida
To join the Scratch Team. you must be 18 years or older and be able to work in the US. More info here: https://scratch.mit.edu/jobs/
The Scratch Wiki also isn't owned or managed by the Scratch Team.

MasterKen0_0 wrote:

I am 28 days playing this scratch why Im not still a scratchers
Make sure you meet the requirements. You can read about them in the New Scratcher article.

divanshgupta0409 wrote:

play sound until done
Please don't spam.
studio989
Scratcher
47 posts

Scratch Wiki Community Portal - in the forums!

I want to join on the wiki!
jvvg
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

TheAnimalKingdom42
Scratcher
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
Scratcher
17 posts

Scratch Wiki Community Portal - in the forums!

studio989 wrote:

I want to join on the wiki!
Just follow this discussion
Loganbuddy123
Scratcher
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
Scratcher
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)
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
The Wiki article also had a mistake within the first ‘If <> then’ block. The code in the article was
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
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

Creatorsub123 wrote:

studio989 wrote:

I want to join on the wiki!
Just follow this discussion

Not really, you have to request a account on https://en.scratch-wiki.info/wiki/Special:RequestAccount
ScratchCatDoBem
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

ScratchCatDoBem wrote:

Creatorsub123 wrote:

studio989 wrote:

I want to join on the wiki!
Just follow this discussion

Not really, you have to request a account on https://en.scratch-wiki.info/wiki/Special:RequestAccount
Read https://en.scratch-wiki.info/wiki/S:CONTRIB too (I can't edit posts)
AppleSharer555
Scratcher
11 posts

Scratch Wiki Community Portal - in the forums!

Sziasztok!

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
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

AppleSharer555 wrote:

-snip
Please use the Help 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
Scratcher
48 posts

Scratch Wiki Community Portal - in the forums!

MasterKen0_0 wrote:

I am 28 days playing this scratch why Im not still a scratchers
you have to comment, be helpful and post more projects
Loganbuddy123
Scratcher
43 posts

Scratch Wiki Community Portal - in the forums!

How do you make a note?
Marc92020
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

Loganbuddy123 wrote:

How do you make a note?
what do you mean
mybearworld
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

Loganbuddy123 wrote:

How do you make a note?
Comment (programming feature)
mrcreatorluigi
Scratcher
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
The list should look like this:
  • superscratch3112
  • Takin_baby
  • jask82006
I don't know if I should post the mistake here, so sorry if I did.
jvvg
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

mrcreatorluigi wrote:

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
The list should look like this:
  • superscratch3112
  • Takin_baby
  • jask82006
I don't know if I should post the mistake here, so sorry if I did.
Updated.

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
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

TheAnimalKingdom42 wrote:

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.

TheAnimalKingdom42 wrote:

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)
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
The Wiki article also had a mistake within the first ‘If <> then’ block. The code in the article was
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. ^input from the custom block
I got buried.

Last edited by TheAnimalKingdom42 (Nov. 1, 2021 19:31:47)

mrcreatorluigi
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

jvvg wrote:

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.
yea i know that

Powered by DjangoBB