Hi! I am new to GDevelop and am making a platformer. I want to use tweens to change the angle of the character to move left and right to imitate kind of a wobble motion when they walk.
The issue is whatever I try to use to loop the tweens they only activate once, so if I use
“When this tween ends” it works only the first time it is activated. This is also the case for variables and timers.
I have tried to use the while loops, but they freeze the entire screen until the condition if False.
Is that at the begging I tried whiles, timers, repeat and when the tween ends. Later I switched from tweens to rotation and in that process I forgot to delete those conditions. The rotations work as intended.
Sorry that it was such a small oversight on my part, but Thank You for your help!