following turn based rpg tutorial, what does this mean and why am i getting this error #2619
Unanswered
ColdlordXRepositories
asked this question in
Q&A
Replies: 2 comments 3 replies
-
you have to move your var declaration at line 6 inside the curly bracket at line 8
|
Beta Was this translation helpful? Give feedback.
3 replies
-
you have to move the bracket at line 13 between line 9 and 10. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expected extends or implements or {diagnostics(4)
my full code.
Im doing what the tutorial says (im on part 3) which is "For right now, we just want to get the Player class initialized, make sure that it works, and try adding it to our PlayState. It's not going to move or do anything yet, that will come in a minute. So save the changes to our Player class, and go back to the PlayState. We need to define our Player variable, so underneath the class line, add:
var player:Player;"
Did that, error. help?
Beta Was this translation helpful? Give feedback.
All reactions