Just watch. The first circuit takes 20 seconds. I think the diagonals in the last 5 seconds look best. The second circuit goes a little crazy as the board that the cube is rolling on also rotates.
* This is a "Pen" project. This means the cubes are all drawn using Pen. There are no cube costumes. The cube rolls across the board. This project uses code that rotates points around the X or Z axis. Before rotating the cube, we shift the edge of the cube that it has to rotate around to the X or Z axis. We rotate the cube then shift it back so that the edge being rotated around is back in its original position. If the X axis was straight across the screen, the Y axis straight up the screen and the Z axis straight out from the screen then we would only see one face of the cube. The rotation was done with the cubes aligned with the X,Y and Z axes to keep the math "simple", but we then rotate the cube and board before drawing them so that we can see the 3D clearly. Note: The cube rolls 60 times in the whole circuit. There are 8 moves per 90 degree roll giving a total of 480 moves in the circuit. If we wanted the board to rotate 360 degrees in 480 moves we would change Draw Z Rotation by 0.75 after each move. We rotate the board twice (720 degrees) per circuit so change Draw Z Rotation by 1.5 3D Tutorial Studio: https://scratch.mit.edu/studios/5040029/ Polyhedron Studio: https://scratch.mit.edu/studios/5085215/ Huge thanks to @TheLogFather for his Fast Triangle Fill custom block. Animation Tutorial Pen GIF