Jump to content

Search the Community

Showing results for tags 'bug tweens'.

  • 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. Hi everyone, I think I ran into a bug in phaser 2.0.4 when using chained tweens. I chain tweens by adding them onto the same tween object by repeatedly calling the "to" method. This works great, BUT if the game loses focus, then the chained tweens are just forgotten about by phaser. EDIT: powerfear figured out what was wrong with my code, I had autostart = true for all chained tweens. This (weirdly) resulted in the tweens working perfectly only as long as there was no tab change at any time. (But if the tab was changed the tween chain broke.) I lef the broken example up: Example: http://jppresents.net/static/examples/boardgame/bug.html Sourcecode: http://jppresents.net/static/examples/boardgame/gameBug.js Could anyone check if I am doing something wrong? If not I will open a github issue for this. Happens in Firefox, Chrome and IE.
×
×
  • Create New...