Action Script 3.0 Tutorial - Full Screen en Quit Commands


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to Action Script 3.0 Tutorial - Full Screen and Quit Commands

actionscript 3 - Fullscreen in Action Script 3 - Stack Overflow
https://stackoverflow.com/questions/14892242/fullscreen-in-action-script-3

stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE (You need to target FP 11.3+ to use this mode) or . stage.displayState = StageDisplayState.FULL_SCREEN. The latter one won't allow you to read keyboard input while in full-screen mode.

flash - how to make command exit in actionscript 3 - Stack ...
https://stackoverflow.com/questions/28765438/how-to-make-command-exit-in-actionscript-3

When user wants to quit, he can just close the window. – Andrei Nikolaenko Feb 27 '15 at 18:52 It will be run in flash player..i'm not publishing to AIR or web...just make it to .swf and run in flash player...so i need button exit work to close

exit button for ActionScript 3.0? - Stack Overflow
https://stackoverflow.com/questions/6816029/exit-button-for-actionscript-3-0

I would click the EXE file, the screen would flash and then close. When I took that code out of the Actions for that button's layer, it worked fine (didn't close) but now I don't have a quit command. Unless I did something wrong? So is there a