Jump to content

Search the Community

Showing results for tags 'cocon'.

  • 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 made a simple on game controller for a game when test it with coconjs it sometimes freezes and not responding to touch specially on slow devices then it works and so on this.sprite.events.onInputDown.add(function(){ console.log("down") if (GAME.paused == false) { this.sprite.alpha = 1; this.pressed = true; }; }, this); this.sprite.events.onInputUp.add(function(){ if (GAME.paused == false) { this.sprite.alpha = 0.35; this.pressed = false; }; }, this); and they are fixed to camera
×
×
  • Create New...