Jump to content

Search the Community

Showing results for tags 'drag &drop'.

  • 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, I have just created a simple game based on the Phaser examples. Here is the source: http://jsfiddle.net/Lajk6trp/ On "RESET" button : - we destroy the old game if any - we generate a new game with two dragable elements (elements images are not available in the example, but it doesn't matter). This code is working on a desktop. But when I test on IOS device, the game is working only the fourth first times. At the fifth click on "RESET", elements are shown, but there are no more dragable. Weird behavior :-o I log the "game" var in console. I can see the var is already a game object after destroyed. Is it normal? It seems weird to have a good behavior creating the game and its elements each time we push on RESET, but to have the dragable event broken on the fifth click. Any help? Note: don't take care of Loader. It's just a test and does not affect the destroy method().
×
×
  • Create New...