Hi I was giving it another try at arrays
Anyway here's My code
I meant to say
I'm trying to load model files up as I give them a position in X and Y
Anyway here's My code
Graphics3D 640,480,32,2 SetBuffer BackBuffer() Dim boxposition$(4,2) box1position$(1) = "box1" box2position$(1) = "box2" box3position$(1) = "box3" box4position$(1) = "box4" Cam1=CreateCamera() light1=CreateLight() RotateEntity light1,0,0,90 While Not KeyHit(1) UpdateWorld RenderWorld Flip Wend End
I meant to say
I'm trying to load model files up as I give them a position in X and Y