Random message pops up but within constraints

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10331
Joined: Wed May 06, 2009 2:28 pm

Re: Random message pops up but within constraints

Post by dunbarx » Tue Oct 15, 2013 4:32 am

Snappy.

You are really moving nicely.

Consider this. Say you had ten buttons on a card, but no handler in any of them. But in the card script you placed:

on mouseUp
put the loc of the target
end mouseUp

Do you see where this might lead? (read up on "the target" if you need to)

Craig

Post Reply