This content has been marked as final.
Show 3 replies
-
1. Re: AS3 sucks !!! Why can't access a simple movieClip ???
Ned Murphy May 18, 2009 4:27 AM (in response to Ziggizag)Try:
MovieClip(this.root).obiekt.z1.visible = true;
You don't have to use AS3 if it's only gonna lead to public anguish for you. There's nothing keeping you from using AS2.
-
2. Re: AS3 sucks !!! Why can't access a simple movieClip ???
Ziggizag May 18, 2009 4:35 AM (in response to Ned Murphy)Thank you,
But actually there is a good reason I need to learn AS3 - more and more there are collaborative projects where guys are doing in AS3, so I need to cope...
Anyway - sorry for my anger but I spent more than hour trying to figure out this simple thing and failed...
Thank's again,
Ziggi
-
3. Re: AS3 sucks !!! Why can't access a simple movieClip ???
Muzak May 18, 2009 5:02 AM (in response to Ziggizag)Look into event bubbling.
I posted an example in this thread yesterday:
http://forums.adobe.com/thread/433959?tstart=0
http://muzakdeezign.com/cs4/Surrey-florist-gallery3.fla
Best is to forget about root and trying to access objects in a "parent".
It's all about event dispatching.



