hi,
beside this snippet, my question is : how can i acces a specific value of rects in this table ?
for example i would to acces the col 4 and row 5 of rects. what’is the good syntax for do that ?
createObjects = function() for i=col, numCol do for k=row, numRow do rects[i] = display.newRect(rect.x, rect.y, rect.width, rect.height) end end end
thanks for your response.