Answered
complete a function and then move on...
Ok, this is probably a simple question:
I have three functions (FunctionOne, FunctionTwo and FunctionThree). It is very important that these functions fire in order and that one function doesn't fire until the previous function has completed. I assume the answer to this problem involves adding a listener to each function but I can't seem to make it work.
Thanks
I have three functions (FunctionOne, FunctionTwo and FunctionThree). It is very important that these functions fire in order and that one function doesn't fire until the previous function has completed. I assume the answer to this problem involves adding a listener to each function but I can't seem to make it work.
Thanks