PDA

View Full Version : testing my boring footer



Daedelus
September 8th, 2003, 02:35 AM
test? test? is this thing on?

Yeldarb
September 8th, 2003, 09:50 AM
i clicked it...

kh3mical
September 11th, 2003, 02:56 AM
i like it.... how did u do it?

Yeldarb
September 11th, 2003, 09:32 AM
it's 2 pictures on top of each other

onClipEvent(enterFrame) = function() {
if (_root._mousex = this._x) {
if (this._alpha > 50) {
this._alpha -= 5;
} else {
if (this._alpha < 100) {
this._alpha += 5;
}
}
}

kh3mical
September 11th, 2003, 07:52 PM
cheers.