Len-

Saturday, January 16, 2010, 7:34:48 PM, you wrote:

> And to keep this line of questioning going, it seems I can't list the
> controls on a card, at least not by using:

> put the number of controls of card 1 of stack pStack into 
> theNumberOfControls

> I thought maybe I'd just "select" the card first, then put the number of
> controls into theNumberOfControls,
> but that gives me the error: Can't select an object that isn't open.  So
> it appears I can read the script of a card
> that isn't open but I can't select the card.

try

push card
go invisible card "whatever" of stack pStack
do your thang
pop card

...and yes, group ids are unique.

-- 
-Mark Wieder
 [email protected]

_______________________________________________
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

Reply via email to