Button behind a button!
Ok,
Well I have a navigation,
when I roll over a menu item, The button goes up and a submenu appears.
But now I wanne give those submenu buttons a link,
on(release){
getURL(work.htm,_parent)
}
but it gets more complicated.
I work with a rollover, rolloff effect and this button needs(!!) to be over all the other things else it woult doe the function rollout
So now I have the submenu buttons under that button layer but my onrelease wont work anymore can anyone help me?
Thanks in advance!
|