How to make bouncing/bubble animation

how can I do an animation that will look like the way a bubble jiggles? do I have to use piskel or is this possible in gdevelop?

I suppose you can scale the bubbles to obtain that effect: scale the X down a little and back to initial scale, then same with the Y scale, and then repeat. If you know how to use lerp, I think it’ll help looking better.

1 Like

thank you, I’ll try to use lerp