/ Published in: ActionScript 3
Expand |
Embed | Plain Text
stage.displayState = (stage.displayState == "normal") ? "fullScreen" : "normal";
You need to login to post a comment.
stage.displayState = (stage.displayState == "normal") ? "fullScreen" : "normal";
You need to login to post a comment.