all groups > flash actionscript > february 2007 >
You're in the

flash actionscript

group:

Menu MovieClip to follow mouse


Menu MovieClip to follow mouse lawrenceging
2/3/2007 8:43:14 PM
flash actionscript:
Hi there,

I think my previous post lost anyone who read it, thus no responses. I will
try and explain it more clearly.

If u look at this site www.douglasfisher.co.uk and click on "portfolio" and
then one of the images he has a mouse following menu thats works really well -
how can I create that!!?

I can manage to make a similar menu that follows the mouse well, the problem I
have is when the user rolls off the MC from the right or bottom - the MC keeps
sticking as the mouse re-enters the MC

Any help would be greatly appreciated.

Mark


Re: Menu MovieClip to follow mouse kglad
2/4/2007 7:24:30 AM
Re: Menu MovieClip to follow mouse lawrenceging
2/4/2007 10:06:27 AM
Thanks for getting back kglad.

As I said in my first post - I can get the movie clips movements working just
fine - its a problem with turning on and off the rollover coding. Can anyone
else shed light on to what I need to do, been trying to work it out 4 days now
Re: Menu MovieClip to follow mouse shikozel
2/4/2007 1:15:45 PM
if your subMenu (the one the follow the mouse) called "subMenu", you nedd to
assig onRollOver and onRollOut event to it

subMenu.onRollOver=function(){
//stop menu Movement
}

subMenu.onRollOut=function(){
//follow the mouse
}
AddThis Social Bookmark Button