Tweening appears to be working properly


(Zachary Lewis) #1

Continuing the discussion from Movement snapped to a grid:

I ran some tests and came up with this little demo.

Tween Snapping Demo

Click anywhere to begin a LinearMotion tween with Ease.bounceInOut.

This showed me that the tweens are completing properly and I’ve been using them wrong.

Peep this code with your eye nuts.

Can you create repro steps to prove tweens aren’t working as intended?


LinearMotion Tween (Solved)
(Abel Toy) #2

Work as intended. Sorry, my fault. :frowning:


(Kevin Graham) #3

In my example it works fine for the left and right motion, but not up and down. I’m using identical code for both. I’ve posted a demo and my code in my original thread.


(Zachary Lewis) #4

Can you create repro steps to prove tweens aren’t working as intended?


(Kevin Graham) #5

IDK why its not working, that’s why i’ve posted the code, and an example of it.