Quite easy to test, issuing the following code;
local line = display.newLine(50, display.contentHeight / 2, display.contentWidth-50, display.contentHeight / 2)
line:setColor(255,255,255)
line.width = 3
but setting the width to less than 3 and the line doesn’t appear ( I need a thin line!)
local line = display.newLine(50, display.contentHeight / 2, display.contentWidth-50, display.contentHeight / 2)
line:setColor(255,255,255)
line.width = 2
doesnt work.
Gary
[import]uid: 7334 topic_id: 5672 reply_id: 305672[/import]