So i know that in order to access the instance variable is I need to do it like this
[code lang="javascript"] enemyInstance.instVars.variableName;
but, How do I change the value of the given variable?
Develop games in your browser. Powerful, performant & highly capable.
nvm I solved it