Jump to content

Search the Community

Showing results for tags 'unpause'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. panovsky

    auto - pause

    Has anyone had a problem with the auto pause in the phaser? How to disable it? To disable it using: this.stage.disablePauseScreen = true; and this.stage.disableVisibilityChange = true; when using - auto pause turned off, but if you click on another tab in chrome - again cut one auto pause. this.onPause.add (gamePausedFunc); this.onResume.add (gameResumedFunc); here is the same, even if the write game.paused = false; in functions And the main problem is that when triggered auto pause during playback animation - animation stops and can not be played at all after returning to the game.
×
×
  • Create New...