Oh great Klaus and Bob!, that's what I was looking for. I wasn't aware of the place command yet :) Thanks Tiemo
Klaus, you are not familiar with Toolbook? Probably because you can't use ditto! > -----Ursprüngliche Nachricht----- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von Klaus on-rev > Gesendet: Dienstag, 10. Juli 2012 18:46 > An: How to use LiveCode > Betreff: Re: how to implement more than one background? > > 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 > kl...@major.on-rev.com > > > _______________________________________________ > 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