12-01-2009, 04:21 AM
Modify this line:
Green: Adjusts the amount of green.
Blue: Adjusts the amount of blue.
Alpha: Adjusts the amount of alpha/transparency. (0 = Completely transparent, 255 = Completely opaque/visible)
Their minimum values are 0. Their maximum values are 255. Set them up.
Quote:BSTAT_ACTOR_HIGHLIGHT = Color.new(255,0,255,255)Red: Adjusts the amount of red.
Green: Adjusts the amount of green.
Blue: Adjusts the amount of blue.
Alpha: Adjusts the amount of alpha/transparency. (0 = Completely transparent, 255 = Completely opaque/visible)
Their minimum values are 0. Their maximum values are 255. Set them up.