On 12/16/2010 12:47 PM, Mark Schonewille wrote:
Hi Richmond,

Make a new stack with your two stacks as subsacks. Make sure that the windows 
are equally sized. Use a script in the mainstack to open the first substack 
first. Use the following script to go to the next card:

on goNextCard
   if number of this cd is number of last cd then
     go stack "The Other Stack" in window "Name of This Stack"
   else
     go next
   end if
end goNextCard

You can do the opposite for going backwards, checking for the first card of "The 
Other Stack".

--
Best regards,

Mark Schonewille


Really wonderful; Thanks!

On 16 dec 2010, at 11:26, Richmond wrote:
Thanks Björnke; the only problem with that method is that it would probably 
cause
complications in a standalone.


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to