--- Geoff Canyon <[EMAIL PROTECTED]>
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

[EMAIL PROTECTED]    http://www.erikhansen.org


                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
_______________________________________________
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