On Fri, 9 Apr 2010 08:26:44 +0100 Chris Pugh <[email protected]> wrote:
> 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 <[email protected]> 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! > > > > > > > > Hi Chris! Now I learn the action script yet, but I'm beginner. I'll try it, but now I haven't an idea. Yes, I would like to ge an example! :) Thank You -- Üdvözlettel: Rumán Sándor http://alex56.hu
