Interactive graphing tool
Interactive graphing tool
Out of context: Reply #14
- Started
- Last post
- 14 Responses
- _niko0
graphics.lineStyle(1, 0);
graphics.moveTo(clip1.x, clip1.y);
graphics.lineTo(clip1.x, clip1.y);
graphics.lineTo(clip2.x, clip2.y);something like this draws a line between two points in AS3