What cool things can you make with display.newLine?
Here’s my lame attempt 
[code]
local x = 0
for y = 1, 480, 20 do
local line_variable_name = display.newLine(0, y, x, 480)
x = x +20
end
[/code] [import]uid: 141560 topic_id: 33698 reply_id: 333698[/import]