Flash: Yugop's text
Flash: Yugop's text
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- E__________0
something like this:
var az = [a-z];
var n = 0;
var chr = az.charAt(random(az.length);
if(chr = txt.charAt(n))
{
n++;
string txt = txt.substr(0,n)
}
else
{
string txt = txt.substr(0,n) + chr;}
if(n == str.length)
end;