Buttons in Papervision

Hi,

I wonder if someone could point me out with a code issue in Papervision, please…?
…the issue being I haven’t got a clue what I’m doing in Flash!

I’ve got a file generating two planes which are both interactive, and I’m using the following code to make them buttons:
[INDENT]face1.addEventListener(MouseEvent.CLICK, p1Click);

function p1Click(e:MouseEvent):void
{
trace(“Mouse clicked button”);
}
[/INDENT]with face1 being my material, and p1 my plane.

I’m getting an output in the output window, and if I use a simple ‘gotoAndPlay’ command, it works, but what I want it to do is just something like:
[INDENT]p1.z = 0;
[/INDENT]and I’m getting no change. I’ve tried it with x and y co-ordinates instead, and still nothing.

Could someone out there in forum world please put me out of my misery and point me in the right direction, I’d be very much appreciative!

Thanks,

Dave