把下面的代码放到按钮上: on (press) { time = getTimer()-down_time; if (time<300) { trace("ok"); } down_time = getTimer(); } 这样的话,如果都用比较麻烦,写了一个类来判断 MovieClip.prototype.doubleClick = function() { this.timer2 = getTimer()/1000; if ((this.timer2-this.timer)<0.25) { return true; } else { this.timer = getTimer()/1000; return false; } }; 继承了 mc 的类,可以重复使用,当然也可以封装为 2 。 0 的类 (责任编辑:admin) |