[F8] Hot to let User Change Font Color?
I have a little project here and I want the text to be readable by everyone.
As this is a game-esque type of project the Font style needs to be a certain way, so I can't alter that. However I did some testing with a group and found that the style is fine if the user can change their font color. Some see blues better, some reds, etc...
So what I would like is to have a menu screen (done) with some example text (done) and a forward and/or back button (done). I would like the test font to change colors based on the user pressing the buttons(not done). When they find one they like and can read, they can click the save button (not done) and go on to the rest of the project, with their color still showing on the font.
My ideas so far have been to create keyframes of the font for each color (tedious) and cycle through them with the buttons.
I am hoping there is an all AS way of doing the color changes. I also would like some advice on saving these settings for the duration of the project.
Thanks!
~MoN