onmouseclick

Actionscript On Mouse Click

Simple question. I have a movieclip. I have an onrollover event for it: this.mc.onRollOver = function() { } Whats the equivelent for a mouse click event? I tried onMouseClick but it didnt work. I havent used flash in a long time and im a little lost :( ...

How to detect mouse click outside winform control in C#?

I was willing to generate an event as mouseclick event in winforms when the the form control is not active and save the position of mouse cursor where it was clicked on the windows ... ...

Get XY-Coordinates when i click on an image in my ASP.NET C# Website

Hello, I'm trying to get the mouse click XY-Coordinates within a image i have inside my website, so that those (X,Y) values can be used in the C# code. So, the idea is: on Click, Get XY, Do some calculations with those values. and if this possible, can you please provide an example. Regards, ...

Stupid Actionscript 3.0 question: Keypress AND click for a function?

I know how to make the mouse event work. I know how to make the keypress event work. Now what I can't figure out is how to make one button respond to both keypress and/or mousevent. In other words, a button that you can click or press "enter" for it to work. This seems really basic but on googling all I can find is basic "how to do a k...

Global Coordinate Value on Mouse Click in Flex

In Flex, I am using the following code: I am using event.event.localX to get the x-axis but it is with reference to local coordinates. How can I get or pass the value of the HBox's xAxis that is clicked by the user so that I can add it in the xAxis of the local coordinate. In other words, I need the global coordinate value? (i.e. x-...