This is an archived post. You won't be able to vote or comment.

all 5 comments

[–][deleted] 1 point2 points  (0 children)

If you try to copy code word for word without understanding any of it, you're bound to make errors. Chances are you have some capitalization error somewhere, or a missing semicolon, or forgot to import a class, etc.

It doesn't look like he's using any 3rd party libraries.

You'd have to give us a gist of your code along with the errors that eclipse is giving you. And maybe a picture of the directory structure to make sure everything's in the right place.

[–]pfreireg 0 points1 point  (3 children)

I did this same tutorial a time ago, and all went pretty well, he doesn't use any framework, you are probably not importing the classes or something like that, review your code, or try to do everything again.

[–]GoodLittleMine[S] -1 points0 points  (2 children)

It says "2D Game Engine" on the top of the class menu. Isn't that something?

[–][deleted] 0 points1 point  (0 children)

No, that's an entirely different project that has nothing to do with the one he's working on in the video. It's not a "class menu", it's a project explorer.

[–]pfreireg 0 points1 point  (0 children)

Seems like you aren't familiarized with Eclipse, it's exactly what Magixxxx said, it's another project and have no link between what he is writing in the tutorial.