Is it possible to dynamically draw a text string the same way as you can draw a line or a shape using the Graphics Object?
I have to draw strings dynamically in a coordinate system. I use AS 3.0.
Thanks in advance.
Printable View
Is it possible to dynamically draw a text string the same way as you can draw a line or a shape using the Graphics Object?
I have to draw strings dynamically in a coordinate system. I use AS 3.0.
Thanks in advance.
You can do it. Here is one way (AS2 though) using arrays. There is probably another way to do it.
http://www.flashscript.biz/flash8/mo...ectAtLine.html
I dont think that link solves my problem. I want to write some text on my dynamical painting. Not to move around an object.
Can it really be true, that this is not solvable in flash? :(