This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > July 2007 > button within movie clip doesn't work
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
button within movie clip doesn't work
|
|
| masterkrang 2007-07-23, 6:15 pm |
| hi,
i've created a products movie clip. when you mouse over the products button,
the movie clip has a sub-navbar tween horizontally out of the movie clip. when
the subnav is done coming out and stops, i have buttons that appear that i
would like the user to be able to click on. everything works out fine until i
roll over the button, nor does the rollover state work. i have a feeling it is
because the button is nested, but not sure.
i set up a simple example here:
http://kurtcom.com/examples/jeannettes_damn_navbar.html
let me know if you want me to email you the file as well, thanks!
| |
| masterkrang 2007-07-25, 6:18 pm |
| still looking for an answer to this question....
simple code:
products.onRollOver = function() {
products.gotoAndPlay("over" );
}
products.onRollOut = function() {
products.gotoAndStop(1);
}
i have a button that is within the products mc's timline. the button will not
work...? do i need to delete the onRollOver? ???
the file is very small and simple, i can email it. thanks!
| |
| Matthew Traxler 2007-07-27, 10:15 pm |
| I had a similar task/problem not too long ago-
it may be as simple as making a movieclip that covers your entire button /
fly out menu... set that to visible = false; - then set your hitArea as the
invisble movieclip for the menu...
if you have multiple menu's that would overlap- which was the problem i had-
search for a tutorial on flyout menus in flash... i found a few that helped me
out quite a bit- from what i recal, they all had to do with the hit area...
hopefully that helps somewhat- sorry i don't have solid answers at the moment..
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|