View Single Post
  #1  
Old 02-19-2003, 09:09 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Exclamation Very big mouse bug!

If you copy and paste the code below into a Graal level and run the level you will see it tells you if a mouse button is pressed down. Now left click and hold. Move the cursor off-screen and let go. See how it says the mouse button is not down? Now do the same with with right mouse button. When you let go off screen the Graal.exe still thinks the mouse is being pressed. This is a very big bug for anyone who uses the right click for anything in their scripts.

NPC Code:

if(timeout||created){
if(mousebuttons>0){
message Mouse is down!;
}else{message Mouse is not down!;}
timeout=.05;
}

__________________
new account: Trevor
Reply With Quote