|
|
|
#1 |
|
Member
Join Date: Oct 2002
Location: England
Posts: 79
|
trying to trace the name of something
Hello
I have an empty movieclip that's on the stage. I'm then placing a movieclip inside it, like so: PHP Code:
I've attached the example for you to see. Cheers |
|
|
|
|
|
#2 |
|
Ө_ө sleepy mod
Join Date: Mar 2003
Location: Oregon, USA
Posts: 2,330
|
PHP Code:
__________________
Please use [php] or [code] tags, and mark your threads resolved 8) |
|
|
|
|
|
#3 |
|
Member
Join Date: Oct 2002
Location: England
Posts: 79
|
Thanks for the reply but it's not what I'm looking for. I need to get to the children of "tiny"
I can trace the name of tiny: trace(completeLoader.getChildAt(0).name); |
|
|
|
|
|
#4 |
|
Ө_ө sleepy mod
Join Date: Mar 2003
Location: Oregon, USA
Posts: 2,330
|
That's already a reference to the object - you probably just need to cast it:
PHP Code:
__________________
Please use [php] or [code] tags, and mark your threads resolved 8) |
|
|
|
|
|
#5 |
|
Member
Join Date: Oct 2002
Location: England
Posts: 79
|
Great, thanks neznein9!
|
|
|
|
![]() |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|