I am designing a multiplayer car racing game in flash mx. My problem is that I can't find the code for the 2nd player controls using a, w, s, and d. If anyone knows, please reply.
I am designing a multiplayer car racing game in flash mx. My problem is that I can't find the code for the 2nd player controls using a, w, s, and d. If anyone knows, please reply.
You have to use the ascii codes - so 65 is A, 66 is B, etc... Z is 90. So you would use "if (Key.isDown(90))" and things like that.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks