[F8] Need help with adding tabs and button
Hello, not sure if this is the right place to post this. I am trying to see if I can turn this into something that I can use. The original is on FK movies under tabsystem, it required some cleaning up as it looks like it was used for other projects. What I am trying to do is add 2 more tabs on the bottom with sliders leaving 6 in total, no matter what I do I can't get it to work like the original 4. I am also wanting to put buttons on each individual slider, no matter what I do the buttons on the bottom sliders are activated on the upper ones. If anyone could steer me in the right direction that would be very appreciated.
My cleaned zipped version can be found here:
http://www3.telus.net/public/skrenz/tabs.zip
Thanks!
S
1 Attachment(s)
New sample with one button to show problem
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.
Thanks for the help so far, very appreciated!
S