Mouse follow 2
September 1st, 2005
Here is an update from the mouse follow menu. It only works when you are 100px in.
this.mcMouseFlo.onEnterFrame = function() {
if (_root._xmouse < 100) {
this._y = _root._ymouse;
if (_root._ymouse <= 60) {
this._y = 60;
}
if (_root._ymouse >= 301) {
this._y = 301;
}
}
};
Last 5 posts in actionscript
- HOWTO Create a Facebook App using FlexBuilder - June 24th, 2009
- Roman Numeral/Arabic Convertion AIR App - Johnny V Now Available - December 25th, 2008
- How to convert Roman Numerals and Arabic numbers in ActionScript 3 - December 17th, 2008
- Using Flash Player 10 to produce Dynamic Musical Notes - May 20th, 2008
- Flash Player 10 Dynamic Sound Generation - May 20th, 2008
Last 5 posts in flash
- HOWTO Create a Facebook App using FlexBuilder - June 24th, 2009
- Roman Numeral/Arabic Convertion AIR App - Johnny V Now Available - December 25th, 2008
- How to convert Roman Numerals and Arabic numbers in ActionScript 3 - December 17th, 2008
- Flash Player 10 Pure Flash Keyboard using SampleDataEvent - September 3rd, 2008
- Using Flash Player 10 to produce Dynamic Musical Notes - May 20th, 2008
Last 5 posts in mx 2004
- Tweened Menu - October 12th, 2005
- Menu mouse 3 - September 3rd, 2005
- Mouse follow menu - August 31st, 2005
Entry Filed under: actionscript, flash, mx 2004
Leave a Comment
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