wanzerr
This is one of the reasons why many of us are so unhappy about not having the code in the Players Pack version. In the original game you can place pieces off screen by changing the code.
I made that one a while ago on the original game. Thankfully most castles can be imported to the players pack. Unfortunately some more complex castles don't come out right when imported. You sometimes get glitches when trying to import castles with pieces that are interdependent. I mean the kind of castle where if you move one piece just a tiny bit, it starts collapsing. Pyramids made from triangles are a prime example of this.
Okay about the code:
On the original game each piece has a code. Here is the code for one wooden piece:
0~w_w:769.25,131|
The code has three parts. The first part shows what kind of piece it is and the material. The first part above is 0~w_w:. The second and third parts are numbers. The first number shows the horizontal position of the piece. By changing this part you can move the piece left or right. The second part of the above code is 769.25,. The third part shows the pieces vertical position. Changing this part will move the piece up or down.
To put a piece above the visible screen change the last part of the code to -445 or lower.
Nice job on your your pyramid, I like how you flipped on the last piece.
Keep building,
Tris