CSD Unit 3 - Lesson 20 Error Message

Link to the project or level:

What actually happens: Game is saying the following error message: “ERROR: Line: 69: TypeError: hi is undefined”

Hello @sanema.

You’ve already created hi1 and hi2 on lines 6 & 8 and then you try to create them again on lines 41 & 47. You can just delete those two blocks and use lines 42 & 48 to redefine the animation if you want, but you don’t want to create them again.

Hope this helps!

Mike