Multi lines?

i’ve downloaded this text effect on flashkit, it looks great but i want to know if there’s a code to maketext appear in multiple lines?

here’s the code

string = “Made By Sephiroth 2001”;
frequency = 120
velocity = 8
kern = 13
timer_sequence = 300
//----------------------------

total = string.length;
width = kern
xstart = mc0._x
var i = 0;
while(i < total)
{
mc0.duplicateMovieClip(‘mc’+ (i+1),i)
do
{
this[‘mc’+(i+1)].final = string.charCodeAt(i)
this[‘mc’+(i+1)].starting = 48 + random(74)
} while(string.charCodeAt(i) == this[‘mc’+(i+1)].starting)
this[‘mc’+(i+1)]._x = xstart + (widthi)
this[‘mc’+(i+1)].startAfter = timer_sequence
i
this[‘mc’+(i+1)].frequency = frequency
this[‘mc’+(i+1)].velocity = velocity
i++
}
mc0._visible = 0

i dunno what to change here coz i don’t know too much about as so pls. help.

anybody? pls. help

well, the fla you posted is not working for me. Can you post it again? I will take a look and see, unless someone beats me to it. (which is always possible)

hope this onew works :slight_smile: