Duplicate function definition error
Hello all!
One of the the most annoying errors to get is the "duplicate function definition" error! I appreciate that Flash doesn't want to see the same function twice...
... But what about the same function used in two different sections (labels) of one site? I've got two different slideshows in two different sections of my site, and I need the same function called out for each.
The function is function nextImage():void
If I remove it one, that slideshow doesn't work (remains fixed on image 1 of the slideshow).. if I keep it in, nothing works!
Any ideas for a work-around? I had wanted to use the same script for both slideshows, but forget that! So, I found another script for a different type of slideshow. I thought I'd be safe taking that approach. Apparently not.
Thanks!!!
