Jump to content

Search the Community

Showing results for tags 'bitmap data'.

  • 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. Hello, please help. Can I put sprites with children in the bitmapdata? I'll attach the picture, is this possible and how? Thank you.
  2. I'm uploading an Image with JS. When I send that data to the phaser code I sometimes don't see it. It does receive the data but don't show it... function(BitmapData) { var data = new Image(); data.src = BitmapData; this.game.cache.addImage("image-data", BitmapData, data); this.userPic = this.game.add.sprite(10, 10, 'image-data'); console.log("loadUploadedImg",BitmapData,this.userPic); } Even when I try to load the same image, so it's not the image it self... Does anyone know what I'm doing wrong?... Thank you
×
×
  • Create New...