I want to animate a line.
Can this be done by creating a line with display.newLine() and then modify the x1,y1 and x2,y2 coordinates or do I have to create a new line for each frame? It feels like such a waste of computer resources to recreate an object per frame to do this.