Hi,
I want to make tween animations in a game.
E.g. when the player gets a coin, I want to show on the position of the coin the score
and then the score is moving up and is going transparent. (Floating score)
I know, there are tween libraries. But I’m searching only for the algorithm.
Not only for the floating score.
All the functions the are useful for games.
Another example: The text “Game over” is coming from up to the center of the screen and waiting for
3 seconds and then is moving to the bottom screen.
I can make tween animations myself. But it takes time.