I'am using this code:
TweenLite.to(auto, 4, {x:666.15, y:375.6});
from greensock but I got some issues with it. It woun't go back to his originally x and y coordinates in combination with hittestobject. so does someone have an code or an solution to get the same effect as TweenLite.to??
If you're using TweenLite to tween some object that has hitTest checked on each frame you can use updateTo() or reverse() on Tween. This would look something like this: