Tingspain
08-19-2006, 05:15 PM
Hello everybody, does anyone tell me what i am doing wrong in this code:
Thank in advance
_ting_
global temp = #(#())
-- Create The Reference Object
temp[1][1] = Box lengthsegs:1 widthsegs:1 heightsegs:1 length:10 width:10 height:10 pos:[0,0,0] isSelected:off
-- Create the Muldimensional Array of copy of the object
for i=2 to 5 do
for j=2 to 5 do
temp[i][j] = copy temp[i-1][j-1]
-- In addition i dont know if use reference instead of copy method.
Thank in advance
_ting_
global temp = #(#())
-- Create The Reference Object
temp[1][1] = Box lengthsegs:1 widthsegs:1 heightsegs:1 length:10 width:10 height:10 pos:[0,0,0] isSelected:off
-- Create the Muldimensional Array of copy of the object
for i=2 to 5 do
for j=2 to 5 do
temp[i][j] = copy temp[i-1][j-1]
-- In addition i dont know if use reference instead of copy method.
