Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make 3D games with Scratch?
- WeepingEdge
-
Scratcher
9 posts
How do I make 3D games with Scratch?
Hey there!
I have an assignment to make a game using Scratch. I want mine to be better than the projects made by others. So I'm here to ask you, from the Scratch Forums.
Everyone knows that it is difficult to make 3D in scratch, and I thought my game would win if I have complex codes in it. So my question is simple, how do I make 3D in scratch?
Should I use isometric 3D? and How should I implement it?
Or are there better methods?
I've seen many tutorials but they are very time taking. And plus they don't suit my style of game. For example, 3D ray-casting is a method to make 3D games, but you if you want to make a game like a shooter game, or a runner game, then its not applicable. Please help me. Coding examples and explanations will be helpful.
I have an assignment to make a game using Scratch. I want mine to be better than the projects made by others. So I'm here to ask you, from the Scratch Forums.
Everyone knows that it is difficult to make 3D in scratch, and I thought my game would win if I have complex codes in it. So my question is simple, how do I make 3D in scratch?
Should I use isometric 3D? and How should I implement it?
Or are there better methods?
I've seen many tutorials but they are very time taking. And plus they don't suit my style of game. For example, 3D ray-casting is a method to make 3D games, but you if you want to make a game like a shooter game, or a runner game, then its not applicable. Please help me. Coding examples and explanations will be helpful.
- Canada-RedBeard
-
Scratcher
75 posts
How do I make 3D games with Scratch?
you could draw 3D lines to make a shape. it would be suitble for lots of things, plus if you outlined all the 3D shapes, it would have good pixel resolution. you might also be able to make it run smoothly. i hope this is handy.
Last edited by Canada-RedBeard (Sept. 16, 2023 14:31:07)
- LukeElemental
-
Scratcher
31 posts
How do I make 3D games with Scratch?
when green flag clicked
Appear
Look for [@WeepingEdge v]
Find [@Weeping Edge v]
say [Hi, i'm Luke] and then say [Try and use the pen for 3d Games, or upload tiles.]
Disappear
Last edited by LukeElemental (Sept. 16, 2023 14:41:24)
- WeepingEdge
-
Scratcher
9 posts
How do I make 3D games with Scratch?
you could draw 3D lines to make a shape. it would be suitble for lots of things, plus if you outlined all the 3D shapes, it would have good pixel resolution. you might also be able to make it run smoothly. i hope this is handy.Thanks! But I don't no how to implement this. Do you have any like code to implement this?
- WeepingEdge
-
Scratcher
9 posts
How do I make 3D games with Scratch?
you could draw 3D lines to make a shape. it would be suitble for lots of things, plus if you outlined all the 3D shapes, it would have good pixel resolution. you might also be able to make it run smoothly. i hope this is handy.And I'm more interested in an isometric style game as I think it perfectly suits the game I want to make
- Lemoneer
-
Scratcher
63 posts
How do I make 3D games with Scratch?
Isometric games are nearly the same as top-down games, except controls involve moving diagonally, and some sprites are layered on top of each other. If you could design a sprite that can look up-right, down-right, up-left, and down-left, then all you have to do then is make the controls. For example, if you want the player to move up-right, you can try something like this:
However, if you want to make a scrolling isometric game, I'm not sure I can help with that much.
switch costume to [up-right v]This moves the player diagonally, making the isometric grid composed of 2 by 1 rhombuses.
repeat (10)
change x by (2)
change y by (1)
end
However, if you want to make a scrolling isometric game, I'm not sure I can help with that much.
- 09878901234321
-
Scratcher
500+ posts
How do I make 3D games with Scratch?
I recommend the tutorial by @CodingBio
Last edited by 09878901234321 (Sept. 16, 2023 17:10:28)
- WeepingEdge
-
Scratcher
9 posts
How do I make 3D games with Scratch?
I recommend the tutorial by @CodingBioI tried the tutorial, I'm still making it but boy is it noice!
- cHeEesELoVeR
-
Scratcher
44 posts
How do I make 3D games with Scratch?
when green flag clicked
forever
if <key right arrow pressed?> then
change x by ((round(key right arrow pressed?) * (-2))
end
end
then do the same for y and x just for up do -2 for down do 2
and for right -2 left is 2
Last edited by cHeEesELoVeR (Jan. 20, 2024 12:17:22)
- BushStrike
-
Scratcher
0 posts
How do I make 3D games with Scratch?
Yes its very difficult to make a 3D game from scratch. Im a new coder from scratch. Hope you have a good day
- TheNoisyNoisy
-
Scratcher
100+ posts
How do I make 3D games with Scratch?
yall his account got deleted
- UmiiXD
-
Scratcher
7 posts
How do I make 3D games with Scratch?
idk
Last edited by UmiiXD (July 1, 2024 01:29:08)
- zonloll
-
Scratcher
1 post
How do I make 3D games with Scratch?
dunno
Last edited by zonloll (July 1, 2024 01:43:15)
- TheCreatorOfUnTV
-
Scratcher
1000+ posts
How do I make 3D games with Scratch?
do tutorial from @MathMathMathOr @CodingBio.
Anyway, reporting to be closed due to the topic being old.
- Discussion Forums
- » Help with Scripts
-
» How do I make 3D games with Scratch?












