Hi, I have a problem that is bogging me for a couple of hours now.
What I am trying to do sounds very simple but I am just not able to do it. I want to be able to do a rollover over an other one… ok I explain:
What I want to achieve is to have a big movie clip on which I have a rollover function. When I rollover it, a second smaller movie clip appear over the first big one. When I rollover this new smaller one, I want something to happen (it could be anything…). When I rollout the smaller one, it’s stop to do it. Finally, when I rollout of the big movie clip, the smaller one disappear.
Unfortunately, what happening for me is this: the rollover of the first big mc work perfectly … but when I rollover the small one, it’s rollover function happen BUT, it also think that I am not “rollovering” the big anymore because I’m on the smaller one now. So, the small mc dissapear!
Is there a way to acheive what I want and to be able to do a second rollover on top of a first one without Flash thinking I’m not on the first one anymore ? Basicaly, two rollover, one on top of each other! ?
My .fla is a little to big for the max file size on the file attachment so you can download it right here so you can check what I have now:
http://www.pengwind.com/exodeNEW/simultaneousRollovers.fla
(I use the tween class in this to make my mc appear/disappear!)