00:00
00:00
Newgrounds Background Image Theme

ravchka just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

AS: KeyCode

14,295 Views | 36 Replies
New Topic Respond to this Topic

Response to AS: KeyCode 2007-12-11 19:25:01


At 1/20/06 06:18 AM, Toast wrote: a = 65
b = 66
c = 67
d = 68
e = 69
f = 70
g = 71
h = 72
i = 73
j = 74
k = 75
l = 76
m = 77
n = 78
o = 79
p = 80
q = 81
r = 82
s = 83
t = 84
u = 85
v = 86
w = 87
x = 88
y = 89
z = 90

Sweet, thanx for the list! =D

Response to AS: KeyCode 2007-12-11 19:41:07


plz dont bump this thread...


BBS Signature

Response to AS: KeyCode 2008-03-16 11:12:09


At 1/20/06 12:49 PM, GuyWithHisComp wrote: 4. Here is a simple Keygetter I made: link [in my sig]

Great except for the mouse buttons (i know them, but people more noobish than me(the thought sickens me) might not)

Response to AS: KeyCode 2008-03-16 11:14:31


im not sure what you should do, but just study it.


To think what one knows is to know. to know is thinking what one thinks. Wait, what?

Funniest Thread Ever

BBS Signature

Response to AS: KeyCode 2008-03-16 11:21:05


At 3/16/08 11:12 AM, Serpent60 wrote:
At 1/20/06 12:49 PM, GuyWithHisComp wrote: 4. Here is a simple Keygetter I made: link [in my sig]
Great except for the mouse buttons (i know them, but people more noobish than me(the thought sickens me) might not)

You really should avoid using Key methods for mouse buttons anyway - it raises compatibility issues, especially with Macs.


BBS Signature

Response to AS: KeyCode 2008-03-16 18:36:23


At 3/16/08 11:12 AM, Serpent60 wrote:
At 1/20/06 12:49 PM, GuyWithHisComp wrote:
Great except for the mouse buttons (i know them, but people more noobish than me(the thought sickens me) might not)
You really should avoid using Key methods for mouse buttons anyway - it raises compatibility issues, especially with Macs.

You're right, thanks!

Response to AS: KeyCode 2009-09-04 19:22:48


Will be good to change the code for 0 = 58 in first post to 0 = 48, because 58 is wrong :)
Nice topic :)