Sunday 16 December 2007

also in on (rollOver){
SetProperty(this, _alpha,1o0);
}

this puts alpha back to full when movie is selected

and

on (rollOut){
SetProperty(this, _alpha,50);
}

this putting alpha back below full visibility when deselected.

No comments: