;

PDA

Click to See Complete Forum and Search --> : Drawing af String using Graphics


Danskeren
11-21-2008, 08:39 AM
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.

cancerinform
11-21-2008, 01:58 PM
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/move_object/moveObjectAtLine.html

Danskeren
11-21-2008, 02:35 PM
I dont think that link solves my problem. I want to write some text on my dynamical painting. Not to move around an object.

Danskeren
11-22-2008, 03:24 AM
Can it really be true, that this is not solvable in flash? :(