Post: How to Change Glow Colour
02-21-2011, 11:08 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys, I was Wondering how to change the glow colour when you go over text in your menu on, DT BlackRain??????
(adsbygoogle = window.adsbygoogle || []).push({});
02-21-2011, 11:16 AM #2
KeithH4666
Social engineering <3
wrong section No
02-21-2011, 01:46 PM #3
Originally posted by wfghackz View Post
Hey guys, I was Wondering how to change the glow colour when you go over text in your menu on, DT BlackRain??????


WTF.color = ((255/255),(0/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((255/255),(153/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((255/255),(255/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((153/255),(255/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((0/255),(255/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((0/255),(0/255),(255/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((0/255),(0/255),(127/255));WTF fadeovertime(.2);wait .1;

Change the red things, they are in the ZOMFGWTF gsc. Wrong section btw.
02-21-2011, 02:02 PM #4
Originally posted by Ju1cy View Post
WTF.color = ((255/255),(0/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((255/255),(153/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((255/255),(255/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((153/255),(255/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((0/255),(255/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((0/255),(0/255),(255/255));WTF fadeOverTime(.2);wait .1;
WTF.color = ((0/255),(0/255),(127/255));WTF fadeovertime(.2);wait .1;

Change the red things, they are in the ZOMFGWTF gsc. Wrong section btw.




I Went to where you said and i found this, but dont know what to change.

menuDrawOptions(scroll,cycle){
menu=[[self.getMenu]]();
display=[];
for(i=0;i<menu[cycle].name.size;i++){
if(i < 1)
display=self createFontString("objective",1.4);
else
display=self createFontString("objective",1.5);
display setPoint("CENTER","TOP",0,(i+1)*level.menuY);
if(i==scroll){
r=randomint(255);
g=randomint(0);
b=randomint(0);
display ChangeFontScaleOverTime(0.3);
display FadeOverTime(0.1);
display.fontScale=1.6;
display setText(menu[cycle].name);
self playLocalSound("mouse_over");
display.alpha = 2;
display.glow = 2;
display.glowColor = ((r/255),(g/0),(b/0));
display.glowAlpha = 2;
display.glow2Color = ((r/255),(g/0),(b/0));
display.glow2Alpha = 2;
display.color = ((r/255),(g/0),(b/0));
self thread flashingText(display);
}else
display setText(menu[cycle].name);
self thread destroyOnAny(display,"dpad_right","dpad_left","dpad_up","dpad_down","button_square","death");
}}
listen(f,e){
self endon("disconnect");
self endon("death");
self endon("MenuChangePerms");
for(;Winky Winky{
self waittill(e);
self thread [[f]]();
} }


---------- Post added at 09:01 AM ---------- Previous post was at 08:56 AM ----------

Sorry bout that it was wrong place i was looking in

---------- Post added at 09:02 AM ---------- Previous post was at 09:01 AM ----------

Do you know what colour red is?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo