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:
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
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
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:
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
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 09, 201014Year Member
Posts: 1,256
Reputation Power: 68
Status: Offline
Joined: Jun 09, 201014Year Member
Posts: 1,256
Reputation Power: 68
COD_Gamer wrote can you invite xUNTAMED AK47x
:facepalm: , its not a lobby u leech.
- 0useful
- 0not useful
#4. Posted:
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 .
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 09, 201014Year Member
Posts: 1,256
Reputation Power: 68
Status: Offline
Joined: Jun 09, 201014Year Member
Posts: 1,256
Reputation Power: 68
only thing i might do is slow down the change time, its a little fast for me
- 0useful
- 0not useful
#6. Posted:
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.
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jul 03, 201014Year Member
Posts: 775
Reputation Power: 32
Status: Offline
Joined: Jul 03, 201014Year Member
Posts: 775
Reputation Power: 32
Can I have a download link for the phoenix Patch Please?
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Jun 09, 201014Year Member
Posts: 1,256
Reputation Power: 68
Status: Offline
Joined: Jun 09, 201014Year 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
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Nov 07, 201014Year Member
Posts: 1,055
Reputation Power: 47
Status: Offline
Joined: Nov 07, 201014Year Member
Posts: 1,055
Reputation Power: 47
thanks im going to try this
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.