Post: ScaleFontOverTime Script
02-08-2012, 08:40 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); this scales the font size very smooth, as good as the mw2 function.

ino this is a very small script and not worth a thread but ive seen alot of people useing doHearts()

here is the script:
    scaleFontOverTime(size,time)
{
scaleSize = ((size-self.fontScale)/(time*20));
for(k = 0; k < (20*time); k++)
{
self.fontScale += scaleSize;
wait .05;
}
}



here is an example on how to use:

    text()
{
text = createText("default",1.4,"","",0,70,1,1,"IELIITEMODZX");
for(;Winky Winky
{
text thread scaleFontOverTime(2.4,.5);
wait .5;
text thread scaleFontOverTime(1.4,.5);
wait .5;
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to IELIITEMODZX for this useful post:

1337HaXaLoT, Taylor
02-08-2012, 09:49 PM #11
Originally posted by x. View Post
Don't forget Flashthread() as well. I used them both my MW2 patch ages ago..
yep ino about that lolz it alpha's in and out Happy
02-08-2012, 11:40 PM #12
Blackstorm
Veni. Vidi. Vici.
I had made something like this a while back but I forgot what happened to it :p

Anyways good job, it's the most useful script I've seen in a long time. ;b
02-09-2012, 12:03 AM #13
Originally posted by Blackstorm View Post
I had made something like this a while back but I forgot what happened to it :p

Anyways good job, it's the most useful script I've seen in a long time. ;b
thanks :wub:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo