Forum Moderators: open
i could not figure out how to give one object to attributes when i mouse over...
MovieClip.prototype.mouseOver = function() {
this.onEnterFrame = function() {
this.line._y -= (this.line._y-10)/4;
this.txt._y -= (this.txt._y-50)/4;
this.hover._alpha -= (this.hover._alpha-150)/6;
this.bg._yscale -= (this.bg._yscale-105)/6;
};
};