I searched for this and didn’t find what I was looking for so I hope it hasn’t already been addressed.
I’m following the Kirupa Tween Class tutorial and I think I actually understand it. So I went to apply it to one of my movie clips. When I check the syntax it said there was an error with both of these:
import mx.transitions.Tween;
import.mx.transitions.easing.*;
Any ideas why that would come up?
Also, I have 18 movie clips. Would I need to apply the tween class to each one individually if I want them to do the same thing?
Thanks in advance!!! :hugegrin:
Thanks! Also, I was wondering if I could use this code in conjunction with the tutorial for transitions between external SWFs. In the AS can I use the _alpha function to tell it to fade in, stop, and then fade out (in the tutorial this is done with motion tweening)?