2006/07/31 | 新的单击双击事件判断,真正的区分单击和双击
类别(多媒体世界) | 评论(0) | 阅读(141) | 发表于 17:05
--新的单击双击事件判断
property pFirstClickTime
on beginSprite me
pFirstClickTime = 0
end
on mouseup me
if the doubleclick then exit
starttimer
repeat while the timer<20
if the mousedown then
doubleclick()
exit
end if

end repeat
singleClick()
end
on singleClick me
go "single"
end
on doubleClick me
go "double"
end
0

评论Comments

日志分类
首页[86]
旅途[40]
多媒体世界[34]
天下[11]
我的世界观[1]