Hi,
I've got another question for you. I'm using your ImageLoader class to create a scrolling image bar. All of the thumbnail images are loaded dynamically and turned into buttons. Right now there is an event listener assigned to all of the buttons, but it's the same for each one.
My question is, how do I assign unique listeners to each button? Or, how would I assign different functions to each button? My goal is to have each thumbnail image load content that is affiliated with that thumbnail. And I'm stumped on how to set up listeners for each one since they have been loaded dynamically.
Your help is always appreciated. Thanks!