Hi,
Thanks, but I am creating the object like so:
copy graphic "TemplateRect" to this card set name of last graphic to "xxxxxxxxx"
Then I want to add it to the Group.
I can't see how to do this, is there a way?
You could copy it into the group with:
put the long id of grc "MyGrc" into tObj copy tObj to group "MyGroup" delete tObj
But why not simply create the original graphic by copying it directly into the group rather than on the card?
-- Richard Gaskin Fourth World Media Corporation __________________________________________________ Rev tools and more: http://www.fourthworld.com/rev _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
