First Question,
Is there any way to determine the timeline / classes position on it from within the class.
If inside _root.mc_1 I create the class with var somename:className = className(); and try to _target or _name from within the clip it returns as root and no name. I need to access stuff within mc_1.
Second question, is there any way to like determine when a function is done running to call the next function?
Basically right now I have a function that connects to remote server and returns results, but if I try a trace after calling the function it returns as undefined unless I set an interval or play and trace it a few frames later