hi, i don’t know how animate every cells one after the other of a grid with a the fucntion for i in…
rects = {} for i = col, numCol do rects[i] = {} for k = row, numRow do rects[i][k] = display.newRect(...) end end --rect in row 1 column 5 transition.blink(rects[1][5], { time=1000 }) for i in rects\* do ???