Little problem....

RE: Papervision3D 2 Interactive Cube TUTORIAL (http://www.gotoandlearn.com/play.php?id=68)

I don't know if anyone can help me with this. But when I try to make each face of the cube (face, face2, face3...(movieclips)) interactive as buttons.

1) I tried inserting buttons in each of the movieclips but they do not work.

2) Then I tried making the movieclips act like buttons (i.e. face4.buttonMode = true) and adding event listeners and functions for MOUSE_OVER and MOUSE OUT. The problem: it seems mouse_out is not recognized. When the mouse in on the face of the cube it goes to the MOUSE_OVER function fine. But on the MOUSE_OUT, it just stays on MOUSE_OVER. It seems to be that because the cube is rotating the mouse_out zone is not stable enough???

Any ideas on how to resolve this? How can I trigger the MOUSE_OUT function properly?