I want to get information of an object from a previous keyframe. _root. works only for objects on the same keyframe as the code right?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Your object doesn't exist one you leave the keyframe that created it, unless the object was added with ActionScript. You'll have the place the object on its own layer and extend the keyframe to reach the point where you're trying to access it, or as mentioned create it with ActionScript.

enter image description here

link|improve this answer
tried it and worked! thanks! – Erusa Chan Jan 22 at 9:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.