Jump to content

Search the Community

Showing results for tags 'onBlur'.

  • 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 2 results

  1. Hi all I'm Taiwanese, my english is poor , but I will do my best describes the problem https://jsfiddle.net/p7zbawt3/ I've added that code: this.game.stage.disableVisibilityChange = true;and this.config.forceSetTimeOut = true;When the browser tab loses focus,the tween animation can keep running,but the Physics ARCADE no works with loops, It was paused... Hope that helps, thanks!
  2. Any idea why I can't get the game onBlur to fire. I intended to use it to stop background music playing when the game loses focus. I've cut everything down to this: game.onBlur.add(function() { console.log("BLURRED");}, this);I can see that the game object has the signals added but the function never gets called. Have I missed something?
×
×
  • Create New...