FINALLY!!! A 3d wireframe cube! Use the arrow keys to rotate it! For so long, I have wanted to make a 3d wireframe cube like this one, and now I have, I think it's only fair, if I explain how I did it! It's actually quite simple, and this one only uses three scripts, although you could do it with less! Firstly, I created three list for the x positions, y positions, and z positions of all the points that the program is going to draw and join up. Then I made a custom block that uses some maths to rotate points by theta (any angle) and gives an output. Then, I made another custom block that can plot a 3d co-ordinate on a 2d screen, which uses some more maths. The script then goes to all the points in the three lists, and joins them up using one solid line. Finally, I made a script that puts everything together, into one awesome program!