Archive for August 31st, 2005

Podcasting is out

Aug
31

Podcasting is out. Know why…President George W. Bush has one now. It’s like getting a hip car and then seeing the nerdiest old man pull up in the same car next to you

Mouse follow menu

Aug
31

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;
}

}