-
1. Re: Simple AS3 to AS2 translation (display list manipulation)
kglad Nov 5, 2011 8:47 AM (in response to Peter Celuch)you can't reparent display objects in as2 and you can't parent display objects whenever you choose. parenting can only be done with a display object is created (in as2).
so, you would need to create target movieclips into which you would load your pictures array items and then display them by controlling their _visible property instead of adding them to the display list.
-
2. Re: Simple AS3 to AS2 translation (display list manipulation)
Peter Celuch Nov 5, 2011 8:48 AM (in response to kglad)Thanks kglad, I'm asking because I tried to help in other thread and missed that the guy needed an AS2 solution. Can you take a look there and see if you can come up with another (AS2-friendly) sollution?
-
3. Re: Simple AS3 to AS2 translation (display list manipulation)
kglad Nov 5, 2011 8:53 AM (in response to Peter Celuch)ned is capable of helping and will probably help him.
i try to avoid jumping into threads that already have someone responding. it generally adds confusion for the op to have more than 1 person helping and gives the appearance of being rude to the first responder.



