text box blocking interactive plane

2 messages Options
Embed this post
Permalink
mlecho

text box blocking interactive plane

Reply Threaded More More options
Print post
Permalink
hi all. i have a strange one here. I have MovieMaterial for a plane. The plane is receiving mouse events just fine using the InteractiveScene3DEvent. However, in that moviematerial's movieclip, i also have a text field. This textfield seems to interrupt the plane's ability to receive events. In other words, the user can click any part of the plane, so long as they don't click the textfield from that moviematerial. It's as if the textfield is literally a level higher and thus the mouseevent never gets to the plane because it's being 'blocked'.  Any ideas on how i can get that textfield to stop being a problem?
 
Mark I. Ross

Re: text box blocking interactive plane

Reply Threaded More More options
Print post
Permalink

Maybe try setting mouseEnabled = false for the textbox (i think that's the
right property?)

Cheers,
mark

>
> hi all. i have a strange one here. I have MovieMaterial for a plane. The
> plane is receiving mouse events just fine using the
> InteractiveScene3DEvent.
> However, in that moviematerial's movieclip, i also have a text field. This
> textfield seems to interrupt the plane's ability to receive events. In
> other
> words, the user can click any part of the plane, so long as they don't
> click
> the textfield from that moviematerial. It's as if the textfield is
> literally
> a level higher and thus the mouseevent never gets to the plane because
> it's
> being 'blocked'.  Any ideas on how i can get that textfield to stop being
> a
> problem?
>
> --
> View this message in context:
> http://www.nabble.com/text-box-blocking-interactive-plane-tp24413529p24413529.html
> Sent from the Papervision3D mailing list archive at Nabble.com.
>
>
> _______________________________________________
> Papervision3D mailing list
> [hidden email]
> http://osflash.org/mailman/listinfo/papervision3d_osflash.org
>



_______________________________________________
Papervision3D mailing list
[hidden email]
http://osflash.org/mailman/listinfo/papervision3d_osflash.org