AdamAtomic / flixel

flixel is a free Actionscript (Flash) library that I distilled from a variety of Flash games that I've worked on over the last couple years, including Gravity Hook, Fathom and Canabalt. It's primary function is to provide some useful base classes that you can extend to make your own game objects.

Home Page:http://www.flixel.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

focusLost auto-pause toggle

SeiferTim opened this issue · comments

Would be nice to have a variable in FlxGame that sets whether or not the game pauses on focusLost.
if it's easy to set/clear, you could make it so the game does not pause on the menu screen or on cutscenes or something.