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

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

New: Download the Installer Maker Plugin 1.5 for LiveCode here http://qurl.tk/ce

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

Reply via email to