Menu

I am having problems with my flash rollovers. The problem is when i rollover one of my buttons the submenu comes out fine, it is only then when i rollover the next button that the submenu from the previous menu is still there.

Any help would be muchly apprieciated
view rollover menu here
http://www.jaydo.com/Assets/Untitled-2_Scene%201.swf
try the url now

The sites not working…

have you made the rollout bit?

yeah i’ve set up that movie clip, and the code reads on (rollOver) { gotoAndPlay(“across”);
}

.fla’s help more ^^

http://www.jaydo.com/Assets/test.fla

this is the flash file any help would be great thax

yea, but you don’t have the part of the code which should read:

[AS]
on (rollOut) {
gotoAndPlay (“rollingout”)
}
[/AS]

You needa tween the rollout part just like you did for the rollover part :slight_smile:

hey thax