I was wondering if there is any difference in performance/memory use between movieclip symbol and graphic symbol?
I was wondering if there is any difference in performance/memory use between movieclip symbol
Share
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.
Yes, there is.
In that regard a Shape would be the lightest available DisplayObject, since you can’t instantiate a DisplayObject class.
If you need more functionality, such as registering Mouse Events or adding children, you can move to the Sprite , finally if you’re working with Flash CS and need the Timeline, opt for the MovieClip.