MX api movement
MX api movement
Out of context: Reply #10
- Started
- Last post
- 14 Responses
- enobrev0
this.createEmptyMovieClip ("lineTL", 10);
lineTL.lineStyle(1, 0x000000, 100);
lineTL.moveTo (739, 1);
lineTL.lineTo (0, 0);is all you need, and you do need to put it on px 1 in order to see it.