Mouse follow menu

August 31st, 2005

Hey so I’m behind on flash knowledge but did this all by myself no help from boone or anybody. It a small Movie Clip that follows the mouse under a mask. Simple but I like it. Excuse the design, I was going for function not look. Now I need to get the box to stay a bit while over the button and not follow so close.


this.mcMouseFlo.onEnterFrame = function():Void {

if (_root._xmouse < 89) {
this._y = _root._ymouse;
}

if (_root._ymouse <= 60){
this._y = 60;
}
if (_root._ymouse >= 240){
this._y = 240;
}

}

Entry Filed under: actionscript, flash, mx 2004

Leave a Comment

Required

Required, hidden

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Trackback this post  |  Subscribe to the comments via RSS Feed