Hm, I haven’t used Flash in a while, so I better start asking questions. :rambo:
How come when this code is placed on a movieclip:
[AS]onClipEvent(enterFrame) {
this._alpha = 0;
if (this.onRollOver == true) {
homearrow_mc._y++;
}[/AS]
}
when you mouse over the movieclip nothing happens?