Question
Use a function to trigger a function?
Is that possible?
I have an event listener attached to a movie clip. The corresponding function has an instance of the loader class. So I am getting error #1034, coercion failed.
My thought is to have the event listener trigger a neutral function which itself will trigger the function with the loader class instance.
Any thought appreciated.
Thanks.