Delaying a Mousestart message until script ends

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Delaying a Mousestart message until script ends

Post by maxs » Tue Jan 31, 2012 10:14 pm

Is there a way to delay the running of a Mousestart or mouseend message until the script of a previously clicked-on button has finished running? Or is there a way to cancel a script that has been running when I click on a different button?

iphoneClearTouches' command will clear the touch messages that may have accumulated, but not stop the script that is currently running. This is causing unwanted images to appear on my card.

Thanks, Max

Post Reply