
05-06-2001, 08:23 AM
|
|
Registered User
|
 |
Join Date: Mar 2001
Location: New York
Posts: 506
|
|
|
Does anyone know how to work the command:
if (keydown(key))?
Because it never works for me, no matter what i do! I want to make it so if you press down like the "right" key you'll change into a gani. i was thinking it was something like:
if (keydown(right)) {setani cow,;
}
but the keydown part doesn't work, but i ahve the gani thing right. |
|
|
|