Topic: Next / Previous Buttons
Hi There,
How do I make this line of code work, it's the missing link for me:
static var pagingArrowsColor:Number = null; //color of thumbnail paging arrows (overrides XML 'frameColor' value)
I want to change this color, from what i assume is white to #887e6e in hex or 136, 126, 110 in RGB. When I enter
static var pagingArrowsColor:Number = 887e6e;
it throws everything out of whack. Please help.
Cheers,
Dave