On 27/10/00 1:47 pm, Dave Cragg <[EMAIL PROTECTED]> wrote:

> Hi all
> 
> I'm intrigued with the new "wait for messages" command in 2.3.2 beta.
> So far I can't figure out how it works. Can anyone enlighten me?
> Scott?

See if this gets you started:

on mouseUp
  repeat with i = 1 to 100
    put i
    wait for messages
  end repeat
end mouseUp

on mouseMove
  put x,y
end mouseMove

> By the way, I just read we can now relayer objects in groups through
> scripts. I haven't checked it out, but if it does what it says, a big
> thank you to Scott & Co.

You need to set the relayerGroupedControls global to true - at which time
grouped objects can also be moved into and out of groups by changing their
layer.

> Concerning the new list setup .. Kevin, are you there? I seem to be
> stuck in digest mode, and  can only find the instructions on xworlds
> for the majordomo listserver. How do we change from digest to
> individual messages?

Oops - forgot to update that when we changed the software, its correct now.

Regards,

Kevin

> Cheers
> Dave Cragg

Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/>
Runtime Revolution Limited (formerly Cross Worlds Computing).
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to