Home › Forums › JavaScript › Need Function to Complete before Proceeding › Re: Need Function to Complete before Proceeding
July 26, 2012 at 4:01 am
#106807
Member
Since I have a function called home() when the user presses the home() button, I would rather keep to that convention rather than replaced home with fadeTo. I wrote the fadeTo function myself, so I could rewrite the function if I had for it to be called first. For experimenting, I tried placing home() as a callback in fadeTo and called from home(), in which I got a error to much recursive.