Jump to content

Search the Community

Showing results for tags 'sort by scale.x'.

  • 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'm using a particle emitter but it seems the same as group sorting, let me know if I'm wrong on that. I see how to sort a group by x or y but I'm trying to sort by scale like this: getLargest: function(emitr) { emitr.sort('scale.x', Phaser.Group.SORT_ASCENDING) return emitr.getTop(); }I'm not sure what right is but that is wrong, it throws an error in Phaser.js "Cannot read property 'z' of undefined" Thanks for any help!
×
×
  • Create New...