You are viewing our Forum Archives. To view or take place in current topics click here.
[RELEASE] Color Changing Scroller for Phoenix v2
Posted:

[RELEASE] Color Changing Scroller for Phoenix v2Posted:

XKLUTCHIN_OUTX
  • Resident Elite
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 282
Reputation Power: 13
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 282
Reputation Power: 13
This is not a copy and paste from BaBaBaseline.
1: His uses only a certain amout of colors
2: Mine makes random colors so you can have many colors.

Here, hope you like


Rcolor()
{
        self endon("donet");
        for(;;)
        {       
                r = randomint(255);
                g = randomint(255);
                b = randomint(255);
                self thread ColorScroll((r/255),(g/255),(b/255));
                wait .05;
                self thread ColorScroll((r/255),(g/255),(b/255));
                wait .05;
        }
}

Here's a video:




Also, to end the rainbow scroller, just add a notify to the other colors like this
self notify("donet");
That will end it.


Last edited by XKLUTCHIN_OUTX ; edited 1 time in total
#2. Posted:
COD_Gamer
  • Challenger
Status: Offline
Joined: Apr 27, 201113Year Member
Posts: 130
Reputation Power: 5
Status: Offline
Joined: Apr 27, 201113Year Member
Posts: 130
Reputation Power: 5
can you invite xUNTAMED AK47x
#3. Posted:
Billy431
  • TTG Senior
Status: Offline
Joined: Jun 09, 201013Year Member
Posts: 1,256
Reputation Power: 68
Status: Offline
Joined: Jun 09, 201013Year Member
Posts: 1,256
Reputation Power: 68
COD_Gamer wrote can you invite xUNTAMED AK47x


:facepalm: , its not a lobby u leech.
#4. Posted:
Gallery
  • TTG Master
Status: Offline
Joined: Dec 13, 201013Year Member
Posts: 814
Reputation Power: 34
Status: Offline
Joined: Dec 13, 201013Year Member
Posts: 814
Reputation Power: 34
Thanks, it really improves the appearance .
#5. Posted:
Billy431
  • TTG Senior
Status: Offline
Joined: Jun 09, 201013Year Member
Posts: 1,256
Reputation Power: 68
Status: Offline
Joined: Jun 09, 201013Year Member
Posts: 1,256
Reputation Power: 68
only thing i might do is slow down the change time, its a little fast for me
#6. Posted:
XKLUTCHIN_OUTX
  • Resident Elite
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 282
Reputation Power: 13
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 282
Reputation Power: 13
billy431 wrote only thing i might do is slow down the change time, its a little fast for me

Yeah, I like this code cause you can change that. And you're right this is a release. Not a Lobby invite.
#7. Posted:
XboxDragon
  • Rising Star
Status: Offline
Joined: Jul 03, 201013Year Member
Posts: 775
Reputation Power: 32
Status: Offline
Joined: Jul 03, 201013Year Member
Posts: 775
Reputation Power: 32
Can I have a download link for the phoenix Patch Please?
#8. Posted:
Billy431
  • TTG Senior
Status: Offline
Joined: Jun 09, 201013Year Member
Posts: 1,256
Reputation Power: 68
Status: Offline
Joined: Jun 09, 201013Year Member
Posts: 1,256
Reputation Power: 68
XboxDragon wrote Can I have a download link for the phoenix Patch Please?


buy it from Mike don't leech it.

mikes aim: viirusxmodz
#9. Posted:
omgitsa
  • TTG Senior
Status: Offline
Joined: Nov 07, 201013Year Member
Posts: 1,055
Reputation Power: 47
Status: Offline
Joined: Nov 07, 201013Year Member
Posts: 1,055
Reputation Power: 47
thanks im going to try this
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.