TypeError: Error #1006: value is not a function

Another tip: if you get this error, one possible explanation is that you have tried to declare a variable with the same name as an already declared function – perhaps one which has been inherited from a superclass.

Add a comment:

*