If you have been following this series of tutorials, "Build A Flash-Powered Content Slider from Scratch," your slider should be working. This is the fourth, and final, installment. Part 1, Part 2, and Part 3 we published previously.
Now we're just going to add a few extra features that will make it even better. The first thing we're going to do is set up a timer in the Slider class that will automatically call our getNextSlide() function every three seconds.
We'll set up another view in the form of pagination dots that will show users how many slides there are and which slide they're currently looking at. This is the final section in the slider series, so by the end of this tutorial you should have a good understanding of the MVC design pattern and an awesome content slider for your site.
