HI everyone,
I have a small problem with my fullscreen mode. It enters fullscreen mode nicely when the user click on a button and exit as well when you press the “esc” key (which is the standard). is there a way to track when i exit the full screen because i want to make some MovieClip to re appear at their initial position. I am going mad with that problem.
I am using the following:
User click on button: call a function that is using Stage[“displayState”] = “fullScreen”;
Thanks for any help,
Jerome