I'm making a chatroom in actionscript, and I want to create a left click menu that pulls up some functions like (Ban, Hide, View users profile, etc..)
Any tips on how? I'd rather not do it 开发者_如何学Cthrough the right click menu.
Add an event listener for MouseEvent.CLICK for the container or the element type, for which you want to see the menu.
精彩评论