Page 1 of 1

clone object in a group

Posted: Sun Sep 30, 2012 5:34 pm
by adventuresofgreg
Hi: I would like to clone a button that is part of a group, but I do NOT want the cloned button to be in the group it was originally cloned from. Any ideas on how to accomplish this?

Thanks,
Greg

Re: clone object in a group

Posted: Sun Sep 30, 2012 5:40 pm
by Klaus
Hi Greg,

don't clone, just copy:
...
copy btn 1 of grp 1 to this cd
...
:D


Best

Klaus

Re: clone object in a group

Posted: Sun Sep 30, 2012 6:41 pm
by adventuresofgreg
Perfect!