At 10:44 AM -0800 1/5/2007, Jim Ault wrote: >On 1/5/07 10:26 AM, "Dave" <[EMAIL PROTECTED]> wrote: >> I have two .rev file, both contain one mainStack: >> >> StackA.Rev StackA >> StackB.Rev StackB >> >> How can I move StackB so it's a substack of StackA????? >> >> Can't seem to figure out how to do it. > >Open both stacks >Use the inspector for StackB, then the "Basic properties" panel, locate the >drop down labeled "mainstack", and choose "StackA"
Or if you want to do this in a script, set the mainstack of the one that you want to be a substack: set the mainstack of stack "StackB" to "StackA" and then save StackA.rev. -- jeanne a. e. devoto ~ [EMAIL PROTECTED] http://www.jaedworks.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
