[2001-05-18] Drawing Lines 2 For all the wonderful and neat things you can do with actionscript, it's ironic that the simple task of drawing a line can be such a difficult thing. Flash has no native function to draw a line. Everything done in actionscript must be done within the context of movie clip. In this article I will explain how you can draw lines using movie clips.