On 12/2/11 12:35 PM, Randy Hengst wrote:
I have a variable set as a marker… it's made "true" in the
mouseDown.
However, a mouseEnter does not seem to be sent while a dragging with
the mouse (or your finger in iOS) down… neither does the mouseLoc()
get updated…
Interesting. You're right. This
Hi Jaque,
I've continued to play with this idea.
I've moved my handlers to the card script.
I have a variable set as a marker… it's made "true" in the mouseDown.
However, a mouseEnter does not seem to be sent while a dragging with the mouse
(or your finger in iOS) down… neither does the mouseL
Hi Jacque,
Thank you… that's basically what I was doing with a global… but working only
button scripts. I'll put handlers in the card and try again.
be well,
randy
--
On Nov 28, 2011, at 5:53 PM, J. Landman Gay wrote:
> On 11/27/11 8:28 PM, Randy Hengst wrote:
>
>> I thought it would be ni
On 11/27/11 8:28 PM, Randy Hengst wrote:
I thought it would be nice to allow the user to select a button with
a tap and then slide(swipe) to the right or left to select other
buttons.
Create a script local variable to serve as a flag, and initialize it to
false. When the first button gets a m
Hi All,
I have 10 buttons in a horizontal row… users may select any combination of the
10 buttons.
All works well tapping a button one at a time to select/deselect.
I thought it would be nice to allow the user to select a button with a tap and
then slide(swipe) to the right or left to select o