The learning curve is the burning curve

Ro Nagey ro.nagey at verizon.net
Thu Jul 11 02:59:01 EDT 2002


That certainly did work - thanks! Now to figure out where I went so
tragically wrong. :)

Ro

> -----Original Message-----
> From: use-revolution-admin at lists.runrev.com
> [mailto:use-revolution-admin at lists.runrev.com]On Behalf Of Ken Ray
> Sent: Wednesday, July 10, 2002 7:42 AM
> To: use-revolution at lists.runrev.com
> Subject: Re: The learning curve is the burning curve
>
>
> 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
> >
>
> _______________________________________________
> 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