PDA

View Full Version : Acessing the stage



obsolete
July 30th, 2007, 01:23 PM
I need to know the elements on the stage. I'm creating textfields and don't know how to access them.
in as 1 and 2 all I needed to do would be a

for (var a in _root){
do something
}


what should I do to do something like this???

Thank you in advance!

jm

str3ber
August 2nd, 2007, 04:10 AM
Check out this site: http://moock.org/lectures/ActionScriptAndFlashCS3/

(search for "stage instances")