I’m trying to create a section of a site that doesn’t involve any clicks - only rollovers. I’m having some problems and can’t seem to figure out a solution.
The file starts out with 2 small “thumbnail” boxes/buttons at the bottom of the stage. I also have an invisible button that covers the bottom third of the stage as well as the 2 thumnails boxes. When you roll over the large button it starts an animation in a movieclip that starts to grow into a frame for large images. When you rollover one of the 2 small thumbnail boxes I want the large scale image to be displayed in the frame if it has finished animating. When you rolloff the thumbnail boxes the image large image should dissapear. And then when you roll off the large invisible button the frame should animate backwards until it dissapears.
I believe all my code is correct. I think the problem is with the buttons being on different layers on top of one another. If I put the large invisible button on top of the 2 thumbnail buttons, the invisible buttons work and the small ones don’t. If I reverse their order the opposite happens.
Hopefully this makes sense and someone can help me out. I’ve attached my file so you can look at it. Thanks!