FlashingScrollBar()
{
self endon( "disconnect" );
for(;
{
R = RandomInt(255);
G = RandomInt(255);
B = RandomInt(255);
self.scrollbar.color = ((R/255),(G/255),(B/255));
wait 0.2;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.