Tweened Menu
Add comment October 12th, 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;
}
}
};
Add comment September 1st, 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;
}}
Add comment August 31st, 2005
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jun | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 | ||||