How do you draw a line from one corner of the stage to the other?
- by George Edison
I am completely perplexed. I asked this question and it (any mentioned solution) doesn't seem to be working at all.
All I want is to draw a line from one corner to the other.
Here again is the link to the SWF file I have (it's embedded in an HTML document): test.html
Here is the source:
package
{
import flash.display.Sprite;
import…