I’ve a text with 200 characters. I want to show that text letter before letter. But when I break apart this text and then distribute to layer, i have 200 layers. This is too much!!!
How can I solve this problem easily, and without any download time issues?
you’re trying to animate each letter, correct?
most letter by letter animation is done 1 at a time–see my sig file, for ex. has an MC for each letter that is animated w. AS on each MC.
you could try this method:
create MCs for each letter in a word, then make that word into an MC–this would break down the number of layers considerably. inside the wordMC, you’d space out your letters and add AS code to each and have them animating inside the wordMC–then, you’d just have to figure out timing, etc.
it’s not a small amount of work, but hey nothing’s ever easy, right?:goatee:
-mojo
I’ve changed a bit the structure. I’ve made no effects… so the text appears only in letters. But the speed is not optimal. The letters are being showed very slowly. How can I improve this WITHOUT CHANGING THE FRAME RATE!!! ??