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