Jump to content

Search the Community

Showing results for tags 'phaser sprite'.

  • 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. How to glide a sprite to a specified position with tweening (if you have used scratch you will understand the choice of words) in Phaser?
  2. When I add a sprite to my game in the update function, the sprite is displayed, but the kill() method doesn't work. I suspect this is because the game property of the sprite is set to null. If I add the sprite in the create function instead, the game property is set correctly and kill() works just fine. Should I not be adding sprites in the update function? If I need to add all my sprites in create, what's the recommended way of keeping them hidden until I want them to be displayed?
×
×
  • Create New...