i’m in a problem and hope someone of u can help me. i’m working in a game in Android using Andengine. now i had a problem that take much time of me and i can’t solve
i had a line drawn in the scene, i want to move the end point (x2, y2) to another point as animation within 1 or 2 sec.
for example, line (x1 = 5, y1 = 0) and (x2 = 5, y2 = 10) , i want this line be taller but in animation to be (x1 = 5, y1 = 0) and (x2 = 5, y2 = 100)
PLEASE help me
I have found a solution and it is very simple. I have created new Modifier that inherits from the
MoveModifier classand override the method of update :}
now when using it for example:
Hope it helps 🙂