Jump to content

Search the Community

Showing results for tags 'SpaceBar ButtonUp'.

  • 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 am a newbie in using Phaser and i am trying to figure out how i can add the space bar as key for "upwars" Therefore i was looking at phaser.js how createCursors() is realized and tried to enhance it like this cursors = game.input.keyboard.createCursorKeys(); cursors2 = game.input.keyboard.addKeys('up', Phaser.Keyboard.SPACEBAR); but using it like cursors2 = game.input.keyboard.addKeys('up', Phaser.Keyboard.SPACEBAR); i get the error: Unable to get property 'isDown' of undefined or null reference Has anybody a hint how to solve that?
×
×
  • Create New...