Discuss Scratch

smbadger
Scratcher
100+ posts

Welcome to Scratch! Get started here!

to any new scratchers, feel free to ask for advice! i've been a scratcher for a while now, so yeahh-
timmy_6661
Scratcher
35 posts

Welcome to Scratch! Get started here!

any osu!mania players
noah07620
Scratcher
100+ posts

Welcome to Scratch! Get started here!

LuckySeal wrote:

timmy_6661 wrote:

im a little depressed..
Why? How can we make you turn that frown upside down? :3
What the?
When I see a project and when I hit the green flag, I can hear the sound but it the project clear to white.
kiwilover2736
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

noah07620 wrote:

When I see a project and when I hit the green flag, I can hear the sound but it the project clear to white.
Tip: Next time, please don't quote posts that are unrelated to what you are saying.
Anyways, does refreshing the page make the project visible again?
SadowQueenForever
Scratcher
3 posts

Welcome to Scratch! Get started here!

if you need help come to me i have stuff that can help you
MdayGuy2
Scratcher
2 posts

Welcome to Scratch! Get started here!

hello
when green flag clicked
say [hi]
HIPYE
Scratcher
8 posts

Welcome to Scratch! Get started here!

hello fellow new scratchers
Death_theskull767
Scratcher
20 posts

Welcome to Scratch! Get started here!

HIPYE wrote:

hello fellow new scratchers
hi
here is simple:
when green flag clicked
move (10) steps
say [hi i'm new!] for (2) secs
wait (5) secs
broadcast [ scratcher status]
timmy_6661
Scratcher
35 posts

Welcome to Scratch! Get started here!

how to make a sprite jump
kiwilover2736
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

timmy_6661 wrote:

how to make a sprite jump
Do you want to make a more smooth jump, or a less smooth jump, but with simpler code?
noah07620
Scratcher
100+ posts

Welcome to Scratch! Get started here!

always :: events hat
forever
say [What the heck! The project is clear to white! I can hear the sound of the project!] for (∞ :: operators) secs
end

when green flag clicked
play sound [recording1 v] until done
When I See A Project, The Project Is Clear To White! I Can Hear The Sound Of The Project!

Last edited by noah07620 (Aug. 12, 2024 16:18:13)

timmy_6661
Scratcher
35 posts

Welcome to Scratch! Get started here!

kiwilover2736 wrote:

timmy_6661 wrote:

how to make a sprite jump
Do you want to make a more smooth jump, or a less smooth jump, but with simpler code?
smooth pls
Ruby-Young2016
Scratcher
39 posts

Welcome to Scratch! Get started here!

IM BOOORRRRREEEDDD
EmilyGP7
Scratcher
38 posts

Welcome to Scratch! Get started here!

Ruby-Young2016 wrote:

IM BOOORRRRREEEDDD


Why are you BOOORRRRREEEEEDDDD

Ollie-Young
Scratcher
500+ posts

Welcome to Scratch! Get started here!

EmilyGP7 wrote:

Ruby-Young2016 wrote:

IM BOOORRRRREEEDDD


Why are you BOOORRRRREEEEEDDDD

She’s doing something
kiwilover2736
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

timmy_6661 wrote:

kiwilover2736 wrote:

timmy_6661 wrote:

how to make a sprite jump
Do you want to make a more smooth jump, or a less smooth jump, but with simpler code?
smooth pls
when green flag clicked
forever
change [Y Vel] by (-1)
change y by (Y Vel)
end

when green flag clicked
forever
if <key [space] pressed?> then
set [Y Vel] to [10]
wait until <not <key [space] pressed?>>
end
end
achivementGiver
New Scratcher
10 posts

Welcome to Scratch! Get started here!

kiwilover2736 wrote:

timmy_6661 wrote:

kiwilover2736 wrote:

timmy_6661 wrote:

how to make a sprite jump
Do you want to make a more smooth jump, or a less smooth jump, but with simpler code?
smooth pls
when green flag clicked
forever
change [Y Vel] by (-1)
change y by (Y Vel)
end

when green flag clicked
forever
if <key [space] pressed?> then
set [Y Vel] to [10]
wait until <not <key [space] pressed?>>
end
end
You can also do mobile friendly,
Like this:
when green flag clicked
forever
change [Y Vel v] by (-1)
change y by (Y Vel)
end
when green flag clicked
forever
if <mouse down?> then
set [Y Vel v] to [10]
wait until <not <mouse down?>>
end
end
selimt9
Scratcher
100+ posts

Welcome to Scratch! Get started here!

EmilyGP7 wrote:

Ruby-Young2016 wrote:

IM BOOORRRRREEEDDD


Why are you BOOORRRRREEEEEDDDD

bruh
achivementGiver
New Scratcher
10 posts

Welcome to Scratch! Get started here!

selimt9 wrote:

EmilyGP7 wrote:

Ruby-Young2016 wrote:

IM BOOORRRRREEEDDD


Why are you BOOORRRRREEEEEDDDD

bruh
bruh for me too
selimt9
Scratcher
100+ posts

Welcome to Scratch! Get started here!

:lol:

Powered by DjangoBB