{SOLVED} Breathing anim?

Well, my code definitely doesn’t work. I’m trying to make a breathing animation but he just explodes with size and disappears from my screen cuz he’s massive. How do I fix this bug?

UPDATED STILL DOES NOT WORK THEY JUST SHRINK INTO NOTHINGNESS


2023-08-26_02_51_EsVxzSHIYG_GDevelop

1 Like

I like your method but since I’m scaling them to their correct size in the first place it’s interfering with your code and idk how to make it not do that.

The updated ver still doesn’t work

Hi catdog, I skimmed over all the above and this comment from @MrMen might help:

Which means you will get better results if the tweens are in separate events.

It’s from here:[SOLVED]Repeat actions for pulsing button
Also more info here: Heart beating no animation

1 Like

IT WORKS IT WORKS its just i wittle bit uholy.

I know you solved your issue but just for reference as for my method
You set tweens to last 1000 ms which is 1 sec
And then you add wait of 1 sec
You should add wait longer than each tween last so in this case even 1.02 sec wait would be enough
Other than that i did not get what your problem is?