新建元件 按钮 元件的名称为button,然后
直接在as代码那里面写函数:
this.button.onRollOver=function(){
button.label="点击";
}
this.button.onRollOut=function(){
button.label="Play";
这样就好了 你可以试试