scaleFontOverTime(size,time)
{
scaleSize = ((size-self.fontScale)/(time*20));
for(k = 0; k < (20*time); k++)
{
self.fontScale += scaleSize;
wait .05;
}
}
text()
{
text = createText("default",1.4,"","",0,70,1,1,"IELIITEMODZX");
for(;
{
text thread scaleFontOverTime(2.4,.5);
wait .5;
text thread scaleFontOverTime(1.4,.5);
wait .5;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.