控制鼠标滚轮事件 flash
我正在开发 Flash 中的菜单系统。如果鼠标滚轮向上滚动,每个菜单项都会向上移动,反之亦然,如果鼠标滚轮向下滚动。
我遇到的问题是似乎有多个“步骤”正在进行。
在我的鼠标滚轮处理程序中,我描出文本“wheel”进行测试。 如果我只用鼠标滚轮一次,“滚轮”就会被追踪两次。因此,鼠标滚轮每移动一次,我的处理程序就会被调用两次,因此菜单的滚动总是会跳过一个项目。
有什么建议吗?
I'm working on a menu system in flash. If the mousewheel scrolls up each menu item shift up and visa versa for mouse wheel scrolling down.
The problem I have is there seems to be multiple "steps" going on.
In my mouse wheel handler I trace out the text "wheel" to test.
If I mouse the mouse wheel just once "wheel" gets traced out twice. So for every one mouse wheel move my handler is being called twice and thus the scrolling of my menu always skips an item.
Any tips?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案不再有效,但无法删除,因为它已“接受”。
Answer is no longer valid, but cannot delete because it's 'accepted'.