[SOLVED] How do I make something tilt back and forth?

Hello! I’m fairly new to GDevelop, and i’m trying to figure out how to make the logo for my game tilt back and forth smoothly, kind of like the green text here, though im not too sure how to. If anyone could help me I would greatly appreciate it! (I linked a scratch video because it’s the only thing I could find that was like what i’m describing)

something like

Object.Angle = cos ( TimeFromStart() * speed ) * arc

thank you so much! that worked perfectly!

1 Like