How to change "input text component" layer order
Copy link to clipboard
Copied
Hi, How can we get that an "input text component" don't stand over all the objects in the stage? The componet is allways over the stage and changing layer order don't run.
kind regards.
Copy link to clipboard
Copied
by the way, in html5 canvas.
Copy link to clipboard
Copied
Hi.
The TextInput component (and all other components under Window > Components) is a DOM element so it's either on top of the canvas or below the canvas. There is no way to place a DOM-based element between layers created in the Animate IDE.
Artwork created with the design tools are all canvas/CreateJS based.
And unfortunately there isn't a canvas based input text field in Animate or CreateJS.
In what specific type of situation do you need an input text field?
Please let us know.
Regards,
JC
Copy link to clipboard
Copied
Hi João, thanks for your answer,
I understand, it's for a game, when you have entered the correct text strings, a movie clip with a congratulatory message should appear on top of stage and of course, the input text is above ...
Kind regards.

