
08-09-2001, 03:38 AM
|
|
Registered User
|
Join Date: Jun 2001
Location: Germany
Posts: 77
|
|
|
if (keypressed(Key)) -> if the key was pressed for a short moment (if (keydown(key)) is set when the key is held down)
if (mousebuttonklicked(Left/right))
if (klickedonme(Left/Right))
and the variables
mousex/mousey
for mouse actions |
__________________
|
|
|
|