hansolo
01-24-2011, 08:09 AM
i have tried to use the transition tween. Make the box opauqe to transparent. The only thing occurs is the trace command of the button click.
The box has no change. I cant see where the error is in my code.
btn.onPress = function(){
var tweenMc:Tween = new Tween(box,alpha,Strong.easeOut ,20,100,5,true);
trace("click")
}
The box has no change. I cant see where the error is in my code.
btn.onPress = function(){
var tweenMc:Tween = new Tween(box,alpha,Strong.easeOut ,20,100,5,true);
trace("click")
}