View Single Post
  #938  
Old 04-04-2011, 10:29 PM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
just wondering, GST could probably even do this, but could you make a built variable that holds all the color names, hex, and RGB?

like
PHP Code:
player.colors0] = this.colorlist0]; 
which should return 'black'

be like
PHP Code:
this.colorList = {{ "black""#000000", { 000}}, ...}; 
I would like to see also being able to set colors[ #]'s with hex/rgb also
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!

Last edited by MrOmega; 04-04-2011 at 10:55 PM..
Reply With Quote