Discuss Scratch

HaydenSCR
Scratcher
4 posts

Welcome to Scratch! Get started here!

Uh this took me so long
point in direction ( 70)
show
go to x: (0) y: (0)
glide (0.03) secs to x: (0) y: (70)
set [ y] to [20]
repeat (10)
turn cw (2) degrees
change x by (9)
change y by (y)
change [ y] by (-6)
end
play sound [ Basketball Bounce]
Thiago_le_meilleur
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

HaydenSCR wrote:

Uh this took me so long
Welcome to Scratch HaydenSCR !
TheWoratLuck51
Scratcher
13 posts

Welcome to Scratch! Get started here!

WONDERLAND37 wrote:

For Any Of You New Scratchers, I Have Been Using Scratch For 1 Year With An Account, And 1 Year Without An Account, Totaling 2 Years, Here Is How To Make A Platformer Game!
Delete The Scratch Cat By Clicking On The Bin Button.
Make A New Sprite By Hovering Over The Cat Circle.
Click The Paintbrush, This Will Give Us An Empty Sprite.
Make A Colored Box, This Is The Player.
Make A New Sprite, This Is The Level.
Click The Box Tool.
Click The Fill Thing In The Top Left Corner.
Select Black.
(Color 0
Saturation 100
Brightness 0)
Make A Rectangle.
Inside The Rectangle Make Smaller Rectangles.
This Is The Level.
Add These Blocks Of Code To The Level Sprite.
when green flag clicked
go to x: (0) y: (0)
show
Add This Code To The Player Sprite.
when green flag clicked
go to [front v] layer
show
go to x: (-133) y: (-56)
forever
Platformer Engine
end
Add This Code To The Player Sprite.
define X Engine (x vel)  
change x by (x vel)
if <touching [Sprite2 v] ?> then
set [x vel v] to [0]
end
repeat until <not <touching [Sprite2 v] ?>>
if <(x vel) < [0]> then
change x by (1)


else
change x by (-1)
end
end
Add this Code To The Player Sprite.
define Y Engine (y vel)
change y by (y vel)
repeat until <not <touching [Sprite2 v] ?>>
if <(y vel) < [0]> then
change y by (1)
set [can jump? v] to [yes]

else
change y by (-1)
end
set [y vel v] to [0]
end
When Making The Blocks, Make Sure To Run Without Screen Refresh.
Now Add This Code To The Player Sprite.
define Platformer Engine
if <key [right arrow v] pressed?> then
change [x vel v] by (1.5)
end
if <key [left arrow v] pressed?> then
change [x vel v] by (-1.5)
end
set [x vel v] to ((0.8) * (x vel))
if <([abs v] of (x vel)::operators) > [0.9]> then
X Engine (round (x vel)
end
if <key [space v] pressed?> then
if <(can jump?) = [yes]> then
set [y vel v] to [10]
set [can jump? v] to [no]
end
end
if <[-20] < (y vel)> then
change [y vel v] by (-2)


else
set [y vel v] to [20]
end
Y Engine (y vel)
And We Are Done!
If You Want To See/Make A More Complicated Version, Remix This Project I Made: https://scratch.mit.edu/projects/1149897414/
Have A Good Day
quick question, how do you get the red blocks added to your code? the only blocks close to red are the list blocks, unless they are the pink blocks

Last edited by TheWoratLuck51 (April 11, 2025 16:40:47)

Thiago_le_meilleur
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

TheWoratLuck51 wrote:

quick question, how do you get the red blocks added to your code? the only blocks close to red are the list blocks, unless they are the pick blocks
That's cutom blocks.

Last edited by Thiago_le_meilleur (April 11, 2025 09:35:32)

michaeljackson1365
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

Thiago_le_meilleur wrote:

That's cutom blocs.
did your grammar ↑ leave?
Cute_TURTLE_Lover
Scratcher
100+ posts

Welcome to Scratch! Get started here!

GreenStickman5 wrote:

Hi I am caleb! I am making Sprunki and Bit wars projects. I search up Bit wars and Sprunki the most.
switch costume to [Fishies with Cat! v]
clear graphic effects
set size to (Sprunki character!) %
Hi, Welcome to our Community!
Thiago_le_meilleur
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

michaeljackson1365 wrote:

Thiago_le_meilleur wrote:

That's cutom blocs.
did your grammar ↑ leave?
No, wy tis qkestion ?
imaguy2014
Scratcher
13 posts

Welcome to Scratch! Get started here!

when I receive [scratch glitch v]
forever
broadcast [nuke v]
end
Thiago_le_meilleur
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

imaguy2014 wrote:

when I receive [scratch glitch v]
forever
broadcast [nuke v]
end
What are you talking about ?
IsaacGamer26980
Scratcher
100+ posts

Welcome to Scratch! Get started here!

tbeetz2 wrote:

when green flag clicked
say [i need ideas to make in scratch ):]
i know what to do! actually use scratch
michaeljackson1365
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

HaydenSCR wrote:

Uh this took me so long
point in direction ( 70)
show
go to x: (0) y: (0)
glide (0.03) secs to x: (0) y: (70)
set [ y] to [20]
repeat (10)
turn cw (2) degrees
change x by (9)
change y by (y)
change [ y] by (-6)
end
play sound [ Basketball Bounce]
Welcome to Scratch!
Thiago_le_meilleur
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

IsaacGamer26980 wrote:

tbeetz2 wrote:

when green flag clicked
say [i need ideas to make in scratch ):]
i know what to do! actually use scratch
dravine
Scratcher
2 posts

Welcome to Scratch! Get started here!

If youre a new scratcher do NOT connect the blocks
when I start as a clone
create clone of [[myself]]
delete this clone

Last edited by dravine (April 11, 2025 11:42:19)

Thiago_le_meilleur
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

dravine wrote:

If youre a new scratcher do NOT connect the blocks
when I start as a clone
create clone of [[scratchblocks]
v][/scratchblocks]
delete this clone
Are you talking of this :
when green flag clicked
create clone of [myself v]

when I start as a clone
create clone of [myself v]
delete this clone

Warning : This script crashes Scratch. You're not allowed to share a projects that can crash the browser.
Sliced-UP
Scratcher
100+ posts

Welcome to Scratch! Get started here!

Stop using blocks
michaeljackson1365
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

Sliced-UP wrote:

Stop using blocks
why
Waterwraith9
Scratcher
500+ posts

Welcome to Scratch! Get started here!

binary
Thiago_le_meilleur
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

Sliced-UP wrote:

Stop using blocks
Stop using blocks. Use binary instead :

Waterwraith9 wrote:

binary
Waterwraith9
Scratcher
500+ posts

Welcome to Scratch! Get started here!

Thiago_le_meilleur wrote:

Sliced-UP wrote:

Stop using blocks
Stop using blocks. Use binary instead :

Waterwraith9 wrote:

binary
binary
Thiago_le_meilleur
Scratcher
1000+ posts

Welcome to Scratch! Get started here!

Waterwraith9 wrote:

Thiago_le_meilleur wrote:

Sliced-UP wrote:

Stop using blocks
Stop using blocks. Use binary instead :

Waterwraith9 wrote:

binary
binary
01000010 01101001 01101110 01100001 01110010 01111001

Powered by DjangoBB