PDA

View Full Version : how can we do this


peter pan
03-26-2003, 05:38 PM
Hi

please can any one tell me how can we do the navigation bar in this site :

http://www.gonzalovillanueva.com/home.html

i put a button over the movie clip with alfa=0 and i used on roll over command ; in fact the menu moves but i didn't reach the inside buttons because of the effect of the upper movie.


can you help me with any idea to do this navigation bar


thanx

i++
03-27-2003, 09:26 AM
hi peter,

you could use a movieclip and the mc.hitTest() instead of a button. the mc won´t catch the events of your buttons.

hope it helps.

i++

peter pan
03-27-2003, 11:50 AM
hi i++

i tried using an mc but with mouse _x and _y hit test

- i mean i put an mc with alfa=0 over the button and i tried to use :



hitTest( _root._xmouse, _root._ymouse, false); to activate the mc - which contain the buttons - when the mouse pass over the upper mc- whith alfa = 0 .


i hope that it's some how clear ? some times i can't explain very will :(

so

if you tried some thing and it works with you tell me

thanx

gomanel
03-29-2003, 03:55 AM
Okay,

I dont think I get it...what you wana to know really?
I see the menu at botton of page and when I rollover its show the links and stuff...is that you wana to do?

Manoel

peter pan
03-31-2003, 05:16 AM
Hi gomanel

Yes... that is what i want to know.:rolleyes:

farafiro
03-31-2003, 06:52 AM
hey peter
just see the tuts in www.bit-101.com and you will get the idea