I have a huge library in Flash CS5. Sometimes, I need to know in which place is used a movieclip (scene, inside another movieclip..).
Has Flash any options to know that?
Txs!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Every displayobject has a parent property that stores exactly what you need to know. Just chack the object against the types you need to handle and away you go. The code you’re looking for is something like: