Interactions On Complete function call

Hi all, any tips on getting the On Complete callback to work? I have added it to the timeline with the function name in the textbox (as per myFunc example), but get the “Uncaught TypeError: t is not a function” error in the browser console.

Any help would be much appreciated!

L

Hi @lhp,
You can’t pass any parameters in, so it should be myFunc not myFunc(). Let me know if this solves it for you. If not, can you either supply the project or a code snapshot?
Cheers,
Bob