The learning curve is the burning curve

Ken Ray kray at sonsothunder.com
Wed Jul 10 12:49:01 EDT 2002


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: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Ro Nagey" <ro.nagey at verizon.net>
To: <use-revolution at lists.runrev.com>
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
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list