swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] text letter by letter


From: Rumán Sándor
Subject: [Swftools-common] text letter by letter
Date: Thu, 8 Apr 2010 20:10:17 +0200

Hi All,

I'd like in a flash, that the text will appear letter by letter as
same as typewriting. I can do it with the next source code:

.text t1 text="a" font=f
.text t1 text="a" font=f
.text t1 text="a" font=f

-- 
Üdvözlettel:
Rumán Sándor
http://alex56.hu
I'm sorry, I pushed the send button.

Now that's the good source:

.text t1 text="a" font=f
.text t2 text="b" font=f
.text t3 text="b" font=f

        .put t1 x=10
.frame 10
        .put t2 x=20
.frame 20
        .put t3 x=30

Is there any simplier mode to do that? Without actionsript?
Because I don't want to type so long code.

Please help!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]