Post: [Help] How do i add a scroll bar?
08-05-2012, 12:41 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hey guys i was wondering how do i add a scroll bar and if anyone tells me and it works i will give credit to them in that patch (White Diamond)

like hovering over the words shader bar type of thing

This is White Diamond:




Thanks
(adsbygoogle = window.adsbygoogle || []).push({});
08-06-2012, 06:46 PM #2
ChromeVisionz
Do a barrel roll!
are you asking for scrolling text with a shader at the bottom of the screen?
08-06-2012, 10:06 PM #3
zoCHARLEYoz
I am error
Originally posted by xInfectModz View Post
hey guys i was wondering how do i add a scroll bar and if anyone tells me and it works i will give credit to them in that patch (White Diamond)

This is White Diamond:




Thanks



with shader:


doNewsBar()
{
self endon("disconnect");
bar = self createBar((0,0,0), 1000, 30);
bar setPoint("CENTER", "", 0, 220);
bar.foreGround = true;
bar.alpha = 0.9;
txt = self createFontString("bigfixed", 0.9);
txt.foreGround = true;
txt.glow = 1;
txt.glowAlpha = 0.5;
txt.glowColor = (1, 1, 1);
txt setText("your text here");
for(;Winky Winky
{
txt setPoint("CENTER", "", 1200, 220);
txt setPoint("CENTER", "", -1200, 220, 20);
wait 20;
}
}


without shader:


doNewsBar()
{
self endon("disconnect");
txt = self createFontString("bigfixed", 0.9);
txt.foreGround = true;
txt.glow = 1;
txt.glowAlpha = 0.5;
txt.glowColor = (1, 1, 1);
txt setText("your text here");
for(;Winky Winky
{
txt setPoint("CENTER", "", 1200, 220);
txt setPoint("CENTER", "", -1200, 220, 20);
wait 20;
}
}

The following user thanked zoCHARLEYoz for this useful post:

zzxXHAZARDXxzz
08-07-2012, 05:08 PM #4
cheers bro
so do i just add that anywhere and then put the code where?

---------- Post added at 12:08 PM ---------- Previous post was at 12:07 PM ----------

if this is a scrolling text i dont want tht i want it hovbering over the words if you no what i mean
08-07-2012, 05:35 PM #5
zzxXHAZARDXxzz
Press F13 for lulz!
lol not trying to be mean but you can make a mod menu but you cant make a scroll bar nice mod though

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo