Ro,

Here's a simple "send" script that puts the current time into a field:

(I made this the script of a button, but you can change it to anything you
like):

on mouseUp
  send updateClock to me in 10 milliseconds
end mouseUp

on updateClock
  put the long time into field 1
  send updateClock to me in 500 milliseconds
end updateClock


Does this help?

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Ro Nagey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 10, 2002 12:14 PM
Subject: The learning curve is the burning curve


>
> As if being unable to play a sound isn't embarrassing enough...
>
> I tried the "send" vs. "idle" example...called "updateClock"...watched the
> time get placed in the field...sat around...and nothing.
>
> Getting the feeling that I can't do anything right...
>
> Ro
>
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
>

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to