I have gotten this processing to work by changing all the object references to absolute references. A little wordy, but it works. Thanks to all for the tips.
-Paul -----Original Message----- From: Dar Scott [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 11:47 AM To: How to use Revolution Subject: Re: pending message processing On Tuesday, April 27, 2004, at 07:49 AM, Springer, Paul wrote: > The approach I described works fine as long as I am displaying cardA. > When I > go to cardB or any other card the script does not execute periodically > as I > expected. This is probably a problem with the object reference. You can refer to all objects with a longer reference such as 'field "Bear Names" of card "Ring Three"'. Or you can refer to them relative to the object with the script that has the "message machine", as I call it. Like this: 'field "Bear Names" of the owner of me'. And in the send, send it 'to me'. I have a primer stack at my site that explains a little on using 'send'. You seem to have good basic grasp, though. Dar Scott _______________________________________________ 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
