How to Make a Spiral Staircase Using Tinker Cad Code Blocks
by Jack_the_crafter13 in Circuits > Software
336 Views, 2 Favorites, 0 Comments
How to Make a Spiral Staircase Using Tinker Cad Code Blocks
this will teach you how to make a simple spiral staircase using tinker cad code blocks.
link to project >>> https://www.tinkercad.com/codeblocks/9llQNZxP1kr-spiral-staircase
Supplies
this will teach you how to make a simple spiral staircase using tinker cad code blocks.
Making the Box
drag the add a box code block and edit its size to match the image above.
Starting the Code
drag a repeat block and place it on the end of the add box block as shown (don't place it around the add box block)
Copy the Box
place a copy block inside of the repeat block as shown
Move the Copy Up
add a move block and make the Z section the number 4 as shown
this tells the computer to move the copy of the box up
Rotate the Copy
drag the block shown and the first blank should be z-axis and the second blank should be 15 and
this tells the computer to rotate the copy 15 degrees on the z-axis
Finished!
click play and watch your code go to work!