Jump to content

Search the Community

Showing results for tags 'does'.

  • 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. I have made ​​several crashes my game, and now I have intenado create another, and not working. And I've done the same way as the above ... I have this in the CREATE function: barras = game.add.group(); barraLateral = barras.create(0, 10, 'barra'); barraLateral2 = barras.create(0, 460, 'barra'); game.physics.arcade.enable(barras); barras.enableBody = true; barraLateral.body.immovable = true; barraLateral2.body.immovable = true; game.physics.arcade.enable(playerBet); playerBet.body.enable = true; playerBet.anchor.setTo(0.5, 0.5); playerBet.body.collideWorldBounds = true; playerBet.body.bounce.setTo(0, 0); playerBet.body.immovable = true;and the update function game.physics.arcade.collide(barras, playerBet);The collision does not work ...
×
×
  • Create New...