Help - Search - Members - Calendar
Full Version: Mouse calls procedure?
AC Tools Everything Macro > AC Tool > AC Tool Discussion
Barinade
How do I get the left mouse button to call a procedure?

If LeftClick
Call Procedure
End


Somethin' like that xD
Bear
There is no way to do that, Pressing the Left Mouse Button doesn't produce a Global Key code (Ascii). The only thing that may work but it looks like it would have to be for Asheron's Call since the command is Decal required:
QUOTE
_pointerstate - Returns the state of the mouse pointer
and even then I'm not sure what that returns about the pointer.
DaMOB
QUOTE(Bear @ Oct 8 2009, 10:05 AM) *
There is no way to do that, Pressing the Left Mouse Button doesn't produce a Global Key code (Ascii). The only thing that may work but it looks like it would have to be for Asheron's Call since the command is Decal required:
QUOTE
_pointerstate - Returns the state of the mouse pointer
and even then I'm not sure what that returns about the pointer.

Well, if my memory hasn't gone completely that was a decal variable that would show when the pointer had changed in AC1. What it returned was a number based upon the busy state of the pointer (like the old portal storms and while you were in the portal the cursor would be busy). For the exact numbers (I don't think it was a simple 0/1) you would have to look back at the old Decal information.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.