Hello! I'm having some trouble with this behavior that could be just me misinterpreting how it works.
I'm using it to tween the height of a sprite based on another instance variable, but the resulting height of the sprite does not match up with the target height that I set in the event sheet.
.capx here: storage.wertle.com/construct2/LiteTweenIssue.capx
Basically you steer the red block to pick up purple blocks, then go over and drop them in the bucket. Then I tween the meter, setting the target height to be the number of things the bucket contains.
However, the resulting height of the tween is not the target height, so I'm a little confused as to where it is getting its target height. Please advise!
(as a side note, I tried to print the LiteTween.Target property and got a js error in Chrome, i left the line in but disabled it if you want to see)
EDIT: Notice that if you change the tweened property to Size it seems to scale as expected, but if you use Height, it seems to scale up an arbitrary number that is not related to the set target value.