Hey, Im trying to creat walls around my matrix but im having trouble positioning them. Could some one tell me the co-ordinates, ive included the code for my matrix and my walls..all the walls have the same co-ordinates as i dont know what they are. Oh and i want the walls perfectly fitting the matrixes edges.
Thanks
REM CREATES THE MATRIX
Make matrix 1,10000,10000,20,20
REM MAKE WALLS
load image "textures/wall.jpg", 10
Make object box 50,10000,500,100
position object 50,5000,250,0
texture object 50,10
Make object box 51,10000,500,100
position object 51,1000,500,0
texture object 51,10
Make object box 52,10000,500,100
position object 52,1000,500,0
texture object 52,10
Make object box 53,10000,500,100
position object 53,1000,500,0
texture object 53,10