swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] text letter by letter


From: Chris Pugh
Subject: Re: [Swftools-common] text letter by letter
Date: Fri, 9 Apr 2010 08:26:44 +0100

Far easier to use a String with a spot of action script to control it,
as against all that
manual printing!

Would you wish for an example? ;o)

Regards,


Chris.


On 8 April 2010 19:10, Rumán Sándor <address@hidden> wrote:
> 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]