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

Screenshot 2023-03-20 9.30.33 AM.png

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

Screenshot 2023-03-20 9.34.53 AM.png

drag the add a box code block and edit its size to match the image above.

Starting the Code

Screenshot 2023-03-20 9.39.42 AM.png

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

Screenshot 2023-03-20 9.43.48 AM.png

place a copy block inside of the repeat block as shown

Move the Copy Up

Screenshot 2023-03-20 9.44.56 AM.png

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

Screenshot 2023-03-20 9.53.50 AM.png

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!

Screenshot 2023-03-20 10.35.24 AM.png

click play and watch your code go to work!