USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 2/27/09 03:36 AM
Sign-Up: 08/26/08
Posts: 148
Hey I was wondering when your coding and you want something to happen when you left click how would you code that?? I was wondering if left click actually had a keycode number?? and if not how could I code that also I have flash 8
Check out my First Song -Crazy Scientist-
Posted at: 2/27/09 03:58 AM
Sign-Up: 12/19/05
Posts: 2,324
Keycode is 1.
Might be different on Macs, not sure.
Posted at: 2/27/09 06:57 AM
Sign-Up: 09/10/04
Posts: 3,552
You really should not try that, it is not a defined behaviour and as said, it doesn't work on all platforms. Just use the normal mouse classes instead.
Each time someone abuses hittest, God kills a kitten. Please, learn real collision testing.
Posted at: 2/27/09 07:18 AM
Sign-Up: 04/26/07
Posts: 850
At 2/27/09 06:57 AM, henke37 wrote: You really should not try that, it is not a defined behaviour and as said, it doesn't work on all platforms. Just use the normal mouse classes instead.
He said left click not right click you fool
~Nutty NG Event Calender
Posted at: 2/27/09 07:56 AM
Sign-Up: 08/21/05
Posts: 2,366
At 2/27/09 07:18 AM, Nuttro wrote: He said left click not right click you fool
He was talking about left click not right click you fool. The keycode for left mouse button is one but that only works on PCs.
AS:Main
Posted at: 2/27/09 09:10 AM
At 2/27/09 07:56 AM, Fion wrote: At 2/27/09 07:18 AM, Nuttro wrote: He said left click not right click you foolHe was talking about left click not right click you fool. The keycode for left mouse button is one but that only works on PCs.
You know you just made my point right?
Posted at: 2/27/09 12:11 PM
Sign-Up: 04/17/04
Posts: 4,355
At 2/27/09 03:36 AM, LuciousClump wrote: Hey I was wondering when your coding and you want something to happen when you left click how would you code that??
Left Click is easy.. (for PC at least, not sure how mac mice work.
onMouseDown = function() { //do stuff }
All sites currently down. Deal with it. <3
All times are Eastern Standard Time (GMT -5) | Current Time: 03:50 AM
<< Back