How can I move a LineObject
after creation by line = display.newLine()
?
resetting line.x
and line.y
only moves the beginning of the line but I want to move the end as well.
LineObject
also does not have any .path
so I’m not sure what to do.
Thanks