Importing tween class

hi,

ok i get an error when i try to import the tween class or easing

it says that there is a problem with a class name that it is already being imported?

anyone?

thanks
aldo

import mx.transitions.Tween;
import mx.transitions.easing.*;

//That’s all you need.

HTH