how to implement more than one background?
Klaus on-rev
klaus at major.on-rev.com
Tue Jul 10 12:45:38 EDT 2012
Hi Tiemo,
Am 10.07.2012 um 18:39 schrieb Tiemo Hollmann TB:
> Hi Bob and Klaus,
>
> yes, I meant a couple of groups with the backgroundBehavior set to true. But
> what I would like to have are two or three backgrounds with this behavior
> and each should be assigned to a set of cards. E.g. card 1-3 with background
> a and card 4-50 with background b and so on. I was used to this paradigm
> from Toolbook, but it seems that I don't find it in LC, beside of
> dynamically show and hide the different backgrounds on each set of cards. Or
> am I misunderstanding something?
do this:
1. Create all your groups you want to use as backgrounds.
2. Write a little script
...
repeat with i = 1 to 3
place bg "background group 1" onto cd i
end repeat
repeat with k = 4 to 45
place bg "background grp 2" onto cd k
end repat
## etc.
3. Done :-)
I am not familiar with Toolbook...
> Tiemo
Best
Klaus
--
Klaus Major
http://www.major-k.de
klaus at major.on-rev.com
More information about the use-livecode
mailing list