View Single Post
  #6  
Old 08-09-2001, 03:38 AM
Marco2002 Marco2002 is offline
Registered User
Join Date: Jun 2001
Location: Germany
Posts: 77
Marco2002 is on a distinguished road
Send a message via ICQ to Marco2002
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
__________________
Reply With Quote