Answered
Letter limit and move to other box Adobe Animate HTML5 Canvas
What do I need to do to get only 1 letter written?
What should I do to switch to the next box after typing?


What do I need to do to get only 1 letter written?
What should I do to switch to the next box after typing?



Is this the only place I would name the code based on my project? because i am getting error


that's my error. focusA != this.focusA, so
for(var i=0;i<focusA.length;i++){
should be
for(var i=0;i<this.focusA.length;i++){
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.