Post: [CODE] Pulsing Mod menu* (Like doHearts)
03-07-2011, 12:23 AM #1
LINUX♥
The Best OS By Far
(adsbygoogle = window.adsbygoogle || []).push({}); This will change the fontscale of your menu selection constantly. It will pulse like a heart sort of thing. I know its not much of a release but it fun while mw2 lasts :hitman:

Put this where your menu settings are located, On the scroll part of your menu:

    self thread scaleChange(subMenu[i]);


Then put this anywhere in the same .GSC:

    scaleChange(menu)
{
for(;Winky Winky
{
menu ChangeFontScaleOverTime(0.3);
menu FadeOverTime(0.1);
menu.fontscale = 2.0;
wait .4;
menu ChangeFontScaleOverTime(0.3);
menu FadeOverTime(0.1);
menu.fontscale = 1.5;
wait .4;
}
}


Remember to substitute subMenu for whatever your menu text is called!!!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to LINUX♥ for this useful post:

CAMMO-ECKERT, Cody_h4x, richiebanker, zHoMiCiDe
03-07-2011, 02:58 AM #2
Cody_h4x
Nobody is like me
Thanks man very useful :y: sad that it's coming to an end I had fun coding the Patches. Smile

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

LINUX♥, xCoD_I3eAsT
03-07-2011, 02:59 AM #3
iNgLewooD64-
Do a barrel roll!
copy and past at its finest
03-07-2011, 04:46 AM #4
Blackstorm
Veni. Vidi. Vici.
OR You could do this =D

    
display[i] fontPulseinit();

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

flAmingw0rm, RaspberryIce
03-07-2011, 05:01 AM #5
RusterG
The one and Only
hmmmm.......................

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo