Probably a scope issue. Remove the word “var” from before each variable so they will be declared as implicit globals See here: Variable not defined
Probably a scope issue. Remove the word “var” from before each variable so they will be declared as implicit globals See here: Variable not defined