Behaviors

Mark Wieder mwieder at ahsoftware.net
Sun Oct 25 12:32:03 EDT 2009


Beat-

Sunday, October 25, 2009, 8:39:03 AM, you wrote:

> 2.  A couple of btns have a behavior (DoA) assigned for mouseUp. Now
> one of the buttons has an additional task to perform on mouseUp  
> (DoB). 'DoA' needs to be done before 'DoB'.

Use the dispatch command in the behavior object:

on mouseUp
 DoA
 dispatch "DoB"
end mouseUp

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list