Quote: Originally Posted by Mahalis
Okay, I've got something that works pretty well, but I'm running up against an interface-design issue.
As-is, after two seconds of nothing on the control being touched, everything but the Menu button fades out, becoming completely invisible.
But then what? How does the interface know that someone wants the controls again? I'm thinking about just letting a brush across the Menu button make the rest fade in, but that seems kinda clunky. Any ideas?
Why not just have any touch on the screen bring it back? If all you are doing is controlling FR and the window is just fading in and out (vs being destroyed and recreated), that should be the "easy" answer. (i.e. the window is still there and taking input even if it isn't visible).
-dave