Discussion:
Input TextField In Plane?
John Barcklay
2010-10-22 15:08:25 UTC
Permalink
Hi everyone,
I'm writing you to know how does it work when you add in a "Plane" some
"Input TextField" by using MovieMaterial. Ok the MovieMaterial and the
viewport are set interactive = true;

Thank you in advance for your help.

Regards,
J. B.
Creighton, Gerry
2010-10-22 15:15:36 UTC
Permalink
John,
I believe you need to swap out the 3D object or hide it with a regular DisplayObject for your input. I had to do this on a project where the camera
zoomed in on an object and there were checkboxes that needed to be selected. I zoomed in and passed the location of the 3D object to a regular DisplayObject
(MovieClip) that contained my checkboxes. After the checkbox was selected the DisplayObject was removed and the camera moved to the next position.

-Gerry
Post by John Barcklay
Hi everyone,
I'm writing you to know how does it work when you add in a "Plane" some "Input TextField" by using MovieMaterial. Ok the MovieMaterial and the viewport are set interactive = true;
Thank you in advance for your help.
Regards,
J. B.
<ATT00001..txt>
Loading...