Love laco, but stuck on colorTo

hey,

for anyone who doesn’t know, this is the coolest thing i’ve ever had the previlage to work with: www.laco.wz.cz/tween

i am totally happy using all the tweening code. However i’m a little stuck trying to reverse a colorTo tween.

Basically i have some jpgs in movieclips. when i rollover a button, i want the jpgs to become a solid colour (mc.tween(0x333121,daTime,“easeOutQuint”,0)).

so far so good.

BUT how do i return the jpgs to the original? something like:

mc.tween(ORIGINAL TINT,daTime,“easeOutQuint”,0)

anybody know if this is possible? i know there are many other ways i can get the desired affect, but this would be perfect.

thanks.