Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Exploring the 3D world in Scratch - Simple Tutorial
- PolarNorthest
-
49 posts
Exploring the 3D world in Scratch - Simple Tutorial
Exploring the 3D world in Scratch - Simple Tutorial
In this forum, we will learn how to make a 3D project in Scratch 3.0 (3D cube)! All blocks are “run without screen refresh” and all veriables are global (for all sprites). Code analysis: each Sprite will draw a part of the cube, Sprite 1 will draw the top face, Sprites 2, 3, 4 and 5 will draw edges and Sprite 6 will draw the bottom face of the cube.
(LOOK AT THE IMAGE)
https://sites.google.com/view/cubo-super-especifico-scratch
The Sprite 1 make the red part, Sprite 2 make the green, Sprite 3 make the yellow, Sprite 4 make the brown part, Sprite 5 make the black part and Sprite 6 make the purple part. First, they will position themselves, second they gonna draw. This is super simple to make in Scratch!
Here is the project:
https://scratch.mit.edu/projects/976409480/
Code:
Sprite1:
Sprite 2:
Sprite 3:
Sprite 4:
Sprite 5:
Sprite 6:
In this forum, we will learn how to make a 3D project in Scratch 3.0 (3D cube)! All blocks are “run without screen refresh” and all veriables are global (for all sprites). Code analysis: each Sprite will draw a part of the cube, Sprite 1 will draw the top face, Sprites 2, 3, 4 and 5 will draw edges and Sprite 6 will draw the bottom face of the cube.
(LOOK AT THE IMAGE)
https://sites.google.com/view/cubo-super-especifico-scratch
The Sprite 1 make the red part, Sprite 2 make the green, Sprite 3 make the yellow, Sprite 4 make the brown part, Sprite 5 make the black part and Sprite 6 make the purple part. First, they will position themselves, second they gonna draw. This is super simple to make in Scratch!
Here is the project:
https://scratch.mit.edu/projects/976409480/
Code:
Sprite1:
Sprite 2:
Sprite 3:
Sprite 4:
Sprite 5:
Sprite 6:
Last edited by PolarNorthest (March 17, 2024 15:49:17)
- EDawg2011
-
1000+ posts
Exploring the 3D world in Scratch - Simple Tutorial
the group welcoming topic or on individual topics created by New Scratchers.Hello! It's great that you want to help out other Scratchers. However, I think we have enough guides in the forums at the moment. Please feel free to welcome new Scratchers on
Other places that can always use more helpful Scratchers like you, are the "Help With Scripts“ and ”Questions About Scratch" areas - please use them as designed, by responding to topics created by folks with problems to solve
Finally, a really good place for Scratch guides is the Scratch Wiki - check it out and see if it's something you might like to work on. They have a number of guides - and great organization.
- Discussion Forums
- » Help with Scripts
-
» Exploring the 3D world in Scratch - Simple Tutorial