View Single Post
03-17-06, 10:33 AM   #2
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Yeah that will work. You can overlay the screen with a transparent button to receive an OnClick and act on it, then hide the button and further clicks will move.

For the keyboard it can be done the same way. We can't call movement, but we can change bindings. So a workaround there is when a buff needs cast, swap the key binding for "MOVEFORWARD" with your mod, and once your mod does its thing it reverts the bindings.
  Reply With Quote