|
-
Nov 1st, 2000, 11:33 AM
#1
Thread Starter
Junior Member
Hello, we are trying to make a game application where one of the users presses a button when he/she knows the answer.
Here is the code we have experimented with:
If Chr(KeyAscii) = "a" Or Chr(KeyAscii) = "A" Then
msgbox "you pressed A"
End If
this code snippet works in a new project, but for some reason it will not work in ours.
This might be because there are other procedures going on
I.E. a timer we have counting down. Please help us if you know how we can make this work properly.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|