Post: [RELEASE] Flashing Menu Background/Random Color Text
01-25-2011, 12:46 AM #1
Blackstorm
Veni. Vidi. Vici.
(adsbygoogle = window.adsbygoogle || []).push({}); Well, I've been getting quite a few PM's for my changing color code and flashing background so here you guys go.

Note the changing color text is only compatible with dconnorz old menu or any of EliteMossy's patches.

ALSO I forgot Credits lol /facepalm

Credits:

EliteMossy - Random Color Integer Code :y:

Changing Color Text:

    
r=randomint(255);
g=randomint(255);
b=randomint(255);
display[i] ChangeFontScaleOverTime(0.3);
display[i] FadeOverTime(0.1);
display[i].fontScale=1.6;
display[i] setText(menu[cycle].name[i]);
self playLocalSound("mouse_over");
display[i].alpha = 1;
display[i].glow = 1;
display[i].glowColor = ((r/255),(g/255),(b/255));
display[i].glowAlpha = 1;
display[i].color = ((r/255),(g/255),(b/255));


OR a shortened version of d7w7z's code:

    
display[i] ChangeFontScaleOverTime(0.3);
display[i] FadeOverTime(0.1);
display[i].fontScale=1.6;
display[i] setText("^"+randomint(6)+menu[cycle].name[i]);


now for flashing background

Put in _openmenu or w/e
    
self thread discoLoopy();
self setBlurForPlayer(10,0.5);


put this in exit menu
    
self notify("stoploop");
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);
self setBlurForPlayer(0,0.5);


Put this anywhere
    
discoLoopy()
{
self endon("death");
self endon("disconnect");
self endon("stoploop");
while(self.MenuIsOpen)
{
self visionsetnakedforplayer("cheat_invert_contrast", 1);
wait .5;
self visionsetnakedforplayer("cheat_bw_invert", 1);
wait .5;
self visionsetnakedforplayer("cheat_invert_contrast", 1);
wait .5;
self visionsetnakedforplayer("cheat_bw_invert_contrast",1);
wait .5;
}
}


and there you go it should work but reply and tell me if it doesn't.

Enjoy Smile
(adsbygoogle = window.adsbygoogle || []).push({});

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

bigboybobby14, Brian235026, clizzzzz, CraZoY, d7w7z, DEREKTROTTER, FourzerotwoFAILS, FrOoTLoOpZ, IAMSTEN, iReset Nigga, IVIaGiiC_IVIoDs, Jerry_, LINUX♥, matt944057, Morphia, Mw2Freak13, PryZeex, RaverBoy, CHAOZ, Swifter, TONEY777, Vectriixx, Vultra, xBRz_fri3dL, xi_ihOst-_305, Zombie, ZzXr3V0LuTi0NzZ
01-25-2011, 12:50 PM #20
GaLaXy98-q8
Maggbot timeout!
thanks it work but can u do color flashing on menu no out menu ^^ i wait it
01-25-2011, 03:19 PM #21
vMiiST-
Save Point
Can you post a link for the patch editor you use? I'm new to this lol. Thanks.
01-25-2011, 07:45 PM #22
Blackstorm
Veni. Vidi. Vici.
Originally posted by FrozN View Post
This cant be done on Derektrotters version? Only mossy's?


Derektrotter's version is Mossy's
01-25-2011, 07:47 PM #23
FrozN
Look up my Patch Edits :P
Humiliated. :/
01-25-2011, 07:59 PM #24
Blackstorm
Veni. Vidi. Vici.
Originally posted by FrozN View Post
Humiliated. :/


I'm sorry :cry:

The following user thanked Blackstorm for this useful post:

FrozN
01-25-2011, 10:08 PM #25
bilyboi2k9
Bounty hunter
thanks dudeHappy
01-26-2011, 01:24 AM #26
Fun to use Happy Better than haveing black and white as menu backround to !!!
01-26-2011, 01:45 AM #27
Blackstorm
Veni. Vidi. Vici.
Originally posted by KojiTheSword View Post
Fun to use Happy Better than haveing black and white as menu backround to !!!


Yeah i think it's unique =D
01-26-2011, 04:52 AM #28
Blackstorm
Veni. Vidi. Vici.
Originally posted by vMiiST
Can you post a link for the patch editor you use? I'm new to this lol. Thanks.


lol FF Viewer FTW :black:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo