Quick AS3 / Papervision Plane addChild question

Hi,

I’m learning how tu use Papervision and I got this (maybe) simple question.

I got an existing website template I created with a MC(lets call it container) on which I added a lot of sprites and other MC onto it with addChild function.

With papervision I’ve been able to assign this very first MC(container) as the “plane” in order to control it but I’m unable to add all my other elements. (error 1067)

[COLOR=#0033FF]****[/COLOR]

[COLOR=#0033FF]**public**[/COLOR] [COLOR=#6699CC]**var**[/COLOR] plane [COLOR=#000000]**:**[/COLOR]Plane=[COLOR=#0033FF]**new**[/COLOR] Plane[COLOR=#000000](constinerMC[/COLOR],[COLOR=#000000]**600**[/COLOR],[COLOR=#000000]**500**[/COLOR],[COLOR=#000000]**1**[/COLOR],[COLOR=#000000]**1**[/COLOR][COLOR=#000000])[/COLOR]; 

[COLOR=#000000]****[/COLOR]
Am I using the Plane element the bad way ? is it possible ? if not, how sould I achieve this ?

Thank you guys !!