R click vs L Click

Malte Brill revolution at derbrill.de
Tue Dec 18 14:02:59 EST 2007


Hi,

try passing a parameter with mouseUp / mouseDown and the doubles:

on mouseUp pBut
if pBut=1 then answer "Left click"
if pBut=3 then answer "Right click"
if pBut=2 then answer "Middle click"
end mouseUp

Hope that helps,

Malte



More information about the use-livecode mailing list