·您当前的位置:首页 > 技术教程 > AS2与AS3技术 >

[AS3]as3单击与双击事件完美解决方法附源代码(2)

时间:2013-06-15 16:24CuPlayer.com
方式二: mc.doubleClickEnabled = true mc.addEventListener(MouseEvent.CLICK,chick) mc.addEventListener(MouseEvent.DOUBLE_CLICK,double) var sta = false functiondouble(e){ sta = true } functionchick(e){

方式二:

 

  1. mc.doubleClickEnabled=true 
  2. mc.addEventListener(MouseEvent.CLICK,chick) 
  3. mc.addEventListener(MouseEvent.DOUBLE_CLICK,double) 
  4. var sta=false 
  5. function double(e){ 
  6.  sta=true 
  7. function chick(e){ 
  8.  sta=false 
  9.  var time=new Timer(260,1) 
  10.  time.start() 
  11.  time.addEventListener(TimerEvent.TIMER,func) 
  12. function func(e){ 
  13.  if(sta){ 
  14.   trace("酷播cuplayer.com提示双击") 
  15.  }else{ 
  16.   trace("酷播cuplayer.com提示单击") 
  17.  } 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器