How To Send Before?

Mark Wieder mwieder at ahsoftware.net
Sun Nov 10 21:00:12 EST 2013


Scott-

Sunday, November 10, 2013, 4:21:42 PM, you wrote:

> See my problem?

What Monte said. I try to do as little as possible in the actual
mousexxx handlers and instead move the heavy lifting off onto separate
routines that get called from the message handlers.

before mouseDown
  doStuff
end mouseDown

before mouseDoubleDown
  doStuff
end mouseDoubleDown

-- 
-Mark Wieder
 ahsoftware at gmail.com





More information about the use-livecode mailing list