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
 mwie...@ahsoftware.net

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to