Flash 按钮实现双击
on(release){
time=new Date();
se=time.getSeconds();
mi=time.getMilliseconds();
t=Math.round(se*1000+mi);
b=a;
a=t;
c=a-b;
if(c0){
trace("双击成功")
a=b=c=0;//清零,以便下一次计算
}
}
本文转自:http://www.5uflash.com/flashjiaocheng/Flashaschengxu/347.html