Link to home
Start Free TrialLog in
Avatar of robsons995
robsons995

asked on

Action Script 2 Font colour change problem...

cant get the fontcolour feature to work :( i've tried without the ()'s with 'fontcolour' and with "fontcolour" and with nothing around it either, can anyone bring some light to this please?

the autoplay and randomtrack selectors work so i know the settings.cfg is getting read correctly.

and i know the fonts do change colour as ive put 0xFF00FF where (fontcolour) currently is and the fonts change...

Thanks.
Steve.
Actionscript 2
 
loadVariables("settings.cfg","_root");
format = new TextFormat(); 
format.color = (fontcolour);
 
_________________________________________________________
 
settings.cfg
 
&autoplay=1&randomtrack=0&fontcolour=0xFF00FF

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of robsons995
robsons995

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial