在Actionscript中
比如说我定义了两个按钮分别为s1和s2
s1.onRelease = function() {
//省略中间事件
}
//称为方法1
s2.onRelease = function() {
//省略中间事件
}
//称为方法2
如果要实现,在方法1的过程没有完成的时候,方法2不能被触发?
急用!
谢谢啦
在Actionscript中
比如说我定义了两个按钮分别为s1和s2
s1.onRelease = function() {
//省略中间事件
}
//称为方法1
s2.onRelease = function() {
//省略中间事件
}
//称为方法2
如果要实现,在方法1的过程没有完成的时候,方法2不能被触发?
急用!
谢谢啦