I figured that I would upload an example of what I am up against. The button is on slide one, but shows through all slides. I need to be able to disable buttons on lower slides when upper slides are activated.
Do I use a code like this:
trace("slide#mc reset");
btn2.enabled = (_root.****** == _root.page);
Robb, I notice that all of your slides show the mouse hand, this won't work when there are buttons on it would it? In my example there is no mouse hand on the slides, except where there is a button which is ideal.