I know its possible to change the colour of a movieclip with AS, but can the AS have a tween applied to it without having a tween on the timeline. for example:
ease = 5;
_x = (xMove - _x) / ease;
this will move the movieclip to the xMove value with easing, can this be done with the colour change?
thanks,
Brendan Smith