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
- Using Flash Player 10 to produce Dynamic Musical Notes - May 20th, 2008
- Flash Player 10 Dynamic Sound Generation - May 20th, 2008
- How to compile and examples for Flash Player 10 or ASTRO BETA - May 16th, 2008
- How to use Bitmap and BitmapData in ActionScript 3 - v2 - April 23rd, 2008
- How to use Bitmap and BitmapData in ActionScript 3 - v1 - April 21st, 2008
Last 5 posts in flash
- Flash Player 10 Pure Flash Keyboard using SampleDataEvent - September 3rd, 2008
- Using Flash Player 10 to produce Dynamic Musical Notes - May 20th, 2008
- Flash Player 10 Dynamic Sound Generation - May 20th, 2008
- How to load Pixel Bender in Flash Player 10 - May 19th, 2008
- How to compile and examples for Flash Player 10 or ASTRO BETA - May 16th, 2008
Last 5 posts in mx 2004
- Tweened Menu - October 12th, 2005
- Menu mouse 3 - September 3rd, 2005
- Mouse follow menu - August 31st, 2005
Josh Weatherspoon, A self-proclaimed millionaire who for some reason has to work as a Flash Developer, at Travelocity in Dallas(Southlake), TX.
Sorry, no comments yet.