--- In [email protected], "quantiworks" <quanticwo...@...> wrote:
>
> I also have the same problem,
> 
> I'm trying to use the following w/o success:
> 
> ------------------------------------------
> if (shift == 1) and (mouseleft == 1) do
> win.debug("shift and mouseleft are pressed") ;; doesn't work
> else 
> win.debug("test")
> endif
> ------------------------------------------
>
mousexxx won't work as button is up before command is run.

Others work for me.  Make sure you are running from script file, not more 
commands (which cannot handle chained if else).

Reply via email to