I need to have five of objects each with the exact same properties, functions and scripts on 20 consecutive cards
but they should not appear on the first card. Can I do this? Thanks.
Controls shared on different cards
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Controls shared on different cards
Sure, I take it you've grouped the controls? And set the "Behave like background" property?
You can select the group on card 1 then Object>Remove Group
Simon
You can select the group on card 1 then Object>Remove Group
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
-
- Posts: 63
- Joined: Sat Dec 22, 2012 3:01 am
Re: Controls shared on different cards
Many thanks Simon, it works for any new cards. Can I somehow use the group
on any existing cards?
Thanks again
on any existing cards?
Thanks again
Re: Controls shared on different cards
Just copy and paste.
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Controls shared on different cards
Do NOT copy and paste, but "PLACE" these groups on all cards you need them!
Use a script:
...
place bg "name of group here" onto card X
...
Or use the menu in Livecode:
Object: Place group -> Name of gropup
Use a script:
...
place bg "name of group here" onto card X
...
Or use the menu in Livecode:
Object: Place group -> Name of gropup