1

I started Phaser, and if you look at the Visual Studio Guide on the Phaser website, you keep getting errors. Did anyone solve this problem?

winner_joiner
  • 12,173
  • 4
  • 36
  • 61
이동수
  • 31
  • 2
  • 2
    You are following an old Phaser 2 tutorial, but you installed Phaser 3. – user15517071 Dec 21 '21 at 02:06
  • 1
    You should share the codes and errors as text so that they can be read and edited by users. You should read this article: [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) – Sercan Dec 21 '21 at 02:16

1 Answers1

1

As it was mentioned in the comments, I also assume that you are mixing to phaser versions.

I would use Phaser 3 (here is a older post "comparing" the versions Should I use Phaser 3 or Phaser 2/CE? )

Just to be on the save side:

Select the tutorials/examples for the version you want to use:

For example, for your sprite problem:

I hope this helps, with your problem

winner_joiner
  • 12,173
  • 4
  • 36
  • 61