Questions tagged [universal-tween-engine]
2 questions
0
votes
1 answer
Tween object array elements to one corner on touch-LibGdx
In my game,I have array of coins appearing on a particular action.Once I touch the coins,coins have to move off smoothly(like flying) to one corner of the screen,one by one.
I am creating and drawing coin array like this:
private Coin coins[] = new…

Niranjana
- 514
- 5
- 23
-1
votes
1 answer
Unable to animate sprite in Libgdx using Tween
I am working on a game like Candy Crush and I have been facing issues with making a pop up while user Levels Up. I recently posted a question to display pop up in font and got it solved :
Unable to Draw Sprite after Camera.Update in LibGDX
But now I…

Nir Patel
- 357
- 4
- 17