Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My scene has a tween animated symbol which is just some text. I added drag/drop functionality to the symbol via code snippets, which works finei.

However when a drag operation begins the animation of the symbol stops and never resumes.

Anyway at all to fix this?

If not then is it possible at all to have any sort of animated anything still animate while dragging? Ie. Animated GIF, sequence of images, .avi file etc etc

share|improve this question
   
What are using to animate? code tween or a timeline frame-to-frame tween? What exactly do you want animated? – LondonDrugs_MediaServices Nov 9 '12 at 19:29
Most likely what you'll want is to encapsulate your text (the thing you want to drag) into a parent movie clip. Have the drag happen on the parent and tweens happen on stuff inside it. – LondonDrugs_MediaServices Nov 9 '12 at 19:31
Also, are you trying to drag the same object that is being tweened/animated? – Sunil D. Nov 9 '12 at 19:32
it is a tween I created on the timeline not in code.. it's a motion tween.. in my current scene what needs to be animated is what also needs to be dragged which is also just plane ol normal text/classic text with some filters that change as part of the animation..the animation on the filters is on the symbol... – nathan Nov 9 '12 at 19:46
So London I need a symbol/movie clip inside a symbol/movie clip? – nathan Nov 9 '12 at 19:48
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.