When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!
If you want to have the best chances of getting a useful answer quickly, make sure you follow our guidelines about how to ask a good question. That way you’ll be helping everyone – helping people to answer your question and helping others who are stuck to find the question and answer!
I was doing the Codeys Counting Conundrum project and I ran across a bug(or so I think)
originally the code put in was
preload() {
this.load.spritesheet(‘searching’, ‘https://content.codecademy.com/courses/learn-phaser/Counting/codey_searching.png’, { frameWidth: 300, frameHeight: 300 });
but this didn’t work and the Codey sprite wouldn’t show
I changed it to the one I saw on the walkthrough and the sprite worked
Why is this supposed to have happened? am I wrong or is just that way?
here are some sccreenshots