So you want to have a moved letter in the text?I Want This.
But In This (But In Red).
Someone Please Help (Cause Liam Is Busy At "Work")
This is ezpz, ill help you out hmu on skypeI Want This.
But In This (But In Red).
Someone Please Help (Cause Liam Is Busy At "Work")
LeetTitle()
{
Tit = strTok("^1Synergy;S^1ynergy;Sy^1nergy", ";"); // and so on
self endon("stopTitle");
for(;:wink:
{
for(i = -1;i < Tit.size;i++)
{
self.Menuname setText(Tit);
wait .2;
}
for(i = 0;i < 5;i++)
{
self.Menuname setText(Tit[Tit.size-1]);
wait .2;
}
for(i = Tit.size-1;i > -1;i--)
{
self.Menuname setText(Tit);
wait .2;
}
}
}
this isnt the most efficient way to do it, but dont worry i did it for him in around 5 lines c:LeetTitle()
{
Tit = strTok("^1Synergy;S^1ynergy;Sy^1nergy", ";"); // and so on
self endon("stopTitle");
for(;
{
for(i = -1;i < Tit.size;i++)
{
self.Menuname setText(Tit);
wait .2;
}
for(i = 0;i < 5;i++)
{
self.Menuname setText(Tit[Tit.size-1]);
wait .2;
}
for(i = Tit.size-1;i > -1;i--)
{
self.Menuname setText(Tit);
wait .2;
}
}
}
found it on ngu awhile ago lol, knew there was a better waythis isnt the most efficient way to do it, but dont worry i did it for him in around 5 lines c:
Can you post it here!this isnt the most efficient way to do it, but dont worry i did it for him in around 5 lines c: