Concatenating 2 stacks.
Mark Schonewille
m.schonewille at economy-x-talk.com
Thu Dec 16 05:47:24 EST 2010
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.
>
More information about the use-livecode
mailing list