Acces a Component from an internal Layer
Hello
I have one scene, with a layer, inside I have more layers and inside this another one, I have a as file, with the maih class, and I can't not access a TextField component.
I'll show you in images.
http://img191.imageshack.us/img191/729/principals.jpg
edit the selected layer and enter in "tarjeta2" and appears the next layers:
http://img41.imageshack.us/img41/9167/tarjeta2.jpg
and then again, edit the selected layer, and in the last frame, edit, and this is the new zone:
http://img62.imageshack.us/img62/7500/passg.jpg
and here, in pass, in the last frame, I want to insert a TextField, named p.e. myTextField
Well, in the main class, in the as file, if I want to call myTextField, it gives me error, it say that doesn't exist. If I put the component in the first scene (principal) it works, but I need stay where it is.
Thank in advance