Answer the question
In order to leave comments, you need to log in
How to fix "not defined" error when launching python game?
Hello, I decided to write my game in python.
When I run the program, I get an error:
Traceback (most recent call last):
File "game.py", line 15, in
isJump == False
NameError: name 'isJump' is not defined"
isJump == False
Answer the question
In order to leave comments, you need to log in
Would you show the code ... And so it is possible:
local variable might be referenced before assignment
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question