[Extendflash] for loop (was Soften Fill Edges)
Barbara Snyder
brsnyder at macromedia.com
Tue Jul 12 09:54:30 PDT 2005
He was asking how to do the same kind of thing in JS. I think that's
relevant.
I don't think you can directly reference _root, but if you can select it
you can do the following:
for(i in fl.getDocumentDOM().selection[0]){
fl.trace(i);
}
If you can't select it, check the docs for other ways you might be able
to reference it.
hth -- Barbara
-----Original Message-----
From: extendflash-bounces at flashguru.co.uk
[mailto:extendflash-bounces at flashguru.co.uk] On Behalf Of kakayuki
toriumi
Sent: Tuesday, July 12, 2005 2:57 AM
To: Gunay SERT (BilgeAdam)
Subject: Re[2]: [Extendflash] Soften Fill Edges
Hello Gunay,
You wrote:
GSB> Hi,
GSB> For(i in _root){
GSB> trace(i);
GSB> }
Offtopic.
Try actionScript news groups.
-Z-
More information about the Extendflash
mailing list