Sends getting lost

Erik Hansen erikhans08 at yahoo.com
Sun Aug 21 01:55:37 EDT 2005



--- Geoff Canyon <gcanyon at inspiredlogic.com>
wrote:

> Instead of sending mouseUp, put your code into
> a custom handler. Call
> that handler from your mouseUp, and send that
> handler to <whatever
> object it is in> in 10 seconds.
> elsewhere, it's all ready for you, rather than
> tied into a button.

like this?

on mouseUp
  send "myHandler" to control "Thang" in 10 secs
end mouseUp

-- in the script of control "Thang":

on myHandler
   videoThings
   ...
end myHandler

erik at erikhansen.org    http://www.erikhansen.org


		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 



More information about the use-livecode mailing list