Re: [Flashcoders] AS3 - how do i find the path to where a MC belongs?

2007-07-26 Thread Dennis - I Sioux
Dunno about as3.. but what about the old _target property? :) - Original Message - From: quinrou . [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, July 26, 2007 12:06 PM Subject: Re: [Flashcoders] AS3 - how do i find the path to where a MC belongs? yeah eka

Re: [Flashcoders] AS3 - how do i find the path to where a MC belongs?

2007-07-26 Thread quinrou .
yeah eka that seems to be a good solution but a bit resourceful depending how deep the nested mcs are. Surely there must be a native property or medoth to find the tree/path from the mc to the stage... This is driving mad... On 7/24/07, eka [EMAIL PROTECTED] wrote: Hello :) in AS3 i don't

Re: [Flashcoders] AS3 - how do i find the path to where a MC belongs?

2007-07-24 Thread eka
Hello :) in AS3 i don't find a native method ? For the moment you can test : package { import flash.display.* ; public class test extends Sprite { /** * Creates a new test instance. */ public function test() { var container:Sprite =

Re: [Flashcoders] AS3 - how do i find the path to where a MC belongs?

2007-07-24 Thread eric e. dolecki
http://www.kirupa.com/forum/showthread.php?p=1935107 On 7/24/07, eka [EMAIL PROTECTED] wrote: Hello :) in AS3 i don't find a native method ? For the moment you can test : package { import flash.display.* ; public class test extends Sprite { /** * Creates a