Discuss Scratch

Waterwraith9
Scratcher
500+ posts

Welcome to Scratch! Get started here!

TheWoratLuck51 wrote:

hey guys is it just me or did Scratch fix quietly fix a bug or 2, & redesigned something in the website?
I mean, all I noticed is that our profile pictures in 3.0 are looking a bit rounder.
apachechopper
Scratcher
6 posts

Welcome to Scratch! Get started here!

TacoMaster635 wrote:

Heroradial wrote:

how do you guys do these blocks?
Hi when you are typing there is a bar of things above the text go to the one that looks like a block and then it shows them!
michaeljackson1365
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

TheWoratLuck51 wrote:

hey guys is it just me or did Scratch fix quietly fix a bug or 2, & redesigned something in the website?
Profile pictures in 3.0 pages are rounder and they did some switcheroo on profile pages where the profiles you're following are ordered from oldest to newest.
please-look
Scratcher
49 posts

Welcome to Scratch! Get started here!

Waterwraith9 wrote:

please-look wrote:

jevkiv wrote:

when green flag clicked
ask [Ask a valid question.] and wait
if <(answer) = [How do I post in the descusion forums when I'm a new scratcher]> then
ask [You cant. any other questions?] and wait
if <(answer) = [BUT I THOGHT U CAN]> then
say [no]
end
if <(answer) = [no]> then
say [ok]
end
else
say [Oops! invalid question!]
end

Anyways hello I guess

when green flag clicked
if <the salad is hot and the soup is cold?> then

start throwing rocks at the dude who made the salad and the soup

else
"yummy"
end
sonic boom reference?

ye
NotArmani30
Scratcher
2 posts

Welcome to Scratch! Get started here!

I've been on Scratch for about a year, however I have not used the forums until now :] Hello!!!
maron73
Scratcher
9 posts

Welcome to Scratch! Get started here!

hello
gaitersmap
Scratcher
2 posts

Welcome to Scratch! Get started here!

Hello new scratchers!
I have a challenge for you guys, is this real?

[scratchblocks]
forever
if <key [escape v] clicked?> then
say [hello]
end
end
[/scratchblocks]

Last edited by gaitersmap (March 27, 2025 15:43:27)

BriIIantScratcher
Scratcher
100+ posts

Welcome to Scratch! Get started here!

gaitersmap wrote:

Hello new scratchers!
I have a challenge for you guys, is this real

forever
if <scrolling [up v] ?> then
say [hello]
end
end
N O.
cuz scrolling up doesn’t exist Boolean doesn’t exist, to make scrolling, it would be a lot of blocks in the code

Last edited by BriIIantScratcher (March 27, 2025 15:38:17)

Waterwraith9
Scratcher
500+ posts

Welcome to Scratch! Get started here!

BriIIantScratcher wrote:

gaitersmap wrote:

Hello new scratchers!
I have a challenge for you guys, is this real

forever
if <scrolling [up v] ?> then
say [hello]
end
end
N O.

BriIIantScratcher wrote:

gaitersmap wrote:

Hello new scratchers!
I have a challenge for you guys, is this real

forever
if <scrolling [up v] ?> then
say [hello]
end
end
N O.
can I pet rainbow cat, I cant pet them cuz they're stuck in your singnature barrier

oh my gawd bruh

Last edited by Waterwraith9 (March 27, 2025 15:38:56)

gaitersmap
Scratcher
2 posts

Welcome to Scratch! Get started here!

BriIIantScratcher wrote:

gaitersmap wrote:

Hello new scratchers!
I have a challenge for you guys, is this real

forever
if <scrolling [up v] ?> then
say [hello]
end
end
N O.
cuz scrolling up doesn’t exist Boolean doesn’t exist, to make scrolling, it would be a lot of blocks in the code
this is possible:
when [up arrow v] key pressed
if <not <key [up arrow v] pressed?>> then
say [Hello!]
end

Last edited by gaitersmap (March 27, 2025 15:47:26)

please-look
Scratcher
49 posts

Welcome to Scratch! Get started here!

gaitersmap wrote:

BriIIantScratcher wrote:

gaitersmap wrote:

Hello new scratchers!
I have a challenge for you guys, is this real

forever
if <scrolling [up v] ?> then
say [hello]
end
end
N O.
cuz scrolling up doesn’t exist Boolean doesn’t exist, to make scrolling, it would be a lot of blocks in the code
this is possible:
when [up arrow v] key pressed
if <not <key [up arrow v] pressed?>> then
say [Hello!]
end

let me fix it
when [up arrow v] key pressed
wait until <not <key [up arrow v] pressed?>>
say [Hello!]

( the script you posted wont work because you have to be flash to make it say “hello” )

Last edited by please-look (March 27, 2025 15:55:01)

selimt9
Scratcher
100+ posts

Welcome to Scratch! Get started here!

TotallyEarth wrote:

WARNING: Evil kumquats are on your way.
OH NO
Nemoisgoat
Scratcher
9 posts

Welcome to Scratch! Get started here!

My browser / operating system: ChromeOS 14541.0.0, Chrome 133.0.0.0, No Flash version detected
michaeljackson1365
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

NotArmani30 wrote:

I've been on Scratch for about a year, however I have not used the forums until now :] Hello!!!
Welcome to the Forums!

TotallyEarth wrote:

WARNING: Evil kumquats are on your way.
OH NO I GOTTA PREPARE FOR THAT (removed by moderator - please do not swear)

Last edited by michaeljackson1365 (March 27, 2025 19:10:42)

Thiago_le_meilleur
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

NotArmani30 wrote:

I've been on Scratch for about a year, however I have not used the forums until now :] Hello!!!
Welcome to Scratch the forum !

maron73 wrote:

hello
Goodbye.

selimt9 wrote:

TotallyEarth wrote:

WARNING: Evil kumquats are on your way.
OH NO
Oh yes!!!

Nemoisgoat wrote:

My browser / operating system: ChromeOS 14541.0.0, Chrome 133.0.0.0, No Flash version detected
Who use chromeOS ?
--veebee--
Scratcher
2 posts

Welcome to Scratch! Get started here!

~{ Heyyo——–! Welcome to Scratch——!!!! We're so happy to have you here and hope you come to like it—— ^^ <33
AShomework
Scratcher
8 posts

Welcome to Scratch! Get started here!

I know it says ‘New Scratcher’ but I've been a dev for 12 years on multiple platforms, on my original account I joined scratch around 4 and a half years ago
but I'm looking to start a new account (although this account is 2 years old ) and help out on the forums!

ScratchDude82 wrote:

@rockstar151 how do i make a sprite “jump”?
the easiest way to code that is
  • Select sprite
    when green flag is clicked:
    change Y by ___
    or
    when green flag is clicked:
    when Key___ is clicked
    change Y by ____
hope it works!

Last edited by AShomework (March 27, 2025 21:06:34)

xta_14006
Scratcher
21 posts

Welcome to Scratch! Get started here!

OHMYPC2025 wrote:

BriIIantScratcher wrote:

please-look wrote:

xta_14006 wrote:

please-look wrote:

gardifli wrote:

please-look wrote:

scroll [list v] to the [top v]

scroll [list v] to the [center v]

scroll [list v] to the [bottom v]

scroll [list v] to item name []

scroll [list v] to item number []

scroll [list v] [] seconds to the [top v]

scroll [list v] [] seconds to item name []

scroll [list v] [] seconds to item number []

<scrolled in [list v]?>

<scrolled to [top v] of [list v]?>

<scrolled to item number [] in [list v]?>

<scrolled to item name [] in [list v]?>

<currently scrolling in [list v]?>

(scroll speed in [list v]

yep, I'm going to call turbowarp

( this is just a joke, but if turbowarp sees this, they better name the new extension “list scroller”, you know you can scroll through items? thats what i mean if you dont understand whats this is for )


If we added more:



move [my variable v] to x: [ ] y: [ ]

<moved [my variable v] to x: [ ] y: [ ]?>

(x of [my variable v])

(y of [my variable v])

<is [my variable v] touching [sprite1 v]?>

(total of [hiding v] variables)

*Turbowarp would like these*


i think turbowarp already has the first script ( the scripts you added ) but the others is a great idea ( im not talking about variables tho, im talking about scrolling in lists)
this is not the scratchblocks testing forum.

so what? I cant do that here?
No, this is for welcoming or helping new scratchers, not for scratchblocks.
nah
Just Talk About This Type Stuff In The Exstensions Forum
Jacken64
Scratcher
1 post

Welcome to Scratch! Get started here!

How do I make my profile picture animated? When I try to , it says “file must be 500x500 pixels and a certain number of gigabytes bytes”.
Waterwraith9
Scratcher
500+ posts

Welcome to Scratch! Get started here!

Jacken64 wrote:

How do I make my profile picture animated? When I try to , it says “file must be 500x500 pixels and a certain number of gigabytes bytes”.
upload one with those requirements, also I'm king so people who call me by “Lord Water” earn 5 diamond blocks

Last edited by Waterwraith9 (March 28, 2025 13:36:42)

Powered by DjangoBB