Discuss Scratch
- Discussion Forums
- » New Scratchers
- » Welcome to Scratch! Get started here!
- tanmanshum
-
100+ posts
Welcome to Scratch! Get started here!
Previous costume :: looks // ooh
<direction is (90 v)? :: motion> // why not use this
((100)% :: operators) // don’t use ___ / 100
(Layer :: looks) // yeah
(Layers to chose from :: looks) // also
Do{
}in (1) seconds :: control // kinda skips or broadcast something
Do while (1) seconds{
} :: control // WHILE one second
When [I v] collapses into [any thing v] :: events hat
Print [] :: pen
Set font to [nomo-sans v] size (25) bold (10)% italic (0)% line [none v] (0)% :: pen
Last edited by tanmanshum (Oct. 14, 2022 13:29:24)
- Raptor_clan1234
-
15 posts
Welcome to Scratch! Get started here!
I like to code games on scratch and it is pretty obvious
- Raptor_clan1234
-
15 posts
Welcome to Scratch! Get started here!
Is this a code for something? because i it is, could you tell me how to make the game?Previous costume :: looks // ooh
<direction is (90 v)? :: motion> // why not use this
((100)% :: operators) // don’t use ___ / 100
(Layer :: looks) // yeah
(Layers to chose from :: looks) // also
Do{
}in (1) seconds :: control // kinda skips or broadcast something
Do while (1) seconds{
} :: control // WHILE one second
- Cherries-tea
-
3 posts
Welcome to Scratch! Get started here!
hei! Jeg snakker norsk og englsk.
Also I would appreciate any follows and support!
Love you all!
Also I would appreciate any follows and support!
Love you all!
- JaBie_Studios
-
3 posts
Welcome to Scratch! Get started here!
Is this a code for something? because i it is, could you tell me how to make the game?Previous costume :: looks // ooh
<direction is (90 v)? :: motion> // why not use this
((100)% :: operators) // don’t use ___ / 100
(Layer :: looks) // yeah
(Layers to chose from :: looks) // also
Do{
}in (1) seconds :: control // kinda skips or broadcast something
Do while (1) seconds{
} :: control // WHILE one second
that is a code suggestion
nice kumquat
thanks
no problem
wait what?
a kumquat?
yes but can you <survive?>
- tanmanshum
-
100+ posts
Welcome to Scratch! Get started here!
Is this a code for something? because i it is, could you tell me how to make the game?Previous costume :: looks // ooh
<direction is (90 v)? :: motion> // why not use this
((100)% :: operators) // don’t use ___ / 100
(Layer :: looks) // yeah
(Layers to chose from :: looks) // also
Do{
}in (1) seconds :: control // kinda skips or broadcast something
Do while (1) seconds{
} :: control // WHILE one second
Look below ⬇️
- tanmanshum
-
100+ posts
Welcome to Scratch! Get started here!
when green flag clicked
forever
if <key [right arrow v] pressed?> then
Change [x vel v] by (your number of speed :: #8d8d8d)
end
if <key [up arrow v] pressed?> then
Change [y vel v] by (your number of jump height :: #8d8d8d)
end
if <key [left arrow v] pressed?> then
Change [x vel v] by (your number of speed but negative :: #8d8d8d)
end
Set [x vel v] to ((x vel)/(1.1)
repeat until <touching [floor v] ?>
Change [y vel v] by (((your number of gravity) / (10)) * (-1))
end
Change y by (y vel)
Change x by (x vel)
end
Last edited by tanmanshum (Oct. 17, 2022 22:24:45)
- tanmanshum
-
100+ posts
Welcome to Scratch! Get started here!
For scratch 4.0that is a code suggestionIs this a code for something? because i it is, could you tell me how to make the game?Previous costume :: looks // ooh
<direction is (90 v)? :: motion> // why not use this
((100)% :: operators) // don’t use ___ / 100
(Layer :: looks) // yeah
(Layers to chose from :: looks) // also
Do{
}in (1) seconds :: control // kinda skips or broadcast something
Do while (1) seconds{
} :: control // WHILE one second
- Silnnig
-
25 posts
Welcome to Scratch! Get started here!
Thx man
____________________________
Qui Silnnig (o MDelsuper).
Piccolo riassunto dei miei profili su scatch:

- WierdoGuy11111
-
27 posts
Welcome to Scratch! Get started here!
forever
imagine :: #0000ff
program :: #ff00ff
share :: #00ff00
end
- tanmanshum
-
100+ posts
Welcome to Scratch! Get started here!
forever
imagine :: #0000ff
program :: #ff00ff
share :: #00ff00
end
forever
imagine :: motion
program :: sound
share :: operators
end
Last edited by tanmanshum (Oct. 17, 2022 19:06:20)
- Enderman1889
-
10 posts
Welcome to Scratch! Get started here!
For scratch 4.0that is a code suggestionIs this a code for something? because i it is, could you tell me how to make the game?Previous costume :: looks // ooh
<direction is (90 v)? :: motion> // why not use this
((100)% :: operators) // don’t use ___ / 100
(Layer :: looks) // yeah
(Layers to chose from :: looks) // also
Do{
}in (1) seconds :: control // kinda skips or broadcast something
Do while (1) seconds{
} :: control // WHILE one second
([ Million] of (6176172627262))
- tanmanshum
-
100+ posts
Welcome to Scratch! Get started here!
For scratch 4.0that is a code suggestionIs this a code for something? because i it is, could you tell me how to make the game?Previous costume :: looks // ooh
<direction is (90 v)? :: motion> // why not use this
((100)% :: operators) // don’t use ___ / 100
(Layer :: looks) // yeah
(Layers to chose from :: looks) // also
Do{
}in (1) seconds :: control // kinda skips or broadcast something
Do while (1) seconds{
} :: control // WHILE one second([ Million] of (6176172627262))
([trillion v] of ([million v] of (999999999999999999999999)
- tanmanshum
-
100+ posts
Welcome to Scratch! Get started here!
Can any body guess what this is?

when green flag clicked
set [Gravity v] to [-0.25]
set [boost v] to [0.7]
forever
set [Vspeed v] to [0]
go to x: (-60) y: (0)
repeat until <touching [edge v] ?>
change [Vspeed v] by (gravity)
change y by (Vspeed)
end
wait (2) secs
end

- That_Guy201
-
23 posts
Welcome to Scratch! Get started here!
a jetpack game Can any body guess what this is?when green flag clicked
set [Gravity v] to [-0.25]
set [boost v] to [0.7]
forever
set [Vspeed v] to [0]
go to x: (-60) y: (0)
repeat until <touching [edge v] ?>
change [Vspeed v] by (gravity)
change y by (Vspeed)
end
wait (2) secs
end

Hello There
random link
✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪✪
Chessboard:
♖♘♗♔♕♗♘♖
♟♟♟♟♟♟♟♟
◻︎◼︎◻︎◼︎◻︎◼︎◻︎◼︎◻︎
◼︎◻︎◼︎◻︎◼︎◻︎◼︎◻︎◼︎
◻︎◼︎◻︎◼︎◻︎◼︎◻︎◼︎◻︎
◼︎◻︎◼︎◻︎◼︎◻︎◼︎◻︎◼︎
♟♟♟♟♟♟♟♟
♖♘♗♔♕♗♘♖
- tanmanshum
-
100+ posts
Welcome to Scratch! Get started here!
Yes!a jetpack game Can any body guess what this is?when green flag clicked
set [Gravity v] to [-0.25]
set [boost v] to [0.7]
forever
set [Vspeed v] to [0]
go to x: (-60) y: (0)
repeat until <touching [edge v] ?>
change [Vspeed v] by (gravity)
change y by (Vspeed)
end
wait (2) secs
end