Shrink Something Multiple Times? Help Please
New creator here. I want to shrink something multiple times in iterations. For example, you trigger it, and it shrinks a bit, trigger it again, and it shrinks a bit more, trigger again, shrinks more etc.
I can do it once. But how can I add a step to like after first trigger, THEN do this behavior?
thank you!

you can get this done using tween manager here is the link to it the guide
https://lensstudio.snapchat.com/guides/scripting/helper-scripts/tween-manager/
hi Caleb Van Voorhis (Van Voorhis Productions)
you can use that with behavior script and tween manager
in object panel add both scripts tween and behavior
add a child object under tween and add new script then select TweenScreenTransform
edit it like image below and select your image you want to shrinks
uncheck play automatically and edit the size you want it to shrinks every time by
don't forget to give the tween a name in this case i named it aa
in behavior script select the trigger and in response set run tween
in target select the child project of the tween and put the tween name aa
it will look like this
download the example project from here
i hope that helped
if you need any help just let us know
Cheers.
thank you so much! Very helpful!