How do I make a *purely* clickable button?
If I do "if touching mouse and mouse down" then it works fine, except...
for when I just hold down the mouse button, and THEN hover the mouse over the button.
I want it so that you HAVE to be on the button first before you can click it and make it work.
Thanks in advance,
bob6
Offline
yes, just put:
when [play button] clicked broadcast [play v]Or:
when gf clicked if <mouse down?> if <touching? [play button v]> wait until < not <mouse down?> > broadcast [play v] end endHope that helps,
Offline