Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Need Function to Complete before Proceeding Re: Need Function to Complete before Proceeding

#106807
dman777
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.