Jump to content

Search the Community

Showing results for tags 'Collision problem'.

  • 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 there, I am trying to create a simple platform game, where when my player (sprite) collide with a flame, player lose a live and it must restart in a start position X and Y. Problem is , when player jump on flame, it lost a life, but physics.arcade let it fall again on flame , so I lost another life and so on until game gone in gameover. How can I solve? THX
  2. hello guys when i put this code to my little game , the game going to be freeze! i just want to set that when player collide with enemies , the player destroy. how can i do this ? here is my full code : http://jsfiddle.net/4WuFJ/ and this is the code that freezing my game : game.physics.arcade.collide(plane, enemies, collisionHandler, null, this); game.physics.arcade.collide(enemies, enemies); function collisionHandler() { plane.destroy(); }
×
×
  • Create New...