Whoops, oversight on my part. What’s happening is your tween is being created and destroyed immediately because “tie to object validity” is on and I need to comb over the code again to ensure this doesn’t happen. In the meantime, you can turn this option off by adding this to your parameters:
tietoobjectvalidity = false;
Thanks for catching this bug for us!