if (mouse onOver object(x)) { set animation="animation2"; set X.height = "x.height*1.2";//高度随比例变大 set X.weight =“x.weight*1.2”;//宽度随比例变大 } else { set animation = “Default” set x.height = "高度原本值"; Set x.weight = "宽度原本值"; } //这个逻辑应该可以帮你解决把?请傅老师看看 @傅老師_台灣