So I want the game to pause (and specifically FPSplayer.pfb) when
self.currentState == "menu" or "splash"
So I want the moving gun animation to stop, I want it to ignore key presses and mouse movement, I want it to ignore mouse clicks. Basically, I want it to freeze up when app.currentState is not "game"
Any ideas?