In order to successfully disable buttons on hidden slides, you'll have to incorporate either "btnInstanceName._visible = false" or "btnInstanceName.enabled = false. Do a search for either or both, I'm sure you'll be able to find something to help you out. Another thing, you'll probably need to incorporate a variable boolean value to help determine which buttons are active for the corresponding active slide.
HTH.




Reply With Quote