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
system
August 5, 2003, 6:22am
2
The sites not working…
have you made the rollout bit?
system
August 5, 2003, 6:31am
3
yeah i’ve set up that movie clip, and the code reads on (rollOver) { gotoAndPlay(“across”);
}
system
August 5, 2003, 6:36am
5
http://www.jaydo.com/Assets/test.fla
this is the flash file any help would be great thax
system
August 5, 2003, 6:47am
6
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