Post: Change Color - NUMBERS
10-25-2010, 10:46 PM #1
mattbettiol
Internet Marker
(adsbygoogle = window.adsbygoogle || []).push({}); I know the color list for 1 type to change colors like:
^0 - Black
^1 - Red
^2 - Green

But can anyone give a list or a small tutorial on how to change the numbers highlighted in red below to a different color ?

self.hBack = self createRectangle("LEFT", "CENTER", 0, 0, 300, 30, (0,0,170));
(adsbygoogle = window.adsbygoogle || []).push({});
10-25-2010, 10:50 PM #2
AlabamaHit
ROLL TIDE!!!
nvm, I misunderstood post.
10-25-2010, 10:55 PM #3
mattbettiol
Internet Marker
Originally posted by AlabamaHit View Post
nvm, I misunderstood post.


lol I didn't even see what you said...

Do you know what I am talking about ?
10-25-2010, 10:57 PM #4
AlabamaHit
ROLL TIDE!!!
You want to change the color of a number

^1 0 ^2 8

That is how..Just put a space in there..
10-25-2010, 10:58 PM #5
mattbettiol
Internet Marker
Originally posted by AlabamaHit View Post
You want to change the color of a number

^1 0 ^2 8

That is how..Just put a space in there..


Does the 3 numbers at the end of self.hBack = self createRectangle("LEFT", "CENTER", 0, 0, 300, 30, (0,0,170)); mean color ?
10-25-2010, 11:02 PM #6
AlabamaHit
ROLL TIDE!!!
i have no idea what you said. But changing those sould just be

self.hBack = self createRectangle("LEFT", "CENTER", 0, 0, 300, 30, (^1 0,^2 0,^3 170));
10-25-2010, 11:03 PM #7
mattbettiol
Internet Marker
Originally posted by AlabamaHit View Post
i have no idea what you said. But changing those sould just be

self.hBack = self createRectangle("LEFT", "CENTER", 0, 0, 300, 30, (^1 0,^2 0,^3 170));


and that would change the color of the text ?
10-25-2010, 11:05 PM #8
AlabamaHit
ROLL TIDE!!!
Honestly?

Probarly not. It will probarly error out.


You need to put the ^1 <--or whatever color number in front of the "Text".
10-25-2010, 11:07 PM #9
OFWGKTA
Developer
no those three slots are for rgb codes :l

    
Find a hex color code that you want to change to rgb,
then follow the dirrections in the link bellow
If you cant work with rgb you shouldnt be editing a patch =D
[URL="https://www.javascripter.net/faq/hextorgb.htm"]https://www.javascripter.net/faq/hextorgb.htm[/URL]
10-25-2010, 11:11 PM #10
mattbettiol
Internet Marker
Originally posted by AlabamaHit View Post
Honestly?

Probarly not. It will probarly error out.


You need to put the ^1 <--or whatever color number in front of the "Text".


like on this post:
You must login or register to view this content.

it says edit the last 3 numbers to change the color, but what numbers mean what colors lol ?

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

Originally posted by adrian.saint View Post
no those three slots are for rgb codes :l

    
Find a hex color code that you want to change to rgb,
then follow the dirrections in the link bellow
If you cant work with rgb you shouldnt be editing a patch =D
[url=https://www.javascripter.net/faq/hextorgb.htm]Hex-to-RGB Color Converter[/url]


kk going to try.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo